@import "./font.css";
@import "./iziToast.min.css";
.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.dataTables_wrapper {
    direction: rtl;
}

.dataTables_length {
    float: right;
}

.dataTables_filter {
    float: left;
    text-align: left;
}


#DataTables_Table_0_last {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;

    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;

    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

#DataTables_Table_0_first {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;

    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;

    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;

    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.dataTables_info {
    float: right;
}

.dataTables_paginate {
    float: left;
    text-align: left;
}


div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
    text-align: center;
    background: transparent;
    border: 0;
    padding: 1em 0;
}

i.mdi {
    vertical-align: -2px;
}

/*----------multi-level-accordian-menu------------*/
.navbar-logo {
    padding: 15px;
    color: #fff;
}

.navbar-mainbg {
    background-color: #5161ce;
    padding: 0px;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: right;
}

#navbarSupportedContent ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent > ul > li.active > a {
    color: #5161ce;
    background-color: transparent;
    transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active > a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5161ce;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}


@media (max-width: 991px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }
.hori-selector .right,
.hori-selector .left {
    width: 0;
    height: 0;
}
    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }

    .hori-selector .left {
        top: -25px;
        left: auto;
    }

    .hori-selector .right {
        bottom: -25px;
    }

    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }

    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}

.btn-primary {
    color: #fff;
    background-color: #3490f1;
    border-color: #328be9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2074ca;
    border-color: #1c73ca;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #256dbe;
    border-color: #2570be;
}

.text-primary {
    color: #3490f1 !important;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #256dbe;
    border-color: #256dbe;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-outline-primary {
    color: #256dbe;
    border-color: #256dbe;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #256dbe;
    border-color: #256dbe;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #195da4;
    border-color: #195da4;
}

.meteor-1-left {
    width: 165px;
    height: 15px;
    border-radius: 20px;
    position: absolute;
    left: auto;
    right: 300px;
    top: 105px;
    bottom: auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#339AD9', GradientType=1);
    opacity: 0.7;
}

.meteor-2-left {
    width: 130px;
    height: 18px;
    border-radius: 20px;
    position: absolute;
    left: auto;
    right: 380px;
    top: 190px;
    bottom: auto;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#339AD9', GradientType=1);
    opacity: 0.4;
}

.meteor-1-right {
    width: 155px;
    height: 14px;
    border-radius: 20px;
    position: absolute;
    left: auto;
    right: -40px;
    top: 270px;
    bottom: auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#339AD9', GradientType=1);
    opacity: 0.3;
}

.meteor-3-left {
    width: 110px;
    height: 12px;
    border-radius: 20px;
    position: absolute;
    left: auto;
    right: 330px;
    top: 310px;
    bottom: auto;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#339AD9', GradientType=1);
    opacity: 0.2;
}

.meteor-4-right {
    width: 100px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    left: auto;
    right: -40px;
    top: 70px;
    bottom: auto;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #4a57ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#339AD9', GradientType=1);
    opacity: 0.3;
}

.search-bar {
    background: #eff3ff
}

.size-4 {
    font-size: 17px;
}

.size-3 {
    font-size: 14px;
}

.size-2 {
    font-size: 13px;
}

.size-5 {
    font-size: 22px;
}
.size-6 {
    font-size: 26px;
}
.size-7 {
    font-size: 32px;
}


svg#freepik_stories-dark-analytics:not(.animated) .animable {
    opacity: 0;
}

svg#freepik_stories-dark-analytics.animated #freepik--background-simple--inject-2 {
    animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideLeft;
    animation-delay: 0s;
}

svg#freepik_stories-dark-analytics.animated #freepik--Note--inject-2 {
    animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) lightSpeedRight;
    animation-delay: 0s;
}

svg#freepik_stories-dark-analytics.animated #freepik--Glasses--inject-2 {
    animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideRight;
    animation-delay: 0s;
}

svg#freepik_stories-dark-analytics.animated #freepik--Pen--inject-2 {
    animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) zoomOut;
    animation-delay: 0s;
}

svg#freepik_stories-dark-analytics.animated #freepik--Device--inject-2 {
    animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideRight;
    animation-delay: 0s;
}

svg#freepik_stories-dark-analytics.animated #freepik--right-hand--inject-2 {
    animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) lightSpeedLeft;
    animation-delay: 0s;
}

