/* 
    Created on : 15 Aug, 2020, 5:43:45 PM
    Author     : HP
*/

.col-form-label{text-align:left;}
.form-group.required .required.col-form-label:after {content:" *";color:red;}
.edit-user-details__avatar.logo{border-radius: 5px;width: 100%;height: 94px;max-width: none;}
.edit-user-details__avatar__change.logo{border-radius: 5px;opacity:0}
.edit-user-details__avatar img.logo{width: 100%;height: 100%;}
.edit-user-details__avatar__change i.logo{line-height: 5.5rem;}
.btn-black:not([disabled]):not(.disabled).active, .btn-black:not([disabled]):not(.disabled):active, .btn-white:not([disabled]):not(.disabled).active, .btn-white:not([disabled]):not(.disabled):active{background-color: #17c671;border-color: #17c671;}
.edit-user-details__avatar{border-radius: 0px;max-width:10rem;}
.edit-user-details__avatar__change{border-radius: 0px;}
.edit-user-details__avatar__change i{line-height: 0;}
.form-control{ font-weight: 600;}
.hidden{display: none;}
/****************************/
/* Preloader --------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: transparent;*/
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/ajax_loader.gif);
    /*background-image: url(images/preloader.gif);*/
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

/*****/
.error{height: unset;color: red;font-size:12px;}

/*****/
.alert{border:0;position:relative;padding:.95rem 1.25rem;border-radius:1px;color:inherit;background-color:#fff;-webkit-box-shadow:1px 1px 14px 0 rgba(18,38,63,.26);-moz-box-shadow:1px 1px 14px 0 rgba(18,38,63,.26);box-shadow:1px 1px 14px 0 rgba(18,38,63,.26)}.alert [data-notify=icon]{display:block}.alert [data-notify=icon]::before{line-height:35px;font-size:22px;display:block;left:15px;position:absolute;top:50%;transform:translateY(-50%);width:35px;height:35px;border-radius:30px;text-align:center;color:#fff}.alert [data-notify=title]{display:block;color:#2b2b2b;font-weight:700;font-size:14px;margin-bottom:5px}.alert [data-notify=message]{font-size:13px;color:#908e8e}.alert .close{background:rgba(255,255,255,.8);width:25px;height:25px;line-height:25px;top:5px!important;right:8px;border-radius:50%}.alert-default{border-left:4px solid #1a2035}.alert-default [data-notify=icon]:before{background:#1a2035}.alert-primary{border-left:4px solid #1572e8}.alert-primary [data-notify=icon]:before{background:#1572e8}.alert-secondary{border-left:4px solid #6861ce}.alert-secondary [data-notify=icon]:before{background:#6861ce}.alert-info{border-left:4px solid #48abf7}.alert-info [data-notify=icon]:before{background:#48abf7}.alert-success{border-left:4px solid #31ce36}.alert-success [data-notify=icon]:before{background:#31ce36}.alert-warning{border-left:4px solid #ffad46}.alert-warning [data-notify=icon]:before{background:#ffad46}.alert-danger{border-left:4px solid #f25961}.alert-danger [data-notify=icon]:before{background:#f25961}.alert-default{border-left:4px solid #1a2035}.alert-default [data-notify=icon]:before{background:#1a2035}.alert-primary{border-left:4px solid #1572e8}.alert-primary [data-notify=icon]:before{background:#1572e8}.alert-secondary{border-left:4px solid #6861ce}.alert-secondary [data-notify=icon]:before{background:#6861ce}.alert-info{border-left:4px solid #48abf7}.alert-info [data-notify=icon]:before{background:#48abf7}.alert-success{border-left:4px solid #31ce36}.alert-success [data-notify=icon]:before{background:#31ce36}.alert-warning{border-left:4px solid #ffad46}.alert-warning [data-notify=icon]:before{background:#ffad46}.alert-danger{border-left:4px solid #f25961}.alert-danger [data-notify=icon]:before{background:#f25961}

/*****/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  /*background: #007bff;*/ 
  background: #007bffa1; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #007bff; 
}

.login-bg{
    /*background: url(https://soft-techsolutions.com/assets/img/banner/ivr.png);*/
    /*background: url(../images/bg.png);*/
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.middle-bar {
    /*background: linear-gradient(135deg, #F2ECE7, #E9EEF8);*/
    /*background: linear-gradient(135deg, #F2ECE7, #000000);*/
    /*background: radial-gradient(#5196e0, #345482);*/
                background: linear-gradient(135deg, #5196e0, #345482);
}