@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito&family=Open+Sans&family=Poppins&family=Roboto&display=swap');

/* MY CSS 23/04/2025 START */
@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
}

html,
body {
    color: black;
    font-family: var(--main-font-family);
    font-weight: 400;
    background: #d1d2d4;
    overflow-x: hidden;
    height: 100%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white-color: 255, 255, 255;
    --theme-primary-color: 19, 108, 148;
    --theme-secondary-color: 65, 165, 238;
    --primary-bg-color: #0a66c2;
    --menu-bg-color: var(--primary-bg-color);
    --sidebar-bg-color: #f2f4f9;
    --sidebaritem-color: #080809;
    --select-sidebaritem-color: #ffffff;
    --btn-primary-color: var(--primary-bg-color);
    --primary-button-text-color: white;
    --btn-success-bg-color: #22c03c;
    --btn-danger-bg-color: #ee335e;
    --accordion-header-color: var(--primary-bg-color);
    --accordion-text-color: #ffffff;
    --table-background-color: var(--primary-bg-color);
    --tab-active-text: white;
    --tab-active-bg: var(--primary-bg-color);
    --tab-inactive-text: black;
    --tab-inactive-bg: #f1f1f1;
    --main-font-family: 'Segoe UI Regular' sans-serif;
    --tab-font-family: var(--main-font-family);
    --table-font-family: var(--main-font-family);
    --button-font-family: var(--main-font-family);
    --accordion-font-family: var(--main-font-family);
    --table-link-default-color: #0a66c2;
    --table-link-color: var(--table-link-default-color);
    --header-bg-color: var(--primary-bg-color);
}
.page-body {
    padding: 80px 0 0;
}
    body.light-theme {
        background-size: cover;
        max-width: 100%;
        color: rgba(var(--white-color), 1);
        background-color: #d1d2d4;
        /* padding: 0 40px; */
    }

