.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.switch-slider {
    background-color: #2196F3;
}

input:focus+.switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.switch-slider:before {
    -webkit-transform: translateX(32px) translateY(0px);
    -ms-transform: translateX(32px) translateY(0px);
    transform: translateX(32px) translateY(0px);
}


/* Rounded sliders */

.switch-slider.round {
    border-radius: 50px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

.form-check {
    display: flex;
    margin-bottom: 10px;
    min-height: auto;
    align-items: center;
}

.form-check-input[type=radio] {
    border-radius: 50px;
    padding: 0;
    margin-right: 8px;
    height: 15px;
    width: 15px;
    flex: none;
}

label {
    margin-bottom: 0;
    line-height: 1;
}

.form-check-input[type=checkbox] {
    padding: 0;
    margin-right: 8px;
}

.ec-sidebar-sub-item {
    /* margin-bottom: 10px; */
}

.range-slider {
    height: 5px;
    position: relative;
    /* background-color: #e1e9f6; */
    background-color: transparent;
    border-radius: 2px;
}

.range-selected {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background-color: #1b53c0;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -7px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.range-input input::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #1b53c0;
    background-color: #fff;
    pointer-events: auto;
    -webkit-appearance: none;
}

.range-input input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid #1b53c0;
    background-color: #fff;
    pointer-events: auto;
    -moz-appearance: none;
}

.range-price {
    margin: 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.range-price label {
    margin-right: 5px;
}

.range-price input {
    width: 100px;
    padding: 5px;
}

.range-price input:first-of-type {
    margin-right: 15px;
}

.google-login-btn {
    background-color: #dc4e41;
    width: 150px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.google-login-btn:hover {
    background-color: #EA4335;
}

.facebook-login-btn {
    background-color: #0165E1;
    width: 150px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.facebook-login-btn:hover {
    background-color: #17A9FD;
}

.ec-sidebar-wrap {
    border: 0;
}

.pwd-eye {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sign-inup .ec-brand a img {
    width: 100%;
    max-width: 130px;
}

.ec-category-section .ec-cat-tab-nav .cat-link .cat-icons img {
    mix-blend-mode: multiply;
}

.single-product-cover {
    max-height: 450px;
    overflow: hidden;
    object-fit: cover;
}

.single-slide img.img-responsive {
    height: 100%;
    object-fit: contain;
    width: 100%;
    max-height: 450px;
}

.dropify-wrapper {
    height: 300px !important;
    line-height: 50px !important;
    font-size: 24px !important;
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 36px !important;
}

.single-pro-desc input[type="button"] {
    width: auto;
    background-color: #3474D4;
    border-radius: 5px;
    border: 0;
    line-height: normal;
    height: 40px;
    color: #fff;
    padding: .75rem;
}

.header_svg {
    height: 25px !important;
    width: 25px !important;
}

.ec-brand a img {
    width: 100%;
    max-width: 200px !important;
}

.sidebar .sub-menu {
    padding: 0.625rem 0 0.625rem 2.4rem;
}

.ec-brand-icon-small {
    display: none;
}

.sidebar-minified:not(.ec-left-sidebar) .ec-left-sidebar .ec-brand .ec-brand-icon {
    display: none;
}

.sidebar-minified:not(.ec-left-sidebar) .ec-left-sidebar .ec-brand .ec-brand-icon-small {
    display: block;
}

.ec-brand a img.ec-brand-icon-small {
    width: 100%;
    max-width: 40px !important;
}

.datepicker-dropdown {
    right: auto;
}

.prod-mob-view {
    display: none;
    margin-bottom: 1rem;
    /* border: 1px solid #ccc; */
    padding: .75rem;
    border-radius: 10px;
}

.prod-mob-view .prod-img {
    max-width: 100%;
}

.clear-selection ul li:not(:last-child) {
    margin-right: .5rem;
}

.clear-selection ul li {
    width: 100%;
    display: inline-block;
    max-width: 150px;
}

.clear-selection ul li .form-control {
    padding: .25rem .75rem;
    font-size: .875rem;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    height: 100%;
    max-height: 30px;
    min-height: 30px;
}

.clear-selection ul li .input-group .btn {
    max-height: 30px;
    height: 100%;
    line-height: normal;
    min-height: 30px;
    padding: .25rem .5rem;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border: 1px solid #CED4DA;
}

.btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #DC3545;
    border-color: #DC3545;
}

thead th,
tbody tr td:first-child {
    font-weight: normal;
}

#stats-table .table-primary {
    background-color: #17A9FD;
    color: #fff;
}

#stats-table> :not(caption)>*>* {
    background-color: transparent;
    border-width: 4px 2px;
    border-color: #fff;
}

#stats-table thead tr th {
    color: #fff;
}

