/* begin::Global css */

@font-face {
    font-family: "Paris2024-Variable";
    src: url("../assets/font/Paris2024-Variable.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



.sc_divider {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #eff2f5;
}

.show_passowrd_icon {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 15px;
    cursor: pointer;
}

.export_btn .buttons-collection {
    height: 32px;
    font-size: 12px;
    line-height: 12px;
}

.export_btn .dt-button-collection {
    left: -7rem !important;
}

.export_btn .dropdown-menu {
    min-width: 14rem !important;
}

.export_btn .dropdown-item {
    padding: 0.7rem 1.2rem;
}

/* Styling for Export and Nominate buttons */
.btn-custom {
    width: 121px; /* Width as per Figma */
    height: 41px; /* Height as per Figma */
    background-color: #3180df; /* Background color as per Figma */
    opacity: 1; /* Full opacity */
    border-radius: 8px; /* Rounded corners as per Figma */
    padding: 10px 16px; /* Padding as per Figma */
    color: white; /* Button text color */
    display: flex; /* Ensure text and icon align */
    justify-content: center; /* Center text and icon horizontally */
    align-items: center; /* Center text and icon vertically */
}

.table_foot .btn-custom + .btn-custom {
    margin-left: 8px; /* Gap between the buttons */
}

.btn-color {
    background-color: #875fcd;
    color: #fff;
}

.main-form {
    height: 100vh;
    display: flex;
    overflow: auto;
}
.con-bg {
    border-radius: 20px;
    overflow: hidden;
}
.login-input {
    /* background: #fff !important; */
    border-radius: 8px;
    color: rgb(33 112 182) !important;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important; */
    font-size: 14px;
    /* margin-bottom: 10px; */
    font-weight: 600;
    background: none !important;
    font-family: var(--font-family-subheading);
    width: 380px;
}
/* input:-internal-autofill-selected {
    background-color: none !important;
} */
.login-input::placeholder {
    /* color: rgb(33 112 182) !important; */
    font-size: 14px;
    font-weight: 600;
}
@font-face {
    font-family: "Paris2024-Variable";
    src: url(../assets/font/Paris2024-Variable.ttf);
}
.login-button {
    /* background-color: rgb(33 112 182) !important;
    border-radius: 30px;
    font-size: 25px;
    padding: 16px 30px !important;
    margin-top: 10px; */
    position: relative;
    padding: 20px 50px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 40px;
    width: 200px;
    margin-bottom: 20px;
    margin-left: 125px;
}

.login-button-new {
    position: relative;
    padding: 6px 15px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 40px;
    width: 300px;
    margin-bottom: 20px;
    margin-left: 50px;
    background-color: rgba(40, 107, 204, 1);
}

.login-button-text {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-family: Arial;
    letter-spacing: 8px;
    z-index: 1;
    border: none;
    background-color: unset;
}
.login-button-text-new {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-family: var(--font-family-heading);
    letter-spacing: 2px;
    z-index: 1;
    border: none;
    background-color: unset;
}

.liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 200px;
    height: 200px;
    background: #4973ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.liquid::after,
.liquid::before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #000;
}

.liquid::before {
    border-radius: 45%;
    background: rgba(20, 20, 20, 1);
    animation: animate 5s linear infinite;
}

.liquid::after {
    border-radius: 40%;
    background: rgba(20, 20, 20, 0.5);
    animation: animate 10s linear infinite;
}

.login-button:hover .liquid::before,
.login-button:hover .liquid::after {
    width: 0px;
    top: 120px;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

.confirm-text {
    font-size: 16px;
    color: rgb(33 112 182);
    font-weight: 400;
    margin-bottom: 40px;
}

.login-header-img {
    height: 60px;
    margin-bottom: 30px;
    width: 80px;
    max-width: 400px;
    object-fit: cover;
    margin-top: 20px;
}

.login-eleventh-asian {
    height: 50.11px !important;
    width: 80.96px !important;
    object-fit: contain; /* Ensures no distortion */
}
.login-return-btn {
    font-size: 18px;
    text-decoration: underline;
    color: rgba(49, 128, 223, 1);
}
.login-return-btn:hover {
    text-decoration: underline;
    color: rgba(49, 128, 223, 1);
}

.login-container {
    background-image: url(../assets/background_sport.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-position-y: bottom;
}
.container {
    margin-bottom: 50px;
}

@media (max-width: 1340px) {
    .login-container {
        background-position-x: 0%;
    }
}
@media (max-width: 1199px) {
    .login-container {
        background-image: url(../assets/background_sport.png);
    }
}
.img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.p-lg-cutom-login {
    padding: 3.5em;
}
@media (max-width: 1200px) {
    .p-lg-cutom-login {
        padding: 1em 3.5em;
    }
}

.download_sample {
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(221, 239, 252, 1);
    border: 2px solid #ffffff;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    height: 50px;
}

.download_sample:hover {
    color: #fff;
    background-color: #5eb2cb;
    border: 2px solid #fff;
}

.btn-row {
    gap: 05px;
}

.excel-download-reset-btn {
    display: grid;
    grid-template-columns: 56% 36% 8%;
    align-items: center;
    gap: 90px;
}

.excel-upload-btn {
    display: flex;
    flex-direction: column;
}

.excel-upload-btn-size {
    max-width: 350px;
    width: 100%;
}
.helpline-number {
    display: grid;
    grid-template-columns: 160px 1fr;
    height: 33px;
}

.help-line {
    font-weight: 600;
    color: #009ef7;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: start;
}
.help-line-header {
    font-size: 25px;
    font-weight: 600;
    color: #8f66dd;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.help-line-no {
    color: rgb(33 112 182);
    font-size: 18px;
}
.btn-color {
    background-color: #5eb2cb;
    border: 1px solid #fff;
    color: #ffffff;
}

/* DGL */
.modal-fullscreen .modal-content {
    max-width: 950px;
    height: auto;
    margin: 0 auto;
    margin-top: 91px;
}

.heding_left {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

#book_hotel_modal .hotel_prt_reservation_two {
    width: 100%;
    margin-bottom: 30px;
}
#book_hotel_modal .hotel_prt_reservation_two h2 {
    text-align: center !important;
    font-size: 20px;
    border-bottom: 2px solid #bbb;
    padding-bottom: 15px;
    /* padding: 0 50px; */
    margin: 0 25px;
    color: #009ef7;
}
#book_hotel_modal .hotel_prt_reservation_two p {
    text-align: center;
    font-size: 17px;
    margin-top: 16px;
    color: #000000;
}

#book_hotel_modal .total_cost {
    display: block;
}

