.page-wrapper .page-header .header-wrapper .nav-right>ul>li.profile-nav .profile-media {
    margin: -5px 0;
}
.page-wrapper .page-header .header-wrapper .nav-right>ul>li.profile-nav .profile-media .status-circle {
    top: 0px;
    left: 40px;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body p {
    padding-top: 4px;
}
.login-card .btn-showcase .btn {
    padding: 10px 14px;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545 !important;
}
.alert {
    padding: 8px 15px;
}
.errors.invalid-feedback {
    display: block;
}
.login-card .login-main .theme-form .alert p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 12px;
    margin-left: 24px;
}
.messages .alert p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 12px;
    margin-left: 24px;
}
.messages .alert i {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-right: 4px !important;
    padding: 5px;
    top: 5px;
}
.messages .alert-danger {
    width: 100% !important;
    margin: 8px 0px;
}
.alert-dismissible .btn-close {
    padding: 0.25em 0.25em;
    top: 8px !important;
    right: 8px !important;
}

.login-card .login-main .theme-form p {
    margin-bottom: 10px;
}
.login-card .login-main .theme-form input {
    background-color: #f5f5f5;
}

.login-card .login-main .theme-form input:hover, 
.login-card .login-main .theme-form input:focus {
    border: 1px solid #c7c7c7;
}
.wizard-4 ul.anchor {
    z-index: 1;
    width: 18%;
    padding: 35px;
}
.wizard-4 .step-container {
    width: 82%;
}
.wizard-4 ul.anchor li:last-child img {
    height: auto;
    width: 80%;
}
.wizard-4 .step-container div.content {
    height: 87vh;
}
.wizard-4 .action-bar .btn {
    background-color: var(--theme-deafult) !important;
    color: #fff;
}
.wizard-4 .action-bar .buttonDisabled {
    display: none;
}
#footer p {
    margin-left: 30px;
}
#wizard .step-container .content {

}
#footer {
    z-index: 2;
    margin-left: 18%;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 82%;
    height: 65px;
    box-shadow: 3px 0px 15px 0px rgb(0 0 0 / 17%);
    -webkit-box-shadow: 3px 0px 15px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.17);
}
#footer .devider {
    color: #ebebeb;
    padding: 0px 6px;
}
#footer .section {
    padding: 0px 11.5%;
}
.wizard-4 .action-bar {
    z-index: 20;
    position: absolute;
    bottom: 15px;
    right: 50px;
}
.wizard-4 ul.anchor li h4 {
    background-color: var(--theme-deafult);
    color: white;
}
.wizard-4 ul.anchor li h5 {
    color: #444444;
}
.wizard-4 ul.anchor .disabled h4 {
    background-color: rgba(164,205,59,0.22);
}
#register .loader-wrapper {
    display: none;
    background-color: unset;
    top: 42%;
    left: 8%;
}
.login-main-title  {
    text-align: right;
    width: 850px;
    margin: 0px auto 40px;
}
.login-card .login-main.select-package {
    width: 850px;
    padding: 0;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    /* background-color: #f5f5f5; */
    border: 1px solid #efefef;
    height: 46px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    top: 9px !important;
    right: 10px !important;
}
.select2-dropdown {
    border-color: #efefef;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #efefef;
}
.select2-search--dropdown {
    display: block;
    padding: 1px;
}
.daterangepicker_input {
    display: none;
}
.form-control-color {
    max-width: 100%;
}

