﻿.PropLabel {
    color: green;
    font-weight: 600;
    font-size: larger;
    font-family: math;
}

.selected-card {
    border: 2px solid red;
}
.blinking {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}
/*.selectable-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}*/

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-text {
    flex: 1;
}
@media (min-width: 768px) {
    #SearchByMobileNo {
        margin-left: 127px;
    }
    .margin {
        margin-left: 127px;
    }
 /*   .marginForDiv {
        margin-left: 20px;
    }*/
}
.card-container {
    display: flex;
    flex-wrap: wrap;
}
.imgBorder{
    border:2px solid red;
}

.form-label {
   /* font-size: 0.5em;*/
    font-weight: bold;
    color: #164474;
    font-family: math;
}

.custom-asterisk {
    color: red;
}

.card {
    margin-bottom: 20px;
    box-shadow: 10px 10px 15px rgba(128, 128, 128, 0.5);
}
    .card1:hover {
        background: #accbf2;
        cursor:pointer;
        border:2px solid blue;
    }

.otp-bx input {
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.otp-bx1 input {
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.card-body {
    text-align: center;
}

.input-group-text {
    cursor: pointer;
}
.updImg {
    margin-bottom: 10px;
}
.custom-checkbox input[type="checkbox"] {
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    vertical-align: middle;
}
.border-highlight {
    border: 2px solid green; 
    border-radius: 5px;
}

.modal-dialog {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 1.75rem auto;
    margin-right: 1.75rem auto;
    max-width: 470px;
    max-height: 800px;
}
.px-1 {
    padding-left: 1.25rem !important;
}
#divwidth {
    max-height: 150px; 
    overflow-y: auto; 
    border: 1px solid #ccc; 
    padding: 5px;
}
#divwidth li:hover{
    background-color:lightgray;
}



.main_div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.center_div {
    text-align: center;
}

.loading {
    font-size: 20px;
    color: white;
}

    .loading .dot {
        animation: blink 1.5s infinite;
    }

        .loading .dot:nth-of-type(1) {
            animation-delay: 0s;
        }

        .loading .dot:nth-of-type(2) {
            animation-delay: 0.5s;
        }

        .loading .dot:nth-of-type(3) {
            animation-delay: 1s;
        }



.blurred {
    filter: blur(5px);
}

/* Custom media queries */
/*@media (max-width: 576px) {
    .form-label {
        font-size: 1.1em;
    }

    .card-body {
        padding: 10px;
    }

    .form-group {
        margin-bottom: 15px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .form-label {
        font-size: 1.1em;
    }
}

@media (min-width: 769px) {
    .form-label {
        font-size: 1.2em;
    }
}*/