#book_hotel_modal .total_cost p {
    display: block;
    font-size: 20px;
}

#book_hotel_modal .total_cost p span {
    color: #009ef7;
}

.left-log {
    overflow: hidden;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media all and (max-width: 1151px) {
    .excel-download-reset-btn {
        grid-template-columns: 46% 36% 8%;
    }
}

@media all and (max-width: 1042px) {
    .excel-download-reset-btn {
        grid-template-columns: 36% 36% 8%;
    }
}

@media all and (max-width: 767px) {
    .export_btn div.dt-buttons {
        margin-bottom: 0 !important;
        gap: 28px;
    }
    .excel-download-reset-btn {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
}

@media all and (max-width: 576px) {
    .export_btn {
        display: block !important;
        text-align: center;
    }

    .export_btn .dataTables_filter input {
        min-width: 200px !important;
    }

    .export_btn div.dt-buttons {
        display: inline-block;
        margin-top: 10px;
    }

    .table_filters .dataTables_length {
        margin-bottom: 5px;
    }
    .excel-download-reset-btn {
        display: flex;
        flex-direction: column;
    }
}

.form_fieldset {
    width: 100%;
    border: 1px solid #e2e5ec;
    position: relative;
    padding: 20px 20px 0;
    margin-top: 10px;
    border-radius: 4px;
}

.form_fieldset h3 {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 12px;
    background: #fff;
    padding: 10px 8px;
    border-radius: 4px;
    text-decoration: underline;
}

.form_fieldset .form-group {
    margin-bottom: 20px;
}

table.dataTable > thead .sorting_asc:after {
    display: none;
}

.select2-container--bootstrap5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
    min-height: 42.5px;
}

.export_btn .dataTables_filter {
    padding: 0 !important;
}

.export_btn .dataTables_filter input {
    margin-right: 0.5em;
    margin-left: 0 !important;
    background: #fff;
    border: 1px solid #e4e6ef;
    min-width: 250px;
    min-height: calc(1.4em + 1rem + 2px) !important;
    height: calc(1.4em + 1rem + 2px) !important;
}

.table pre {
    font-family: Lato;
    margin-bottom: 0;
}

.table {
    text-align: center;
}

/*.table_parent_card {
    overflow-x: scroll;
    width: 100%;
    min-height: 200px;
}

.table_child_card {
    position: absolute;
    left: 0;
    width: 100%;
}*/
/* end::Global css */

/* begin::Spacing css */
.p_bt0 {
    padding-bottom: 0 !important;
}

.p_t0 {
    padding-top: 0 !important;
}
/* end::Spacing css */

/* begin:: Site logo css */
#site-logo a {
    display: block;
    width: 180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#site-logo a object {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

#site-logo img {
    width: 180px;
}
/* end:: Site logo css */

