@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@300;400;500;600;700&display=swap');
body{
	font-family: 'Inter', sans-serif;
	font-family: 'Red Hat Text', sans-serif;
    color: #202124;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
a, a:hover{color: #27282a;text-decoration: none;}
a:-webkit-any-link:focus-visible {
    outline: none;
}
.btn-check:focus+.btn, .btn:focus{box-shadow: none;}
.btn{border-radius: .40rem;}
.btn-primary{
    background: linear-gradient(90deg, #0871fd, #486bde);
}
.btn-secondary{
    background-color: #f5f8fe;
    border-color: #f0f4f9;
    color: #202124;
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: #d7d7d7;
    border-color: #d7d7d7;
    color: #202124;
}
.btn-info{
    background-color: #326de8;
    border-color: #326de8;
    color: #fff;
}
.btn-danger {
  background: linear-gradient(90deg, #dc3545, #a4222b);
}
.modal .btn{padding: .375rem 1.5rem;}
.modal .btn-secondary{
    background-color: transparent;
    border-color: #326de8;
    color: #326de8;
}
.btn-info:hover, .btn-check:focus+.btn-info, .btn-info:focus, .modal .btn-secondary:hover, .modal .btn-secondary:focus{
     background-color: #326de8;
    border-color: #326de8;
    color: #fff;
}
.btn-sm {
  font-size: 12px;
  font-weight: 500;
}
.page-bg{
	background: #f5f8fe;
}
.register{
	min-height: 100vh;
    display: flex;
    align-items: center;
    font-size: 13px;
    background: rgb(195,223,252);
    background: linear-gradient(90deg, rgba(195,223,252,0.7847514005602241) 0%, rgba(80,147,207,0.6895133053221288) 35%, rgba(206,231,255,1) 100%);
}
.register-01{
    background: rgb(255,255,255);
}
h2, .register h2, .edit-profile h2{
	font-size: 1.5rem;
    margin-bottom: .5rem;
    color: #556080;
    color: #202124;
}
.edit-profile p{font-size: 13px;}
.register img.captcha-img{
	border: 1px solid #e4e6f1;
    padding: 0rem 0.75rem;
    background-color: #fff;
    border-radius: 0.35rem;
}
.register .refresh-btn a{font-size: 12px;}
.register form, .edit-profile form {
    padding: 3rem 2.5rem;
    border: 1px solid #e4e6f1;
    border-radius: 0.55rem;
    box-shadow: 0 0 1rem rgb(235 235 235 / 80%);
    background-color: #f0f4fc;
}
.edit-profile form{background-color: #fff;padding: 0;}
.edit-profile .card-header, .edit-profile .card-footer{
    padding: 1rem 2rem;
}
.edit-profile .card-body{
    padding: 2rem 2rem .75rem;
}
.register form .btn , .edit-profile form .btn{
	display: block;
    width: 100%;
    padding: 0.575rem 0.75rem;
    background-image: linear-gradient(to right, #0871fd, #486bde);
}
.form-group label, label {
    margin-bottom: 0.35rem;
    font-size: 14px;
    font-weight: 500;
}
.form-floating, .form-group{margin-bottom: 1.35rem;}
.form-floating>.form-control{
    padding: 0.75rem;
    height: calc(3.0rem + 2px);
    border-radius: .55rem;
    border: 1px solid #e4e6f1;
}
.form-floating>label{font-size: .8rem;padding: 0.85rem 0.75rem;}
.register form .form-group p{font-size: 12px;font-weight: 500;}
.form-floating>.form-control:-webkit-autofill, .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0.525rem;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    padding: 1rem 0.75rem;
}
.help-block.form-error{color: #ff0000;font-size: 12px;}
.table .help-block.form-error{padding: 0 0.5rem 0.375rem;white-space: nowrap;}
.content{padding: 6rem 1rem 2rem;}


        .wrapper {
            display: flex;
            width: 100%;
        }
        #sidebar {
            width: 23%;
            background: #fff;
            transition: all 0.3s;
            min-height: 100vh;
            max-height: auto;
            overflow: hidden;
        }

        #sidebar.active {
            width: 5%;
        }

        .main {
            width: 100%;
            transition: all 0.3s;
            position: relative;
        }
        .navbar{
            background-color: #fff; 
            padding: 1rem 0;
            border-left: 1px solid #f0f4f9;
            border-bottom: 1px solid #f0f4f9;
            box-shadow: 1rem 0 1rem rgb(235 235 235 / 80%);
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            width: 100%;
            z-index: 1040;
        }
        .navbar .nav-item:not(:last-child) .nav-link, .toggle-button, .toggle-button:focus {
            padding: 0.575rem 0.75rem;
            background-color: #fff;
            box-shadow: 0 0.15rem 0.35rem rgb(0 0 0 / 15%);
            border-radius: 50%;
            margin-right: 1.5rem;
            position: relative;
            border: 0;
        }
        .navbar .nav-link img, .toggle-button img{
            width: 1rem;
        }
        .navbar .nav-item:not(:last-child) .nav-link span {
            position: absolute;
            top: -0.35rem;
            right: -0.75rem;
            background-image: linear-gradient(to right, #0871fd, #486bde);
            border-radius: 50%;
            font-size: 10px;
            width: 20px;
            height: 20px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
        }
        .navbar .nav-item:not(:last-child) .nav-link.dropdown-toggle::after{display: none;}
        .navbar .nav-item .dropdown-menu[data-bs-popper] {right: 0;left:auto;}
        .navbar .dropdown .dropdown-toggle, .toggle-button{
            font-weight: 600;
            color: #202124;
            font-size: 0.9rem;
        }
        .dropdown-menu{
            padding: 0;
            border: 1px solid #f0f4f9;
            border-radius: 0.45rem;
            box-shadow: 0 0.5rem 1rem rgb(235 235 235 / 50%);
            overflow: hidden;
			z-index: 1022;
        }
        .dropdown-item{
            font-size: .75rem;
            font-weight: 600;
            padding: 0.75rem 1rem;
        }
        .dropdown-divider{background-color: #f0f4f9;}
        .sidebar-header{
            padding: 0.8rem 0;
            border-bottom: 1px solid #f0f4f9;
        }
        .logo{
            background: linear-gradient(90deg, #0871fd, #486bde);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            font-weight: 700;
            letter-spacing: .5px;
            font-size: 1rem;
            text-align: center;
            display: block;
            transition: 0.5s all ease;
        }
        #sidebar.active .logo span{display: none;}
        #sidebar .nav{padding: 1rem 1rem 0 0;}
        #sidebar.active .nav{padding-right: 0.5rem;}
        #sidebar .nav-link{
            padding: 0.75rem 1rem;
            color: #27282a;
            font-weight: 600;
            font-size: .95rem;
            transition: 0.5s all ease;
            border-top-right-radius: 0.55rem;
            border-bottom-right-radius: 0.55rem;
            position: relative;
            border: 1px solid transparent;
            border-left: 0;
        }
        #sidebar.active .nav-link{
            padding: 1rem;
        }
        #sidebar .nav-link.active, #sidebar .nav-link .show>.nav-link, #sidebar .dropdown-toggle.show {
            border-color: #e4e6f1;
            background-color: #f4f7fe;
            color: #3369e0;
        }
        /* #sidebar.active .nav-link.active{border:0;background-color: transparent;} */
        #sidebar .nav-link:before{
            content: "";
            width: 5px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: linear-gradient(to right, #fff 0%, #fff 100%);
        }
        /* #sidebar.active .nav-link:after{display: none;} */
        #sidebar .nav-link.active:before, #sidebar .dropdown-toggle.show:before{
            background: linear-gradient(to bottom, #0871FD 0%, #486bde 100%);
        }
        #sidebar .nav-link span{vertical-align: middle;}
        #sidebar .nav-link.active span, #sidebar .nav-link:hover span{
            background: #0871FD;
            background: linear-gradient(90deg, #0871FD 0%, #486bde 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        #sidebar.active .nav-link span{display: none;}
        #sidebar .nav-link img {
            width: 1rem;
            margin-right: 0.75rem;
            transition: 0.5s all ease;
            /* filter: grayscale(1); */
        }
        #sidebar .nav-link.active img, #sidebar .nav-link:hover img{filter: grayscale(0);}
        #sidebar.active .nav-link img{
            margin-right: 0rem;
            transition: 0.5s all ease;
            filter: grayscale(0);
            display: block;
            margin: 0 auto;
        }
        #sidebar .nav-link.dropdown-toggle::after{
            position: absolute;
            top: 0;
            bottom: 0;
            right: .5rem;
            margin: auto;
            height: fit-content;
        }
        #sidebar .dropdown .dropdown-menu{
            position: relative !important;
            transform: translate(0px, 0px) !important;
            border: 0px;
            box-shadow: none;
            background-color: #f7faff;
            border-radius: 0;
            border-top-right-radius: 0.55rem;
            border-bottom-right-radius: 0.55rem;
            border-left: 5px solid #486bde;
        }
        #sidebar .dropdown .dropdown-menu .dropdown-item{
            color: #27282a;
            font-weight: 600;
            font-size: .95rem;
            transition: 0.5s all ease;
            margin-left: 1.85rem;
        }
        #sidebar .dropdown .dropdown-menu .dropdown-item:hover, 
        #sidebar .dropdown .dropdown-menu .dropdown-item.active, 
        #sidebar .dropdown .dropdown-menu .dropdown-item:active{
            background: #0871FD;
            background: linear-gradient(90deg, #0871FD 0%, #486bde 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.55rem;
    font-size: 13px;
    color: #27282a;
    font-weight: 600;
    margin-right: .5rem;  
} 
.nav-pills .nav-link:hover{
    border-color: #e4e6f1;
    background-color: #fff;
    color: #202124;
} 
.card-header .nav-pills .nav-link{
    border: 1px solid #f0f4f9;
    background-color: #f5f8fe;
    border-radius: 0.40rem;
}
.card-header .nav-pills .nav-link:hover{
    background-color: #f0f4f9;
} 
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #486bde;
    background: linear-gradient(90deg, #0871fd, #486bde);
    border-color: transparent;
}  
.card-header .nav-pills .nav-link.active:hover{color: #fff;}
.card-header .nav-pills .nav-item:first-child{margin-right: .75rem;}

.card .card-header h2{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: -webkit-baseline-middle;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 0.5rem;
    padding-bottom: 0.5rem !important;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 0px;
}
.card .card-header .btn{
    float: right;
    font-size: 14px;
    font-weight: 500;
}
.card label, div.dataTables_wrapper div.dataTables_info, .page-item.active .page-link, 
.page-item.disabled .page-link{font-size: 13px;}
.page-item.active .page-link, .page-item.disabled .page-link{
    font-size: 11px;
    border: 0;
    font-weight: 700;
    border-radius: 0.35rem;
    background-color: transparent;
    padding: 0rem 0.5rem 0;
}
.pagination{
    padding-top: .85rem;
}
.page-item.active .page-link{
    background: linear-gradient(90deg, #0871fd, #486bde);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.table th {
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
    border-bottom: 1px solid #ced4da !important;
}
.table td {
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    padding: .35rem .5rem;
    color: #000;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before, 
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    font-size: 9px;
    opacity: 0.7;
    display: none;
}
/* .label-danger{background-color: #F64E60;}
.label-success{background-color: #109730;} */
/* .label{
    border-radius: 0.40rem;padding: 0.15rem 0.4rem 0.25rem;font-size: 12px;
    color: #fff;
}
.label:hover{
    color: #fff;
} */
.label img, .table .btn img{width: 12px;}
.label.label-danger img{width: 10px;}
.card .btn-sm{padding: 0; border-radius: 0;}
.card .btn-sm img{width: 13px;}
.card .table td .btn-sm img, .table img{width: 17px;}
.card .card-header .btn img{width: 14px;margin-bottom: 3px;}
.task-list{
    overflow-y: auto;
    max-height: 67vh;
    margin-bottom: 0;
    padding-right: .5rem;
}   
.task-list::-webkit-scrollbar, .post .tab-content::-webkit-scrollbar, .chat-box .card-body::-webkit-scrollbar {
  width: 5px;
}
.task-list::-webkit-scrollbar-track, .post .tab-content::-webkit-scrollbar-track, .chat-box .card-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.task-list::-webkit-scrollbar-thumb, .post .tab-content::-webkit-scrollbar-thumb, .chat-box .card-body::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
}
.counter{
    top: -0.75rem;
    right: 0;
    left: 0;
    margin: auto;
    background-image: linear-gradient(to right, #0871fd, #486bde);
    /* background-color: #d7d7d7; */
    border-radius: 0.40rem;
    font-size: 12px;
    width: 40px;
    height: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: relative;
    border: 2px solid #fff;
}
.task-list li{
    background-color: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 5%);
    border-radius: 0.55rem;
    padding: 1rem;
    margin-bottom: .5rem;
}
.task-list li.active, .task-list li:hover{background-color: #ffffff82;}
.task-list li img, .chat-box .card-header img, .chat-conversation img{border-radius: 50%;}
.task-list li img{width: 40px;display: block;margin:auto;}
.chat-conversation img{width: 40px;}
.message{
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 500;
    color: #777;
}
.name{
    color: #577ed2 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 0rem !important;
    margin-top: 0 !important;
}
.time{
    margin-bottom: 0rem;
    font-size: 12px;
    float: right;
    color: #333;
}

.card {
    border: 1px solid #f0f4f9;
    border-radius: 0.55rem;
}
.card-header:first-child {
    border-radius: calc(0.55rem - 1px) calc(0.55rem - 1px) 0 0;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.55rem - 1px) calc(0.55rem - 1px);
}
.card-header {
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #f0f4f9;
}
.card-footer {
    padding: 1rem;
    background-color: #fff;
    border-top: 1px solid #f0f4f9;
}
.chat-box .card-body {
    min-height: 58vh;
    max-height: 58vh;
    overflow: auto;
}
.chat-conversation-left, .chat-conversation-right{
    width: 95%;
    margin-top: 1.5rem;
}
.chat-conversation-right{margin-left:auto;text-align: right;}
.chat-conversation-left .chat-text, .chat-conversation-right .chat-text{
    background-color: #f5f6f8;
    /* border: 1px solid #f0f4f9; */
    display: inline-block;
    border-radius: 0.55rem;
    padding: 1rem;
    font-size: 13px;
    border-top-left-radius: 0;
    position: relative;
    font-weight: 500;
}
.chat-conversation-right .chat-text{
    background: #f0f8ff;
    /* border-color: transparent; */
    border-top-left-radius: 0.55rem;
    border-top-right-radius: 0;
    color: #000;
    text-align: left;
}
.chat-text p:last-child{margin-bottom: 0;}
.chat-conversation li:first-child{margin-top: 0;}
.chat-conversation-left span, .chat-conversation-right span, .post-text span{
    font-size: 11px;
    color: #777;
    margin-left: 0.45rem;
    font-weight: 500;
    margin-top: .35rem;
    width: 100%;
    display: block;
}
.chat-conversation .btn-primary, .post .post-text .btn{
    display: inline-block;
    width: max-content;
    padding: 0.25rem 0.5rem;
    border-radius: 0.4rem;
    margin-top: 0.2rem;
    margin-right: 0.25rem;
    font-size: 10px;
}
.post .post-text .btn{margin-top: 0;}
.chat-conversation .chat-conversation-right .btn-primary{margin-left: auto;}
.chat-conversation-right .attachment-wrapper .btn-primary:last-child{margin-right: 0rem;}
.post-text span{
    margin: 0.15rem 0rem 0rem 2.35rem;
}
.post-text p span{
    margin-top: 0;
    margin-left: 0.5rem;
    display: inline-block;
}
.chat-conversation-right span{
    /* float: right; */
    margin-left: 0;
    margin-right: 0.45rem;
    
}
span.label-light-danger{
    font-size: 10px;
    font-weight: 600;
    color: #ff0000;
    background-color: #ffcdcd;
    border: 1px solid #ffa2a2;
    display: block;
    width: min-content;
    border-radius: 5rem;
    padding: 0 0.35rem;
    float: none;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0.275rem;
}
.chat-conversation .chat-conversation-left span.label-light-danger{margin-left: 0;margin-right: auto;}
.chat-conversation-left .chat-text:before{
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-right-color: #f5f6f8;
    border-top-color: #f5f6f8;
    left: -10px;
    top: 0px;
}
.chat-conversation-right .chat-text:before{
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #f0f8ff;
    border-top-color: #f0f8ff;
    top: 0px;
    right: -10px;
}
.chat-box .btn img{width: 16px;}
.chat-conversation .btn-primary img {
    width: 12px;
    vertical-align: text-top;
}
.chat-box .card-footer .btn.btn-secondary{
    background: linear-gradient(90deg, #0871fd, #486bde);
    border-color: transparent;
}
.chat-box .card-footer .btn.btn-secondary img{
    filter: invert(147%) sepia(120%) saturate(1394%) hue-rotate(189deg) brightness(290%) contrast(96%);
}
.dropup .dropdown-toggle::after{display: none;}
.input-group>.form-control, .input-group>.form-select {
    background-color: #f5f8fe;
    border-color: #f0f4f9;
    border-right: 0;
    border-radius: 0.55rem;
}
.input-group .btn {
    background-color: #f5f8fe;
    border-color: #f0f4f9;
    border-left: 0;
    border-top-right-radius: .55rem !important;
    border-bottom-right-radius: .55rem !important;
}
.label-type, .label-priority, .label-due, .label-reassigned{
    padding: 0.35rem;
    background-color: #e7e7e7;
    font-size: 11px;
    border-radius: 0.35rem;
    font-weight: 600;
}
.label-priority{
    background-color: #ffe0de !important;
}
.label-due{
    background-color: #eef7ee !important;
}
.label-reassigned{ background: #fbe58e !important;}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
    cursor: no-drop;
}
.table .form-control:disabled, .table .form-control[readonly] {
    background-color: #fff !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn, label.btn[disabled]{
    background-color: #e9ecef !important;
    cursor: no-drop;
    opacity: 1;
    pointer-events: auto;
}
.dropdown-item.disabled, .dropdown-item:disabled{cursor: no-drop;pointer-events: auto;}
.btn.disabled img, .btn:disabled img, fieldset:disabled .btn img, label.btn[disabled] img{
    filter: grayscale(1);
}
.select2-container {
  z-index: 1060;width: 100% !important;
}
.select2-dropdown {border: 1px solid #e4e6f1;}
.card-header .select2-container {
    width: 100% !important;
    z-index: 1020;
}
.card-header .task-search{text-align: right;}
.card-header .task-search .select2-container {
    text-align: left;
    margin-right: 1rem;
    width: 40% !important;
    z-index: 1020;
}
.card-header .task-search .select2-container:last-child{margin-right: 0;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0px 6px 0px 25px;
  font-size: 13px;
}
.modal-lg, .modal-xl {
    max-width: 850px;
}
.modal-content{
    /* background-color: #f0f4fc; */
    border-radius: 0.55rem;
}
.modal-header{
    border-bottom: 1px solid #e4e6f1;
    padding: 1rem 2rem;
}
.modal-footer{
    border-top: 1px solid #e4e6f1;
    justify-content: center;
    padding: 1rem 2rem;
}
.modal-body{
    max-height: 70vh;
    overflow: auto;
    padding: 2rem;
}
.modal-sm .modal-body{height: auto;}
.form-group .form-control, .form-group select, .select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection--multiple, .form-control::file-selector-button{
    padding: 0.75rem;
    min-height: calc(3rem + 2px);
    border-radius: 0.55rem;
    border: 1px solid #e4e6f1;
}
.chat-box .card-footer .form-control.upload-btn{display: none;}
.chat-box .card-footer .upload-btn-label{
    margin: 0 0.5rem !important;
    border-radius: 0.55rem !important;
    display: inline-flex;
}
.input-group .btn.dropdown-toggle{border-radius: .55rem;}
.card-header .select2-container--default .select2-selection--single{
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    height: auto;
	min-height: auto;
}
.card-header .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 1.5;}
.form-group .form-control.upload-btn{
    padding: .375rem .75rem;
    height: auto;
}
.modal .form-group {margin-bottom: 1rem;}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}
.modal-header .btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    background-size: 0.65em;
    box-shadow: 0 0.15rem 0.35rem rgb(0 0 0 / 15%);
}
.modal #attachmentbody .form-group{position: relative;text-align: center;}
.modal #attachmentbody .form-group small{font-size: 12px;}
.modal #attachmentbody .form-group .delete-btn {
    top: -0.5rem;
    right: 0;
}
#attachmentbody > div {position: relative;}
.tab-content .card:not(:last-child){margin-bottom: 1rem;}
.post .tab-content .tab-pane .card:not(:last-child){
    margin-bottom: 1rem;
}
/* .post .tab-content{
    height: 55vh;
    overflow: auto;
    padding-right: .5rem;
} */
.post hr{background-color: #e4e6f1;}
.post-text{
    position: relative;
}
.post-text .delete-comment, .post-text .add-user, .post-text .archive-btn{
    position: absolute;
    top: 0rem;
    right: .5rem;
    background-image: none;
    border-radius: 0;
    padding: 0;
    line-height: normal;
}
.post-text .add-user {
  right: 3.2rem;
  top: 0.028rem;
}
.post-text .delete-comment{
  right: 1.8rem;
}
.post img{
    width: 40px;
    display: inline-block;
    float: left;
    margin-right: .5rem;
    border-radius: 50%;
}
.post.post-comments img{width: 30px;}
.post .post-text img, .post.post-comments .post-text img{width: 20%;margin-bottom: 1rem;}
.post.post-comments .post-text img{margin-left: 2.35rem;}
.post .btn img, .post.post-comments .btn img{width: 12px;margin:0;}
.post.post-comments .input-group .btn img{width: 16px;}
.post.post-comments .post-text .delete-comment img, .post .post-text .delete-comment img , .post-text .add-user img, .post-text .archive-btn img{
    width: 1rem;
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0.5rem;
}
/* .post-comments .input-group>.form-control, .input-group .btn{background-color: #fff;} */
/* .post .post-text .btn{
    font-size: 12px;
    font-weight: 500;
} */
.attachment-wrapper{
    margin-bottom: 1rem;
}
/* .post-comments{
    background-color: #f4f6fe6e;
    padding: 1rem;
    border-radius: .55rem;
} */
.post-comments .input-group{width: auto;}
.btn-link{
    background: linear-gradient(90deg, #0871fd, #486bde);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    margin-top: -0.5rem;
}
.post .post-text p{
    margin: 1rem 0rem;
	font-size: 17px;
    width: 90%;
}
.card-bl {
  border-left: 2px solid #326de8;
}
.post.post-comments .post-text p{
    margin: .15rem 0rem 1rem 2.35rem;
    color: #27282a;
	
}
.card-radius .card-header{border-radius: .55rem;}
.edit-profile-bg{
    background-image: url(/assets/images/no-image.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    position: relative;
}
.edit-profile-bg img{height: 110px; width: 100%;}
.delete-btn{
    position: absolute;
    top: -0.75rem;
    right: -0.5rem;
    background-image: linear-gradient(to right, #0871fd, #486bde);
    border-radius: 50%;
    padding: 0.15rem 0.25rem 0;
    line-height: 1;
    color: #fff;
}
.delete-btn:hover{color: #fff;}
.patient-form{padding: .5rem 0;}
.patient-form form{
    padding: 0;
    border: 0px solid #e4e6f1;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}
.patient-form form .card{
    padding: 3rem 2.5rem;
    border: 1px solid #e4e6f1;
    border-radius: 0.55rem;
    box-shadow: 0 0 1rem rgb(235 235 235 / 80%);
    background-color: #f0f4fc;
    margin-bottom: 2rem;
}
.patient-form h3{font-size: 18px;color: #202124;font-weight: 600;margin-bottom: 0rem;}
.patient-form h4{font-size: 13px;color: #202124;font-weight: 500;margin-bottom: 1.5rem;}
.patient-form hr {
    margin: .5rem 0 1rem;
    background-color: #dee2e6;
    opacity: 1;
}
.modal .table, .modal .table th, .modal .table td{
    border: 1px solid #e4e6f1;
    background-color: #fff;
    vertical-align: top;
}
.modal .table th{
    border-top: 0;
    border-bottom: 0 !important;
}
.modal table.table-bordered.dataTable th:last-child, .modal table.table-bordered.dataTable th:last-child, 
.modal table.table-bordered.dataTable td:last-child, .modal table.table-bordered.dataTable td:last-child{
    border-right: 1px solid #e4e6f1;
}
.cke_button__source, .cke_button__scayt, .cke_toolbar_break {
    display: none !important;
}
.patient-form .form-floating>.form-control:not(:placeholder-shown)~label, .patient-form .form-floating>.form-select~label {
    font-size: 12px;
}
.patient-form .form-floating{
    margin-bottom: .5rem;
}
.patient-form .table{
    background-color: #fff;
    border-color: #e4e6f1;
    border-right: 1px solid #e4e6f1;
}
.patient-form .table td{padding: 0;}
.w-small{width: 20%;}
.w-7 {
  width: 7%;
}
.patient-form form .row{align-items: self-start;}
.patient-form label{font-size: 12px;display: block;}
.patient-form .form-control{
    border:0;
    border-bottom: 1px solid #e4e6f1;
    padding: 0;
    min-height: 0;
    border-radius: 0rem;
    font-size: 13px;
}
.patient-form .form-control:focus{
    box-shadow: 0 0 0 0.125rem rgb(13 110 253 / 25%);
}
.patient-form .table td .form-group .form-control{
    border-bottom: 0px;
    padding: 0.175rem 0.5rem 0.175rem;
}
.patient-form .form-group{
    margin-bottom: .5rem;
}
.patient-form .table th{
    font-size: 12px;
    padding: 0.175rem 0.75rem 0.175rem;
}
.card-header .form-switch{
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.card-header .form-switch .form-check-input{
    height: 28px;
    width: 3.5em;
    margin: 0;
}
.card-header .form-switch .form-check-label{
    margin-bottom: 0;
    margin-left: 0.5rem;
}
.seen {
  font-weight: 600;
  color: #326de8;
}
.white-space{page-break-inside: avoid; white-space: nowrap;}
.w-16{
  width: 16%;
}
.w-12{
  width: 12%;
}
.scheduler .profile-pic {
  width: 35px !important;
  height: 35px;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.scheduler .table img {
  width: 15px;
}
.scheduler .table .add-btn img, .scheduler .table .block-btn img {
  filter: brightness(50%);
}
.scheduler .table .add-btn:hover img, .scheduler .table .block-btn:hover img {
  filter: brightness(100%);
}
.table .occupied {
  background-color: #ddedae;
  font-size: 12px;
}
.table .disable {
  text-align: center;
}
.table .disable span {
 color: #ff1d1d;
}
.table .occupied {  
    pointer-events: none;
}
.table .occupied a{
    pointer-events: auto;
}
.table .occupied:hover{
	background-color: #74b681;
}
.table .occupied a:hover {
  text-decoration: underline;
}
.calendar-shift {
	padding: 10px;
	font-size: 12px;
	font-weight: 600;cursor: pointer;
}
.calendar-shift img {
  width: 15px;
}
.online {
  width: 10px;
  height: 10px;
  background: #15D615;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.card-body .card-shift:not(:first-child) {
    border-top: 1px solid #eee;
	margin-top: 15px;
	padding-top: 15px;
}
.paid-time{
	padding: 15px;
	box-shadow: 0px 0px 5px 0px #ccc;
	border-radius: .40rem;
	text-align: center;
	margin-bottom: 30px;
}
.small, small {
  font-size: .83em;
}
.totalwork {
  display: block;
  color: #636363;
}
#date-range{border-radius: 0.55rem;padding: 0.275rem 0.75rem;}
.min-vh-auto{min-height:auto;}

.bg-filter img {
  cursor: not-allowed;
  filter: grayscale(100%);
}
.bg-filter {
  cursor: not-allowed;
  color: #797979;
}
.attach-img{
  width: 14% !important;
}
#contact-form .form-floating > textarea.form-control{
  height: calc(6rem + 2px);
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 1px;
  border-right-width: 0;
}
table.table-bordered.dataTable tbody .no-border td{
  border-bottom-width: 0;
}
.table-bordered td {
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  padding: .7rem .5rem;
  color: #000;
}
/* ---------------------------------------------------
            MEDIAQUERIES
----------------------------------------------------- */
@media screen and (max-width: 1399.98px){

}
@media screen and (max-width: 1199.98px){
    #sidebar {width: 26%;}
    #sidebar .nav-link{font-size: .75rem;}
    #sidebar .nav-link img {width: 0.75rem;}
    .main .navbar-nav{align-items: center;}
    .card-header .task-search .select2-container{width: 45% !important;}
}
@media screen and (max-width: 991.98px){
    #sidebar .nav-link{font-size: 1rem;}
    #sidebar .nav-link img {width: 1rem;}
    body{background: #f5f8fe;}
    .navbar{position: fixed;}
    .edit-profile{margin-bottom: 2rem;}
    #sidebar {
        position: fixed;
        left: 0;
        z-index: 1030;
        width: 0;
        box-shadow: .5rem 0 1rem rgb(235 235 235 / 50%);
    }
    #sidebar.active{width: 40%;}
    .navbar-nav .dropdown-menu{
        position: absolute;
        margin-top: 0.5rem;
        top: 100%;
    }
    #sidebar.active .nav-link img{
        display: inline-block;
        margin-right: 0.75rem;
    }
    #sidebar.active .nav-link span{display: inline-block;}
    .main .navbar-collapse{
        display: block;
        flex-basis: auto;
        flex-grow: 0;
    }
    .main .navbar-nav{flex-direction: row;}
}
@media screen and (max-width: 767.98px){
    #sidebar.active {width: 85%;}
    .navbar .nav-item:not(:last-child) .nav-link, .toggle-button, .toggle-button:focus{margin-right: 0.75rem;}
    .logo {font-size: .9rem;}
    .register{padding: 1rem 0;}
    .register form{padding: 2rem 1.5rem;}
    .card .card-header h2 {
        margin-bottom: 1rem;
        display: block;
    }
    .card .card-header .btn {float: none;}
    .card-header .form-switch {
        float: none;
        padding-left: 0;
    }
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, 
    div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {text-align: left;}
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {padding-left: 0;}
    .table th {vertical-align: top;}
    .card .table td .btn-sm img, .table img {margin: 0 auto !important;display: block;}
    .fc .fc-toolbar{display: block;}
    .fc .fc-toolbar-title {margin: 1rem 0;}
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {justify-content: normal !important;padding-top: 0.5rem;}
    #sidebar .nav-link{padding: .5rem 1rem;}
    .register img.captcha-img {
        width: 40% !important;
        margin-left: auto;
        display: block;
    }
    .card-header .task-search .select2-container {
        width: 48% !important;
        margin-right: 0.5rem;
        margin-bottom: 1rem;
    }
    .card-header .task-search {text-align: left;}
    div.dataTables_wrapper div.dataTables_filter{display: none;}
    .schedule-responsive .dataTable thead {display: none;}
    .schedule-responsive .dataTable tbody th{display: block;}
    .schedule-responsive .dataTable tbody th.toogle{display: flex;}
    .mobile-date, .add-btn{margin-right: .5rem;width: 16%;}
    .mobile-date{text-align: right;}
    .table .disable{
        text-align: left;
    }
    .dataTable tbody th.occupied .float-end, .dataTable tbody th.disable .float-end{
        display: flex;
        align-items: flex-end;
        margin-left: auto;
    }
    .table .occupied .edit-btn{margin-right: .35rem;}
    .scheduler .table img {
        width: 18px;
    }
    #date-range{
        margin: 0.5rem 0;
    }
    .action-wrapper{
        display: flex;
        justify-content: center;
        width: 80%;
        align-items: center;
    }
    .schedule-responsive .dataTable tbody th.collapse-btn.sorting_1{position: relative;}
    .schedule-responsive .dataTable tbody th.collapse-btn.sorting_1:after{
        content: url(../../assets/images/caret.svg);
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0.5rem;
        top: 0;
        bottom: 0.25rem;
        margin: auto;
    }
}
@media screen and (max-width: 575.98px){
    .navbar .nav-item:not(:last-child) .nav-link, .toggle-button, .toggle-button:focus {
        margin-right: 0.75rem;
        padding: 0.275rem 0.45rem;
    }
    .logo, .navbar .dropdown .dropdown-toggle, .toggle-button {font-size: .75rem;}
    .navbar .nav-link img, .toggle-button img {width: 0.75rem;}
}