/* @import url('https://fonts.googleapis.com/css?family=Poppins'); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+Devanagari:wght@100..900&family=Noto+Sans+Telugu:wght@100..900&family=Noto+Sans+Tamil:wght@100..900&family=Noto+Sans+Kannada:wght@100..900&family=Noto+Sans+Bengali:wght@100..900&family=Noto+Sans+Gujarati:wght@100..900&family=Noto+Sans+Gurmukhi:wght@100..900&family=Noto+Sans+Oriya:wght@100..900&display=swap");

body {
    color: #7D7D7D !important;
    /* font-family: 'Poppins'; */
    font-family:"Noto Sans", "Noto Sans Devanagari", "Noto Sans Telugu", "Noto Sans Tamil",     "Noto Sans Kannada", "Noto Sans Bengali", "Noto Sans Gujarati",     "Noto Sans Gurmukhi", "Noto Sans Oriya", sans-serif !important;   
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 320px;
        margin: 1.75rem auto
    }
}

.spadin-search {
    font-size: 1rem;
    font-weight: 700;
}

.tooltip-inner {
    font-size: .7rem;
}

.text-warning {
    color: #A029AF !important;
    font-weight: 700;
}

::placeholder {
    font-size: 0.9rem;
    color: #1b5eaf !important;
    /*    font-weight: : 900 !important;*/
}

.spadin_card_header {
    border-radius: 0px 0px 20px 20px !important;
}

.btn-primary {
    background-color: #1b5eaf !important;
    border: 1px solid #1b5eaf !important;
}

.otp-input-fields {
    margin: auto;
    background-color: white;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp__digit {
    height: 37px;
    width: 38px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #CBCCCE;
    outline: none;
    text-align: center;
    outline: none;
    font-weight: 500;
}

.bg-primary {
    background-color: #1b5eaf !important;
}

.spadin_modal {
    border-radius: 0.5rem !important;
}

.btn-danger {
    color: #fff;
    font-weight: 900;
    background-color: #dc3545;
    border-color: #dc3545;
}

.sp_title {
    font-weight: 600;
    font-size: .9rem;
}

.location {
    font-weight: 500;
}

.fa-map-marker {
    border-bottom: 1px solid red;
    font-size: 1.4rem !important;
}

.help-block {
    color: red;
    font-size: 13px;
    margin-bottom: 0.25rem;
    margin-left: 0.6rem;
}

.modal_close {
    font-size: 18px;
    width: 31px;
    height: 31px;
    /*        margin: -1.8rem -1.4rem -1rem auto;*/
    line-height: 22px;
}

.fa.fa-camera {
    background-color: #ab7d2f;
    padding: 0.4rem 0.2rem;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 14px;
}

.center-textbtn {
    display: block;
    margin: 0 auto;
}

#thankyou_modal .modal-content {
    /* background-image: linear-gradient(white, white), linear-gradient(to top, #edca45, #cf902a); */
    /* border-image-slice: 1; */
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    outline-width: 0;
    border: double 0px transparent;
    border-radius: 10px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    outline: 0 !important;
    background-color: transparent !important;
}


/* owel carousel styles*/

.carousel-wrap {
    margin: 10px auto;
    width: 85%;
    position: relative;
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.owl-nav > div {
    margin-top: -14px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}


/* end*/

.icon_text {
    font-size: 11px;
    color: #fff;
}

.icon {
    font-size: 1.3rem !important;
}

.text-gray {
    color: #fff !important;
    opacity: .7 !important;
}

a {
    text-decoration: none !important;
}
 
/*
#spadin .carousel-indicators .active {
    opacity: 1;
    background-color: #ffff;
}

#spadin .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    border-radius: 50%;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: transparent;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease
}
*/

.bg-warning {
    background-color: #43bd54 !important;
}

.text-warning {
    color: #3bba4c !important;
}

.navbar {
    justify-content: flex-start;
}

.spadin-search {
    font-size: 1.3rem !important;
    font-weight: 700;
    color: #43bd54;
}

#post td,
#post table th {
    font-size: .8rem !important;
    padding: 0.2rem !important;
}

