html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: "Inter-Regular", Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: "Inter-Regular";
    src: url('/assets/fonts/Inter-Regular.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Inter-Medium";
    src: url('/assets/fonts/Inter-Medium.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url('/assets/fonts/Inter-SemiBold.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Inter-Bold";
    src: url('/assets/fonts/Inter-Bold.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@media (min-width: 320px) {

    .btnTranparent {
        background-color: transparent;
        border: 1px solid #ccc;
        padding: 8px;
    }

    .playlistWrapperDiv {
        width: auto;
        /*margin-right: 30px;*/
        text-align: center;
    }

    .listViewcardBg {
        border: 1px solid #ccc;
        padding: 15px;
        background-color: #fff;
        border-radius: 10px;
        justify-content: space-between;
    }

    .alignMiddle thead tr th {
        text-align: left !important;
    }

    .alignMiddle tbody tr td {
        text-align: left !important;
    }

    .btnnewScreen {
        background-color: #FE6A3A;
       /* background: #FFC928;
        background: linear-gradient(90deg, rgba(255, 201, 40, 1) 0%, rgba(246, 142, 50, 1) 100%);*/
        color: #fff;
        font-size: 16px;
        padding: 7px 25px;
        border-radius: 8px;
        border: none;
    }

    #faqAccordion .accordion-button {
        background-color: rgb(231, 241, 255);
        margin-bottom: 2px;
        opacity: 0.8;
        box-shadow: none;
    }

    .bg-light {
        background-color: #F6DFA8 !important;
    }

    .input-group {
        height: 45px !important;
    }

    .accordion-button {
        padding: 8px !important;
    }

    .accordion-button:not(.collapsed) {
        background-color: transparent;
        color: #000;
        font-size: 17px;
    }

    .upload-box {
        border: 2px dashed #ced4da;
        border-radius: 12px;
        background: #fafafa;
        position: relative;
        cursor: pointer;
        transition: 0.3s;
    }

    .upload-box:hover {
        background: #f8f9ff;
        border-color: #6c63ff;
    }

    .file-input {
        position: absolute;
        inset: 0;
        opacity: 0;
        cursor: pointer;
    }

    .upload-icon {
        background: #f0f1f3;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .deleteSession {
        background-color: #FFF4F4;
        color: #E51414;
        padding: 10px;
        border-radius: 8px;
        border: none;
    }

    .sessioncard {
        width: auto;
        padding: 10px;
        border: 1px solid #D4D4D4;
        border-radius: 10px;
        margin: 20px 20px 0 0;
    }

    label {
        font-size: 15px;
        opacity: 0.7;
    }

    .form-label {
        margin-bottom: 0;
        font-size: 15px;
    }

    .select-label {
        font-weight: 600;
        margin-right: 6px;
        width: 240px;
    }

    .btn-add-display {
        background-color: #FE6A3A;
        color: #fff;
        border-radius: 8px;
        padding: 10px 18px;
    }

    .btn-add-display:hover {
        background-color: #c29112;
        color: #fff;
    }

    .table thead th {
        font-size: 13px;
        font-weight: 600;
        color: #5f5f5f;
        white-space: nowrap;
    }

    .table tbody td {
        font-size: 14px;
        vertical-align: middle;
    }

    .table tbody tr:hover {
        background-color: #fafafa;
    }

    .img-thumbnail {
        border-radius: 6px;
        padding: 0;
        border: none;
    }

    .badge-status {
        background-color: #e8fbe8;
        color: #25a525;
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 30px;
        font-weight: 600;
    }

    .badge-status .dot {
        width: 8px;
        height: 8px;
        background: #25a525;
        display: inline-block;
        border-radius: 50%;
        margin-right: 5px;
    }

    .action-link {
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
    }

    .action-link.edit {
        color: #2c60ff;
    }

    .action-link.edit:hover {
        text-decoration: underline;
    }

    .action-link.delete {
        color: #e44646;
    }

    .action-link.delete:hover {
        text-decoration: underline;
    }

    .btn-add-display {
        padding: 8px 14px;
    }

    table thead {
        font-size: 13px;
    }

    #editscreenModal .modal-dialog {
        max-width: 1050px !important;
    }

    #manageMediaModal .modal-dialog {
        max-width: 700px !important;
    }

    #screenModal .modal-dialog {
        max-width: 600px !important;
    }

    .center-wrapper {
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .center-wrapper h2 {
        margin-bottom: 10px;
        font-weight: 600;
    }

    .center-wrapper p {
        margin-bottom: 20px;
        font-size: 16px;
        color: #333;
    }

    /* Optional: style your add button */
    .add-location-btn {
        background: linear-gradient(to right, #cf9f2d, #d8a834);
        border: none;
        padding: 12px 25px;
        border-radius: 8px;
        color: white;
        font-size: 18px;
        cursor: pointer;
        transition: 0.2s ease;
    }

    .add-location-btn:hover {
        opacity: 0.85;
    }

    .card {
        border-radius: 12px;
        border: none;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    }

    .stat-card {
        text-align: center;
        padding: 20px 20px 0 5px;
        flex-direction: row;
    }

    .stat-card img {
        width: 40px;
        height: 40px;
    }

    .map-image {
        width: 100%;
        border-radius: 12px;
    }

    .section-title {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .alert-item {
        display: flex;
        align-items: start;
        margin-bottom: 6px;
    }

    .alert-item i {
        color: #E3342F;
        margin-right: 6px;
    }

    .input-group-text {
        background-color: #FE6A3A;
        border: 1px solid #FE6A3A;
        color: #fff;
    }

    .cardCount {
        font-size: 17px;
        font-weight: 600;
    }

    .btn-custom {
        background: #FE6A3A;
        color: white;
        font-weight: 600;
        border-radius: 8px;
        padding: 10px 18px;
    }

    .btn-custom:hover {
        background: #FE6A3A;
        color: white;
        font-weight: 600;
        border-radius: 8px;
        padding: 10px 18px;
    }

    .btn-group>.btn:active, .btn-check:checked+.btn, .btn.active, :not(.btn-check)+.btn:active {
        background-color: #FE6A3A !important;
        color: #fff !important;
    }

    .header {
        background: #fff;
        padding: 12px 25px;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dropdown-toggle img {
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .dropdown-toggle {
        cursor: pointer;
    }

    .dropdown-toggle::after {
        margin-left: 10px;
    }

    .dropdown-menu {
        border: none;
        border-radius: 10px;
        padding: 10px;
        min-width: 220px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    }

    .dropdown-item {
        padding: 10px 12px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .dropdown-item i {
        font-size: 16px;
    }

    .dropdown-item:hover {
        background-color: #f7f7f7;
    }

    .dropdown-divider {
        margin: 8px 0;
    }

    /* Logout item */
    .dropdown-item.text-danger:hover {
        background-color: #fde8e8;
    }

    .bg-wrapper {
        background: url("/assets/images/loginbg.png") no-repeat center center/cover;
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .bg-wrapper::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        background-color: rgba(0, 0, 0, 0.35);
    }

    .login-card {
        width: 450px;
        background: rgba(255, 255, 255, 0.10);
        border-radius: 16px;
        padding: 40px 32px;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        position: relative;
        z-index: 10;
        border: 1px solid rgba(255, 255, 255, 0.25);
    }

    .verifyOTP-card {
        width: 350px;
        background: rgba(255, 255, 255, 0.10);
        border-radius: 16px;
        padding: 40px 32px;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        position: relative;
        z-index: 10;
        border: 1px solid rgba(255, 255, 255, 0.25);
    }

    .logo-img {
        width: 180px;
    }

    .form-control {
        border-radius: 8px;
        padding: .375rem 1.25rem .375rem .75rem;
    }

    .modal-footer {
        border-top: 0;
    }

    .btn-login {
        background-color: #FE6A3A;
        color: #fff;
        font-size: 16px;
        padding: 7px 25px;
        border-radius: 8px;
        border: none;
    }

    .btn-login:hover {
        background-color: #FE6A3A;
        color: #fff;
        font-size: 16px;
        padding: 7px 25px;
        border-radius: 8px;
        border: none;
    }

    .forgot-link {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

    .forgot-link:hover {
        text-decoration: underline;
    }

    .logobgcolor {
        background-color: #fff;
        padding: 15px;
        border-radius: 10px;
        width: 240px;
        margin: 0 auto;
    }
}

@media (min-width: 360px) { }

@media (min-width: 375px) { }

@media (min-width: 390px) { }

@media (min-width: 412px) { }

@media (min-width: 430px) { }

/*browser resolution 120% which means when we click both ctrl (+) in the browser */
@media (min-width: 1098px) {

    .pageBgColor {
        background-color: #FFF9F5;
        height: 420px;
    }

    .cardsStyling {
        width: 175px;
    }

    .fullHeight {
        height: 420px;
    }

    .imgLeftCont {
        width: 500px;
    }
}

@media (min-width: 1200px) { }

/*14" screen*/
@media (min-width: 1280px) {

    #imgPreviewModal .modal-dialog {
        max-width: 700px;
    }

    .pageBgColor {
        background-color: #FFF9F5;
        height: 470px !important;
    }

    .playlist-wrapper {
        width: 1000px;
        margin: 0 auto;
    }

    .fullHeight {
        height: 470px !important;
    }

    .cardsStyling {
        width: 182px;
    }
}

@media (min-width: 1366px) {

    .pageBgColor {
        background-color: #FFF9F5;
        height: 518px !important;
    }

    .playlist-wrapper {
        width: 1000px;
    }

    .fullHeight {
        height: 518px !important;
    }

    .cardsStyling {
        width: 190px;
    }
}

@media (min-width: 1440px) {

    .cardsStyling {
        width: 195px;
    }
}

@media (min-width: 1536px) {

    .pageBgColor {
        background-color: #FFF9F5;
        height: 614px !important;
    }

    .playlist-wrapper {
        width: 900px;
    }

    .fullHeight {
        height: 614px !important;
    }

    .cardsStyling {
        width: 220px;
    }

    .stat-card {
        padding: 20px 20px 0 20px;
    }

    .cardCount {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {

    .pageBgColor {
        background-color: #FFF9F5;
        height: 650px !important;
    }

    .fullHeight {
        height: 650px !important;
    }
}

/*browser resolution 80% which means when we click both ctrl (-) in the browser */
@media (min-width: 1920px) {

    .pageBgColor {
        background-color: #FFF9F5;
        height: 100vh !important;
    }

    .fullHeight {
        height: 100vh !important;
    }
}

/*browser resolution 50% which means when we click both ctrl (-) in the browser  -- 26" screen */
@media (min-width: 2560px) { }

/*microsoft surface pro*/

@media (min-width: 2736px) { }

/* 34" screen */
@media (min-width: 3440px) { }

/*browser resolution 33% which means when we click both ctrl (-) in the browser -- 40" screen */
@media (min-width: 3840px) {}