.commonbtn {
    font-size: 16px;
    text-transform: uppercase;
    /*    letter-spacing: 2px;*/
    background: white;
    color: #136c94;
    padding: 10px 20px;
    border: 0;
    height: 42px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 5px;
    border-color: white;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

    .commonbtn .fa {
        font-size: 15px;
    }
.se-img {
    max-width: 150px;
    margin-bottom: 20px;
}
/*.select2-wrapper {
    position: relative;
    z-index: 2;
}*/
.select2-container--open {
    z-index: 9999 !important;
    position: absolute !important;
}
.mb-3,
.form-group {
    position: relative;
}
/* Login CSS START */
.loginmain {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #D1D2D4;
    padding: 1rem 0;
}

.logindt {
    width: 40%;
    padding: 20px;
    margin: 0 auto;
    background-color: #136c94;
    border-radius: 5px;
}

.login-image-wrpper {
    width: 100%;
    height: 100%;
}

    .login-image-wrpper img {
        width: 100%;
        min-height: 100%;
        border-radius: 10px 0 0 10px;
    }

.logindetails .card-sigin {
    max-width: 100%;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.loginbox-forgot a {
    font-weight: 700;
    color: white !important;
    text-decoration: underline;
    text-transform: uppercase;
}

    .loginbox-forgot a:hover {
        color: rgba(var(--white-color), 1) !important;
    }

.menu-header-content,
.main-header-profile {
    background: var(--primary-bg-color);
    border-radius: 0;
}

.main-header .dropdown-menu:after {
    border-block-end: 9px solid rgba(var(--theme-primary-color), 1);
}

.main-header-message .dropdown-footer, .main-header-notification .dropdown-footer {
    border-radius: 0;
}
.user-info-wrapper .user-role,
.user-info-wrapper .user-name {
    color: #7c8ca3;
}
    .user-info-wrapper .user-name span {
        color: #0a66c2;
        font-weight: 600;
    }
.main-profile-menu .avatar-area {
    padding: 15px;
    border-bottom: 1px solid #e2eaf9;
    text-align: center;
}

    .main-profile-menu .avatar-area img {
        width: 80px;
        height: 80px;
        margin: auto;
        background: #ddd8d8;
        border-radius: 50%;
    }

    .main-profile-menu .avatar-area .caption {
        width: 100%;
        display: block;
        margin-top: 10px;
        padding: 5px;
        color: #ffffff;
        background: var(--primary-bg-color);
        border-radius: 5px;
    }
.main-profile-menu .dropdown-item {
    font-size: 16px;
    border-bottom: 1px solid #e2e5e9;
    margin-bottom: 2px;
}
    .main-profile-menu .dropdown-item:last-child {
        border: none;
        margin-bottom: 0px;
    }
    .main-profile-menu .dropdown-item i {
        width: 35px;
        height: 35px;
        background: #e2e5e9;
        line-height: 35px;
        border-radius: 50%;
    }

.welcometitle {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    color: black;
}

    .welcometitle h1 {
        font-weight: 900;
    }

.logindt.registerG {
    width: 100%;
}
    .logindt.registerG.otp-screen {
        max-width: 400px;
    }

    .logindt.registerG.otp-screen .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

.registerfield {
    box-shadow: none;
    margin: 0;
    background: transparent;
    color: white;
}

    .registerfield .form-label {
        color: white;
    }

.stepwizard-step p {
    margin-top: 0px;
    color: white;
}
.stepwizard-step > a,
.stepwizard-step > a:hover {
    width: 40px;
    height: 40px;
    padding: 0px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #136c94 !important;
    background: #a2b5bd !important;
    border-radius: 50%;
}
    .stepwizard-step > a::before {
        display: none;
    }
    .stepwizard-step > a.btn-complete,
    .stepwizard-step > a.btn-success,
    .stepwizard-step > a.btn-success:hover {
        background: #ffffff !important;
        color: #136c94 !important;
    }

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

    .stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
        opacity: 1 !important;
        color: #bbb;
    }

.stepwizard-row:before {
    top: 20px;
    left: 50%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 85%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
    transform: translateX(-50%);
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.setup-content button.nextBtn {
    background: #2f9413 !important;
    color: #ffffff !important;
    cursor: pointer;
}
    .setup-content button.nextBtn:hover {
        background: #3b8e23 !important;
        color: #ffffff !important;
    }
.setup-content button.prevBtn {
    background: #969697 !important;
    color: #000000 !important;
    cursor: pointer;
}

    .setup-content button.prevBtn:hover {
        background: #848181 !important;
    }
.registerfield .setup-content .panel-body {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fieldsview .icon-input-wrapper {
    position: relative;
}

    .fieldsview .icon-input-wrapper .form-control {
        padding: 8px 8px 8px 40px;
        background: rgba(var(--white-color), 1);
        border-radius: 5px;
    }

    .fieldsview .icon-input-wrapper input[type="password"].form-control {
        padding: 8px 40px;
    }

    .fieldsview .icon-input-wrapper .form-control::placeholder {
        color: #136c94;
    }

    .fieldsview .icon-input-wrapper .form-label {
        position: absolute;
        top: 50%;
        left: 10px;
        width: auto;
        height: auto;
        font-size: 20px;
        line-height: unset;
        transform: translateY(-50%);
        color: #00546C !important;
        background: transparent;
        border: none;
        box-shadow: none;
        margin: 0px;
    }

    .fieldsview .icon-input-wrapper .right-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        width: auto;
        height: auto;
        line-height: unset;
        transform: translateY(-50%);
        color: #00546C;
    }

.main-signup-header label,
.fieldsview .form-control,
.fieldsview .form-select,
.fieldsview .dropdown-menu li,
.select2-container--default .select2-selection--single {
    /*        font-family: "Unica One", sans-serif !important;*/
    font-size: 16px;
    /*    text-transform: uppercase;*/
    /*    letter-spacing: 2px;*/
    height: 42px;
    background: #FFFFFF;
    border-radius: 0;
    border: 1px solid #00546C;
    color: #3AAFA9 !important;
    width: 100%;
    line-height: 42px;
    font-weight: normal;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px !important;
        color: white;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__clear {
        position: absolute;
        top: 50%;
        right: 24px;
        transform: translateY(-50%);
    }

/*.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #D68A3C;
}*/

.select2-container--open .select2-dropdown--below {
    background: black;
    border: 1px solid black;
}

.fieldsview .form-select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

    .fieldsview .form-select option {
        background: black !important;
    }

.fieldsview .date-container {
    position: relative;
    display: block;
}

.fieldsview .calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white; /* Change the color */
    pointer-events: none;
    font-size: 20px;
}

.fieldsview .dropdown .dropdown-menu {
    background: black;
    /*background: rgba(0, 0, 0, 40%);*/
    width: 100%;
    border-radius: 0;
}

.fieldsview .dropdown.sourcefielddd .dropdown-menu {
    gap: 8px;
    display: flex;
    flex-direction: row;
    background: transparent;
    border: 0;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.fieldsview .sourcefielddd .dropdown-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 5px;
}

    .fieldsview .sourcefielddd .dropdown-menu li a .defaultImg {
        background: url('../vrImg/defualtgame.png') no-repeat center;
        background-size: contain;
        max-width: 100%;
        height: 25px;
        width: 25px;
    }

    .fieldsview .sourcefielddd .dropdown-menu li a:hover .defaultImg {
        background: url('../vrImg/defualtgame.png') no-repeat center;
        background-size: contain;
        max-width: 100%;
    }

    .fieldsview .sourcefielddd .dropdown-menu li a .customImg {
        background: url('../vrImg/custom.png') no-repeat center;
        background-size: contain;
        max-width: 100%;
        height: 25px;
        width: 25px;
    }

    .fieldsview .sourcefielddd .dropdown-menu li a:hover .customImg {
        background: url('../vrImg/custom.png') no-repeat center;
        background-size: contain;
        max-width: 100%;
    }

    .fieldsview .sourcefielddd .dropdown-menu li a span {
        padding: 0;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }

.fieldsview .dropdown-item:hover,
.fieldsview .dropdown-item:focus {
    background: transparent;
    color: #CE7623 !important;
    font-weight: 600;
}

.customdd input {
    display: none;
}

.fieldsview .dropdown-menu li a {
    font-family: 'Segoe UI Regular';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fieldsview input:focus::placeholder, textarea:focus::placeholder {
    color: #136c94 !important;
}

.fieldsview input::placeholder, textarea::placeholder {
    color: #136c94 !important; /* Custom color */
    opacity: 1;
}
/* Login CSS END */



/* Sidebar CSS START*/

.app-sidebar,
.main-sidemenu,
.main-sidebar-header {
    background-color: rgba(var(--theme-primary-color), 1);
}

.sidebar-mini .main-sidemenu {
    margin-block-start: 85px;
}

.side-menu.mainmenuH .slide {
    /*background: rgba(var(--white-color), 1);*/
    /*background-blend-mode: screen;*/
    /*    width: 240px;
    height: 50px;*/
    /*padding: 8px;*/
    /*mix-blend-mode: Lighten;*/
    color: rgba(var(--theme-primary-color), 1);
    /*    text-align: center;*/
}

.side-menu > li > ul > li .sub-side-menu__item:not(.active):hover {
    background: rgba(var(--white-color), 0.3);
}

.side-menu.mainmenuH .slide a {
    /*  padding: 0 !important;
        padding-inline-start: 0;
        padding-inline-end: 0;
        padding-block: 0;*/
    justify-content: flex-start;
}

.sidebar-mini .side-menu > li > a .menu-icon,
.sidebar-mini .side-menu > li > a .side-menu__icon {
    display: block;
    color: rgba(var(--white-color), 1);
    background: transparent;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    margin-inline-end: 14px;
}

.mainmenuH .slide a span,
.mainmenuH .slide.active .side-menu__item,
.mainmenuH .side-menu__item.active .side-menu__label,
.mainmenuH .slide:hover .side-menu__label,
.mainmenuH .slide:hover .angle {
    color: rgba(var(--white-color), 1) !important;
    font-size: 16px;
    justify-content: flex-start;
}

.mainmenuH .slide:hover .side-menu__icon,
.app-sidebar .slide.active .side-menu__icon,
.app-sidebar .slide.is-expanded .side-menu__icon {
    fill: rgba(var(--white-color)) !important;
    color: rgba(var(--white-color)) !important;
}

.menu-expand.sub-angle {
    display: block;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.side-menu.mainmenuH .slide.is-expanded > a > .menu-expand.sub-angle {
    transform: rotate(180deg);
}

.sidebar-mini .side-menu > .sub-side-menu__item {
    padding-inline-start: 15px !important;
}

.sidebar-mini .side-menu > li > a > .menu-text {
    font-size: 16px;
    color: rgba(var(--white-color), 1);
}

.sidebar-mini .side-menu > li ul li.active .sub-side-menu__item.active {
    font-size: 16px;
    color: rgba(var(--white-color), 1) !important;
    background: rgba(var(--white-color), 0.19);
}

.sidebar-mini .side-menu > li > li > .slide:last-child::before {
    height: 20px;
}

.sidebar-mini .side-menu > li > li > .slide:last-child::after {
    top: 18px;
}

.sidebar-mini .side-menu > li.open > a,
.sidebar-mini .side-menu > li.active > a,
.side-menu.mainmenuH > .slide > a.side-menu__item.active {
    background-color: rgba(var(--theme-secondary-color), 0.7);
}

.app-sidebar .slide-menu,
.slide.is-expanded .slide-menu {
    padding: 0;
}
    .slide.is-expanded > .slide-menu,
    .slide.is-expanded > .slide-menu.open {
        display: block !important;
    }
.app-sidebar .side-menu > li > ul > li a {
    padding-left: 3.7rem !important;
}

.slide.is-expanded .slide-menu li.active {
    background-color: rgba(var(--white-color), 0.19);
}

.app-sidebar .side-menu > li > ul.slide-menu > li > a[data-bs-toggle="slide"]:hover,
.app-sidebar .side-menu > li > ul.slide-menu > li > a[data-bs-toggle="slide"].active,
.app-sidebar .side-menu > li > ul.slide-menu > li.is-expanded > a[data-bs-toggle="slide"] {
    background-color: #d1d2d4;
}

    .app-sidebar .side-menu > li > ul.slide-menu > li > a[data-bs-toggle="slide"]:hover span,
    .app-sidebar .side-menu > li > ul.slide-menu > li > a[data-bs-toggle="slide"].active span,
    .app-sidebar .side-menu > li > ul.slide-menu > li.is-expanded > a[data-bs-toggle="slide"] span {
        color: #136c94 !important;
    }

.side-menu .slide.open .side-menu__label,
.side-menu .slide.is-expanded .side-menu__label {
    color: rgba(var(--white-color), 1) !important;
}

.sidebar-mini .side-menu > li > a {
    padding-inline-start: 15px !important;
}

    .sidebar-mini .side-menu > li:hover > a .menu-icon,
    .sidebar-mini .side-menu > li > a.active .menu-icon,
    .sidebar-mini .side-menu > li.open > a .side-menu__icon,
    .sidebar-mini .side-menu > li:hover > a .side-menu__icon,
    .sidebar-mini .side-menu > li > a.active .side-menu__icon,
    .sidebar-mini .side-menu > li:hover > a .sub-side-menu__icon,
    .sidebar-mini .side-menu > li > a.active .sub-side-menu__icon {
        background-color: rgba(var(--theme-secondary-color), 1)
    }

.app-sidebar .slide-menu a:before {
    opacity: 0;
    visibility: hidden;
}

.sidebar-mini .side-menu > li > ul > li > a::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 30px !important;
    width: 1px !important;
    height: 100% !important;
    background: rgba(var(--white-color), 1) !important;
    opacity: 1;
    visibility: visible;
}

.sidebar-mini .side-menu > li > ul > li:last-child > a::before {
    height: 50% !important;
}

.sidebar-mini .side-menu > li > ul > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 26.8px;
    width: 8px;
    height: 8px;
    background-color: rgba(var(--white-color), 1);
    border-radius: 50%;
    transform: translateY(-50%);
}

.main-sidebar-header {
    height: 85px;
    border: none;
}

    .main-sidebar-header .main-logo {
        width: 55px;
        margin: 0;
        height: 55px;
        background: #ffffff;
        padding: 5px;
        border-radius: 50%;
        object-fit: contain;
    }

.sidebar-logo-content {
    margin-left: 15px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.sidenav-toggled:not(.sidenav-toggled-open) .sidebar-logo-content > * {
    transition: all 0.4s ease-in-out
}

.sidebar-logo-content span {
    color: #d1d2d4;
}

.sidenav-toggled:not(.sidenav-toggled-open) .sidebar-logo-content {
    margin: 0;
}

    .sidenav-toggled:not(.sidenav-toggled-open) .sidebar-logo-content > * {
        font-size: 0;
    }

.sidenav-toggled:not(.sidenav-toggled-open) .main-sidebar-header .icon-light img {
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 50%;
    object-fit: contain;
}
/* Sidebar CSS END */
/* Dashboard CSS START */
.dashboard-card-wrapper {
    gap: 1.5rem 0;
}

.dashboard-card {
    display: flex;
    color: rgba(var(--white-color), 1);
    padding: 1.5rem;
    text-align: center;
    align-items: center;
    border-radius: 0.5rem;
    background-color: #9F41A4;
    justify-content: space-between;
}

    .dashboard-card .icon-wrapper {
        width: 60px;
        height: 60px;
        padding: 5px;
        background: rgba(var(--white-color), 1);
        border-radius: 0.3rem;
    }

.item-value-wrapper h3.item-value {
    font-size: 2rem;
    font-weight: 700;
}

.item-value-wrapper h6 {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
}

.dashboard-card-wrapper .col-12:nth-child(4n+2) .dashboard-card {
    background-color: #00AC4F;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    margin: 0;
    position: relative;
}

.toggle-label::after {
    content: "";
    width: 11px;
    height: 11px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all 0.4s ease-in-out;
}

.toggle-checkbox:checked + .toggle-label {
    background-color: #4CAF50;
}

    .toggle-checkbox:checked + .toggle-label::after {
        left: auto;
        right: 2px;
    }

.main-title,
.accordion .card-header .main-title a {
    color: white;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
}

    .main-title.title-bg-fill {
        color: #FFFFFF;
        display: inline-block;
        background: #00546C;
        padding: 4px 9px;
        border-radius: 5px;
    }



.btn-large {
    padding: 0.757rem 1rem;
}
.btn.bg-white,
.btn.bg-white:hover {
    background: #ffffff !important
}

.accordion > .card {
    border-radius: 10px !important;
}

#trGroupModuleAcs table td a {
    /*color: #ffffff !important;*/
    margin-left: 5px;
    position: relative;
    top: -5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: normal;
}

/* Data table Entry css STRAT */
.commontble .dataTables_wrapper .dataTables_length {
    color: #4d5875;
}

    .commontble .dataTables_wrapper .dataTables_length select {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: black;
        background-color: white;
        background-clip: padding-box;
        border: 1px solid #dee2e6;
        border-radius: 5px;
        box-shadow: none;
    }

.btn-edit {
    background-color: #136c94;
}
/* Data table Entry css END */
/* Sidabar css START */
.page-sidebar:before {
    background: #00546C !important;
}
/* Sidabar css END */

.letter-normal {
    letter-spacing: normal;
}
/* Modal CSS START */

.modal .modal-header {
    background: var(--primary-bg-color);
}

.modal .modal-body {
    background: #d1d2d4;
}

.modal .panel-body {
    padding: 0;
}
.modal .modal-width {
    height: auto;
}
.modal .popup-frame {
    height: 70vh;
    width:100%;
}
/* Modal CSS END */
/* Responsive CSS */
@media (min-width: 992px) {
    .sidenav-toggled .side-menu > li > a > span {
        display: none;
    }

    .app.sidenav-toggled .side-menu > li .side-menu__label {
        font-size: 16px;
    }

    .sidenav-toggled.sidenav-toggled-open .side-menu > li > a > span {
        display: block;
    }

    .app.sidebar-mini.sidenav-toggled .side-menu > li > a > .side-menu__icon {
        line-height: 30px;
    }
}

@media (max-width: 1180px) {
    .input-primary lable.lable-primary {
        font-size: 12px;
    }

    .item-value-wrapper .item-value {
        font-size: 26px;
    }

    .item-value-wrapper .icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .input-primary lable.lable-primary.small {
        font-size: 9px;
    }
}

@media (max-width: 1023px) {
    .d-card-title-wrapper h2.title {
        font-size: 20px;
    }

    .accordion .card-header .main-title a,
    .main-title {
        font-size: 16px;
    }

    /*   .btn-squer,
    .btn-radius {
        font-size: 12px;
    }*/
}

@media (max-width: 767px) {
   .login-image-wrpper {
        display: none;
    }

    .logindetails .card-sigin {
        padding-left: 1.5rem;
    }

    .card-sigin .main-signup-header {
        padding: 0 0 1.5rem 0;
        border: none;
    }
    .btn-slide {
        padding: 6px 16px;
    }
}

@media (max-width: 575px) {

    /*   .btn-squer,
    .btn-radius {
        font-size: 10px;
    }
*/
    .accordion .card-header .main-title a,
    .main-title {
        font-size: 12px;
    }

    .d-card-title-wrapper h2.title {
        font-size: 14px;
    }

    .d-card-title-wrapper .sub-title-wrapper {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }

        .d-card-title-wrapper .sub-title-wrapper p {
            font-size: 10px;
        }
}

@media (max-width: 480px) {

    .input-primary {
        margin-bottom: 0.275rem;
    }
}

.tab-content-area {
    padding: 2rem;
}



.commontble .table,
.commontble .table th,
.commontble .table td {
    border: 1px solid black;
}

    .commontble .table th {
        background: #0866ff;
        color: white;
        height: 30px;
        vertical-align: middle;
        text-align: left;
        font-weight: 500;
        font-size: 13px;
        padding: 10px;
    }

    .commontble .table td {
        height: 40px;
        vertical-align: middle;
        padding: 0 0.75rem;
    }

.texDesc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 500px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}

.commontble .table td .ticketIcon {
    background: transparent;
    border: 0;
    padding: 5px 0px;
    font-size: 15px;
    color: #0866ff;
    text-align: center;
    outline: none;
    line-height: normal;
}

.welcometitle {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    color: black;
}

    .welcometitle h1 {
        font-weight: 900;
    }


.registerfield {
    box-shadow: none;
    margin: 0;
    background: transparent;
    color: white;
}

    .registerfield .form-label {
        color: white;
    }

.stepwizard-step p {
    margin-top: 0px;
    color: white;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    max-width: 700px;
    position: relative;
    margin: auto;
}

    .stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
        opacity: 1 !important;
        color: #bbb;
    }

