
.fi-sidebar-nav {
    background-color: #fff;
}

.btn.btn-primary {
    background: #4f46e5;
    padding: 4px 10px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.btn.btn-primary:hover {
    background: #333;
}

.action-outer {
    max-width: 500px;
}

.action {
    display: inline-block;
    margin-right: 5px;
}

.action .btn {
    padding: 5px 5px;
    min-width: 140px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 0 4px 0;
    font-size: 13px;
}

.formBlock>form {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0 0 20px;
}

.formBlock>form .btn-primary {
    margin-left: 20px;
    padding: 4px 20px;
}

.formBlock>form .fi-section.ring-1,
.formBlock>form .fi-section.ring-2 {
    box-shadow: none !important;
    border: 0 !important;
}

.prizes-section ul>div>li,
.prizes-section ul>div>li .fi-fo-repeater-item-content {
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
}

.prizes-section ul>div>li label {
    display: none;
}

.prizes-section ul>div>li:first-child label {
    display: block;
}

.prizes-section ul>div>li>div>div>div:last-child label {
    display: flex;
    padding-top: 15px;
}

.prizes-section ul>div>li:first-child>div>div>div:last-child label {
    padding-top: 40px;
}

/* ul > li {
    box-shadow: none !important;
    border: 0 !important;
} */

.prizes-section ul>div>li:before {
    content: "1st Prize";
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 14px;
}

.selectbox-set{
    width: 50% !important;
}

.prizes-section ul>div>li {
    position: relative;
    padding-left: 90px;

}

.prizes-section ul>div>li:nth-child(2)::before {
    content: "2nd Prize";
    top: 12px;
}

.prizes-section ul>div>li:nth-child(3):before {
    content: "3rd Prize";
    top: 12px;
}

.prizes-section ul>div>li:nth-child(4):before {
    content: "4th Prize";
    top: 12px;
}

.prizes-section ul>div>li:nth-child(5):before {
    content: "5th Prize";
    top: 12px;
}

.prizes-section.beneficiary-block ul>div>li::before {
    content: "Link 1";
}

.prizes-section.beneficiary-block ul>div>li:nth-child(2)::before {
    content: "Link 2";
    top: 12px;
}

.prizes-section.beneficiary-block ul>div>li:nth-child(3):before {
    content: "Link 3";
    top: 12px;
}

.prizes-section.beneficiary-block ul>div>li:nth-child(4):before {
    content: "Link 4";
    top: 12px;
}

.prizes-section.beneficiary-block ul>div>li:nth-child(5):before {
    content: "Link 5";
    top: 12px;
}

.prizes-section.beneficiary-block li:first-child label,
.rank-prize-section li:first-child label {
    display: block !important;
    padding-top: 0 !important;
}

.prizes-section.beneficiary-block li label {
    display: none !important;
}

.prizes-section.beneficiary-block.lavel-block ul>div>li::before {
    content: "Level 1";
}

.prizes-section.beneficiary-block.lavel-block ul>div>li:nth-child(2)::before {
    content: "Level 2";
    top: 12px;
}

.prizes-section.beneficiary-block.lavel-block ul>div>li:nth-child(3):before {
    content: "Level 3";
    top: 12px;
}

.prizes-section.beneficiary-block.lavel-block ul>div>li:nth-child(4):before {
    content: "Level 4";
    top: 12px;
}

.prizes-section.beneficiary-block.lavel-block ul>div>li:nth-child(5):before {
    content: "Level 5";
    top: 12px;
}

.logo {
    margin: 0 auto;
}

.placeholder-col {
    flex: 1;
    margin-right: 15px;
}

.placeholder-col:last-child {
    margin-right: 0;
    /* Remove margin from last placeholder */
}

/* Row for Input Boxes */
.input-col {
    flex: 1;
    min-width: 100px;
    /* Ensure minimum width */
    /* max-width: 150px; */
    /* Ensure maximum width */
    margin-bottom: 15px;
    /* Spacing between input fields */
}

/* Flexbox layout for placeholders */
.filament-section-placeholder {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Flexbox layout for input boxes */
.filament-section-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.my-custom-placeholder {
    display: block;
    /* Ensure that each placeholder takes up a new line */
    margin-bottom: 10px;
    /* Space between each placeholder */
}

.my-custom-placeholder label {
    display: block;
    /* Ensure the label is on the first line */
    font-weight: bold;
    margin-bottom: 5px;
    /* Space between label and content */
}


.my-custom-placeholder .filament-forms-placeholder {
    display: none !important;
    font-size: 14px;
    /* Adjust font size for content */
    color: #333;
    /* Adjust content color if needed */
}

.fi-modal-content .fi-fo-wizard-header {
    display: none !important;
}

.fi-modal-footer-actions button.fi-btn:first-child {
    /* display: none; */
}


.section-class {
    box-shadow: none;
}

.rank-prize-section ul li>div {
    padding: 0;
}

.rank-prize-section ul li {
    box-shadow: none !important;
}

.rank-prize-section ul>div {
    gap: 0;
}

.rank-prize-section ul {
    max-width: 400px;
}

.rank-prize-section ul>div>li>div>div>div:last-child label {
    padding-top: 0;
}

.rank-prize-section ul>div>li>div>div>div label {
    display: none;
}

.rank-prize-section ul>div>li:first-child>div>div>div:last-child label {
    display: block;
}


.btn_due {
    background-color: orange;
    padding-bottom: .5rem;
    padding-top: .5rem;
    color: white;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    max-width: 120px;
    margin-bottom: 0;
}



/* .top_header_modal .nav_flex>.grid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 15px;
    flex-direction: column;
} */

.top_header_modal .nav_flex {
    background: #f9fafb;
    padding: 10px 20px !important;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;
}

.top_header_modal .nav_flex>.grid .btn_due {
    width: 100px;
    background-color: orange;
    color: white;
    border-radius: 4px;
    text-align: left;
    text-transform: capitalize;
    max-width: 120px;
    margin-bottom: 0;

}

/* .first_div>.grid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 50px;
} */

/* draw form css */

.formBlock.draw_custom_form .fi-fo-wizard-header {
    display: none !important;
}

.draw_stat_first .fi-section-content-ctn>div>div .fi-fo-field-wrp .grid {
    display: flex;
    flex-direction: row;
    gap: 170px;
    align-items: center;
    margin: 0;
}
.draw_stat_first .fi-section-content-ctn>div>div .fi-fo-field-wrp .grid > div:first-child {
    min-width: 160px;
}

.draw_stat_first .fi-section-content-ctn>div>div>div:first-child {
    margin-bottom: 15px;
}

.draw_stat_first .fi-section-content-ctn>div .fi-fo-component-ctn {
    gap: 12px;
}

/* .formBlock.draw_custom_form,
.group-class.first_step {
    max-width: 65%;
    margin: 0 auto;
} */

.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn>.col-[--col-span-default] .fi-fo-field-wrp {
    display: block;
}

.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section-content {
    padding: 10px 0 0 0 !important;
}

.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section-content .fi-fo-component-ctn.grid {
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-start; */
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section-content .fi-fo-component-ctn.grid .input-col{
margin-bottom: 0;
}
.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section-content .fi-fo-component-ctn.grid .fi-fo-field-wrp-helper-text,
.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-field-wrp-error-message {
    white-space: normal;
    word-break: unset;
    /* max-width: 150px; */
    text-align: left;
    font-size: 14px;
}

.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section {
    align-items: flex-start;
    display: block;
}
.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section.run_draw_box{
    background: #f9fafb;
    padding: 10px 20px !important;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;
}
.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section.run_draw_box > div > div {
padding: 0 !important;
}
.formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section.run_draw_box div label span {
font-weight: 700;
}
.formBlock.draw_custom_form .fi-fo-wizard.fi-contained {
    box-shadow: none;
}

.formBlock.draw_custom_form .fi-fo-wizard.fi-contained>.flex {
    justify-content: flex-start !important;
    padding: 0 10px 30px 10px;
}

.formBlock.draw_custom_form .filament-button {
    background-color: #198754;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    color: white !important;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    max-width: 120px;
    margin-bottom: 0;
    text-decoration: none;
}

.filament-button:hover span {
    text-decoration-line: none !important;
    opacity: 0.8;
}

a:hover {
    text-decoration-line: none !important;
}


.filament-button span {
    color: white !important;
}

.btn_back {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 14px !important;
    line-height: 1.25rem !important;
    font-weight: 600 !important;
    border-radius: .5rem !important;
    background-color: #dc3545 !important;
    margin-left: auto !important;
    margin-right: 25px !important;
    display: block;
    width: 80px !important;
    text-align: center;
}

.complete_draw_sec {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}
.complete_draw_top_box, .placeholder-result12 {
    background: #f9fafb !important;
    padding: 0px 0px !important;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;
}
.complete_draw_sec>div .fi-in-entry-wrp .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.complete_draw_sec>div:first-child .fi-in-entry-wrp>div>div .fi-in-entry-wrp-label {
    /* display: none; */
    font-weight: bold;
    font-size: 14px;
}


.complete_draw_sec>div:nth-child(2) dt {
    display: none;
}
.complete_draw_sec>div:nth-child(3) dt {
    display: block;
}


.winner_tbl {
    margin-bottom: 30px;
}

.winners_box>div>div>div {
    display: block !important;
}

.winners_box>div>div>div>div {
    max-width: 100% !important;
    display: block;
}

.winners_box>div>div>div>div>div {
    display: block;
}


.btn_completed>div>div>div>div>div>div {
    color: white !important;
    font-weight: 600;
}

.btn_completed {
    background-color: #198754;
    border-radius: 5px !important;
    text-transform: capitalize;
    max-width: 120px !important;
    margin-bottom: 0;
    width: 120px !important;
    display: flex;
    padding: 10px 10px;
    text-align: center;
    justify-content: center;
    color: white !important;
}

.draw_pagination {
    display: block !important;
    margin-top: 40px;
}

.draw_pagination .flex>div:nth-child(2)>div {
    width: 50%;
    display: block;
}

.draw_pagination .flex>div:nth-child(2)>div:last-child {
    text-align: right;
    margin-right: 40px;
}

.draw_pagination .flex>div:nth-child(2) {
    width: 100%;
}

.draw_pagination .flex>div:nth-child(2)>div:last-child span:first-child>span {
    background-color: #f3f4f6;

}

.draw_pagination .flex>div:nth-child(2)>div:last-child span:first-child>span>span {
    color: blue;
}

.draw_pagination .flex>div:nth-child(2)>div:last-child span>span:first-child>span {
    content: "";
    width: 38px;
    height: 38px;
    background: url("../images/left_arrow.svg") no-repeat center center;
    background-size: 22px;
    position: absolute;
    left: -38px;
    top: 0;
    cursor: pointer;
}

.draw_pagination .flex>div:nth-child(2)>div:last-child span>a:first-child {
    content: "";
    width: 38px;
    height: 38px;
    background: url("../images/left_arrow.svg") no-repeat center center;
    background-size: 22px;
    position: absolute;
    left: -38px;
    top: 0;
    cursor: pointer;
}

.draw_pagination .flex>div:nth-child(2)>div:last-child span>a:last-child {
    content: "";
    width: 38px;
    height: 38px;
    background: url("../images/left_arrow.svg") no-repeat center center;
    background-size: 22px;
    position: absolute;
    right: -38px;
    top: 0;
    cursor: pointer;
    transform: rotate(180deg);
}

.custom-client-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
 .custom-client-count .fi-wi-stats-overview-stat-icon{
     width: 50px !important;
    height: 50px!important;
}
.custom-client-count{
    position: relative;
    padding: 20px 15px;
}



.custom-client-count > .grid > .flex:first-child{
    flex-direction: column-reverse;
    /* min-width: 150px; */
    justify-content: flex-start;
    align-items: flex-start;
}
.custom-client-count > .grid > .flex:last-child {
    position: absolute;
    right: 15px;

}

.custom-client-count > .grid > .flex:first-child svg{
    margin-top: 15px;
    margin-left: 0;
}

.custom-client-count > .grid > .fi-wi-stats-overview-stat-value{
    position: absolute;
    left: 100px;
    top: 50%;
    font-size: 22px !important;
}


/*=========== 20-1-2025 ===============*/

.top_header_modal .nav_flex > div,.top_header_modal .nav_flex .grid div:first-child .first_div > div,.run_draw_box .fi-section-content-ctn .fi-section-content > div{
    display: flex;
    align-items: center !important;
    flex-wrap: wrap;
}
.top_header_modal .nav_flex .grid div:first-child .first_div > div .btn_due,.run_draw_box .fi-section-content-ctn .fi-section-content > div div:first-child .btn_due{
  background-color: transparent;
  color: #000;
  padding: 0;
}
.top_header_modal .nav_flex .grid div:first-child .first_div > div{
    gap: 1rem;
}
.top_header_modal .prizes_sec .rank-prize-section ul{
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    max-width: 100%;
}
.top_header_modal .prizes_sec .rank-prize-section ul div li{
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 6px 15px;
}
.top_header_modal .prizes_sec .rank-prize-section ul div li:first-child{
    background: #f9fafb;
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.top_header_modal .prizes_sec .rank-prize-section ul div li:nth-child(odd){
    background: #f9fafb;
}
.top_header_modal .prizes_sec .rank-prize-section ul div li:last-child{
    background: #f9fafb;
    padding-top: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 0;
}
.top_header_modal .draw_stat_custom .fi-section-content-ctn .fi-section-content > div {
  gap: 0;
}
.top_header_modal .draw_stat_custom .fi-section-content-ctn .fi-section-content > div > div:first-child {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}
.top_header_modal .draw_stat_custom .fi-section-content-ctn .fi-section-content > div > div:nth-of-type(2){
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.top_header_modal .draw_stat_custom .fi-section-content-ctn .fi-section-content > div > div:nth-child(2n){
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    padding: 15px 15px;
    border-bottom: 0;

}
.top_header_modal .draw_stat_custom .fi-section-content-ctn .fi-section-content > div > div{
    border: 1px solid #e5e7eb;
    padding: 15px 15px;
    border-bottom: 0;

}
.top_header_modal .draw_stat_custom .fi-section-content-ctn .fi-section-content > div > div:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #e5e7eb;
}
.formBlock.draw_custom_form .test_wizrd + div{
 padding-left: 25px !important;
 column-gap: 0;
}
.formBlock.draw_custom_form .test_wizrd + div button[type="submit"]{
    margin-left: 10px;
}
.small-table-box .fi-in-affixes .min-w-0 .flex,.small-table-box .fi-in-affixes .min-w-0 .flex .flex,
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item,
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item .text-sm,
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item .text-sm  .draw_stats_tbl,
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item .text-sm  .draw_stats_tbl tbody,
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item .text-sm  .draw_stats_tbl tbody tr
{
    max-width: 100%;
    display: block;
}
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item .text-sm  .draw_stats_tbl tbody tr{
    padding: 7px 15px;
    gap: 50px;
    display: flex;

}
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item .text-sm  .draw_stats_tbl tbody tr:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item .text-sm  .draw_stats_tbl tbody tr:nth-child(odd){
    background: #f9fafb;


}
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item .text-sm  .draw_stats_tbl tbody
{
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    max-width: 100%;
}
.small-table-box .fi-in-affixes .min-w-0 .flex .flex .fi-in-text-item .text-sm .draw_stats_tbl tbody tr td:first-child {
    min-width: 210px;
    max-width: 210px;
}
.winner_tbl tbody tr:nth-child(odd),.winners_box .sm_table_wrapper tbody tr:nth-child(odd){
    background: #f9fafb;
}
.complete_draw_top_box dl > div{
    align-items: center;
    display: flex;
}
.complete_draw_top_box dl > div div:first-child .btn_completed{
  background-color: transparent;
  padding: 0;
  width: 70px !important;
}
.complete_draw_top_box dl > div div:first-child .btn_completed>div>div>div>div>div>div{
    color: #000 !important;
    font-weight: 400;
    }
.complete_draw_top_box > div .gap-y-2{
  row-gap: 0;
}
.top_header_modal .prizes_sec .rank-prize-section ul div li:first-child{
    background: transparent;
    padding: 0;
}
.top_header_modal .prizes_sec .rank-prize-section ul div li:first-child > div > div {
    gap: 0;
}
.top_header_modal .prizes_sec .rank-prize-section ul div li:first-child > div > div > div > div > div > div:first-child{
    padding: 6px 15px;
    padding-top: 15px;
}
.top_header_modal .prizes_sec .rank-prize-section ul div li:first-child > div > div > div > div > div > div:last-child
{
    background: #f9fafb;
    padding: 6px 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}




.lottery-entry {
    padding: 10px;
    /*width: 48%; */
    margin-bottom: 10px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}

.entry-digits {
    font-weight: bold;
    color: #4b5563;
    font-size: 14px;
}

.lottery-entry p {
    margin: 0;
}

.lottery-entry-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.active-status {
    color: #1d4ed8;
    font-weight: bold;
}

.inactive-status {
    color: #e53e3e;
    font-weight: bold;
}
.open-account {
    color: #4CAF50;
    font-weight: bold;
}


.closed-account {
    color: #e53e3e;
    font-weight: bold;
}
.error-class {
    color: #e11d48 !important;
    margin: 10px 0 10px 0;
}
.lottery-entries-table {
    width: 100%;
    border-collapse: collapse;
}
.lottery-entries-table th, .lottery-entries-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
.lottery-entries-table th {
    background-color: #f4f4f4;
}
.lottery-entries-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
    .formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section-content .fi-fo-component-ctn.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 767px) {
    .formBlock.draw_custom_form .fi-fo-wizard-step .fi-fo-component-ctn .fi-section-content .fi-fo-component-ctn.grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}
.draw-lottery-name
{
    max-width: 160px;
    white-space: normal;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999999;
}
  .loader:after {
    content: "";
    border: 8px solid #f3f3f3;
    border-top: 8px solid #4f46e5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


 .taglabel {
    margin: 0;
 }
a:empty {
    display: none;
}
 .playerbeneBtn a {
    background: #eff6ff;
    border: 1px solid #dbe7fd;
    border-radius: 5px;
    font-size: 12px;
    color: #2563eb;
    padding: 4px 8px;
    font-family: 'Inter';
    font-weight: 500;
    text-transform: capitalize;
}

.combination_title .fi-fo-placeholder {
    font-size: 20px;
    font-weight: 600;
}
/* div[data-disabled="disabled"] {
    display: none;
} */

.addedLogo div[data-disabled="disabled"] {
    display: block;
}

.hideLogo div[data-disabled="disabled"] {
    display: none;
}

.custom-table-size > div > div > div, .custom-table-size > div > div > div > div, .custom-table-size > div > div > div > div > div  {
    width: 100%;
    display: block;
    max-width: 100%;
}
.lottery-entry-container {
    margin-bottom: 15px;
}
.pagination > nav > div:last-child {
    justify-content: space-between;
    width: 100%;
}
.pagination > nav > div:last-child > div:last-child > span.relative > span:first-child > span {
    padding: 0;
    width: 40px;
    height: 38px;
    border: 1px solid #ccc;
    display: none;
}
.pagination > nav > div:last-child > div:last-child > span.relative > span:first-child > span:after, .pagination > nav a[rel="prev"]:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #4f46e5;
}

.pagination > nav a[rel="next"], .pagination > nav a[rel="prev"] {
    position: relative;
    width: 40px;
}

.pagination > nav a[rel="prev"] {
    border-radius: 7px 0 0 7px;
}
.pagination > nav a[rel="next"] {
    border-radius: 0px 7px 7px 0;
}

.pagination > nav a + span + span {
    display: none;
}
.pagination > nav  a[rel="next"]:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #4f46e5;
}




#lottery-details > div> div > dl> div> div> div> div, #player-wins > div> div > dl> div> div> div> div {
    grid-template-columns: 1fr;
}
.playerbeneficiary123 .fi-ta-text-item-label{
    flex-wrap: wrap;
max-width: 300px;
display: flex;
row-gap: 10px;
column-gap: 6px;
}

.logoSection canvas {
    width: 500px;
    height: 530px;
    margin: 0px 0 0 0;
    object-fit: cover;
}
.logoSection .fi-section-content {
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
}
.logoSection  {
    box-shadow: none !important;
    border: 0;
}
a.addIcon {
    width: 36px;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50px;
}

.addIcon svg {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    left: 3px;
}
.removePadding{
    padding: 0 !important;
}

.logoSection.hideLogo > div {
    display: none !important;
}

.anchor-hover:hover {
    text-decoration: underline !important;
}

.exportIcon svg{
        stroke: #4f46e5;
        stroke-width: 3px;
}
.exportIcon > div {
    flex-wrap: wrap;
    justify-content: center;
}
.prizes-select.readonly-select select{
    box-shadow: none !important;
}
.prizes-select.readonly-select select {
    opacity: 1;
    background: #fff;
    border: 1px solid #e4e5e6;
    box-shadow: none !important;
    border-radius: 10px;
    cursor: no-drop;
    pointer-events: none;
}
.prizes-select input[type="checkbox"].readonly-select{
    box-shadow: none !important;
}
.prizes-select input[type="checkbox"].readonly-select {
    opacity: 1;
    background: #fff;
    border: 1px solid #e4e5e6;
    box-shadow: none !important;
    border-radius: 10px;
    cursor: no-drop;
    pointer-events: none;
}



/*=================== Login form ==========================*/
.custom-login-form > div:last-child{position: absolute; bottom: -95px; text-align: center; width: 100%;}
.custom-login-form{position: relative;}
header.fi-sidebar-header{
    height: auto;
}
header.fi-sidebar-header > div{width: 100%; text-align: center; margin-top: 10px;}
header.fi-sidebar-header > div img{display: block; margin: 0 auto;}
/*=================== Login form ==========================*/


#winning-informatiom > div >div > dl > div > div:first-child {
display: flex;
}
#winning-informatiom > div >div > dl > div > div:last-child > div > div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.linkbtn {
    color: #4f46e5;
    text-decoration: underline;
}