.select2-container--open .select2-dropdown {
    min-width: 200px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d0dde4 !important;
}
.is-invalid .select2-container--default .select2-selection--single {
    border-color: #dc3545 !important;
}
.is-invalid .select2-container--default .select2-selection--multiple {
    border-color: #dc3545 !important;
}
#wizard .small-label {
    font-size: 11px;
    color: #6e6e6e;
    float: right;
    position: absolute;
    right: 0;
    top: 0px;

}
#wizard .small-label a {
    float: right;
}
.login-card .login-main.organisation {
    width: 950px;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 37px rgb(8 21 66 / 5%);
    box-shadow: 0 0 37px rgb(8 21 66 / 5%);
    margin: 0 auto;
    background-color: #fff;
}
#email_not_verified {
    display: none;
}
#email_verified {
    text-align: center;
    padding: 30px 10px;
    display: none;
}
#email_verified i {
    font-size:40px;
    color: #ED0D8C;
    padding-bottom: 20px;
}
#phone_not_verified {
    display: none;
}
#phone_verified {
    text-align: center;
    padding: 30px 10px;
    display: none;
}
#phone_verified i {
    font-size:40px;
    color: #ED0D8C;
    padding-bottom: 20px;
}
#change_otp  {
    display: none;
}
#change_otp .form {
    position: fixed;
    z-index: 6000;
    top: 30%;
    left: 47.3%;
    background: #ffffff;
    width: 450px;
    padding: 30px;
    -webkit-box-shadow: 0 0 37px rgb(8 21 66 / 5%);
    box-shadow: 0 0 37px rgb(8 21 66 / 5%);
}
#change_otp .backdrop {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}
#verify-change .form-group {
    display: none;
}
.select2-container--open {
    z-index: 7200;
}
.touchspin-select-package {
    position: absolute;
    right: 0;
    width: 115px;
}
.touchspin-select-package button{
    padding: 8px;
    border-radius: 50%;
}
.touchspin-select-package .form-control {
    text-align: center;
}
#pricing-total {
    background-color: rgba(164, 205, 57, 0.1);
    width: 41.6%;
    padding: 60px 30px;
    border-radius: 0px 10px 10px 0px;
}
.login-main.select-package .package-box {
    padding: 60px 50px;
    width: 57%;
}
#select-packages label {
    width: 63%;
}
.daterangepicker.ltr {
    z-index: 400;
}
#select-packages label small {
    font-size: 10px;
    color: #7a7878;
    float: right;
    margin-top: 5px;
}
#pricing-total hr {
    background-color: #adadad;
}
#pricing-total .header {
    margin-bottom: 20px;
}
.login-main-title .media {
    width: 200px;
    margin: 11px auto 0px;
}
#registration-completed {
    display: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    width: 200px;
}
.loader-wrapper .loader-index span:after {
    background: #1b6da1
}
.loader-wrapper .loader-index span {
    background: #ED0D8C;
}
.loader-wrapper .loader-index:after {
    content: "";
    width: 4em;
    height: 4em;
    background: var(--theme-deafult);
    border-radius: 50%;
    position: absolute;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate;
    animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate;
}