.tooltip-inner {
    font-size: .7rem !important;
}

.loader-img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999
}

.fa-shopping-bag {
    font-size: 1.3rem !important;
}

.nav_icon {
    font-size: 1.7rem !important;
}

.logo {
    width: 120px;
}

.otp__digit,
.form-control {
    border: 1px solid;
    background-image: linear-gradient(white, white), linear-gradient(#B2481E);
    border-image-slice: 1;
    outline-width: 0;
    border: double 1px transparent;
    border-radius: 4px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    outline: 0 !important;
    box-shadow: 0 0 2px #43bd54 ;
}

#submitBtn {
    background: #43bd54 !important;
    border: none !important;
    box-shadow: 0 0 4px #43bd54 !important;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-warning {
    background-color: #1b5eaf  !important;
    border: none !important;
}

.resend {
    margin-top: 0.8rem;
    color: #43bd54 !important;
    font-weight: 400;
    font-size: 1rem;
}

table td,
table th {
    padding: 0.2rem 0.2rem;
    vertical-align: top;
    color: #7C7C7C;
}

.left-space {
    padding-left: 0.2rem;
}

#otp-error-message {
    display: flex !important;
    justify-content: center !important;
    font-size: 15px;
}


/*media queries*/


/* Main Container Div css  Start*/
@media only screen and (min-width: 768px) {
    body {
        overflow-x: hidden;
        background-image: linear-gradient(#ffffff, #f5f9fd);
        box-sizing: content-box;
        padding: 0;
        margin: 0;
        height: 98%;
    }

    .container,
    .container-fluid {
        width: 360px;
        margin: auto;
        background: white;
    }

    .modal-backdrop {
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 360px;
        position: fixed !important;
        left: 50% !important;
        right: 50% !important;
    }

    /*
    .sidebar {
        display: none;
    }
*/
}

@media only screen and (max-width: 575px) {
    .modal-dialog {
        margin: 1rem !important;
    }
}

#spadin .carousel-caption {
    position: absolute;
    top: 72px;
    left: 3%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    right: inherit;
    text-align: center;
}

/* .form-control {
    color:#2b73c2 !important;
    padding: 1.3rem 1rem;
    border-radius: 22px; 
    font-weight: 600;
} */

.form-control:focus {
    border: 1px solid;
    background-image: linear-gradient(white, white), linear-gradient(#B2481E);
    border-image-slice: 1;
    outline-width: 0;
    border: double 1px transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    outline: 0 !important;
    box-shadow: 0 0 1px #a02b90;
}

.learnMoreBtn1 {
    color: #CF9028;
    font-weight: 600;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    font-size: .7rem;
}

.learnMoreBtn2 {
    color: #CF9028;
    font-weight: 600;
    padding: 0.4rem 0.7rem;
    cursor: pointer;
    font-size: .7rem;
}

.video-container1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (change as needed) */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play-button img {
    width: 80px;
    height: 90px;
    border-radius: 50%;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 5px;
}

.video-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.video-item h4,
.video-item p {
    margin: 0;
}

.youtube-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.withImg {
    width: 21px;
    margin: 0 auto;
    display: block;
}

.image-container1 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 3.5rem;
    display: flex;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}

.image-container img {
    max-width: 100%;
    max-height: 100vh;
}

.status-container {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.status-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.thumbnail img {
    width: 100px;
    height: auto;
}

.video-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.play-button img {
    width: 56px;
    height: 64px;
}

.text-content {
    flex-grow: 1;
}

.text-content h4,
.text-content p {
    margin: 0;
}

.navbar-toggler {
    border: none;
}

.sidebar {
    position: absolute;
    top: 0;
    left: -800px;
    width: 250px;
    height: 100vh;
    background-color: #ffffff;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
}

.sidebar.show {
    left: 0;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}

.navbar-nav .nav-link {
    padding: 10px;
}

.close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #f8f9fa;
    cursor: pointer;
}

.close-button:hover {
    background-color: #e9ecef;
}

.profile-pic {
    display: flex;
    align-items: center;
    margin: 0.9rem;
}

.name {
    margin-left: 10px;
    margin-top: 16px;
    font-weight: bold;
}