#branchContainer .branch-group ~ .branch-group {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}
.productContent #branchContainer .branch-group ~ .branch-group {
    border-color: #dee2e6;
}
.dashboard-card-wrapper .col-12:nth-child(4n+3) .dashboard-card {
    background-color: #FCA502;
}

.dashboard-card-wrapper .col-12:nth-child(4n+4) .dashboard-card {
    background-color: #5D8BC7;
}

/* Dashboard CSS End */


/* MY CSS 23/04/2025 END */

@media(max-width : 1024px) {
    .welcometitle,
    .logindt {
        width: 100%;
    }
        
    .logindt.registerG {
        min-height: unset;
    }
    .logindt {
        padding: 20px;
    }



    .registerfield .form-label {
        font-size: 16px;
    }
}

@media(max-width:600px) {
    .stepwizard p {
        font-size: 12px;
        line-height: 12px;
        margin: 0;
    }

    .setup-content .main-title {
        font-size: 18px;
    }

    .producttabB .btn-large {
        padding: 9px;
    }

    .tab-content-area {
        padding: 20px;
    }
}

@media(max-width:400px) {
    .btn-radius {
        font-size: 12px;
    }
}

.modal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .modal .modal-dialog {
        min-height: calc(100% - 3.5rem);
        max-width: 80%;
    }

}