@keyframes grow {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #2675a2
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: var(--theme-deafult);
    }
}
#register.reset-password .loader-wrapper {
    background-color: unset;
    top: 55%;
    left: 0%;
}
.page-wrapper .sidebar-main-title>div {
    background-color: rgb(41, 99, 132, 0.05);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active {
    background-color: rgb(237, 13, 140 , 0.22);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.sidebar-list:hover>a:hover  {
    background-color: rgb(41, 99, 132 , 0.22);
}
body.dark-only .alert {
    background-color: unset !important;
}
body.dark-only .alert-warning .progress {
    background-color: #c97712;
}
body.dark-only #sidebar-bottom {
    border-top: 1px solid #374558;
    background: #262832;
}
#sidebar-bottom {
    position: absolute;
    bottom: -45px;
    left: 0;
    border-top: 1px solid #efefef;
    width: 100%;
    padding: 15px;
    background: #ffffff;
}
#sidebar-bottom .status-circle {
    top: 17px;
    left: 16px;
}
#sidebar-bottom .customers ul li.company-active {
    border: 2px solid #ED0D8C;
    border-radius: 50%;
}
.customers ul li .avatar-text {
    height: 40px;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    background: #3290CE;
    border: 2px solid #fff;
    -webkit-box-shadow: -2px 2px 4px 0px rgb(0 0 0 / 20%);
    box-shadow: -2px 2px 4px 0px rgb(0 0 0 / 20%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.customers ul li .avatar-text .initials {
    position: relative;
    top: 6px;
}
#sidebar-bottom .customers ul li+li {
    margin-left: 0%;
}
.tooltip .tooltip-inner {
    background-color: var(--theme-deafult);
    color: #ffffff;
}
.tooltip.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--theme-deafult);
}
.tooltip.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: var(--theme-deafult);
    border-top-color: transparent;
}
.customers ul li .avatar-text:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#sidebar-bottom .settings-link {
    position: absolute;
    right: 15px;
}
#sidebar-bottom .settings-link i {
    font-size: 28px;
    padding-top: 8px;
}
.sidebar-wrapper.close_icon #sidebar-bottom .customers ul li{
    display: none !important;
}
.sidebar-wrapper.close_icon #sidebar-bottom .customers ul li:nth-child(1) {
    display: block !important;
    margin-left: 7px;
}
.sidebar-wrapper.close_icon #sidebar-bottom .customers ul li:nth-child(1) .status-circle {
    left: 24px;
}
.sidebar-wrapper.close_icon:hover #sidebar-bottom .customers ul li:nth-child(1) .status-circle {
    left: 16px;
}
.sidebar-wrapper.close_icon #sidebar-bottom .customers ul li.settings-link {
    display: block !important;
    right: 0px;
    bottom: -51px;
    background: #ffffff;
    padding: 10px 30px;
}
.dark-only .sidebar-wrapper.close_icon #sidebar-bottom .customers ul li.settings-link {
    background: #262832;
}
.sidebar-wrapper.close_icon #sidebar-bottom {
    bottom: -75px;
}
.sidebar-wrapper.close_icon:hover #sidebar-bottom .customers ul li{
    display: inline-block !important;
    margin-left: 0px;
}
.sidebar-wrapper.close_icon:hover #sidebar-bottom .customers ul li.settings-link{
    right: 15px;
    bottom: unset;
}
.sidebar-wrapper.close_icon:hover #sidebar-bottom .customers ul li.settings-link {
    padding: 0px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .according-menu {
    display: block;
}
.sidebar-wrapper.close_icon:hover #sidebar-bottom{
    bottom: -45px;
}
.customers ul li.company-active .avatar-text:hover {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~footer {
    margin-left: 88px;
    width: calc(100% - 88px);
}
.footer {
    position: absolute;
    width: calc(100% - 280px);
}
.app-version p {
    font-size: 10px;
    font-weight: 400;
    color: #a7a7a7;
    text-transform: uppercase;
    text-align: right;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body #top-bar{
    width: calc(100% - 110px);
}

.page-content {
    padding-top: 110px;
    padding-bottom: 50px;
}
.page-wrapper .page-body-wrapper .page-body {
    padding: 0px 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #efefef;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: var(--theme-deafult) !important;
}
#top-bar {
    background: #f8f8f8;
    padding-top: 15px;
    position: fixed;
    z-index: 7;
    width: calc(100% - 290px);
}
.card {
    border-radius: 8px;
}
#top-bar .card {
    margin-bottom: 0px;
    max-height: 80px;
}
#top-bar .card .card-body {
    padding: 25px;
}
#top-bar .card .card-body .btn {
    margin-left: 15px;
}
#top-bar .card .card-body .btn i {
    margin-right: 6px;
}
#top-bar .card .card-body h3 {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0px;
}
#top-bar .card .card-body .buttons {
    margin-top: -2px;
}

.btn-pill {
    border-radius: 6px;
}
.btn {
    padding: 6px 20px;
}

.btn-air-primary {
    -webkit-box-shadow: 0 5px 10px 2px rgb(41 99 132 / 20%) !important;
    box-shadow: 0 5px 10px 2px rgb(41 99 132 / 20%) !important;
}
.btn-air-secondary {
    -webkit-box-shadow: 0 5px 10px 2px rgb(50 183 213 / 22%) !important;
    box-shadow: 0 5px 10px 2px rgb(50 183 213 / 22%) !important;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
    background-color: #a7a7a7 !important;
    border-color: #a7a7a7 !important;
    color: #ffffff !important;
}
.btn-outline-info {
    border: none;
    color: #565655 !important;
}
.btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
    background-color: #bb006a !important;
    border-color: #ED0D8C !important;
    color: #ffffff !important;
}
.col-form-label {
    line-height: 2.5;
}
.required {
    color: red;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 35px;
    padding: 0px 6px !important;
    margin-top: 5px !important;
}
.email-wrap .email-app-sidebar .main-menu>li a {
    line-height: 39px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #444444;
    width: 100%;
    padding: 5px 12px;
    font-size: 13px;
    margin-bottom: 6px;
}
.email-wrap .email-app-sidebar .main-menu li .active {
    background-color: var(--theme-deafult) !important;
    color: #ffffff;
}

