.updatedRow{
    background-color: #dfdfdf;
}
.profile-img-block{
    text-align:center;
}
.profile-img-block label{
    cursor:pointer;
}
.profile-img{
    border-radius: 50%;
    border: 2px solid #ffc20e;
    width:110px;
    height:110px;
}
.progress{
    margin-top: -75px;
    position: relative;
    width: 110px;
}
.progress-bar{
    background-color: #ffc107;
    font-weight:bold;
    width: 110px;
}
.paytable{
    width: 70% !important;
    margin: 0 auto !important;
}
.paytable th, .paytable td {
    padding: 0.25rem;
    font-size: 14px;
    text-align: center;
    width: 50%;
}
.image-container {
    position: relative;
}

.date-overlay {
    position: absolute;
    top: -33px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}



/*Update May 23*/

.cus-right-text p, .cus-right-text p  {
    word-break: break-all;
    overflow: hidden;
}
.read_badge {
  width: auto !important;
  padding: 0 8px 4px;
  font-size: 14px;
}


@media (max-width:992px){
    .mainSection.requestSec .container-fluid {
        width: 100% !important;
    }
    #otpModal .modal-footer .btn-danger.btn-embossed {
        margin-right: 0 !important;
        height: 33px;
        padding: 1px 0 20px;
    }
    .flip-card-inner, #signUpForm {
        position: relative;
        z-index: 1;
    }
}

@media (max-width:768px){
    .navbar-collapse {
      max-height: inherit !important;
    }
    .flip-card {
        perspective: inherit !important;
    }
    .flip-card-inner {
        transform-style: inherit !important;
    }
    .flip-card-front, .flip-card-back {
        position: relative  !important;
    }
}

@media (max-width: 767px) {
.navbar-light {
    background: rgba(0,0,0,.8) !important;
}
.navbar {
    align-items: flex-start;
}
.navbar-collapse.show {
    height: 100vh;
}
}

.w_90 {
    width: 90% !important;
}

.cus_icons {
    padding-top: 5px !important;
    font-size: 16px !important;
    cursor: pointer;
}
.uploadloading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 41%;
    top: 41%;
  }
  
  @-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  #request_period {
    font-size: 13px;
    border-radius: 5px;
    padding: 3px 10px;
    text-align: center;
    appearance: none;
    width: auto;
}