.btnSuccess {
    background: #198754;
    color: #fff;
    padding: 6px 10px;
}

.btnRed {
    background: #e50404;
    color: #fff;
    padding: 6px 10px;
}

.entryBlockOuter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.entryBlockOuter .entryBlock {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.entryBlockOuter .entryBlock .form-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 2fr 1fr;
    align-items: center;
}
.entryBlockOuter .entryBlock .form-inputs span {
    width: 45px;
    height: 45px;
    border: 1px solid #2D3E50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D3E50;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.entryBlockOuter .entryBlock.bonusEntry .form-inputs span {
    background-color: #F8CC23;
    border-color: #F8CC23;
    color: #2D3E50;
    font-weight: 700;
}
.entryBlockOuter .entryBlock .form-inputs .btnSuccess, .entryBlockOuter .entryBlock .form-inputs .btnRed {
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 1442px){
    .entryBlockOuter {
           grid-template-columns: 1fr;
           row-gap: 40px !important;
    }
    .entryBlockOuter .bonusEntry h3 + p{
        display: none;
    }
    .bonusEntry.entryBlock > div:first-child {
     margin-bottom: 0;
    }
}
.full-body-view dl > div > div > div > div {
    grid-template-columns: none !important;
}
.custom-table-size:first-child hr {
    display: none;
}

