@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

:root {
    --white: #ffffff;
    --bg-light: #EBEBEB;
    --body-text: #8A8A8A;
    --dark-gray: #333333;
    --black: #000000;
    --success: #00C34E;
    --danger: #E12900;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-900: 900;
    --radius-30: 30px;
    --radius-14: 14px;
    --radius-16: 16px;
    --pd-40: 40px;
    --pd-70: 70px;
    --pd-50: 50px;
    --shadow-1: 0px 4px 28px rgba(0, 0, 0, 0.10);
}

.shadow-1 {
    box-shadow: var(--shadow-1);
}
.shadow-2 {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
}

body, html {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    background-color: var(--black);
    color: var(--white);
}

.radius-16 {
    border-radius: var(--radius-16) !important;
}

.radius-14 {
    border-radius: var(--radius-14) !important;
}

a {
    text-decoration: none;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.bg-light {
    background-color: var(--bg-light);
}

.body-text {
    color: var(--body-text);
}

.text-dark-gray {
    color: var(--dark-gray);
}

.text-black {
    color: var(--black) !important;
}

.text-success {
    color: var(--success) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.fw-500 {
    font-weight: var(--fw-500);
}

.fw-600 {
    font-weight: var(--fw-600);
}

.fw-700 {
    font-weight: var(--fw-700);
}

.fw-900 {
    font-weight: var(--fw-900);
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-40 {
    padding-bottom: var(--pd-40);
}

.card-check .btn-outline-light, .card-check .btn-check+.btn:hover {
    border: 1px solid var(--white);
    color: var(--black);
    opacity: .4;
    padding: 24px 18px;
    border-radius: 16px;
}

.card-check .btn-outline-light p {
    color: var(--body-text);
}

.card-check .btn-check:checked+.btn, .card-check .btn.active, .card-check .btn.show, .card-check .btn:first-child:active, .card-check :not(.btn-check)+.btn:active {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--white);
    box-shadow: var(--shadow-1);
}

.card-check .btn-check:checked+.btn, .card-check .btn.active, .card-check .btn.show, .card-check .btn:first-child:active, .card-check :not(.btn-check)+.btn:active {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--white);
    box-shadow: var(--shadow-1);
    opacity: 1;
    border:1px solid;
}

.btn-black {
    background: var(--black);
    color: var(--white);
    font-weight: var(--fw-700);
    font-size: 18px;
    padding: 12px 14px;
    border-radius: 8px;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black:focus-visible, btn-black.btn:first-child:active {
    background: var(--black) !important;
    color: var(--white) !important;
    border-color: var(--black);
}

.btn-gray {
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: var(--black);
    font-weight: var(--fw-700);
    font-size: 18px;
    padding: 13px 14px;
    border-radius: 8px;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray:focus-visible, btn-black.btn:first-child:active {
    background: #d4d4d4 !important;
    color: var(--black) !important;
    border-color: #d4d4d4;
}

.custom-card {
    border-radius: var(--radius-30);
    border: none;
}

.custom-card .card-footer, .custom-card .card-header {
    border-radius: var(--radius-30);
}

.custom-card.scrollbar .card-body {
    max-height: 500px;
    overflow-x: auto;
}

.main-wrapper {
    min-height: 100vh;
    width: 100%;
    background-image: url(/digitalSignage/public/images/main-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    background-attachment: fixed;

}

.card-check {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 32px !important;
    height: 2px !important;
    background-color: #9E9E9E !important;
    transition: width .5s;
}

.divider {
    width: 100%;
    height: 125px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 48px !important;
    height: 5px !important;
    background-color: var(--white) !important;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left !important;
}

.custom-input.form-floating>.form-control-plaintext~label, .custom-input.form-floating>.form-control:focus~label,
.custom-input.form-floating>.form-control:not(:placeholder-shown)~label, .custom-input.form-floating>.form-select~label {
    color: #424242;
    transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
}

.custom-input .form-control {
    border: 1px solid #424242;
    color: var(--dark-gray);
    font-weight: 700;
}

.custom-input.form-floating>label {
    color: #424242;
    font-weight: 700;
    padding: .8rem .75rem;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.form-floating>.form-control-plaintext:-webkit-autofill, .form-floating>.form-control:-webkit-autofill, .form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: .6rem !important;
    padding-bottom: 0.625rem;
}

.toggle-password .eye-slash {
    display: block;
}

.toggle-password.active .eye-slash {
    display: none;
}

.toggle-password .eye {
    display: none;
}

.toggle-password.active .eye {
    display: block;
}

.toggle-password {
    position: absolute;
    top: 12px;
    right: 16px;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: hsl(0deg 0% 0% / 24%) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(40px);
    background: rgba(0, 0, 0, 0.24);
    border-bottom: 1px solid #525252;
}

.navbar-brand img {
    width: 250px;
}

.user-img {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.12);
}

.fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar {
    padding: 10px 0px;
    position: relative;
    z-index: 9;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 10px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 18px;
}

.file-area {
    width: 84%;
    position: relative;
    margin-top: 17px;
}

.file-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.file-area-portrait {
    width: 100%;
    position: relative;
}

.file-area-portrait input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.file-area .file-dummy {
    width: 100%;
    padding: 30px;
    background: #EBEBEB;
    border: 2px dashed #b1b1b1;
    text-align: center;
    transition: background 0.3s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
    height: 151px;
}

.file-area-portrait .file-dummy {
    width: 100%;
    padding: 30px;
    background: #EBEBEB;
    border: 2px dashed #b1b1b1;
    text-align: center;
    transition: background 0.3s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
    height: 237px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.file-dummy.upload-file {
    border: 0 !important;
    height: auto;
    padding: 13px;
    background: #f3eaea;
    margin-top: 28px;
    width: 54%;
    margin: 26px auto;
}

.file-area .file-dummy .success {
    display: none;
}

.file-area:hover .file-dummy {
    background: rgba(255, 255, 255, 0.1);
}

.file-area input[type=file]:focus+.file-dummy {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline: -webkit-focus-ring-color auto 5px;
}

.file-area input[type=file]:valid+.file-dummy {
    border-color: rgba(189, 189, 189, 0.4);
    background-color: #FAFAFA;
}

.file-area input[type=file]:valid+.file-dummy .success {
    display: inline-block;
}

.file-area-portrait .file-dummy .success {
    display: none;
}

.file-area-portrait:hover .file-dummy {
    background: rgba(255, 255, 255, 0.1);
}

.file-area-portrait input[type=file]:focus+.file-dummy {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline: -webkit-focus-ring-color auto 5px;
}

.file-area-portrait input[type=file]:valid+.file-dummy {
    border-color: rgba(189, 189, 189, 0.4);
    background-color: #FAFAFA;
}

.file-area-portrait input[type=file]:valid+.file-dummy .success {
    display: inline-block;
}

.banner-area .banner-stand {
    width: 329px;
    height: 606px;
    flex-shrink: 0;
}

.advertisement-banner {
    background: white;
    width: 293px;
    height: 419px;
    position: absolute;
    bottom: 15px;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    margin-right: 10px;
}

.social-media a:last-child {
    margin-right: 0px;
}

footer {
    background-color: var(--black);
    padding: 12px 0px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    border-top: 1px solid #ffffff38;
    z-index: 9;
    transition: 0.5s;
    background-color: hsl(0deg 0% 0% / 24%) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(15px) brightness(75%) saturate(70%);
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.24);
    z-index:0;
}

.content-wrapper.home-pd {
    padding-bottom: 86px !important;
}

.content-wrapper.home-pd .custom-card {
    margin-top: 40px;
}

.user-avtar {
    height: 132px;
    width: 132px;
    overflow: hidden;
    border-radius: 50%;
    border: 0;
    background: rgb(0 0 0 / 17%);
    margin: 0 auto;
}

.edit-btn {
    padding: 13px 18px;
    line-height: .6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 9px;
}

.edit-btn:hover {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white) !important;
}

.edit-btn:hover path {
    stroke: var(--white);
}

.logout-btn {
    padding: 13.5px 18px;
    line-height: .6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 9px;
    color: var(--danger) !important;
}

.logout-btn:hover {
    background-color: var(--danger);
    border-color: var(--danger);
    color: var(--white) !important;
}

.logout-btn:hover path {
    stroke: var(--white);
}

.profile-details-wrapper .profile-box {
    border: 1px solid #EDEDED;
    padding: 12px 22px;
    background: #F8F8F8;
    border-radius: 12px;
    margin-bottom: 24px;
}

.profile-details-wrapper .profile-box:last-child {
    margin-bottom: 0px;
}

.avatar-upload {
    position: relative;
    max-width: 152px;
    margin: 00px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100%;
    border: 4px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-thumbnail {
    height: 154px;
    width: 307px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
}

.w-s-nowrap {
    white-space: nowrap;
}

.mx-width-300 {
    max-width: 300px;
}

.search-btn {
    position: relative;
    max-width: 400px;
    margin-left:auto;
}

.search-btn .form-control {
    padding: 12px 16px;
    background: #F5F5F5;
    border-color: #EAEAEA;
    font-weight: 700;
}

.search-btn .btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.search-btn .btn:focus {
    border-color: transparent;
}

.content-wrapper iframe {
    height: calc(100vh - 143px);
}

.banner-area::after {
    content: url(/digitalSignage/public/images/background-shadow.png);
    position: absolute;
    bottom: -71px;
    max-width: 100%;
}

.banner-area::before {
    content: url(/digitalSignage/public/images/banner-shadow.png);
    position: absolute;
    bottom: -120px;
    max-width: 100%;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 10px;
    background-color: #ffffff;
    padding: 16px 10px;
}

.item1 {
    grid-column: 1 / 3;
}

.item1, .item2, .item3, .item4, .item5 {
    display: flex;
    align-items: center;
}

.w-500 {
    width: 500px;
}
.upload-box {
            width: 200px;
            height: 200px;
            border: 2px dashed #ccc;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            cursor: pointer;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
}
.upload-box img, .upload-box video {
            width: 100%;
            height: 100%;
            object-fit: cover;
}
/*.edit-btn {*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/

@media only screen and (max-width: 1199px) {
    .divider {
        height: 40px;
    }

    .gallery-carousel {
        margin-bottom: 30px;
    }

    .banner-area::before,
    .banner-area::after {
        content: none;
    }

    .w-500 {
        width: 350px;
    }
}

@media only screen and (max-width: 991px) {
    .w-500 {
        width: 100%;
    }

    .grid-container {
        gap: 20px;
        border-bottom: 1px solid #00000017;
    }

    .grid-container:last-child {
        border-bottom: 0px solid #00000017;
    }

    .banner-area {
        margin-bottom: 50px;
    }

    .item1 {
        grid-column: 1 / 6;
    }
    
    .card-check {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

}

@media only screen and (max-width: 676px) {
    .left-side-block {
        width: 100% !important;
        border-right:0px !important;
    }
    
    .right-side-block {
        width: 100% !important;
        padding-top: 19px;
    }
    
    .radioCat {
        display: block !important;
    }
    
    .file-area {
        width: 100% !important;
    }
    
    .grid-container {
        display: block;
    }

    .item2, .item3, .item5 {
        margin-top: 16px;
    }

    .item2, .item3 {
        float: left;
        margin-right: 30px;
    }

    .item2 p, .item3 p, .item5 p {
        margin-bottom: 4px !important;
    }
}

.social-login {
    text-align: center;
    margin-top: 16px;
}

.social-login .icons-set a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 16px;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.103);
    border-radius: 9px;
}

.social-login .icons-set a :hover {
    opacity: .8;
}

.social-login .icons-set a:last-child {
    margin-right: 0px;
}

.scrollbar {
    scrollbar-width: auto;
    scrollbar-color: #b0b0b0 #ffffff;
}

.scrollbar ::-webkit-scrollbar {
    width: 8px;
}

.scrollbar ::-webkit-scrollbar-track {
    background: #ffffff;
}

.scrollbar ::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    border-radius: 4px;
    border: 2px solid #ffffff;
}

.ads-banner img {
    max-width: 100%;
    text-align: center;
    object-fit: contain;
    border: 6px solid #000;
    margin: 0 auto;
    box-shadow: 5px 6px 20px 0px #00000078;
    border-radius: 10px;
    aspect-ratio: 1;
    min-height: 408px;
    width: 69%;
}

.ads-banner {
    width: 100%;
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.overlay-card {
    position: absolute;
    top: 118px;
    width: 100%;
    z-index: 99;
}

.map-pin{
    width: 45px;
    height: 45px;
    border-radius: 6px;
    background-color: var(--black);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disabled .map-pin img{
    opacity: .5;
}

.change-language .btn {
    background: #ffffff26;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #333333;
}

.ads-banner video {
    max-width: 100%;
    text-align: center;
    object-fit: contain;
    border: 6px solid #000;
    margin: 0 auto;
    box-shadow: 5px 6px 20px 0px #00000078;
    border-radius: 10px;
    aspect-ratio: 16/9;
    height: auto;
    width: 86%;
}

.updateAds-image {
    width: 77%;
    position: relative;
    margin: auto;
}

.progressupdateads {
    width: 77%;
    margin: auto;
}

.advertismentwebviewcls {
    height: 543px;
    overflow-y: auto;
}

textarea#floatingInput {
    height: 144px;
}   

.file-area-portrait {
    width: 51%;
    position: relative;
    margin: 25px auto;
}

.price-information-block {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    padding: 17px;
    background-color: #118311;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
}

.badge {
    padding: 9px 12px;
    font-size: 12px;
    width: 32%;
}

.avatar-preview img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 19px;
    z-index: 1;
    top: 94px;
    background-color: #e4e4e4;
    padding: 0px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-upload .avatar-edit img {
    width: 16px;
}

.cropper-container.cropper-bg {
    height: 420px !important;
}

.cropper-container.cropper-bg {
    height: 420px !important;
    width: 100% !important;
}

.dropdown-item {
    background-color:#000 !important;
}

.radioCat {
    display: flex;
    align-items: center;
    gap: 6px;
}

.select-block .custom-input {
    width: 50%;
}

.select-block {
    display: flex;
    gap: 7px;
}

.mdc-button {
    padding: 10px 8px 0 8px;
}

.gm-style-iw-d a {
    font-size: 15px;
    color: #000;
}

.gm-style-iw-d p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
}

button.gm-ui-hover-effect{
    width: 39px !important;
    height: 12px !important;
}

.gm-ui-hover-effect>span {
    background-color: #000;
    width: 19px !important;
    background-repeat: no-repeat !important;
    height: 19px !important;
    margin: 16px !important;
}

.gm-style .gm-style-iw {
    padding-bottom: 9px !important;
}

table.dataTable {
    clear: both;
    margin-top: 26px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

#history_wrapper {
    margin-top: -117px;
}

#history2_wrapper {
    margin-top: -117px;
}

.pendingStatusAds {
    color: #ffc10b;
}

.approvedStatusAds {
    color: #65e965;
}

.viewAds .fa-eye {
    color: #fff;
    font-size: 16px;
    margin: auto;
    display: flex;
    background-color: #1E88E5;
    width: 33px;
    height: 32px;
    border-radius: 100px;
    padding: 8px;
}

.updateAds {
    background-color: #33BDB3;
    border-radius: 100px;
      color: #fff;
    font-size: 16px;
    margin: auto;
    display: flex;
    width: 33px;
    height: 32px;
    padding: 8px;
}

.dataTables_scroll tbody tr td:nth-child(5) {
    color: #198754;
    font-size: 15px;
    font-weight: 500;
}

table.dataTable td, table.dataTable th {
    vertical-align: middle;
    white-space: nowrap;
}

.slick-prev {
    left: -12px !important;
}

.slick-next {
    right: -7px !important;
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000 !important;
}

.slick-slide img {
    width: 95%;
    height: 149px;
    border-radius: 8px;
}

.my-slider {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 101%;
    overflow-x: auto;
}

.my-slider img {
    width: 176px;
    height: 149px;
    object-fit: cover;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 77px !important;
}

.nav-pills {
    position: relative;
    z-index: 999999;
}

.front-image img {
    width: 90px;
}

.front-image input {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
}

.back-image img {
    width: 90px;
}

.back-image input {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
}

.browse-block {
    position: relative;
}

.browse-block input {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
}

.left-side-block {
    width:41%;
    border-right: 1px solid #e3e1e1;
}

.right-side-block {
    width: 54%;
    padding-top: 19px;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem .75rem !important;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(2.9rem + calc(var(--bs-border-width)* 2)) !important;
    min-height: calc(2.9rem + calc(var(--bs-border-width)* 2)) !important;
    line-height: 1.25;
}

#fullscreencanvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    background: white;
    z-index: 9000;
    pointer-events: none;
    display: block;
    transition: opacity .3s, visibility 0s .3s;
}

body.revealviewer #fullscreencanvas {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: opacity .5s, visibility 0s .0s;
}

#fullscreenimagearea {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 50%);
}

#fullscreencanvas img {
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

div#closeviewer {
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: block;
    position: fixed;
    cursor: pointer;
    text-indent: -1000px;
    z-index: 100000;
    top: 10px;
    right: 10px;
}

div#closeviewer::before, div#closeviewer::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #fff;
    top: 50%;
    opacity: 0;
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s, opacity .5s;
}

body.revealviewer div#closeviewer::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}

body.revealviewer div#closeviewer::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 1;
}

#fullimageloadingdiv, #zoomioloadingdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    pointer-events: none;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    background: white;
}

#fullimageloadingdiv .spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

#zoomiocontainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background: white;
    visibility: visible;
}

#zoomiocontainer img {
    width: auto;
    height: auto !important;
    position: absolute !important;
    display: block !important;
    cursor: move;
}

.disablepointer {
    pointer-events: none;
}

#zoomiocontainer.mobileclass {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

#zoomioloadingdiv .spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.thumbnails {
    cursor: zoom-in;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    
    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: -312px;
    }
}

.shop-gallergy {
    gap: 13px;
    overflow-x: auto;
    flex-shrink: 0;
    display:flex;
}

.shopimg {
    width: 176px;
    height: 149px;
    object-fit: cover;
    flex: 0 0 25%;
}

.shopimg img {
    object-fit: cover;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    color: black;
}
.btn-check:checked+.btn {
    background: black;
    color: var(--white) !important;
    font-weight: var(--fw-700);
    font-size: 18px;
    border-color: black;
}

.week_days_slct .btn.btn-outline-primary {
    color: black;
    font-size: 18px;
    border-color: black;
}

.logo-wrap img {
    width: 350px;
}

html[dir="rtl"] .form-floating>label{
    left:auto;
    right:0;
}
html[dir="rtl"] .text-end{
    text-align:left !important;
}

html[dir="rtl"]  .toggle-password {
    right: auto;
    left: 16px;
}

html[dir="rtl"] .left-side-block {
    width: 41%;
    border-left: 1px solid #e3e1e1;
    border-right: 0px solid #e3e1e1;
}
.select2-container .select2-selection--multiple{
    height:48px;
}
.select2-container--default .select2-selection--multiple {
    padding-bottom: 6px;
    padding-top: 6px;
}

html[dir="rtl"] .search-btn .btn{
    right:auto;
    left:0;
}
.dataTables_length {
    visibility: hidden;
}