.designation {
    margin-left: 10px;
    font-style: italic;
}

.profileImg {
    width: 35px;
    height: 35px;
}

.nav-link {
    display: flex;
    align-items: center;
}

.nav-item {
    border-bottom: 2px solid #F5F6F8;
}

.nav-item:last-child {
    border-bottom: none;
}

.menu-text {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.closBtn {
    border: 1px solid #1aaf2e !important;
    background-color: #1aaf2e !important;
}

.modal-title {
    color: white;
    width: 100%;
    font-size: 18px !important;
    font-weight: 700;
}

#SeedAppliedCaursol,
#whatisspadin-carousel,
.main-video,
.video-list {
    padding: 7px 18px;
}


.pt-3 {
    padding-top: 0.7rem !important;
}

#SeedAppliedCaursol .carousel-indicators {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    /*    margin: 0;*/
    padding: 10px 0;
}

SeedAppliedCaursol .carousel-indicators li {
    width: 50px;
    height: 6px;
    background-color: #fff;
    border: none;
    margin: 0 5px;
    opacity: 0.5;
    cursor: pointer;
}

#SeedAppliedCaursol .carousel-indicators li.active {
    opacity: 1;
    width: 40px;
}

#SeedAppliedCaursol .carousel-indicators-line {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #D9D9D9;
    z-index: -1;
}


#SeedAppliedCaursol .carousel-item img {
    width: 100%;
}

#SeedAppliedCaursol .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/SeedTechnology/shadow.png);
    padding: 10px;
    color: #fff;
}

#SeedAppliedCaursol .carousel-indicators li {
    background-color: #5c5339 !important;
}


#SeedAppliedCaursol .carousel-item {
    height: 429px;
}

#SeedAppliedCaursol.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#SeedAppliedCaursol .carousel-caption h3 {
    color: #F0D14B;
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
    font-weight: 700;
}

#SeedAppliedCaursol .carousel-caption p {
    font-weight: 800;
    font-size: 12px;
    text-align: justify;
    color: #fff;
    margin-bottom: 0;
    line-height: 22px;
}


/*
#SeedAppliedCaursol .carousel-indicators li {
    width: 44px;
}
*/

.CloseBtn {
    opacity: 1;
}


#SeedAppliedCaursol .carousel-control-prev {
    left: 20px;
}

#SeedAppliedCaursol .carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon {
    width: 28px;
    border-radius: 50%;
    height: 28px;
    background-color: black;
    background-image: url("../hindi/images/carousel_left.png");
    /* Replace with the path to your custom previous button image */
}

.carousel-control-next-icon {
    width: 28px;
    border-radius: 50%;
    height: 28px;
    background-color: black;
    background-image: url(../hindi/images/carousel_right.png);
}

#SeedAppliedCaursol .carousel-control-prev-icon {
    width: 23px;
    border-radius: 50%;
    height: 23px;
    background-color: black;
    background-image: url("../images/carousel_left.png");
    /* Replace with the path to your custom previous button image */
}

#SeedAppliedCaursol .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

#SeedAppliedCaursol .carousel-control-next-icon {
    width: 23px;
    border-radius: 50%;
    height: 23px;
    background-color: black;
    background-image: url(../images/carousel_right.png);
    /* Replace with the path to your custom previous button image */
}


/*
.carousel-control-next-icon {
    background-image: url("../images/right.png");
    
     Replace with the path to your custom next button image 
}
*/

#pdfModal {
    margin: 4%;
    max-width: 800px;
    background-color: #fefefe;
    padding: 0px;
    border: 1px solid #888;
}

.pdf-container {
    width: 100%;
    height: 500px;
    /* Set the desired height for the container */
}

.pdf-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.thumbnails-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.thumbnail-item {
    margin: 5px;
    cursor: pointer;
}

.thumbnail-item img {
    width: 100px;
    height: auto;
}


/*////GALLERY*/

#myGallery .carousel {
    position: relative;
}

#myGallery .carousel-item img {
    object-fit: cover;
}

#carousel-thumbs {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}

#carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
}

#carousel-thumbs img:hover {
    border-color: rgba(255, 255, 255, .3);
}