.email-wrap .email-app-sidebar .main-menu>li a:hover {
    background-color: #ededed;
}
.selection .select2-selection .select2-search__field {
    margin-top: 0;
    padding: 4px 10px;
}
.fade:not(.show) {
    display: none;
}
label.side-label {
    text-align: right;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    z-index: 600;
}

.text-muted.form-text {
    padding-left: 2px;
    display: inline-block;
    font-size: 11px;
    font-weight: 100;
    color: #9b9a9a !important;
}
#top-bar .buttons .loader-box {
    height: 25px;
    width: 80px;
}
#top-bar .buttons .loader-box .loader-3 {
    width: 20px;
    height: 20px;
    border: 0.2em solid #ffffff;
    border-bottom-color: transparent;
}
#top-bar .card .card-body .btn:focus {
    outline: none;
    outline-offset: -2px;
    color: #333;
}
.email-wrap .email-app-sidebar .main-menu>li.nav-item a  {
    position: relative;
}
.invalid-feedback {
    padding-left: 2px;
}

.email-wrap .email-app-sidebar .main-menu>li.nav-item .invalid-feedback {
    position: absolute;
    display: block;
    right: 8px;
    width: unset;
    font-size: 18px;
}
.settings-box {
    z-index: 1000;
    display: none;
    position: absolute;
    bottom: 32px;
    left: 47px;
    padding-bottom: 10px;
    background: #ffffff;
    width: 270px;
    -webkit-box-shadow: 0 5px 10px 2px rgb(0, 0, 0, 0.19) !important;
    box-shadow: 0 5px 10px 2px rgb(0, 0, 0, 0.19) !important;
}
.settings-box h5 {
    font-size: 15px;
    padding: 13px 15px;
    text-transform: uppercase;
    color: #444444;
    border-bottom: 1px solid #efefef;
}
.settings-box .settings-submenu {
    width: 100%;
}
.settings-box .settings-submenu li {
    padding: 10px 15px;
}
.settings-box .settings-submenu li a {
    padding: 5px;
    color: #626262;
    transition: 0.25s ease;
}
.settings-box .settings-submenu li a:hover {
    color: var(--theme-deafult);
}
.settings-box .settings-submenu li a svg {
    display: inline-block;
    margin-bottom: -6px;
}
.close-settings {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    display: none;
}
.dark-only #top-bar {
    background: #1d1e26;
}
.dark-only .settings-box {
    background-color: #262832;
}
.dark-only .settings-box h5 {
    color: #a8a9ad;
    border-bottom: 1px solid #374558;
}
.dark-only .settings-box .settings-submenu li a:hover {
    color: var(--theme-deafult);
}
.dark-only .settings-box .settings-submenu li a {
    color: #a5a5a8;
}
.page-item.active .page-link {
    z-index: 3;
    border-radius: 5rem;
    background-color: var(--theme-deafult);
    color: #FFFFFF !important;
    font-weight: 600;
}
.page-item.active {
    background-color: #F3F2F7;
    border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate {
    border: none;
}
.page-item.disabled .page-link {
    border: none;
}
.page-item .page-link {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display :         flex;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -ms-flex-align : center;
            align-items : center;
    -webkit-box-pack : center;
    -webkit-justify-content : center;
    -ms-flex-pack : center;
            justify-content : center;
  }
  
  .page-item.previous .page-link, .page-item.prev .page-link, .page-item.next .page-link, .page-item.first .page-link, .page-item.last .page-link {
    width : auto;
  }
  
  .page-item.prev-item .page-link, .page-item.next-item .page-link {
    -webkit-transition : all 0.2s ease-out;
            transition : all 0.2s ease-out;
  }
  
  .page-item.prev-item {
    margin-right : 0.3571rem;
  }
  
  .page-item.prev-item .page-link {
    border-radius : 50%;
  }
  
  .page-item.prev-item .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 14px;
    color : #6E6B7B;
    width : 8px;
    height : 18px;
    content : '';
  }
  
  .page-item.prev-item .page-link:hover {
    background : #F3F2F7;
    color : #f97c25;
  }
  
  .page-item.prev-item .page-link:active, .page-item.prev-item .page-link:hover {
    background-color : #f97c25 !important;
  }
  
  .page-item.prev-item .page-link:active:before, .page-item.prev-item .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
  }
  
  .page-item.prev-item.disabled .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b9b9c3\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
  }
  
  .page-item.prev-item ~ .page-item:nth-child(2) {
    border-top-left-radius : 5rem;
    border-bottom-left-radius : 5rem;
  }
  
  .page-item.prev-item ~ .page-item:nth-child(2) .page-link {
    border-top-left-radius : 5rem !important;
    border-bottom-left-radius : 5rem !important;
  }
  
  .page-item.prev-item ~ .page-item:nth-last-child(2) {
    border-top-right-radius : 5rem;
    border-bottom-right-radius : 5rem;
  }
  
  .page-item.prev-item ~ .page-item:nth-last-child(2) .page-link {
    border-top-right-radius : 5rem !important;
    border-bottom-right-radius : 5rem !important;
  }
  
  .page-item.next-item {
    margin-left : 0.3571rem;
  }
  
  .page-item.next-item .page-link {
    border-radius : 50%;
  }
  
  .page-item.next-item .page-link:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 14px;
    width : 8px;
    height : 18px;
    content : '';
  }
  
  .page-item.next-item .page-link:hover {
    background : #F3F2F7;
    color : #f97c25;
  }
  
  .page-item.next-item .page-link:active, .page-item.next-item .page-link:hover {
    background-color : #f97c25 !important;
  }
  
  .page-item.next-item .page-link:active:after, .page-item.next-item .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
  }
  
  .page-item.next-item.disabled .page-link:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b9b9c3\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
  }
  
  .page-item.prev .page-link:before, .page-item.previous .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 14px;
    color : #6E6B7B;
    width : 12px;
    height : 18px;
    content : '';
  }
  
  .page-item.prev .page-link:hover:before, .page-item.previous .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
  }
  
  .page-item.prev.disabled .page-link:before, .page-item.previous.disabled .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b9b9c3\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
  }
  
  .page-item.next .page-link:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 14px;
    color : #6E6B7B;
    width : 12px;
    height : 18px;
    content : '';
  }
  
  .page-item.next .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
  }
  
  .page-item.next.disabled .page-link:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b9b9c3\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
  }
  
  .page-item.disabled .page-link {
    color : #B9B9C3;
  }
  
  .page-item .page-link {
    border : none;
    margin : 0;
    margin-left : 0;
    font-size : 1rem;
    min-width : 2.286rem;
  }
  
  .page-item .page-link:focus {
    box-shadow : none;
  }
  
  .page-item .page-link:hover {
    color : var(--theme-deafult);
  }
  .page-item.active:hover {
    background-color: #e9ecef;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    /* background-color: #e9ecef; */
    border-radius: 1.428rem;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination li.active {
    background-color: #e9ecef !important;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 12px;
  }

  .page-item .page-link {
    color : #6E6B7B;
    background-color: #e9ecef;
    font-size: 14px;
    line-height: 18px;
  }
  

  .page-item.active {
    background-color : #e9ecef;
    border-radius : 0;
  }
  .page-item.disabled {
    opacity: 1;
  }
  .page-item.disabled .page-link {
        background: #e9ecef;
        color: #B9B9C3;
    }
  
  
  .page-item:first-child:not(.prev-item).active {
    border-top-left-radius : 1.428rem;
    border-bottom-left-radius : 1.428rem;
  }
  
  .page-item:first-child:not(.prev-item).active .page-link {
    border-radius : 5rem;
  }
  
  .page-item:first-child:not(.prev-item) .page-link {
    border-top-left-radius : 1.428rem;
    border-bottom-left-radius : 1.428rem;
  }
  
  .page-item:last-child:not(.next-item).active {
    border-top-right-radius : 1.428rem;
    border-bottom-right-radius : 1.428rem;
  }
  
  .page-item:last-child:not(.next-item).active .page-link {
    border-radius : 5rem;
  }
  
  .page-item:last-child:not(.next-item) .page-link {
    border-top-right-radius : 1.428rem;
    border-bottom-right-radius : 1.428rem;
  }
  
  .pagination.pagination-lg .page-item .page-link {
    font-size : 1.14rem;
    min-width : 2.6rem;
  }
  
  .pagination.pagination-sm .page-item .page-link {
    font-size : 0.857rem;
    min-width : 2rem;
  }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    color: #2c323f !important;
    background: transparent !important;
}

