/*
* Main Style
*
* @package yas-woo-tickets-event
* @version 1.0.0
* @since 1.0.0
*/


/* ********* Main styles ********* */

/* NOTIFICATIONS */
.wte-notifications-container {
    position: fixed;
    /*right: 20px;
    bottom: 155px;*/
    right: 20px;
    top: 5%;
    width: 300px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.wte-notification {
    padding: 15px 20px !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
	/*box-shadow: 0px 0px 15px 5px #aaa !important;*/
}

.wte-notification.success {
    border-left: 4px solid #4CAF50;
    border-right: 1px solid #4CAF50;
    border-top: 1px solid #4CAF50;
    border-bottom: 1px solid #4CAF50;
    /* border: 1px solid #4CAF50; */
    /* color: #4CAF50; */
    /* background-color: rgba(44, 227, 38, 0.18); */
}

.wte-notification.error {
    border-left: 4px solid #f44336;
    border-right: 1px solid #f44336;
    border-top: 1px solid #f44336;
    border-bottom: 1px solid #f44336;
    /* border: 1px solid #f44336; */
    /* color: #f44336; */
    /* background-color: rgba(227, 44, 44, 0.18); */
}

.wte-notification.warning {
    border-left: 4px solid #f4c836;
    border-right: 1px solid #f4c836;
    border-top: 1px solid #f4c836;
    border-bottom: 1px solid #f4c836;
    /* border: 1px solid #f44336; */
    /* color: #f44336; */
    /* background-color: rgba(227, 44, 44, 0.18); */
}

.wte-notice {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    padding: 1px 12px;
}

.wte-notice.notice-warning {
    border-left-color: #dba617;
    background-color: #fff8e5;
    padding: 15px 12px !important;
}

.wte-notice.notice-success {
    border-left-color: #008000;
    background-color: #e6fff2;
    padding: 15px 12px !important;
}

.wte-notice.notice-error {
    border-left-color: #842029;
    background-color: #fef1f2;
    padding: 15px 12px !important;
}

.wte-pagination {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

.wte-pagination .page-number.current {
	background-color: #f6f7f7;
	color: #2271b1 !important;
	border-color: #0a4b78;
}

.wte-pagination .page-number {
	color: #18181d;
	border: 0;
	background-color: #f0f2f3;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 10px;
	margin-left: 5px;
	border: 1px #d5d5d5 solid;
    min-width: 7px;
}

.wte-pagination .page-number:hover {
	background-color: #eee;
	color: #2c2d33 !important;
	border-color: #0a4b78;
	border-width: 1px;
    border-style: solid;
}

.wte-pagination a.paged-query {
	cursor: pointer;
	text-decoration: none !important;
}

.wte-table td {
    vertical-align: inherit;
}

.wte-table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 15px;
}

.wte-table-container table th,
.wte-table-container table td {
    min-width: 120px;
}

.wte-table-total-count .wte-order-status {
	padding: 2px 5px;
	background-color: #e5e5e5;
	margin: 0px 2px;
	display: inline-block;
	border: 1px solid #555;
}

.wte-table-total-count .wte-order-status.wc-completed {
	background-color: #c8d7e1;
  	color: #2e4453;
	border: 1px solid #2e4453;
}	

/* .wte-table-total-count .wte-order-status.wc-pending {
	background-color: #fff8e5;
	color: #dba617;
	border: 1px solid #dba617;
}	 */

.wte-table-total-count .wte-order-status.wc-on_hold {
	background-color: #f8dda7;
  	color: #94660c;
	border: 1px solid #94660c;
}	

.wte-table-total-count .wte-order-status.wc-processing {
	background-color: #c6e1c6;
	color: #2c4700;
	border: 1px solid #2c4700;
}	

.order-status.wc-processing {
	background: #c6e1c6;
    color: #2c4700;
}

.wte-autocomplete-items {
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    z-index: 1000;
    min-width: 100%;
}

.wte-autocomplete-item {
    padding: 8px;
    cursor: pointer;
}

.wte-autocomplete-item:hover {
    background-color: #f0f0f0;
}

.wte-autocomplete-item.parent {
    background: #f6f7f7;
}

/* .order-status.wc-pending {
	background: #fff8e5;
    color: #dba617;
} */

.text-success {
    background-color: #ecf8f0;
    color: #0a6b2d;
    border: 1px solid #d4edda;
}

.loader-cart-message{
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.loader-cart-message .cart-message span{
    font-size: 15px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.eticket-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.eticket-link {
	border-radius: 5px;
    text-align: center;
	color: #666;
	padding: 4px 10px 4px 10px;
    display: block;
	font-weight: bold;
    text-decoration: none !important;
	background: rgba(255, 255, 255, 0.98);
    border: 1px dotted #666;
	margin: 0px 5px;
}

.eticket-link:hover {
	background: #f0f0f0;
	border: 1px solid #2271b1;
}

.wte-etickets-title {
	font-size: 14px;
    font-weight: bold;
    color: #666;
}

.list-ticket-order-edit {
    max-height: 450px;
    overflow: scroll;
    padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
}

a.remove.e-selected::before {
    /* color: red; */
    content: "\f1f8";
}

a.remove.e-selected:hover::before {
    color: red;
}

@media ( max-width: 768px ) {
    .wte-notification {
        right: 10px;
        left: 10px;
        width: auto;
    }
    
    .wte-notifications-container {
        right: 10px;
        left: 6px;
        width: auto;
        bottom: 140px;
    }

    a.remove.e-selected {
        position: relative !important;
        background: none !important;
        right: -7px !important;
    }

    td.product-remove {
        border-radius: 0 !important;
        background: none !important;
    }

    td.product-remove::before {
        content: none !important;
    }
}
