@font-face {
    font-family: 'DIN Next W1G';
    src: url('/static/fonts/DINNextW1G-Light.eot');
    src: url('/static/fonts/DINNextW1G-Light.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/DINNextW1G-Light.woff2') format('woff2'),
        url('/static/fonts/DINNextW1G-Light.woff') format('woff'),
        url('/static/fonts/DINNextW1G-Light.ttf') format('truetype'),
        url('/static/fonts/DINNextW1G-Light.svg#DINNextW1G-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next W1G';
    src: url('/static/fonts/DINNextW1G-Medium.eot');
    src: url('/static/fonts/DINNextW1G-Medium.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/DINNextW1G-Medium.woff2') format('woff2'),
        url('/static/fonts/DINNextW1G-Medium.woff') format('woff'),
        url('/static/fonts/DINNextW1G-Medium.ttf') format('truetype'),
        url('/static/fonts/DINNextW1G-Medium.svg#DINNextW1G-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next W1G';
    src: url('/static/fonts/DINNextW1G-Bold.eot');
    src: url('/static/fonts/DINNextW1G-Bold.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/DINNextW1G-Bold.woff2') format('woff2'),
        url('/static/fonts/DINNextW1G-Bold.woff') format('woff'),
        url('/static/fonts/DINNextW1G-Bold.ttf') format('truetype'),
        url('/static/fonts/DINNextW1G-Bold.svg#DINNextW1G-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Avenir LT Std';
    src: url('/static/fonts/AvenirLTStd-Book.eot');
    src: url('/static/fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('/static/fonts/AvenirLTStd-Book.woff') format('woff'),
        url('/static/fonts/AvenirLTStd-Book.ttf') format('truetype'),
        url('/static/fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
    font-family: 'DIN Next W1G';
    font-size: 18px;
    color: #464747;
}

header li .nav-link {
    font-family: 'Avenir LT Std';
    color: #464747;
    transition: 0.3s all;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout-btn {
    margin: 0px 15px;
}

.custom-btn {
    background: #3D9BE9;
    padding: 8px 20px !important;
    border-radius: 40px;
    color: #fff !important;
    transition: 0.3s all;
    display: inline-block;
    border: none;
}

.custom-btn:hover {
    background: #464747;
}

.mapping-btn {
    background: #3D9BE9;
    padding: 8px 20px !important;
    border-radius: 40px;
    color: #fff !important;
    transition: 0.3s all;
    display: inline-block;
    padding: 10px 10px !important;
    margin-top: 10px !important;
    border: none;
}
.mapping-btn:hover {
    background: #464747;
}

.cancel-btn {
    background: #464747;
    padding: 8px 20px !important;
    border-radius: 40px;
    color: #fff !important;
    transition: 0.3s all;
    display: inline-block;
    padding: 10px 30px !important;
    margin-top: 10px !important;
    border: none;
}
.cancel-btn:hover {
    background: #686767ce;
}

header {
    padding: 20px 0px;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}
h1{
    font-size: 65px;
    line-height: 100%;
}
h2{
    font-size: 55px;
    line-height: 100%;
}
h3{
    font-size: 45px;
    line-height: 100%;
}
h4{
    font-size: 35px;
    line-height: 100%;
}
.locations-sec {
    padding: 70px 0px;
    background: url(../images/ground.png) 0 0 no-repeat;
    background-size: cover;
    min-height: 100vh;
}

#entrance_save_button, #secondary_save_button {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 10%;
}  

.hr-line {
    max-width: 70px;
    border: 2px solid #3D9BE9;
    border-radius: 10px;
    margin: 20px auto 30px;
    opacity: 1;
}
.max-width-850 {
    max-width: 850px;
    margin: 0 auto;
}
.price-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgb(204 204 204 / 32%);
    height: 100%;
    position: relative;
}
/* .price-box .delete-layer-btn {
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
.price-box:hover .delete-layer-btn {
    opacity: 1;
} */
.price-box h4 {
    font-family: 'DIN Next W1G';
}
.price-main {
    font-family: 'DIN Next W1G';
    font-weight: bold;
    margin: 10px 0px;
    position: relative;
    display: inline-flex;
    gap: 10px;
    align-items: start;
}
.price-main span {
    font-size: 25px;
    color: #3D9BE9;
    line-height: 140%;
}
.buy-btn {
    padding: 10px 40px !important;
    margin-top: 10px !important;
    display: inline-block;
    border: none;
}
a{
    text-decoration: none;
}
p {
    line-height: 1.3em;
}
.line-grey {
    margin: 70px 0px;
    opacity: 0.2;
}
.cart-btn-outer {
    display: flex;
    gap: 20px;
    justify-content: end;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    display: flex;
    gap: 40px;
    flex-direction: row-reverse;
    align-items: center;
}

.form-check .form-check-input {
    width: 27px;
    height: 27px;
}
.form-check .form-check-label {
    position: relative;
    top: 3px;
}
.left-line {
    margin-left: 0;
}

.input11 input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.input11 input+span {
    background: #fff;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 30px;
}

#entrance_layers_container, #secondary_layers_container {
    display: flex;
}

.input11 input:checked+span {
    background: url("{% static 'images/check.png' %}") 0 0 no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 30px;
}

.images-main {
    position: relative;
}
.input11 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.form-check-input:checked {
    background-color: #3d9be9;
    border-color: #3d9be9;
}
.images-main img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.row-marg .col-md-4 {
    margin-bottom: 1.5rem;
}
.images-main:after {
    content: "";
    background: linear-gradient(to bottom, rgb(0 0 0 / 51%) 0%, rgb(255 255 255 / 0%) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.navbar-nav {
    flex-direction: row;
    align-items: center;
}

    header .container {
    padding: 0px;
}


/* 27-08-2024 */
.manage-banner-sec .edit-btn-row {
    position: absolute;
    top: 20px;
    right: 20px;
}
.delete-btn .custom-btn {
    background: #bd1616;
}
.delete-btn .custom-btn:hover {
    background: #972626;
}
.manage-banner-sec {
    width: 100%;
}
.manage-banner-sec img {
    height: 450px;
    object-fit: cover;
}
.edit-btn-row i {
    font-size: 15px;
}
select.form-select {
    outline: none !important;
    border: 1px solid #464747 !important;
    border-radius: 5px;
    padding: 15px 20px;
}
.post-form .form-label {
    font-size: 18px;
    text-transform: capitalize;
}
.layer-container {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
}
.layer-container {
    list-style-type: none;
    padding: 0;
    display: grid;
    gap: 15px;
    margin: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.layer-container input[type="checkbox"][id^="cb"] {
    display: none;
}

.layer-container label {
    display: block;
    position: relative;
    cursor: pointer;
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.layer-container label span.entrance-sequence-number, .layer-container label span.secondary-sequence-number {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    z-index: 2; /* Ensure it is above other elements */
}

.layer-container label img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.layer-container input[type="checkbox"]:checked + label {
    transform: scale(1.05);
    border: 2px solid red;
}

.layer-container input[type="checkbox"]:checked + label::after {
    content: 'âœ“'; /* Checkmark character */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: green;
    background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#modal_popup {
    display: none;
}
.post-form {
    padding-bottom: 60px;
}
.our-plan-outer {
    padding-top: 50px;
}
.modal .post-form {
    padding-bottom: 0px;
}
.layer-container input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: green;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: url(/static/images/checked.png) 0 0 no-repeat;
    background-size: 100%;
}

.price-box > p.plan_description {
    min-height: 42px;
}
.header-custom {
    position: relative;
    text-align: center;
}
.logout-btn {
    position: absolute;
    right: 10px;
    top: 15px;
}
.decoration-none{
    text-decoration: none;
}
a{
    text-decoration: none !important;
}

.modal .post-form .form-group.mt-3:nth-child(5), .modal .post-form .photo-quantity-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.modal .post-form .form-group.mt-3:nth-child(5) .form-check.my-2, .modal .post-form .photo-quantity-wrapper .form-check.my-2 {
    order: 2;
    margin-left: auto;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}
.modal .post-form .form-group.mt-3:nth-child(5) .form-check.my-2 input, .modal .post-form .photo-quantity-wrapper .form-check.my-2 input {
    margin-right: 10px;
}
.modal .post-form .form-group.mt-3:nth-child(5) label, .modal .post-form .photo-quantity-wrapper label {
    order: 1;
}
.modal .post-form .form-group.mt-3:nth-child(5) input, .modal .post-form .photo-quantity-wrapper input {
    order: 3;
    margin-top: 0 !important;
}
.edit-plan-model-gk .post-form .form-group.mt-3:nth-child(5) label[style="display: none;"], .edit-plan-model-gk .post-form .photo-quantity-wrapper label[style="display: none;"] {
    display: block !important;
}
.edit-plan-model-gk .modal-footer {
    padding: 0px;
}
.edit-plan-model-gk .modal-footer .buy-btn {
    margin-right: 0px;
}

.edit-plan-model-gk .post-form .form-group.mt-3:nth-child(5) .form-check.my-2 label, .edit-plan-model-gk .post-form .form-group.mt-3:nth-child(5) .form-check.my-2 label {
    position: relative;
    top: 0px;
}

.edit-plan-model-gk .post-form .form-group.mt-3:nth-child(5) .form-check.my-2 input:focus {
    box-shadow: none;
}
.layer-container li {
    position: relative;
}
.delete-layer-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #bd1616;
    cursor: pointer;
}
.resoluion-text {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
}




.custom-field {
    display: flex;
    flex-wrap: wrap;
}
.sidebar-left {
    width: 250px;
    background: #212529;
    height: 100vh;
    overflow-y: auto;
    padding: 50px 25px;
}
.right-sec {
    max-width: calc(100% - 250px);
    width: 100%;
    padding: 30px;
    height: 100vh;
    overflow-y: auto;
}
.sidebar-menu ul {
    padding: 0px;
    margin: 0;
}
.sidebar-menu li a {
    color: #fff !important;
    font-size: 16px;
    padding: 10px 0px;
    display: block;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active {
    color: #3D9BE9 !important;
}
.sidebar-menu li a i {
    width: 25px;
}
/* .right-sec .post-form {
    padding-bottom: 20px;
} */
 .current {
    padding: .375rem .75rem;
    height: 100%;
    display: inline-block;
    background: #e7e7e7;
    border-right: 1px solid #ced4da;
}.current-image-name {
    padding-left: 0.5rem;
    color: #3D9BE9;
}
.right-sec .our-plan-outer {
    padding-top: 30px;
}
.main-admin-sec a, .main-admin-sec .page-link {
    color: #3D9BE9;
}
.badge-completed {
    background: green;
}
.badge-failed {
    background: #bd1616;
}
.badge-pending {
    background: #b99900;
}
.main-admin-sec .badge {
    min-width: 80px;
}
.main-admin-sec table th, .main-admin-sec table td {
    padding: 10px 20px;
}
.user-add-modal .modal-footer {
    border: none;
}
.pose-wrapper {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}
.table-trancition td:nth-child(4) {
    text-transform: uppercase;
}
.yes-btn {
    background: #bd1616;
}
.logout-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.right-sec .modal .post-form {
    padding: 0;
}
.permission-outer {
    position: relative;
    height: 100%;
}
.permission-outer input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.permission-outer label span.icon-check {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    color: transparent;
}
.permission-outer label {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.permission-outer input:checked + label, .acive-permission input:checked + label {
    border-color: #3D9BE9;
    color: #3D9BE9;
    box-shadow: 0px 0px 8px rgb(61 155 233 / 44%);
}
.permission-outer input:checked + label span.icon-check, .acive-permission input:checked + label span.icon-check {
    background-color:#3D9BE9;
    color: #fff;
}
.permission-outer input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.gallery-outer-form table {
    width: 100%;
}
.gallery-outer-form table th, .gallery-outer-form table td {
    border: 1px solid #f5f5f5;
}
.form-gallery-manage form {
    display: flex;
    justify-content: end;
    gap: 10px;
}
.form-gallery-manage form input {
    height: 40px;
    max-width: 270px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px;
}
.form-gallery-manage form button {
    width: 40px;
    height: 40px;
    border: none;
    background: #3D9BE9;
    color: #fff;
    border-radius: 4px;
    flex: 0 0 40px;
}
.actions-btn-gallery {
    display: flex;
    gap: 10px;
}
.icons-manage-gallery .fa-refresh {
    transform: scaleX(-1);
}
.gallery-img-edit {
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 6px;
    height: 100%;
}
.gallery-img-edit img {
    aspect-ratio: 5/3.5;
    object-fit: contain;
}
.btns-manage-gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.icons-manage-gallery {
    display: flex;
    gap: 10px;
}
.gallery-outer-form th:first-child {
    width: 100px;
}
.img-edit-popup {
    position: relative;
}
.popup-edit-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}
.gallery-img-edit:hover .popup-edit-preview{
    opacity: 1;
}
.back-btn-qr {
    position: absolute;
    left: 10px;
}
.modal-preview .modal-body {
    padding: 0px;
}
.modal-preview button {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    opacity: 1;
    width: 25px;
    border-radius: 40px;
    height: 25px;
    padding: 5px;
}
.modal-preview p {
    margin: 0px;
    font-size: 14px;
    text-align: center;
    padding: 5px 0px;
    color: red;
}
.pagination {
    justify-content: end;
    margin-top: 15px !important;
    align-items: center;
    gap: 10px;
}
.disabled-btn {
    opacity: 0.4;
    pointer-events: none;
}
.galery-arrow-btn .back-btn-qr {
    position: initial;
    flex: 0 0 33%;
}
.pagination span {
    font-size: 17px;
}
.pagination .arrow-btn {
    width: 40px;
    height: 40px;
    padding: 0px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
}
.add-image .clean-preview-btn {
    width: 50px !important;
    height: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    font-size: 25px;
    cursor: pointer;
}
.add-image, .add-image .img-edit-popup {
    height: 100%;
}
.sidebar-menu .active  {
    color: #3D9BE9 !important;
}
.img-name-qr p {
    margin: 0px 0px 2px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.img-name-qr {
    padding: 0 10px 5px;
}
.gallery-img-edit.add-image #add-new-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery-img-edit.add-image {
    position: relative;
}
.col-2-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.col-2-flex input {
    max-width: 150px !important;
}

.form-check.form-switch .form-check-input {
  width: 3rem;
  height: 1.5rem;
  background-color: #e9ecef;
  border-color: #ced4da;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.form-check.form-switch .form-check-input::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.125rem;
  left: 0.125rem;
  border-radius: 50%;
  background-color: #6c757d; /* 🔘 Grey thumb when unchecked */
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.form-check.form-switch .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check.form-switch .form-check-input:checked::before {
  transform: translateX(1.5rem);
  background-color: white; /* 🔘 White thumb when checked */
}

@media screen and (max-width:1399px){
  
}

@media screen and (max-width:1199px){
h2 {
    font-size: 45px;
}
h3 {
    font-size: 35px;
} 
h4 {
    font-size: 25px;
}  
.container, .container-lg, .container-md, .container-sm {
    max-width: 95%;
}
.line-grey {
    margin: 30px 0px;
}
}

@media screen and (max-width:767px){

.locations-sec .col-lg-5 {
    margin: 10px 0px;
}
.locations-sec {
    padding: 30px 0px;
}
header {
    padding: 10px 0px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
} 
h4 {
    font-size: 20px;
} 
.price-main {
    margin: 15px 0px;
}
.galery-arrow-btn h3 {
    text-align: left !important;
}
.gallery-img-edit {
    aspect-ratio: 4/3.3;
}
}

@media screen and (max-width:575px){

.checkout-btn {
    margin: 0px 5px;
}
header li .nav-link {
    font-size: 10px;
}
.navbar-brand img {
    max-width: 100px;
}
.lb-outerContainer {
    margin-top: 40px !important;
}
.gallery-img-edit {
    aspect-ratio: 4/3.1;
}
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
}


/* loader */

/* Loader Wrapper */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    z-index: 9999;
  }
  
  /* Loader (spinning circle) */
  .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  /* Spin Animation */
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* Show Loader */
  .loader-wrapper.show {
    visibility: visible;
    opacity: 1;
  }
  .custom-drop-user {
    appearance: auto;
}
.header-custom {
    display: none !important;
}

.additionl_price
 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    height: 100%;

    .price-box {
    background: radial-gradient(circle, rgb(32 154 255) 0%, rgb(0 0 0) 100%);
    height: 100%;
}
.buy-btn{
           background: #fff;
        color: #3D9BE9 !important;
}
#button-group {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
#price-input {
    margin-top: 20px;
}
}


@media screen and (max-width:1199px){

    .right-sec {
        max-width: 100%;
        padding: 20px;
        height: 100%;
    }
    .container {
        max-width: 100% !important;
    }
    .header-custom {
        display: flex !important;
        padding: 10px 20px;
        border-bottom: 1px solid #f5f5f5;
    }
    .right-sec .container.mt-5 {
        margin: 0px !important;
    }
    .logo-side-mobile img {
        max-width: 120px;
    }
    .sidebar-left {
        position: fixed;
        top: 0;
        left: -100%;
        min-height: 100vh;
        overflow-y: auto;
        z-index: 99;
        max-width: 250px;
        transition: 0.4s all ease-in-out;
    }
    .sidebar-left.active {
        left: 0%;
    }
    .active-bar .fa-bars, .fa-close{
        display: none;
    }
    .active-bar .fa-close{
        display:block
    }
}

@media screen and (max-width:1024px){
    .permission-outer label {
        padding: 10px;
        font-size: 14px;
    }
    .user-add, .heading-fonts{
        flex-wrap: wrap;
    }
    .gallery-outer-form table th, .card-custom table th {
        white-space: nowrap;
    }
    .user-add h2, .heading-fonts h2{
        padding-right:20px;
    }
}
@media screen and (max-width:767px){
    .right-sec .container{
        padding:0px;
    }
    .back-btn-qr {
        font-size: 20px !important;
    }
    .arrow-with-id {
        margin-bottom: 10px;
    }
    .additionl_price
 {
#button-group {
    position: relative;
    transform: none;
    left: 0;
}
}
}
@media screen and (max-width:575px){
    h2 {
        font-size: 20px !important;
    }
    .manage-banner-sec img {
        height: 200px;
    }
    .dashboardtitle {
        font-size: 30px !important;
    }
}