.bookmark-tabcontent .tab-content .card .d-flex ul li+li {
    margin-left: 0px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    color: #939393;
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 12px;
}
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 8px;
}
.dataTables_wrapper .dataTables_length {
    margin-bottom: 0px;
}
.dataTable tbody tr {
    border: none;
}
.dataTables_wrapper table.dataTable  {
    border: none;
}
body.dark-only .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
    border-bottom: 1px solid #efefef;
    background: #1d1e26;
}
.dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
    border-bottom: 1px solid #efefef;
    background: #efefef;
}
.dataTable tbody tr td {
    border: none;
    border-bottom: 1px solid #efefef;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 142px;
    left: 11px;
    right: 0px;
    bottom: 18px;
    width: 98%;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    padding: 1em 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.8);
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid var(--theme-deafult);
    border-right-color: transparent;
}
.dataTables_wrapper {
    min-height: 200px;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) thead, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tbody, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tfoot, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tr, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) th {
    border-color: #1d1e26;
}
body.dark-only .page-wrapper .page-body-wrapper .page-item.active {
    background-color: #1d1e26;
}
.loader-wrapper {
    z-index: 40000;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-link {
    border: none;
    background-color: #1d1e26;
}
body.dark-only .page-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination li.active {
    background-color: #1d1e26 !important;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.disabled .page-link {
    background-color: #1d1e26;
    border: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate {
    border: none;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.active .page-link {
    background-color: var(--theme-deafult);
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg {
    color: #ED0D8C;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span {
    color: #ED0D8C;
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active {
    background-color: rgb(41, 99, 132 , 0.22);
}
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span {
    color: var(--theme-deafult);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 175px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
    height: calc(100vh - 238px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-content {
    padding-bottom: 20px !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links {
    height: calc(100vh - 175px);
}
.modal-dialog .theme-close {
    -webkit-box-shadow: 0 5px 10px 2px rgb(0, 0, 0, 0.19) !important;
    box-shadow: 0 5px 10px 2px rgb(0, 0, 0, 0.19) !important;
    right: -25px;
    top: -25px;
}
.modal.show .modal-dialog {
    margin-top: 35px;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #ED0D8C !important;
}
#top-bar .card .card-body .btn:focus {
    color: #fff !important;
}
.modal-dialog .btn-close:hover {
    opacity: 1;
}
.dataTable .btn {
    color: #444444;
    padding: 4px 6px;
    line-height: 7px;
    margin-right: 5px;
}
.dataTable .btn i {
    font-size: 18px;
}
.dataTable .btn.view-product-btn {
    line-height: 19px;
}
.badge-warning {
    background-color: #e3a027;
}
.swal-footer {
    text-align: center;
}
.swal-footer .swal-button--confirm:active {
    background-color: #ED0D8C;
}
.swal-button--danger:focus {
    box-shadow: none;
}
.alert {
    z-index: 1100 !important;
}
.card-subtitle {
    color: #727272;
    position: absolute;
    top: 25px;
    font-size: 11px;
}
.show-hide {
    position: absolute;
    top: 23px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.card-title.has-subtitle {
    position: absolute;
    top: -7px;
}
.btn-secondary:hover {
    background-color: #1390CE !important;
    border-color: #1390CE !important;
    color: #ffffff !important;
}
.permissions-card {
    margin-bottom: 0px;
    border-radius: 0px;
}
.permissions-card .card-header {
    padding: 20px 65px;
}
.permissions-card .card-body {
    padding: 20px 40px;
}
.permissions-card .card-header h5 svg {
    margin-right: 10px;
    width: 18px;
    position: absolute;
    left: 36px;
    top: 17px;
}
.permissions-card .card-header h5 {
    font-size: 17px;
}
.permissions-card .card-header .card-header-right {
    top: 17px;
}
.permissions-card:nth-child(1) {
    border-radius: 8px 8px 0px 0px;
}
.permissions-card:nth-last-child(1) {
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 50px;
}
.checkbox-dark input[type="checkbox"]:checked+label::before {
    border-color: var(--theme-deafult);
    color: #ffffff;
    background: var(--theme-deafult);
}
#ajax-loader-wrapper {
    background: rgba(0, 0, 0, 0.6);
}
.table-btn {
    position: relative;
}
.table-btn i.active{
    color: green;
}
.table-btn i.inactive{
    color: red;
}
.table-btn .tooltip-message {
    display: none;
    position: absolute;
    color: #ffffff;
    background: var(--theme-deafult);
    border-radius: 3px;
    padding: 10px 9px;
    line-height: 20px;
    top: -30px;
    right: 0;
    text-align: center;
    /* white-space: nowrap; */
    max-width: 250px;
    min-width: 150px;
}
.modal-dialog .selection .select2-selection .select2-search__field {
    width: 100% !important;
}
.modal-dialog label.side-label {
    text-align: left;
}

#autonetix_modal.medium-modal .modal-dialog{
    max-width: 800px;
}

#autonetix_modal.large-modal .modal-dialog{
    max-width: 1200px;
}
#autonetix_modal.extra-large-modal .modal-dialog{
    max-width: 90%;
}

#autonetix_modal.has-tabs .modal-content, 
#autonetix_modal.has-tabs .modal-dialog .card {
    background-color: #f8f8f8;
}
#autonetix_modal.large-modal .modal-dialog .card .tab-content .card, #autonetix_modal.large-modal .modal-dialog .card #top-bar .card {
    background: #ffffff;
}
#autonetix_modal.large-modal .modal-dialog .card {
    margin-bottom: 0px;
}
#autonetix_modal.large-modal .modal-dialog .card #top-bar  {
    width: 97%;
    z-index: 0;
}
#autonetix_modal.large-modal .modal-dialog .card .page-content {
    padding-bottom: 0px;
}