/*Divya-productS-24-4*/

.userprofile {
    background: #136c94;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
}


:root {
    --timeOut: 1.2s;
}



table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
    content: "+";
    background-color: var(--primary-bg-color);
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    padding: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    content: "-";
    background-color: #dc3545;
}

.commontble .table, .commontble .table th, .commontble .table td {
    border: 1px solid #dee2e6 !important;
}

.texDesc {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 680px;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
}

@media(max-width:1200px) {
    .texDesc {
        width: 100%;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: 0;
    background-image: none;
    background-color: var(--primary-bg-color);
    color: #fff !important;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    height: 40px;
    margin-top: -7px;
    line-height: 40px !important;
    padding: 0;
}

.select2-container--open .select2-dropdown {
    background: white;
    border: 1px solid #136c94;
}
.select2-results .select2-results__option {
    color: #080809;
}
.select2-container--open .select2-results__option.select2-results__option--highlighted {
    color: white;
    /*background-color: #0866ff;*/
}

.select2-container--open .select2-dropdown .select2-search--dropdown input {
    background: #ffffff;
    border: 1px solid #136c94;
    color: #136c94;
}

.form-control,
.form-select,
.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    color: black;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    box-shadow: none;
    appearance: auto;
}

.select2-container {
    width: 100% !important;
}

