.required_fields {
    color: red;
}

.errorlist {
    color: red;
}

.brand-logo {
    background: #fff;
}

.text-black {
    color: black;
}

.icon-btn-size {
    width: 27px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pl-5 {
    padding-left: 5px !important;
}

.chat-detail{
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.chat-box{
    flex: 1 1 auto;
    height: auto;
    overflow-y: auto;
}
.chat-box .chat-desc{
    height: 100%;
}
.select2{width: 100% !important;}
.form-group>label {    width: 100%;
}
.select2-container--default .select2-selection--multiple{padding-bottom: 5px}
.chat-profile-header{
    padding: 0;
}
.chat-profile-header .left{
    width: 100%;
    max-height: 120px;
    overflow-y: auto;

}
.chat-header-inner{
padding: 10px 30px 10px 20px;
}
.chat-profile-header .chat-profile-name{
    width: 100%;
}
.chat-profile-inner{
    display: flex;
}
.chat-profile-inner .profile-header-title{
    padding-right: 15px;
    font-weight: 600;
}
.chat-profile-inner .description{
    flex: 1;
}
.chat-box .chat-desc ul li .chat-body p{
    word-break: break-word;
    white-space: pre-wrap;
}
.copy_data{
    width: 100%;
    word-break: break-word;
}


/*------addedd css------*/
:root{
    --primary-color: #DF5C2A;
}
body{
    background: #f4f4f4;
}
.pre-loader .bar{
    background:var(--primary-color);
}
.left-side-bar, .left-side-bar .brand-logo{
    background: var(--primary-color);
}
.left-side-bar .brand-logo{
    border-bottom: 0;
}
.left-side-bar .brand-logo img{
    filter: grayscale(100%) brightness(100);
}
.header{
    background: var(--primary-color);
}
.custom-file-input:focus, .custom-select:focus, .form-control:focus{
    border-color: var(--primary-color);
}
.user-notification .dropdown-toggle, 
.user-info-dropdown .dropdown-toggle .user-name,
.user-info-dropdown .dropdown-toggle{
    color: #ffffff;
}
.user-notification .dropdown-toggle .badge{
    background: #1D3767;
}
.dropdown-item:focus, 
.dropdown-item:hover, 
.breadcrumb-item.active,
.sidebar-menu>ul>li>.dropdown-toggle.active .micon,
.sidebar-menu .dropdown-toggle:hover .micon,
.sidebar-menu .show>.dropdown-toggle .micon{
    color: var(--primary-color);
}
.sidebar-menu>ul>li>.dropdown-toggle.active{
    font-weight: 700;
}
.sidebar-menu>ul>li>.dropdown-toggle.active,
.sidebar-menu .dropdown-toggle:hover, 
.sidebar-menu .show>.dropdown-toggle{
    background-color: #ffffff;
    color: var(--primary-color);
    font-weight: 700;
    
}
.sidebar-menu .submenu li a.active, .sidebar-menu .submenu li a:hover{
    background-color: rgba(255, 255, 255, .3);
}
.btn-primary, .page-item.active .page-link{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #bf3906 !important;
    border-color: #bf3906 !important;
}
.page-link{
    color: #212529;
}
.page-link:hover{
    background-color: var(--primary-color);
    color: #ffffff;
}
.link-pnh, .link-pph, .link-social,
.update-pnh, .update-pph, .update-social,
.clone-div{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.clone-div>div.row{
    flex: 1 0 auto;
}
.btn.delete-pnh, .btn.delete-pph, .btn.delete-social,
.clone-div .btn-danger{
    height: 45px;
    line-height: 29px;
    margin-left: 30px !important;
    margin-top: calc(21px + 0.5rem);
}
.image-uploaded{
    margin-left: 0;
    margin-right: 0;
}
.upload-image{
    width: 80px;
    height: 80px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}
.upload-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.remove-img{
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 0 !important;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    font-weight: 300;
    font-size: 22px;
    line-height: 19px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.custom-control-label::before{
    border-color: var(--primary-color);
}
.custom-switch .custom-control-label::before{
    border-radius: 150px;
}
.custom-switch .custom-control-label::before{
    border-color: #adb5bd;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.custom-switch .custom-control-label::after{
    left: calc(-2.25rem + 4px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after{
    -webkit-transform: translateX(calc(0.75rem - 2px));
    transform: translateX(calc(0.75rem - 2px));
}
.swal2-confirm{
    background-color: var(--primary-color) !important;
}
.swal2-confirm:focus{
    outline: none !important;
    box-shadow: none !important;
}
.swal2-cancel{
    background-color: #dc3545 !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.badge{
    margin: 2px;
}

.bootstrap-select .dropdown-toggle .filter-option{
  line-height: 30px;
}