/* Side Menu Custom Image Icon */

#adminmenu .wp-menu-image img {
    width: 20px;
}

.deleteWithSub a, .deleteWithSub a:hover {
    color: #b32d2e !important;
    border: none;
}

#send_sms_request, .bootstrap-et #submit {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

#send_sms_request:hover, .bootstrap-et #submit:hover {
    color: #fff !important;
    background-color: #157347 !important;
    border-color: #146c43 !important;
}

.et-icon::before {
    background: url('img/et_icon.png') left center no-repeat;
    vertical-align: middle;
    background-size: 16px auto;
    padding-left: 20px;
    content: '';
}

.et-icon a::before {
    content: '' !important;
}

.bootstrap-et p {
    margin-bottom: 0 !important;
}

.bootstrap-et a {
    text-decoration: none !important;
    color: #2271b1;
}

.bootstrap-et a:hover, .bootstrap-et a:active {
    color: #135e96;
}

#TB_ajaxContent {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}

/* ET admin */

#et_admin .row {
    box-shadow: 0px 0px 5px grey;
}

#et_admin .col.card {
    min-height: 90vh;
    height: 100%;
    margin: 0;
}

#et_admin.wrap img.admin_logo {
    width: 100%;
    height: 100%;
}

#et_admin a.etmenu {
    color: #000000;
    font-weight: 600;
}

#et_admin a:focus {
    box-shadow: none;
}

#et_admin .nav-pills .nav-link.active, #et_admin .nav-pills .nav-link:hover, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000000;
}

#et_admin .et_menu_icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

#et_admin .nav-link.active .et_menu_icon, #et_admin .nav-link:hover .et_menu_icon {
    filter: invert(1);
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}

/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #28a745;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 14px;
}

.slider.round:before {
    border-radius: 50%;
}

/* List Page */

.wrap h2 {
    margin-bottom: 10px !important;
}

.et-admin-btn-group .dashicons {
    vertical-align: sub;
}

.et_time {
    clear: both;
    color: #a4a2a2;
    display: block;
    font-size: 10px;
}

.modal_thickbox {
    padding: 10px 0;
    padding-bottom: 0;
}

a.thickbox.button:hover, a.button:hover {
    text-decoration: none !important;
}

.bootstrap-et .card {
    max-width: initial !important;
    margin-top: 5px !important;
}

.bootstrap-et .et_settings_section .row {
    background: #000000;
}

.bootstrap-et .et_settings_section .card {
    margin-top: 0 !important;
}

#et_dashboard .card {
    padding: 0;
}

span.dashicons {
    margin: 2px;
    margin-right: 10px;
}

.bootstrap-et .notice {
    margin: 5px 0 !important;
}

.bootstrap-et .notice, .bootstrap-et .notice p {
    font-size: 13px !important;
}

.bootstrap-et .notice p strong {
    font-weight: normal !important;
}

.bootstrap-et .notice p {
    margin: 0 !important;
}

.bootstrap-et .notice {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.notice p {
    margin: 0.5em 0 !important;
}

button.notice-dismiss {
    padding: 5px !important;
}

.form-table label {
    margin-bottom: 0 !important;
}

.form-table th {
    width: 300px !important;
}

.et_refresh_balance:hover {
    text-decoration: none !important;
}

#et_send_sms, .wrap.bootstrap-et {
    position: relative;
}

/* LOADER */

#loader_main {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(226 226 226 / 80%);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
}

#loader_main .contain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

#loader {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #28a745;
    -webkit-animation: spinLoader 2s linear infinite;
    animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*  */

#unicodeCheck.text-danger {
    animation: unicodeAnimate 2s ease-in-out infinite;
}

@keyframes unicodeAnimate {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Mark Highlight */

mark {
    color: inherit;
    background: rgba(0, 0, 0, .07) !important;
    padding: 0 !important;
}

a.chosen-single:hover {
    text-decoration: none;
    color: inherit;
}

.chosen-results .no-results span {
    color: #222;
    font-weight: bold;
}

.chosen-container, .chosen-container-multi, .chosen-with-drop, .chosen-container-active {
    margin-bottom: 0.5em !important;
}

.chosen-container, .chosen-container-multi {
    width: 350px !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #157347 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #157347), color-stop(90%, #146c43)) !important;
    background-image: linear-gradient(#157347 20%, #146c43 90%) !important;
}

/* TOOLTIP */

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    left: 35px !important;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

/* Custom Info */

.customInfo {
    border: 1px solid black;
}

.helpIcon {
    cursor: pointer;
}

/* Notices */

.expt_notice .dashicons {
    font-size: 30px;
    width: auto;
    height: auto;
}

.expt_notice .dashicons.error {
    color: #d63638;
}

.expt_notice .dashicons.info {
    color: #72aee6;
}

.expt_notice .dashicons.success {
    color: #00a32a;
}

.expt_notice .dashicons.warning {
    color: #dba617;
}

.expt_notice button.notice-dismiss {
    top: auto !important;
}

/* HEADER */

header.expt_plugin_header {
    min-height: 100px;
    padding: 20px;
    background: linear-gradient(290deg, #caeeb1 70%, #fff 30%) !important;
}

header.expt_plugin_header img {
    max-width: 240px;
    height: 100%;
}

header.expt_plugin_header img.exter {
    max-width: 115px;
    position: absolute;
    right: 0;
    top: 0;
}

header.expt_plugin_header div {
    margin-right: 90px;
}

.wrap.bootstrap-et {
    margin: 0 !important;
}

@media only screen and (max-width: 768px) {
    .chosen-container, .chosen-container-multi, .form-table th {
        width: 100% !important;
    }
    #et_send_sms .row {
        flex-direction: column-reverse !important;
    }
    #et_admin .col.card {
        min-height: auto !important;
    }
}

.modal_thickbox .iti {
    display: block !important;
}

ul.iti__country-list {
    padding-left: 0 !important;
}

.iti__flag {
    background-image: url("img/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("img/flags@2x.png") !important;
    }
}