.section-with-bg {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.player-information , . {
    margin-bottom: 30px;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.player-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    gap: 14px;
    margin: 0 0 0px 0;
}
.player-detail > div {
    font-size: 14px;
}
.player-detail .title {
    width: 100%;
    max-width: 150px;
    color: #000;
}
.lottery-detail {
    margin-bottom: 30px;
}
.lottery-detail .section-title{
   margin-bottom: 30px;
}


.play-history .toolbar .pager ul li span, .play-history .toolbar .pager ul li a, .play-history .toolbar select {
    color: #000;
}
.play-history .toolbar .pager ul li span {
    background-color:  #2D3E50;
    color: #fff;
}
.history_tbl .circle{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    font-weight: 700;
}

.history_tbl .circle.border-blue {
    border-color: #2D3E50;

}
.history_tbl .circle.border-red {
    border-color: #e50404;
}
.history_tbl .circle.border-yellow {
    background-color: #F8CC23;
}

.history_tbl .circle.bg-yellow {
    background-color: #F8CC23;
    border-color: #F8CC23;
}
.history_tbl .circle.bg-green {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}
.history_tbl .circle.bg-red {
    background-color:  #e50404;
    color: #fff;
    border-color: #e50404;
}

.history_tbl .circle.bg-blue {
    background-color:  #2D3E50;
    color: #fff;
    border-color: #2D3E50;
}


.numberBoxes {
    display: flex;
    align-items: center;
    gap: 10px;
}
.history_tbl tbody tr:nth-child(odd) {
    background: #f9fafb;
}
.customModal {
    background: #fff;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-height: 97vh;
    overflow-y: auto;
}
.eye-icon svg{
    width: 30px;
    height: 30px;
}
.back-btn{
    margin-bottom: 20px;
    display: flex;
    color: #000;
    align-items: center;
    gap: 5px;
    text-decoration: underline;
}
.back-btn:hover {
    text-decoration: underline;
}
.hidden-input > div >input {
    display: none;
}
.readonly * {
    pointer-events: none;
}

.readonly {
    cursor: not-allowed;
}
.toggleListBlock {
    box-shadow: none !important;
}
.bankform .bankformBtn{
    margin-top: 20px;
}
.addentryform .bankformBtn{
    margin-top: 20px;
}
.addentryform .bankformBtn button {
    padding-left: 20px;
    padding-right: 20px;
}

.bankform .text-green , .take-break .text-green,.addentryform .text-green{
    color: #198754;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.text-green{
    color: #198754;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.text-red{
    color: #e50404;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.take-break .take-break-btn {
margin-top: 20px;
display: inline-block;
}
.take-break select {
    margin-top: 20px;
    border: 1px solid #6b7280 !important;
    padding: 10px 50px 10px 10px;
    outline: 0 !important;
    box-shadow: none !important;
}
.filterSelect {
    border: 1px solid #6b7280 !important;
}
.customModal .closeBtn{
    right: 10px;
    top: 10px;
    left: auto;
}
.customModal .closeBtn svg {
    width: 18px;
    height: 18px;
}
.play-history-form {
    display: grid;
    grid-template-columns: 6fr 1fr;
}
.play-history-form .clear-filter {
    margin-left: auto;
}

.play-history.two-blocks {
     display: grid; 
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.play-history.two-blocks > div.bank-details{
    order: 1;
    padding-top: 15px;
}
.toggleListBlock .hidden-input {
    box-shadow: none;
}
.play-history.two-blocks .title {
    grid-column: span 2 / span 2;
}
.wins-only-center{
    align-self: center;
}
.play-history:has(.wins-only-center) > div >div>div>div > div > div:not(.form-control):last-child, .play-history-form:has(.wins-only-center) >div>div > div > div >div:not(.form-control):last-child {
    padding-top: 5px;
}
.icon-unlock {
   margin-left: 6px;
}
@media screen and (max-width: 1300px){
.play-history.two-blocks{
    display: flex;
    flex-wrap: wrap;
}
.bank-details {
    width: 100%;
}
}

/* Tabs Design */
.custom-tabs-section {
    margin-bottom: 50px;
}
.custom-tabs-section .nav-tabs{
    display: flex;
    align-items: center;
    column-gap: 2px;
    margin: 0 0;
}
.custom-tabs-section .nav-tabs .nav-item{
    cursor: pointer;
    padding: 8px 30px;
    background-color: #2D3E50;
    color: #fff;
    border: 1px solid #2D3E50;
}
.custom-tabs-section .nav-tabs .nav-item.active {
    background-color: transparent;
    color: #2D3E50;
    border: 1px solid #2D3E50;
    border-bottom: 1px solid #fff;
}
.custom-tabs-section .nav-tabs .nav-item a {
    font-weight: 700;
}
.custom-tabs-section .tab-content {
    border: 1px solid #2d3e50;
    margin: -1px 0 0 0;
    padding: 40px 30px;
}
.custom-tabs-section .tab-content .tab-pane {
    display: none;
}
.custom-tabs-section .tab-content .tab-pane .py-one{
    padding-top: 5px;
}
.custom-tabs-section .tab-content .tab-pane.show, .custom-tabs-section .tab-content .tab-pane.active {
    display: block;
}

.custom_pagination > div:first-child >div {
    column-gap: 5px;
}

.modalOverlay {
    background: rgba(0, 0, 0, 0.2);
}
.summary-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.left-block .form-control, .right-block .form-control{
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 34% 66%;
    column-gap: 10px;
}

.icon-lock svg{
    width: 40px;
    height: 40px;
}

.history_tbl thead tr th{
    background: #2D3E50;
    color: #fff;
}

.left-block .form-control label, .right-block .form-control label {
    font-weight: 700;
}

.right-block p {
    font-size: 16px;
    margin: 0 0 20px 0;
}

.fi-dashboard-page > section > div > div >div > div:not(.fi-wi-chart):last-child{
    grid-column: span 2 / span 2;
}
.fi-dashboard-page > section > div > div >div > div.filament-apex-charts-widget{
    grid-column: span 1 / span 1 !important;
}

.fi-dashboard-page > section > div > div >div > div.filament-apex-charts-widget section {
    height: 100%;
}
.fi-dashboard-page .history_tbl thead tr th span{
    color: #fff;
}

.fi-wi-chart section {
    height: 100%;
}

.history_tbl_hidden tr th:nth-child(2),
.history_tbl_hidden tr td:nth-child(2){
display: none;
}



.fi-fo-text-input.overflow-hidden.hidden-input {
    border: 0 !important;
    box-shadow: none !important;
}
.fi-wi-chart .fi-input-wrp {
    pointer-events: none;
}
.fi-wi-chart .fi-input-wrp-input > select{
    appearance: none;
    background-image: none;
    padding: 5px 10px 5px 0;
}
.forgot-password-link {

    color: #000;
    text-align: right;
}


.width-fourth{
    width: 15%;
}
.width-fifth{
    width: 85%;
}
.beneficiary-data ul.min-w-48 {
    min-width: 15rem;
}
.id-data{position: sticky; left: 0; background-color: #fff; display: inline-block; width: 190px;}
.beneficiary-data{width: calc(100% - 190px);}
.beneficiary-details{min-width: 12rem;}

.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

.justify-center {
    justify-content: center;
}
.justify-right {
    justify-content: flex-end;
    text-align: right !important;
    padding-right: 35px !important;
}
.justify-left {
    justify-content: flex-start;
    text-align: left !important;
}
.gap-none *{
    gap: 0 !important;
}
.first-name {
    margin-right: 5px;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.register-form-section .formBlocks .fi-section-header-heading {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.register-form-section .formBlock .btn-primary {
    background: #2d2e5d;
    padding: 10px 40px;
    border-radius: 10px;
    color: #fff;
    margin-left: auto;
    display: table;
}

body:has(.custom-2fa-name) .fi-simple-layout {
    max-width: 780px !important;
    width: 100%;
    margin: 0 auto;
}

.your-custom-class-hide + div  {
    display: none;
}
.top-head-modal {
    /* color: #0c5595; */
    color: #4f46e5;
}
.top-head-modal span {
    color: #000;
}

.btnStatus {
    background: #198754;
    padding: 5px 40px;
    border-radius: 5px;
    color: #fff;
    display: table;
    margin: 10px auto 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btnStatus.red {
    background: #dc3545;
}
.modal-options {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 14px 0 !important;
}
.center-content-block {
    max-width: 440px;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}
.modal-options p{
    font-weight: 700;
}
.modal-options span {
    display: block;
    word-break: break-all;
}
.modal-options span a {
    display: inline-block;
}
.top-head-modal .text-black {
    color: #000 !important;
}
.last-play-block .modal-options span a {
       color: #4f46e5;
}

.last-draw-summary {
    padding: 15px 15px;
}
.top-head-modal strong {
    text-transform: uppercase;
    text-decoration: underline;
}
.entry-table {
margin: 30px 0 0 0;
}
.entry-table h2 {
    text-align: center;
    margin: 0 0 10px 0;
}
.entry-table table {
    width: 100%;
    border: 1px solid #ccc;

}
.entry-table table tr th, .entry-table table tr td {
    border: 1px solid #ccc;
    padding: 4px 6px;
    font-size: 13px;
}
.fi-modal-window:has(.top-head-modal) .fi-ac-btn-action {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    width: 38px;
    background: #fff;
    box-shadow: none;
}
.fi-modal-window:has(.top-head-modal) .fi-ac-btn-action:after, .fi-modal-window:has(.top-head-modal) .fi-ac-btn-action:before {
    content: "";
    width: 2px;
    height: 24px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.fi-modal-window:has(.top-head-modal) .fi-ac-btn-action:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.fi-modal-window:has(.top-head-modal) .fi-ac-btn-action svg{
    display: none !important;
}
div[x-ref="modalContainer"]:has(.top-head-modal) {
    display: flex !important;
}
div[x-ref="modalContainer"]:has(.top-head-modal)  > div {
    margin: auto !important;
}
div#map {
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .entry-table table {
        width: 100%;
        border: 0px solid #ccc;
    }
    .entry-table table tbody tr {
        display: block;
        margin: 0 0 20px 0;
        border: 1px solid #ccc;
        border-bottom: 0;
    }
    .entry-table table tr th {
        display: none;
    }
    .entry-table table tr td {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        border: 0;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }
    .entry-table table tr td:before {
        content: attr(data-title) ":";
        font-weight: 700;
    }
    .modal-options {
        grid-template-columns: 1fr;
        gap: 10px !important;
        display: flex !important;
        flex-wrap: wrap;
    }
    .last-draw-summary {
        padding: 10px 5px;
    }
    .fi-modal-window:has(.top-head-modal) .fi-ac-btn-action {
        font-size: 0;
        width: 26px;
        height: 26px;
        border-radius: 6px;
        box-shadow: none;
    }
    .fi-modal-window:has(.top-head-modal) .fi-ac-btn-action:after, .fi-modal-window:has(.top-head-modal) .fi-ac-btn-action:before {
            height: 22px;
    }
    .fi-modal-window:has(.top-head-modal) .fi-ac-btn-action {
        top: 10px;
        right: 10px;
    }
    .last-play-block .modal-options {
        justify-content: center;
    }
}

.grid-block{
        display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
}

.edit-icon svg {
    width: 20px !important;
    height: 22px !important;
}

.entryBlockOuter .entryBlock .form-inputs label[for="entrystatuschnage"] span {
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: normal;
    height: auto;
    font-size: 15px;
    font-weight: 400;
}

body .custom-heading {
    font-size: 15px;
    color: #2d3e50;
}
.custom-client-count .fi-wi-stats-overview-stat-label {
    font-size: 15px;
    color: #2d3e50;
}

.awards-list .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.awards-list ul li {
    position: relative;
}
.awards-list ul li .awards {
    max-width: 127px;
    height: 114px;
}
.awards-list ul li .awards > span {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);

}
.awards-list ul li .awards img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.backButton {
    border: 1px solid #000;
    padding: 7px 20px 7px 15px;
}

.backButton svg {
    width: 20px;
    height: 20px;
}

.weekly-entries .input-number {
    width: 60px;
    height: 60px;
    color: #fff;
    background: #2d3e50;
    border-radius: 100%;
    text-align: center !important;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.weekly-entries .input-number::-webkit-outer-spin-button,
.weekly-entries .input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.weekly-entries .input-number{
  -moz-appearance: textfield;
}

.cancel-button-class {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 15px;
    width: 160px;
}


.backButton svg{
    width: 20px;
    height: 20px;
}
.payment-text {
    max-width: 720px;
    margin-top: 50px;
}
.payment-text p {
    margin: 0 0 14px 0;
}

.paymnet-box {
    margin: 0 0 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    column-gap: 20px;
}
.formBlock input[type="radio"], .formBlock input[type="checkbox"], .formBlocks input[type="radio"], .formBlocks input[type="checkbox"] {
    outline: 0!important;
    width: 16px;
    padding: 0;
    border: 1px solid #ccc;
    box-shadow: none !important;
}
 .formBlock input[type="checkbox"], .formBlocks input[type="checkbox"] {
border-radius: 0;
 }
.paymnet-box .form-control {
 grid-column: span 2 / span 2;
}

.paymnet-box .initial {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 11px 12px;
}
.paymnet-box .initial p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.weekly-entries .input-number{
    width: 60px;
    height: 60px;

}
.formBlock label[for="first_payment_date"] {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    white-space: normal;
    margin: 0 0 6px 0;
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.formBlocks input[type="checkbox"] + *, .formBlocks input[type="radio"] + * {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.formBlocks input[type="checkbox"]:checked + *:before, .formBlocks input[type="radio"]:checked + *:before {
    background: #000;
    border: 1px solid #000;
}
.formBlocks input[type="checkbox"], .formBlocks input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/* .formBlocks .fi-fo-field-wrp-label, .formBlocks .display-lable label {
    position: relative;
    padding-left: 25px;
} */
.formBlocks label {
    position: relative;
}
.formBlocks input[type="checkbox"] + *:after, .formBlocks input[type="radio"] + *:after {
    content: '✓';
    width: 18px;
    height: 18px;
    border: 0px solid #ccc;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.formBlocks input[type="checkbox"]:checked + *:before, .formBlocks input[type="radio"]:checked + *::before {
    background: transparent;
}
.formBlocks input[type="radio"]:checked + *:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #000;
    position: absolute;
    left: 4px;
    top: 8px;
}
.formBlocks input[type="checkbox"]:checked + *:after, .formBlocks input[type="radio"]:checked + *:after  {
    opacity: 1;
}
.formBlocks input[type="checkbox"] + *:before, .formBlocks input[type="radio"] + *:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.formBlocks input[type="radio"] + *:before{
    border-radius: 20px;
}
.formBlocks label.fi-fo-field-wrp-label span {
    font-size: 16px;
    text-transform: capitalize;
}
.information {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin: 30px 0;
    column-gap: 20px;
}

.information > div {
    border: 1px solid #ede8e8;
    padding: 20px;
    background: #f7f7f7;
}
.information > div ul li {
    margin: 0 0 10px 0;
}
.information > div ul li span {
    text-transform: capitalize;
}
.information > .registration-detail ul li{
    display: grid;
    grid-template-columns:35% 60%;
    column-gap: 10px;
    margin: 0 0 10px 0;
}
.information > .payment-detail ul li{
    display: grid;
        grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    margin: 0 0 10px 0;
}

.tooltip {
    position: relative;
    padding-right: 20px;
}

.tooltip:before{
    content: attr(tooltip-text);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    min-width: 230px;
    color: #000;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 15px;
    border: 2px solid #000;
    font-size: 13px;
}
.tooltip:after {
    content: "";
    width: 15px;
    height: 20px;
    display: block;
    background: #000;
    border-radius: 0;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    position: absolute;
    left: calc(100% - 14px);
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.tooltip:hover::before {
  /* top: 100%; */
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.tooltip:hover::after {
  /* top: 100%; */
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.center-section {
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 991px){
    .top-header {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .main-head-title {
        font-size: 50px;
        line-height: 1.1;
    }
    .formBlocks .fi-section-header-heading {
        line-height: normal;
        margin-bottom: 20px;
    }
    .information {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

}
@media screen and (max-width: 767px){
    .main-head-title {
        font-size: 38px;
    }
    .right-header p {
        font-size: 16px;
        line-height: 24px;
    }
    .formBlock .fi-section-header-heading, .formBlocks .fi-section-header-heading {
        font-size: 20px;
    }
    .paymnet-box {
        column-gap: 10px;
    }
    .weekly-entries .input-number {
        width: 40px;
        height: 40px;
    }
    .payment-text p {
        font-size: 14px;
    }
    .paymnet-box .initial p {
        font-size: 15px;
    }
    .formBlocks .fi-fo-field-wrp-label, .formBlocks .display-lable label {font-size: 14px;}
    .formBlock p {
        font-size: 14px;
    }
     .information > .registration-detail ul li{
        grid-template-columns: 1fr;
    }
    .information > .payment-detail ul li{
        grid-template-columns: 1fr;
    }
}


.weekly-outer-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    gap: 20px;
    margin-bottom: 30px;
}
.dd-logo-with-text strong span:last-child {
    border-right: 1px solid #000;
}

.dd-logo-with-text strong {
    display: flex
;
}
.dd-logo-with-text strong span {
    border: 1px solid #000;
    margin: 0;
    padding: 2px 10px;
    border-right: 0;
}
@media screen and (max-width: 1200px){
    .weekly-outer-block {
        width: 100%;
    }
}

@media screen and (max-width: 991px){
    .weekly-outer-block {
        display: block;
    }
    .weekly-outer-block .left-section {
        margin-bottom: 30px;
    }
    .weekly-entries .left-section .input-number {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .weekly-entries > div {
        flex-wrap: wrap;
    }
    .weekly-outer-block .left-section .cancel-button-class {
        margin: 9px 0 0 0;
        padding-left: 0;
        width: 100%;
    }
}

.cancel-button-class{
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 15px;
    width: 160px;
}
.right-section .input-number{
    color: #000;
}

.formBlocks label[for="birth_month"], .formBlocks label[for="birth_year"] {
    opacity: 0;
}

.dob-class > .grid {
    column-gap: 10px;
}
.dd-logo-with-text {
display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 20px 0;
}
.links button:last-child {
    width: 40px;
}

.login-note {
    text-align: center;
    font-size: 20px;
    margin: 30px 0 0 0;
}

.login-note a {
    text-decoration: underline;
}
.login-note a:hover {
    text-decoration: none;
}
.deleteBtnM {
    margin-top: 4px;
}
.referral-help-text {
    order: 1;
}


.backButton {
    border: 1px solid #000;
    padding: 7px 20px 7px 15px;
}
.backButton:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.backButton:hover svg polygon{
    fill: #fff;
}


/* button color */

.active-lottery-number-background {
  background-color: #2d3e50;
}

.active-lottery-number-forecolor {
  color: #fff;
}

.inactive-lottery-number-background {
  background-color: #88919b;
}

.inactive-lottery-backgroundcolor {
  background-color: #88919b;
}

.inactive-lottery-number-forecolor {
  color: #fff;
}

.inactive-lottery-forecolor {
  color: #fff;
}

.bounus-lottery-number-background {
  background-color: #f8cc23;
}

.bouns-lottery-number-forecolor {
  color: #333;
}

.active-lottery-number-background {
    background: #2d3e50;
}
.register-form-section .formBlocks {
    padding: 10px 25px;
}

.register-form-section .formBlocks .fi-input {
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.register-form-section .formBlocks .fi-select-input{
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.register-form-section .formBlock .fi-section-header-heading, .register-form-section .formBlocks .fi-section-header-heading {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.add-entry-btn {
    border: 2px dashed #0168b2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 20px;
    color: #0168b2;
}
.link-with-devider:after {
    content: "|";
     font-size: 1.25rem;
    line-height: 1.75rem;
    left: 12px;
    position: relative;
}

 .register-form-section.admin-panel-register .form-inputs button {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    border-color: #0168b2;
    border-radius: 20px;
    color: #0168b2;
}

.register-form-section.admin-panel-register .formBlocks .fi-section-header, .register-form-section.admin-panel-register .formBlocks .fi-section-content.p-6 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border: 0;
}
.register-form-section.admin-panel-register .formBlocks   .repeat-div .fi-section-content.p-6 {
    padding: 0;
}
.register-form-section.admin-panel-register .formBlocks   .repeat-div  {
    margin-bottom: 40px;
}
.register-form-section.admin-panel-register .formBlocks .fi-section-content-ctn.border-t {
    border: 0;
}
.add-entry-modal {
    background: rgba(0,0,0,0.5);
}

.add-entry-modal .modal-title {
    font-size: 35px;
    font-family: Lora, serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

.add-entry-modal > div {
    max-width: 754px;
    border-radius: 0px;
    padding: 50px;
}
.add-entry-modal .model-close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
}
.lucky-dip-btn{
    border: 2px solid #0168b2;
    padding: 5px 20px;
    border-radius: 20px;
    color: #0168b2;
    cursor: pointer;
}
.add-entry-modal .lucky-dip-btn {
    margin-right: .5rem;
}

.add-entry-modal .button-hover-green{
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.add-entry-modal .button-hover-green:hover, .add-entry-modal .lucky-dip-btn:hover {
    background: #0056b3;
    border-color: #0056b3;
    color: #fff;
}

.add-entry-modal .dialog-body {
   max-height: calc(100vh - 300px);
   overflow-y: auto;
}

.add-entry-modal .entries-list {
    margin-bottom: 2.5rem;
}

.add-entry-modal .addEnrtyBtn {
    margin-bottom: 2.25rem;
}

.add-entry-modal .confirmBtn {
    width: 100%;
    margin: 10px 0 0 0;
}

.add-entry-modal .confirmBtn button {
    display: table;
    margin: 0 auto;
    border-radius: 23px;
}
.review-form-block {
    padding: 25px;
}
.add-entry-modal .dialog-body  div[role="alert"] {
    color: #f00000;
    text-align: center;

}
.bank-details .bankform {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}
.bank-details .bankform .col-span-5 {
    grid-column: span 5;
}
.bank-details .bankform input[type="text"] {
    width: 100%;
}

@media screen and (max-width: 1440px) {
     .bank-details .bankform {
        grid-template-columns: repeat(3, 1fr);
    }
    .bank-details .bankform .col-span-5 {
        grid-column: span 3;
    }
}

@media screen and (max-width: 1366px){
    .register-form-section .formBlock .dob-class  select {
            padding-left: 10px;
            font-size: 16px;
            padding-right: 20px;
    }
}

@media screen and (max-width: 1200px){
    .register-form-section .formBlock .dob-class  select {
            padding-left: 7px;
            font-size: 14px;
            padding-right: 20px;
    }
     .bank-details .bankform {
        grid-template-columns: repeat(2, 1fr);
    }
    .bank-details .bankform .col-span-5 {
        grid-column: span 2;
    }
   .bank-details .bankform select:not(.choices) {
        width: 100%;
    }
}

@media screen and (max-width: 1023px){
        .dob-class > .grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
        }
       
 
}

@media screen and (max-width: 767px){
    .register-form-section .formBlock .fi-section-header-heading,
    .register-form-section .formBlocks .fi-section-header-heading {
        font-size: 20px;
    }
    .weekly-entries .input-number {
        width: 40px;
        height: 40px;
        font-size: .875rem;
    }
    .add-entry-modal .modal-title {
        font-size: 25px;
    }
    .add-entry-modal > div {
        margin: auto;
            padding: 30px 10px;
    }
    .add-entry-modal .model-close-btn{
        right: 0;
    }
    .bank-details .bankform {
            grid-template-columns: repeat(1, 1fr);
        }
        .bank-details .bankform .col-span-5 {
            grid-column: span 1;
        }
}

body.fi-body {
    background-color: #f0f2f8 !important;
}

/*body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > aside > nav > ul > li.fi-sidebar-group.flex.flex-col.gap-y-1.fi-active > ul > li:nth-child(2) > a > span {*/
/*    display:none !important;*/
/*}*/

/*body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > aside > nav > ul > li.fi-sidebar-group.flex.flex-col.gap-y-1.fi-active > ul > li:nth-child(2) > a > svg {*/
/*        display:none !important;*/

/*}*/

/*body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > aside > nav > ul > li.fi-sidebar-group.flex.flex-col.gap-y-1.fi-active > ul > li:nth-child(2) {*/
/*          display:none !important;*/
/*}*/

