.theme-light input, select, textarea {
    border-color: rgb(1 1 1) !important;
}

.bg-s1 {
    background-image: url(../slider/1.jpg) !important;
}

.bg-s2 {
    background-image: url(../slider/2.jpeg) !important;
}

.bg-s3 {
    background-image: url(../slider/3.jpeg) !important;
}

.bg-i1 {
    background-image: url(http://localhost/tnm/assets/testphoto/1.jpeg) !important;
}

/* Profile Home Bg  */
.home_pro_bg
{
    background-size:contain !important;
    background-repeat:no-repeat  !important;
}
.vcard-field {
   
margin-top: 5px;  
padding-top: 1px; 
  line-height: 32px;
 
}

.vcard-field a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px;
    opacity: 1;
}


.card-style_s {
   
    border-radius: 0px;
   
    border-bottom: 3px solid #ff1818 !important;
}

/* Registrtaion Page Style - VIG */
.card-style {
    overflow: hidden;
    margin: 0px 0px 30px 0px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
}
label.color-highlight
{
color: #ea4335;
font-weight: bold;
}

input::placeholder, select{

opacity: 1 !important;  /* Adjust opacity if needed */
font-weight: bold !important;
}
#photoContainer {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }
    .photoPreview {
        width: 200px;
        height: 200px;
        border: 1px solid #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .photoPreview img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .removePhoto {
        position: absolute;
        top: 5px;
        right: 5px;
        background: rgba(255, 0, 0, 0.7);
        color: white;
        border: none;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    #uploadButton {
        margin-top: 10px;
    }

    #messageBox {
        margin-top: 10px;
        padding: 10px;
        border-radius: 5px;
        display: none;
    }
    .error {
        background-color: #ffdddd;
        border: 1px solid #f44336;
    }
    .info {
        background-color: #e7f3fe;
        border: 1px solid #2196F3;
    }

.freeze_btn {
    bottom: 35px;
    bottom: calc(35px + (constant(safe-area-inset-bottom))*1.1) !important;
    bottom: calc(35px + (env(safe-area-inset-bottom))*1.1) !important;
    position: fixed;
    z-index: 90;
}

#footer-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: -6px;
    opacity: 0.7;
    font-family: "Roboto", sans-serif !important;
}