.add-more-img {
    height: 80px;
    width: 80px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
    margin: 2rem 0 1rem;
}

.single-nav-thumb .single-slide .del-prod {
    line-height: 1;
    font-size: 20px;
}

.ajax-loader {
    width: 120px;
    height: 120px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.ajax-loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0;
    background: #FF3D00;
    width: 3px;
    height: 24px;
    transform: translateX(-50%);
}

.cur-point {
    cursor: pointer;
    color: cornflowerblue;
}

button.cur-point,
button {
    outline: 0;
    border: 0;
    background-color: transparent;
}


/* tags input start*/

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: flex;
    align-items: center;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    width: 100%;
    height: 50px
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background: #2d2db0;
    padding: .25rem;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-tagsinput {
    width: 100%;
}


/* tags input end*/


/* .cropper-bg {
    width: 100%!important;
    height: 150px!important;
    overflow: hidden;
} */

.crop-canvas-box {
    padding: 0.5em;
    width: 95% !important;
    margin: 0.5em;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle::after {
    content: none;
}

.navbar .navbar-right .navbar-nav .notifications-menu .badge {
    position: absolute;
    right: 15px;
    top: 0px;
    padding: .25rem;
    font-size: .5rem;
    line-height: 1.1;
    border-radius: 50px;
    height: 16px;
    width: 16px;
}

.ec-header-light .navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle {
    padding-right: 15px;
}


/* 
.range-container {
    position: relative;
  }
  
  input[type="range"] {
    width: 300px;
    margin: 18px 0;
    -webkit-appearance: none;
  }
  
  input[type="range"]:focus {
    outline: none;
  }
  
  input[type="range"] + label {
    background-color: #fff;
    position: absolute;
    top: -25px;
    left: 110px;
    width: 80px;
    padding: 5px 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  
  /* Chrome & Safari */

input[type="range"]::-webkit-slider-runnable-track {
    background: purple;
    border-radius: 4px;
    width: 100%;
    height: 10px;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid purple;
    margin-top: -7px;
    cursor: pointer;
}


/* Firefox */

input[type="range"]::-moz-range-track {
    background: purple;
    border-radius: 4px;
    width: 100%;
    height: 14px;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid purple;
    margin-top: -7px;
    cursor: pointer;
}


/* IE */

input[type="range"]::-ms-track {
    background: purple;
    border-radius: 4px;
    width: 100%;
    height: 14px;
    cursor: pointer;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid purple;
    margin-top: -7px;
    cursor: pointer;
}

/* @media (max-width:767px) {
    #responsive-data-table,
    #table-prod-main-view-user {
        display: none;
    }
    .prod-mob-view {
        display: block;
    }
} */

@media (min-width:1200px) and (max-width:1400px) {
    .input-group .bootstrap-select.form-control .dropdown-toggle {
        font-size: 11px;
    }
}

.single-nav-thumb .slick-slide img {
    height: 80px !important;
    width: 80px !important;
    border-radius: 0;
    border: 1px solid #ccc;
}

.single-nav-thumb .single-slide {
    padding: 11px 11px 0 11px;
    display: block !important;
}

.breadcrumb-wrapper .btn {
    border-radius: 5px;
}

#category-attribute-sections .cur-point .fa {
    font-size: 20px;
    color: red;
}

#category-attribute-sections label {
    margin-bottom: 1rem;
}

#category-attribute-section .ec-sb-block-content .form-check-label {
    padding-top: .25rem;
    font-weight: normal;
}

.ui-slider .ui-slider-handle {
    border-radius: 50px;
}

.range-slider {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: start;
}

.range-slider svg,
.range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 20px;
}

input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: .875rem;
    -moz-appearance: textfield;
    padding: 0.25rem .5rem;
    line-height: 1.4;
    width: 40%;
}

.range-slider span {
    display: flex;
    justify-content: center;
    flex: 1 0 50%;
}

.range-slider span input[type=number]:not(:last-child) {
    margin-right: 0.25rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ddd;
}

input[type=range]:focus::-ms-fill-lower {
    background: #ddd;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ddd;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #ddd;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
    border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

div#unread-notifications {
    max-height: 300px;
    overflow-y: auto;
}

.unread-notification {
    background-color: #ECF2FF;
}

.unread-notification .message-contents h4.title {
    font-weight: bold;
}

.media-message {
    margin-bottom: .25rem;
}
.dash-card .card-body span {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-gray {
    background: gray !important;
}
/* Abhishek [17/8/23] */
div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 5px;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.dataTables_wrapper div.dataTables_length select {
    border-radius: 5px;
}