/*createticket*/
.searchInput {
    position: relative;
    display: flex;
}

    .searchInput .addonIcon {
        height: 50px;
        position: absolute;
        width: 50px;
        font-size: 22px;
        line-height: 52px;
        border-radius: 5px;
        background: transparent;
        color: black;
        border: 0;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        outline: none;
        right: 0;
        z-index: 9;
        text-align: center;
    }

.form-select:disabled,
.form-control:disabled {
    color: black !important;
    background-color: #ebebeb !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ebebeb !important;
}

.productContent .accordion-button {
    font-size: 18px;
}

.productContent .accordion-item {
    outline: none !important;
    border: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.productContent .accordion-button:focus {
    box-shadow: none;
}

.fileuploadD .form-control[type=file] {
    padding: 12px 18px;
    flex: 1;
}

.theme-radio {
    background: #136c94;
    padding: 5px 10px;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

    .theme-radio input {
        position: absolute;
        opacity: 0;
    }

    .theme-radio label {
        margin-block-end: 0;
        font-size: 16px;
        color: white;
        cursor: pointer;
    }

.techsegmanet .form-group {
    display: block;
    margin-bottom: 15px;
}

    .techsegmanet .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .techsegmanet .form-group label {
        position: relative;
        cursor: pointer;
    }

        .techsegmanet .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0079bf;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .techsegmanet .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    inset-inline-start: 5px;
    content: "\f104";
    font: normal normal normal 14px / 1 FontAwesome;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    inset-inline-end: 5px;
    content: "\f105";
    font: normal normal normal 14px / 1 FontAwesome;
}

.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #136c94;
}