#carousel-thumbs .selected img {
    border-color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

@media all and (max-width: 767px) {
    #myGallery.carousel-container #carousel-thumbs img {
        border-width: 3px;
    }
}

@media all and (min-width: 576px) {
    #myGallery .carousel-container #carousel-thumbs {
        position: absolute;
    }
}

@media all and (max-width: 576px) {
    #myGallery .carousel-container #carousel-thumbs {
        background: #ccccce;
    }
}

.youtube_tittle {
    text-align: left;
    font-size: .8rem;
    font-weight: bolder;
}

.youtube_desc {
    font-size: 10px;
    text-align: justify;
}

.rescantext {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.rescanBtn {
    display: inline-grid;
    float: right;
}

.dotted-border {
    border: 1px dotted;
}

.stepsFollwed {
    display: flex;
}

.image-container {
    position: relative;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 80%;
    height: 320px;
    padding-top: 0%;
    display: block;
    margin: 0 auto;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Adjust the object-fit property to control how the video fills the container */
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Add any additional styling for the overlay image if needed */
}

.btn-scanBtn {
    width: 26%;
    margin: 0 10px;
    margin-bottom: 1rem;
}

#myGalleryy .carousel-indicators {
    margin-top: 40px;
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: inherit;
    padding-left: 0;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    list-style: none;
    cursor: pointer;
    overflow-x: auto
}


#whatisspadin-carousel .carousel-indicators {
    margin-top: 35px;
    position: relative;
    right: 0;
    bottom: 0px;
/*    left: 50px;*/
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: inherit !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

.loader-img {
    width: '25px';
    height: '25px'
}

#profileName {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    color: #1E1E1E;
}

#profileMbno {
    font-size: 15px;
    color: #7D7D7D;
    font-weight: 500;
}

.dropdown-menu {
    left: -106px;
}

.cursor-pointer {
    cursor: pointer;
}


.modal-header .close {
    padding: 1rem 1rem;
    margin: -0.8rem -1rem -1rem auto;
}

/*
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1.3rem -1.7rem -1rem auto;
}
*/
/*
.carousel-control-prev {
    left: -2rem;
}

.carousel-control-next {
    right: -2rem;
}*/

#whatisspadin-carousel .carousel-indicators .active,
#myGalleryy .carousel-indicators .active {
    opacity: 1;
    border: 3px solid #43bd54;
}

#edit_profile {
    font-weight: 500;
    font-size: 12px;
    color: #327EC3;
    cursor: pointer;
}

.edit_profilr_image {
    margin-top: -5px;
    margin-left: 2px;
}

/*spadin carousel styles*/

#spadin .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    border-radius: 50%;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #B2481E !important;
    background-color: transparent;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
}

#spadin .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -33px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}


#spadin .carousel-indicators .active {
    opacity: 1;
    background-color: #A029AF;
}

.spadin-mt-4 {
    margin-top: 2.3rem;
}

.spadin-logo {
    left: 0.7rem;
    position: absolute;
    margin-top: 1.8rem !important;
}

.card-spadin-logo {
    position: absolute;
    bottom: 12px;
    left: 10px;
    width: 39px;
    height: 16px;
}

.helpIcon {
    width: 30px
}

.modal-close-img {
    width: 25px
}

.spadin_card_main {
    overflow-y: scroll;
    height: 86%;
}

.spadin_card_main::-webkit-scrollbar {
    width: 6px;
    background-color: white;
    transform: rotate(180deg);
    border-radius: 100px;

    /* Rotate the scrollbar */

}

.spadin_card_main::-webkit-scrollbar-thumb {
    background: #D4D4D4;
    transform: rotate(180deg);
    height: 10px;
    /* Rotate the scrollbar thumb */
}

.modal-backdrop {
    background-color: #000000 !important;
}

.modal-backdrop.show {
    opacity: 80% !important;
}

/* Style for the main video player */
#main-video {
    width: 100%;
}

.video-title {
    font-size: 12px;
}

#playlist {
    overflow-y: auto;
    height: auto;

}

.videos-heading {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    font-weight: 700;
}

li.playlist-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
}