svg#freepik_stories-dark-analytics.animated #freepik--left-hand--inject-2 {
    animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideLeft, 1.5s Infinite linear wind;
    animation-delay: 0s, 1s;
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes lightSpeedRight {
    from {
        transform: translate3d(50%, 0, 0) skewX(-20deg);
        opacity: 0;
    }
    60% {
        transform: skewX(10deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-2deg);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lightSpeedLeft {
    from {
        transform: translate3d(-50%, 0, 0) skewX(20deg);
        opacity: 0;
    }
    60% {
        transform: skewX(-10deg);
        opacity: 1;
    }
    80% {
        transform: skewX(2deg);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wind {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(1deg);
    }
    75% {
        transform: rotate(-1deg);
    }
}


.inputSpinner {
    position: absolute;
    left: 30px;
    top: 8px;
}

body {
    background: #f0f2f9;
}

.search-bar {
    max-height: 650px;
    overflow: hidden;
    z-index: 2;
    margin-top: 120px;
}

@media (max-width: 720px) {
    .search-bar {
        max-height: 850px;
    }
}

.search-bar::after {
    content: "";
    background-image: url("/images/bg-searchbar.jpg");
    background-size: contain;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.search-bar .shadow-box {
    width: 100%;
    height: 50px;
    background: #00000008;
    background: linear-gradient(0deg, rgb(0 0 0/15%) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;

}
#searchBarSection >div:first-child {
        overflow: auto;
    max-height: 650px;
}

#searchBarSection div::-webkit-scrollbar {
  width: .5em;
}

#searchBarSection div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#searchBarSection div::-webkit-scrollbar-thumb {
  background-color: #3052b7;
  outline: 1px solid slategrey;
}

.strategy-tab .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border:0;
    border-bottom: 2px solid #5161ce;
}

.hidden {
    display: none !important;
}
@media (max-width: 480px) {
    .hidden-mobile {
        display: none;
    }
}

.ltr {
    direction: ltr;
}

#extraConditionModal .select2 {
    width: 100% !important;
}

.condition_input {
    position: relative;
}
.condition_input:hover .conditionControl {
    display: block;
}
.conditionControl {
    color: white;
    padding: 0 4px;
    position: absolute;
    top: 6px;
    display: none;
    z-index: 10;
    cursor: pointer;
}



.editControl {
    right: 25px;
}
.cancelControl {
    right: 1px;
}


/*******************************************/



.line {
    height: 1px;
    width: 15%;
    background-color: #E0E0E0;
    margin-top: 10px
}


.container_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-gray{
    color: #ffffff80 !important;
}

/*******************************************/


.form-control.error {
    border-color: red;
}
.error {
    color: red;
}
.btn.disabled {
    cursor: not-allowed;
}
.loader {
    z-index: 1000000000000;
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.66);
    top: 0;
    left: 0;
}
.loader > div {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 120px;
    height: 100px;
    border-radius: 10px;
    border: 2px solid #eee;
    z-index: 10000000;
}

.loader .loaderImg {
    background: url(../images/preloader.gif);
    text-align: center;
    width: 64px;
    top: 35px;
    margin: auto;
    height: 64px;
}
.loader p {
    position: absolute;
    bottom: -12px;
    width: 100px;
    right: 8px;
    text-align: center;
    z-index: 10000;
}

/* -------------- */


.backStrategyBtn {
    position: fixed;
    left: 10px;
    bottom: 40px;
}

.editableRow {
    position: relative;
}

button.editableBtn {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
}
button.editableBtn.editableBtnEmpty {
    left: 50%;
    right: 50%;
}


.editableRow:hover button.editableBtn {
    display: flex;
}

.icon-margin {
    margin-top: 6px;
}

.disableLastBorder:last-child {
    border-bottom: 0!important;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.logo-style {
    width: 44px;
    height: 48.5px;
}
@media (max-width: 600px) {
    .logo-style {
        width: 100%;
        height: 100%;
    }
}

.no-price {
    text-decoration: line-through;
    color: #4e4e4e !important;
}

.discountPercentStyle {
    background: #E53935;
    padding: 5px;
    border-radius: 4px;
    color: white;
    position: absolute;
    top: -15px;
    left: 0;
    transform: rotate(-30deg);
}

.custom-card {
    background: #fff;
}

.normal-line-height {
    line-height: 25px;
}

.localizationIcon {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: #eee;
    width: 70px;
    height: 70px;
    border-radius: 50%;

}

.content_loader {
    background: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
}

.content_loader img {
    animation: lds-circle 2s infinite;
    nimation-timing-function: ease-in-out;
    opacity: 0;
    animation-delay: 2s;
}
.lds-circle {
    display: inline-block;
}
@keyframes lds-circle {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    50% {
        transform: translateY(0px);
        opacity: 1;
        animation-delay: 1s;
    }
    100% {
        transform: translateY(-50px);
        opacity: 0;
    }
}

.card-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;
}

.hover-light:hover {
    background: #f5f5f5;cursor: pointer;
}

.tooltip-min-width {
    min-width: 600px!important;
}

@media (max-width: 640px) {
    .tooltip-min-width {
    min-width: 360px!important;
}
}

.dt-buttons {
    text-align: left;
}

.bg-primary-2 {
    background-color: #9ec5ef !important;
}