/* begin:: View Docs css */
.view_doc_block {
    width: 100%;
    text-align: center;
}

.view_doc_block > span {
    border-radius: 0.475rem;
    overflow: hidden;
    height: 175px;
    width: 100%;
    display: block;
}

.view_doc_block > span > img {
    max-width: 100%;
}

.view_doc_block > span > img.pdf {
    max-width: 100%;
}

.view_doc_block > h4 {
    display: block;
}
/* end:: View Docs css */

/* begin::Random css */
.exist_image_holder {
    width: 125px;
    height: 125px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 0.475rem;
}

#exist-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.image_objfit {
    object-fit: cover;
    object-position: top;
}
/* end::Random css */

/* begin:: Responsive css */
@media all and (min-width: 1200px) and (max-width: 1399px) {
    .specific_screen_gutter {
        --bs-gutter-y: 0;
    }

    .specific_screen_blocks {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .large_screen_size {
        max-width: 600px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .pl_profile_list {
        padding-left: 1.75rem;
    }
}

@media all and (max-width: 991px) {
    .launcher .sidebar,
    #kt_sidebar_toggle {
        display: none !important;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .pl_profile_list {
        padding-left: 1.75rem;
    }

    .pl_profile_list > ul > li {
        display: inline-block;
        margin-right: 1.75rem;
        min-width: 33.33333%;
    }

    .medium_screen_size {
        max-width: 70%;
        margin: 0 auto;
        /*margin-bottom: 0 !important;*/
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    .pl_profile_list > ul > li {
        display: inline-block;
        min-width: 48%;
    }
}

@media all and (max-width: 575px) {
    .pl_profile_list > ul > li {
        display: block;
        min-width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 451px) {
    .mobile_align_center {
        align-items: center !important;
    }
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .mobile-column-reverse {
        flex-direction: column-reverse;
    }
}

@media all and (min-width: 320px) and (max-width: 574px) {
    .view-box {
        margin: 0 47px;
    }
}

/*@media all and (min-width: 674px) and (max-width: 991px) {
    .medium-screen-size {
        max-width: 600px;
    }
}*/

@media all and (max-width: 380px) {
    ul.sports_filter_list {
        text-align: center;
    }

    ul.sports_filter_list > li {
        width: 100%;
        margin-right: 0 !important;
    }

    ul.sports_filter_list > li > a {
        display: block;
    }
    .helpline-number {
        display: flex;
        flex-direction: column;
        height: 55px;
    }
    .help-line {
        margin-bottom: 0px;
    }
    .login-button {
        margin-left: 48px;
    }
}
/* end:: Responsive css */

/*begin::Custom table css*/
.table.table-row-gray-100 tr {
    border-bottom-color: #5e6278;
}

.table.table-row-dashed tr {
    border-bottom-color: #5e6278;
}

.table.table-row-bordered tr {
    border-bottom-width: 1px;

    /* border-bottomtable.table-row-bordered -style: dashed; */
}

.dataTable thead tr.fw-bolder {
    background: #181c32;
}

.dataTable thead tr.fw-bolder th,
.dataTable thead tr.fw-bolder td {
    color: #fff;
}

.table.gs-0 td:first-child,
.table.gs-0 th:first-child {
    padding-left: 10px;
}

.table.gs-0 td:last-child,
.table.gs-0 th:last-child {
    padding-right: 10px;
}

.site_table {
    border-radius: 12px;
    overflow: hidden; /* This ensures no overflow outside the rounded corners */
    border-collapse: separate; /* Ensures borders are not collapsed */
    border-spacing: 0; 
}

.site_table thead {
     background: #181c32;
}


.site_table th:first-child {
    border-top-left-radius: 12px; /* Rounded top-left corner for the first header cell */
}

.site_table th:last-child {
    border-top-right-radius: 12px; /* Rounded top-right corner for the last header cell */
}

.site_table tr:last-child th:first-child {
    border-bottom-left-radius: 12px; /* Rounded bottom-left corner for the first cell in the last row */
}

.site_table tr:last-child th:last-child {
    border-bottom-right-radius: 12px; /* Rounded bottom-right corner for the last cell in the last row */
}


/* Apply font styling to the entire table */
.table td,
.table th {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 16px !important; /* Font size */
    line-height: 150%; /* 150% line height */
    letter-spacing: 0; /* Letter spacing 0% */
    text-align: center; /* Text aligned to center */
    background-color: hsba(220, 16%, 50%, 1); /* Background color */
}

/* For header row (th elements) */
.table thead th {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    background-color: hsba(220, 16%, 50%, 1); /* Background color */
    color: #fff; /* White text for headers */
}

/* Table cell adjustments for padding and centering */
.table td,
.table th {
    padding: 10px 15px; /* Adjust padding for better spacing */
}

/* If you need to add a border between rows or cells */
.table tbody tr {
    border-bottom: 1px dotted #ccc; /* Dotted line between rows */
}

/* Optional: Styling for the search box and buttons */
.dataTables_filter input {
    font-size: 16px; /* Match font size for search input */
    font-family: "Lato", sans-serif; /* Match font family */
}

/* For table export button text */
.dt-button {
    font-size: 16px; /* Export button text size */
    font-family: "Lato", sans-serif; /* Export button font family */
}

.table .badge-light-warning {
    color: #ff6a3c;
    background-color: #ffe8e0;
}
/*end::Custom table css*/

/*begin::Dashboards notifications panel css*/
.live_feeds_list {
}

.live_feeds_list > ul {
    margin-bottom: 0;
}

.live_feeds_list > ul > li > a > h4 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 22px;
}

.live_feeds_list > ul > li > a > span {
    font-size: 13px;
}

.list_file_icons {
    margin-bottom: 10px;
    margin-top: 10px;
}

.list_file_icons > a {
    margin-right: 10px;
    border: 1px dashed #fff;
    padding: 5px;
    border-radius: 4px;
    width: 50px;
}

.list_file_icons > a > img {
    max-width: 100%;
    height: 40px;
}

.live_feed_icon {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 4px;
    padding: 0;
    line-height: 0;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
}

.live_feed_icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.live_feeds_list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eff2f5;
}

.live_feeds_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
/*end::Dashboards notifications panel css*/

.module_disabled {
    position: relative;
}

.module_disabled::after {
    content: "Module Disabled";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0.9rem;
}

.edit-btn-style {
    background-color: rgba(49, 128, 223, 1) !important;
    color: #fff !important;
}
.pencil-color {
    color: #fff !important;
}

.font-family-heading {
    font-family: var(--font-family-heading) !important;
}

.font-family-subheading {
    font-family: var(--font-family-subheading) !important;
}

.login-header-text h3 {
    color: rgba(107, 114, 128, 1);
    font-family: "Lato";
    font-size: 13px;
}