#autonetix_modal.extra-large-modal .modal-dialog .card .tab-content .card, #autonetix_modal.extra-large-modal .modal-dialog .card #top-bar .card {
    background: #ffffff;
}
#autonetix_modal.extra-large-modal .modal-dialog .card {
    margin-bottom: 0px;
}
#autonetix_modal.extra-large-modal .modal-dialog .card #top-bar  {
    width: 97%;
    z-index: 0;
}
#autonetix_modal.extra-large-modal .modal-dialog .card .page-content {
    padding-bottom: 0px;
}

.is-invalid .invalid-feedback {
    display: block;
}
#autonetix_modal .permissions-card .card-header {
    background-color: #abc2cf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#autonetix_modal .permissions-card .card-header .card-header-right {
    background-color: #abc2cf;
}

#autonetix_modal .permissions-card .card-header {
    padding: 20px 35px;
}
.dataTables_wrapper table tbody tr.selected {
    background-color: #abc2cf;
}
table.dataTable .dt-checkboxes-cell input {
    height: 13px;
}
table.dataTable .dt-checkboxes {
    height: 20px;
}
.dataTables_wrapper table.dataTable tbody td.select-checkbox {
    padding-right: 0px !important;
}
.theme-form input::placeholder {
    color: #d1d0d0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #d1d0d0 !important;
}
.theme-form input[type=text], .theme-form input[type=email],.theme-form input[type=search], .theme-form input[type=password], .theme-form input[type=number], .theme-form input[type=tel], .theme-form input[type=date], .theme-form input[type=datetime-local], .theme-form input[type=time], .theme-form input[type=datetime-local], .theme-form input[type=month], .theme-form input[type=week], .theme-form input[type=url], .theme-form input[type=file], .theme-form textarea, .theme-form select {
    color: #444;
}