img.video-thumbnail {
    max-width: 50px;
    max-height: 50px;
    margin-right: 20px;
}

#playlist {
    margin-left: -2rem;
}

.modal-header {
    background: #43bd54;

}

.thumbnail {
    width: 100px;
/*    height: 100px;*/
}

.extraGap {
    gap: 3px;
    width: 258px;
    overflow-x: scroll;
    margin-left: 1rem;
    margin-top: 4rem;
}

/*///niharika*/

#myGalleryy .carousel-control-next {
    right: -13px;
}

#myGalleryy .carousel-control-prev {
    left: -13px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

/* ////29072026//// */
.register-modal .modal-dialog {
    max-width: 335px;
}

.register-modal .modal-content {
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    padding: 10px 12px;
}

.register-modal .modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align:center !important;
    background-color:#fff !important;
}

.register-modal label {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.register-modal .form-control {
    height: 34px;
    border: 1px solid #A9C4F7;
    border-radius: 2px;
    font-size: 12px;
}

.register-modal .form-control::placeholder {
    color: #BDBDBD !important;
}

.register-modal .custom-control-label {
    font-size: 11px;
    color: #666;
}

.register-modal .custom-control-label a {
    color: #4CAF50;
    text-decoration: underline;
}

.btn-getotp {
    height: 32px;
    border-radius: 3px;
     background-color: #D3D3D3; /* Light grey */
    color: white;
    font-size: 12px;
    font-weight: 600;
    border: none;
}

.btn-getotp:disabled {
    opacity: 1;
}
/* ////////// */
.custom-control-label{
    line-height:20px;
    font-size:12px;
}

.custom-control-label a{
    color:#39B54A;
    text-decoration:underline !important;
    font-weight:500;
}

.custom-control-label::before,
.custom-control-label::after{
    top:2px;
}
/* ////////// */
.consent-modal {
    border: none;
    border-radius: 5px;
    overflow: hidden;   /* Important */
    padding: 0;         /* Remove any padding */
}

.consent-header {
    width: 100%;
    height: 52px;
    background: #45C14D;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0;
    padding: 0;
}

.consent-header h5 {
    margin: 0;
    color: #FFFFFF;

    font-family: "Gilroy";
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

/* Body */

.consent-body{
    padding:16px;
    max-height:360px;
    overflow-y:auto;

    font-family:"Helvetica Now Text";
    font-size:14px;
    font-weight:400;
    line-height:22px;
    color:#333;
}

.consent-sub-title{
    font-family:"Gilroy";
    font-size:16px;
    font-weight:700;
    margin-bottom:12px;
    color:#000;
}

.consent-body p{
    margin-bottom:12px;
}

.consent-list{
    padding-left:20px;
    margin-bottom:15px;
}

.consent-list li{
    margin-bottom:6px;
}

.consent-body a{
    color:#45C14D;
    text-decoration:underline;
    word-break:break-word;
}
/* Footer */

.consent-footer{

    display:flex;
    gap:10px;

    padding:16px;
}

/* Buttons */

.consent-footer .btn{

    flex:1;
    height:42px;

    border-radius:5px;

    font-size:18px;
    font-weight:700;
}

.consent-decline{

    border:1px solid #45C14D;
    background:#fff;
    color:#45C14D;
}

.consent-agree{

    border:1px solid #45C14D;
    background:#45C14D;
    color:#fff;
}

.btn-getotp.active{
    background:#45C14D;
    border-color:#45C14D;
    color:#fff;
}

/* Checked checkbox */
.custom-control-input:checked ~ .custom-control-label::before{
    background-color:#45C14D;
    border-color:#45C14D;
}

/* Checkbox border when unchecked */
.custom-control-label::before{
    border:1px solid #45C14D;
    border-radius:2px;
}

/* Focus outline */
.custom-control-input:focus ~ .custom-control-label::before{
    box-shadow:none;
}


/* ///////////OTP////////// */
.otp-box-wrapper {
    gap: 10px;
}

.otp-input {
    width: 55px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#verifyOtpBtn:disabled {
    background-color: #BDBDBD;
    color: #fff;
    border-color: #BDBDBD;
    cursor: not-allowed;
}

#verifyOtpBtn:not(:disabled) {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
}


/* /////////// */

.navbar {
    position: relative;
    z-index: 1060;
}

.modal-backdrop {
    z-index: 1040;
}

.modal {
    z-index: 1050;
}


/* ////////location/////////// */
.location-dialog {
    max-width: 320px;
}

.location-modal {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
}

.location-body {
    padding: 10px 14px;
}

.location-text{
    margin:0;
    padding:10px 16px;
    text-align:center;
    line-height:1.4;
    font-size:12px;
    word-break:normal;
}

.location-text strong{
    display:block;
    margin-bottom:6px;
}

.location-footer {
    display: flex;
    justify-content: space-between;
    padding: 0 25px 12px;
    gap: 10px;
}

.btn-location-deny,
.btn-location-allow {
    flex: 1;
    height: 45px;
    border-radius: 6px;
    font-family: "Gilroy", sans-serif;
    font-size: 12px;
    font-weight: 700;
    transition: .2s;
}

.btn-location-deny {
    background: #FFFFFF;
    color: #42C24F;
    border: 1px solid #42C24F;
}

.btn-location-deny:hover {
    background: #F7FFF7;
    color: #42C24F;
}

.btn-location-allow {
    background: #42C24F;
    color: #FFFFFF;
    border: 1px solid #42C24F;
}

.btn-location-allow:hover {
    background: #38B046;
    border-color: #38B046;
    color: #FFFFFF;
}

.custom-toast{
    position: fixed;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%) translateY(100px);
    background: rgba(60,60,60,.95);
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    z-index: 99999;
    opacity: 0;
    transition: all .35s ease;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
    white-space: nowrap;
}

