body > header{
	position: fixed!important;
	width: 100%;
}
.multipyInput-container .flag-container ul{
    max-height: 130px;
}
.form-label-link.disabled{
    color: #8997a4;
    pointer-events: none;
}
.navbar{
    box-shadow: 0px 0px 5px #ccc;
}
.borderless{
    border-width:0!important;
}
[name].error{
    border-color: #692340;
}
label.error[for]{
    color: #692340;
    font-size: 0.875rem;
}
#messageBox > .card-body{
    height: calc( 100vh - 17.25rem );
    overflow-y: scroll;
}
#messageBox .card-footer textarea[name=content]{
    resize: none;
}
.switch_group_wrapper.on  .switch_show_wrapper, .switch_group_wrapper.off  .switch_edit_wrapper
{
    display: none;
}
.intl-tel-input{
    width: 100%;
}
.dn{
    display: none;
}
.vh{
    visibility: hidden;
}
.datetimepicker{
    padding: 0.5rem;
    border: 1px solid #ccc;
}
.datetimepicker .table-condensed th{
    padding: 5px;
    font-weight: bold;
}
.datetimepicker .table-condensed td{
    padding: 5px;
    color: #51596C;
}
.datetimepicker .fa-arrow-left::before{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f284";
}
.datetimepicker .fa-arrow-right::before{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f285";
}
.message-upload-img{
    background-color: #fff;
    border: 0.0625rem solid #dce0e5;
    border-radius: 0.5rem;
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
}
.message-upload-img .webuploader-pick{
    width: 100%;
    height: 100%;
    line-height: 40px;
    background: #fff;
    color: #777;
}
.card-footer .thumb-img a{
    color: #555;
    background: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    right: -5px;
    top: -5px;
    text-align: center;
}
.webuploader-pick{
    color: #fff;
    background-color: #09a247;
    border-color: #089942;
    border-radius: 6.1875rem !important;
    font-weight: 700;
    line-height: 1.5;
    padding: .75rem 1.8125rem;
    font-size: .9375rem;
}
a.disabled[role="button"]{
    pointer-events: none;
    opacity: 0.65;
}
@media (max-width: 768px ) {
    #messageBox > .card-body{
        height: calc( 100vh - 14.5rem );
        overflow-y: scroll;
    }
}