.logo .logo-lg img {

   height: unset !important; 

}
.toast-success {
   background-color: #51a351 !important;
}
.toast-error {
   background-color: #f50d0d !important;
}
.toast-warning {
   background-color: #c7bd01f4 !important;
}
.admin_inner_img{
   /* width: 80px;
   height: 70px; */
   transition: 0.5s ease;

   cursor: pointer;

   border-radius: 19px;



 }



 .admin_inner_img:hover{



   transform: scale(5);



   position: relative;



   z-index: 9999;



 }



 .admin_image_box{



   width: 70px !important;



 }









/* preloader */
.preLoader {
  background: url(../../Front/images/loader1.gif) no-repeat center center rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  position: fixed;
  z-index: 9999999;
}

.switch {
   position: relative;
   display: inline-block;
   width: 35px;
   height: 18px;
   margin-bottom: 0px !important;
}

.switch input { 
   opacity: 0;
   width: 0;
   height: 0;
}

.switch_user {
   position: relative;
   display: inline-block;
   width: 35px;
   height: 18px;
   margin-bottom: 0px !important;
}

.switch_user input { 
   opacity: 0;
   width: 0;
   height: 0;
}
.pay_later {
   position: relative;
   display: inline-block;
   width: 35px;
   height: 18px;
   margin-bottom: 0px !important;
}

.pay_later input { 
   opacity: 0;
   width: 0;
   height: 0;
}

.slider {



   position: absolute;



   cursor: pointer;



   top: 0;



   left: 0;



   right: 0;



   bottom: 0;



   background-color: #e02222;



   -webkit-transition: .4s;



   transition: .4s;



}

.slider:before {



   position: absolute;



   content: "";



   height: 9px;



   width: 9px;



   left: 3px;



   bottom: 5px;



   background-color: white;



   -webkit-transition: .4s;



   transition: .4s;



}

input:checked + .slider {

   background-color: #4CAF50;

}

input:focus + .slider {

   box-shadow: 0 0 1px #2196F3;

}

input:checked + .slider:before {

   -webkit-transform: translateX(21px);

   -ms-transform: translateX(21px);

   transform: translateX(21px);

}

/* Rounded sliders */



.slider.round {

   border-radius: 34px !important;

}

.slider.round:before {

   border-radius: 50%;

}



/* ///gallery multiple image preview */

input[type="file"] {

   display: block;

 }

 img.imageThumbPreview {

   height: 80px;

   width: 90px;

   border: 2px solid;

   padding: 1px;

   cursor: pointer;

   object-fit: cover;

 }



 .pip {

   display: inline-block;

   margin: 10px 10px 0 0;

 }

 .remove {

   display: block;

   background: #444;

   border: 1px solid black;

   color: white;

   text-align: center;

   cursor: pointer;

 }

 .remove:hover {

   background: white;

   color: black;

 }

.agent-modal{
   margin-bottom: 5px !important;
}
.agent-modal .form-control,
.agent-modal input,
.agent-modal select{
   height: 30px !important;
   padding: 5px 10px !important;
}
.agent-modal textarea{
   height: 65px !important;
}
.agent-modal .select2-container .select2-selection--single {
   height: 30px !important;
   padding: 5px 10px !important;
}
.agent-modal .select2-container .select2-selection--single .select2-selection__rendered {
   line-height: 20px !important;
}
.agent-modal .select2-container .select2-selection--single .select2-selection__arrow {
   height: 30px !important;
}