body.dark-only .theme-form input[type=text], body.dark-only .theme-form input[type=email],body.dark-only .theme-form input[type=search], body.dark-only .theme-form input[type=password], body.dark-only .theme-form input[type=number], body.dark-only .theme-form input[type=tel], body.dark-only .theme-form input[type=date], body.dark-only .theme-form input[type=datetime-local], body.dark-only .theme-form input[type=time], body.dark-only .theme-form input[type=datetime-local], body.dark-only .theme-form input[type=month], body.dark-only .theme-form input[type=week], body.dark-only .theme-form input[type=url], body.dark-only .theme-form input[type=file], body.dark-only .theme-form textarea, body.dark-only .theme-form select {
    border-color: #1d1e26;
    background-color: #1d1e26;
    font-size: 14px;
    color: #898989;
    padding: 12px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.dark-only .modal .theme-close {
    background-color: #262932 !important;
    color: rgba(255, 255, 255, 1);
    filter: brightness(1) invert(0);
}
.spinner-border.Typeahead-spinner {
    display: none;
}

.card-body .alert {
    width: 100% !important;
}
.card-body .alert p {
    font-size: 15px;
    line-height: 2.4;
}
.card-body .alert svg~p {
    padding-left: 32px;
}

.card-body .alert svg {
    width: 20px;
    height: 20px;
    top: 16px;
}
.alert-dismissible .btn-close {
    top: 15px !important;
    right: 15px !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
    padding: 7px 23px;
}
td .table-form-input .mb-3 {
    margin-bottom: 0px !important;

}
td .table-form-input {
    margin-bottom: -14px;
}

td .short_input_field {
    width: 100px !important
}
td .very_short_input_field {
    width: 70px !important
}
td .table-precentage {
    float: right;
    margin-top: -14px;
    font-size: 16px;
    margin-right: -7px;
    color: #b9b9b9;
}
.table-btn {
    cursor: pointer;
}
thead.fixed-to-top {
    position: fixed;
    z-index: 99;
    top: 175px;
}
table tbody td {
    vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: lighter;
    margin-right: 11px;
    font-size: 28px;
    color: #9d9d9d;
}
.filter-orders .select2-container {
    z-index: 1 !important;
}

table tbody td .profit-margin-section {
    position: relative;
}
table tbody td .profit-margin {
    font-size: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    color: #b4b4b4;
}
.filter-orders .col-form-label {
    line-height: 1;
    margin-left: 10px;
}
.side-bar-fixed-menu-section {
    position: relative;
}
.side-bar-fixed-menu {
    position: fixed;
}

img.table-product {
    padding: 2%;
    display: block;
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    /* margin: 0px auto; */
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
img.table-product-large {
    padding: 2%;
    display: block;
    max-height: 200px;
    max-width: 200px;
    width: auto;
    height: auto;
    /* margin: 0px auto; */
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.qty-input {
    width: 80px;
    height: 2.142rem;
    padding: 0.188rem 0.857rem;
    font-size: 0.857rem;
    line-height: 1;
    border-radius: 0.357rem;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #D8D6DE;
}
#fp-range {
    width: 250px;
    border: none;
    box-shadow: unset;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 11px;
    color: #a5a4a4;
}
body.dark-only .page-wrapper .page-body-wrapper .page-body #fp-range.form-control {
    background-color: #262932;
}
.earning-card.card .card-body .inner-top-left ul li, .earning-card.card .card-body .inner-top-right ul li {
    margin-left: 55px;
}
.filter-section-display-btn {
    display: none;
}
.modal {
    z-index: 5000;
}
.filter-section .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #5c5c5c !important
}
.dataTable tr.close_margin {
    background-color: #fffdd9
}
.dataTable tr.competitive {
    background-color: #d9ffeb
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.map-marker .badge {
    font-size: 10px;
    margin-left: 10px;
}