@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    color: #7D7D7D !important;
    font-family: 'Poppins';
}

@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: center;
    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;
}
