.follow-socials a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 5px;
    background: #eee;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  padding-bottom: 10px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  height: 100%
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  padding-top: 20px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
   
  }
}
.col-md-4.bg-white {
    height: 80vh;
    overflow: auto;
}
.col-md-8.bg-white {
    height: 79vh;
    overflow: auto;
}
.chat-message {
  height: 100%;
}
.chatbox-admin {
  padding-top: 10px;
}
.msguserid{
 margin-left: 10px;
}
#czlm-admin-add-details{
  margin-block-end:20px; 
  margin-block-start: 20px;
}
.btn-success {
    width: 100%;
    height: 35px;
    background-color: #28a745;
    border: hidden;
}
.btn-success:hover {
    background: #484343;
}
.error {
    color: red;
}
.error-msg {
    color: red;
}
.success-msg {
    color: green;
}
.cz-loan-management-footer-content {
    float: left;
    bottom: 0px;
    width: calc(100% - 100px);
    margin-block-start: 10px;
}