.custom-toast.show{
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
/* //////////// */
.otp-footer{
    font-size:12px;
}

.resend-link{
    color:#43C653;
    font-weight:600;
    text-decoration:none;
    cursor:pointer;
}

.resend-link.disabled{
    color:#BDBDBD;
    cursor:not-allowed;
    pointer-events:none;
}

#resendTimer{
    color:#777;
    font-size:12px;
}
.language-item.disabled{
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed !important;
}


/* ==========================================
   Responsive - All Mobile Devices
========================================== */

@media (max-width: 480px) {

    .register-modal .modal-dialog,
    .location-dialog {
        max-width: calc(100% - 24px);
        margin: 12px auto;
    }

    .register-modal .modal-content,
    .location-modal,
    .consent-modal {
        padding: 12px;
        border-radius: 10px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .register-modal .modal-body,
    .consent-body {
        padding: 12px;
    }

    .register-modal .modal-title,
    .consent-header h5 {
        font-size: 16px;
    }

    .register-modal label {
        font-size: 13px;
    }

    .register-modal .form-control {
        height: 42px;
        font-size: 16px;   /* Prevent iPhone Safari zoom */
    }

    .otp-box-wrapper {
        gap: 8px;
    }

    .otp-input {
        width: 100%;
        max-width: 55px;
        height: 46px;
        font-size: 18px;
    }

    .btn-getotp,
    .btn-verifyotp,
    .btn-submit,
    .btn-location-allow,
    .btn-location-deny {
        height: 44px;
        font-size: 14px;
    }

    .otp-footer {
        flex-wrap: wrap;
        justify-content: center !important;
        text-align: center;
        gap: 5px;
    }

    .custom-toast {
        width: calc(100% - 30px);
        white-space: normal;
        text-align: center;
        font-size: 13px;
        padding: 12px;
    }
}

/* Very Small Devices (iPhone SE / 320px) */
@media (max-width: 360px) {

    .register-modal .modal-title,
    .consent-header h5 {
        font-size: 15px;
    }

    .register-modal label {
        font-size: 12px;
    }

    .register-modal .form-control {
        height: 40px;
        font-size: 16px;
    }

    .otp-input {
        height: 42px;
        font-size: 16px;
    }

    .btn-getotp,
    .btn-verifyotp,
    .btn-submit,
    .btn-location-allow,
    .btn-location-deny {
        height: 42px;
        font-size: 13px;
    }
}