@media(max-width: 1370px) {
    .menu__item {
        flex: 0 0 15%;
    }

    .menu__border {
        width: 11.9em;
    }
}

@media(max-width: 1000px) {
    .menu__item {
        flex: 0 0 18%;
    }

        .menu__item svg {
            height: 30px;
            width: 30px;
        }

    .menu__border {
        display: none;
    }
}

@media (max-width: 600px) {
    .headContent h1 {
        font-size: 40px;
    }

    .quicklinks {
        gap: 20px;
    }
}


/*NEw Design - 30-4*/
.animatedTabs,
.tab-content {
    border: 1px solid var(--primary-bg-color);
    padding: 15px;
    border-radius: 5px;
    background: white;
}

    .animatedTabs .nav-pills .nav-link {
        border-radius: 50px;
        padding: 8px 25px;
        margin-right: 15px;
        font-size: 16px;
        font-weight: 500;
    }

       

.form-label {
    font-size: 16px !important;
    font-weight: 500;
    color: #080809;
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1,
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > *,
table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
    box-shadow: none !important;
}

.commonBtns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


/* WEB Version Burron CSS  */
.btn.web-version-btn {
    padding: 6px 15px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

    
    .web-version-btn .wv-badge {
        background: rgba(8,27,46,0.75); 
        color: #fff;
        padding: 6px 10px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 700;
        display: inline-block;
    }


#webVersionDrawer {
    position: fixed;
    top: 0;
    right: -400px; /* hidden initially */
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -4px 0 15px rgba(0,0,0,0.3);
    transition: right 0.3s ease;
    z-index: 1055; /* above toastr & modal backdrop */
    overflow-y: auto;
}

    #webVersionDrawer.open {
        right: 0;
    }

    #webVersionDrawer .drawer-header {
        padding: 1rem;
        border-bottom: 1px solid #ddd;
    }

    #webVersionDrawer .drawer-body {
        padding: 1rem;
    }

    #webVersionDrawer .drawer-footer {
        padding: 1rem;
        border-top: 1px solid #ddd;
        text-align: right;
    }




.web-version-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 9999;
    backdrop-filter: blur(3px);
}

    .web-version-popup.show {
        display: flex;
        animation: fadeIn 0.3s ease-in-out;
    }

.web-popup-content {
    background: #fff;
    width: 90%;
    max-width: 480px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin: 15px;
    animation: slideIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.web-popup-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.web-popup-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}