.historyTable table.dataTable {
    overflow: visible;
}
.dateTimePickDiv .datepicker span {
    color: #666 !important;
}
.dateTimePickDiv .datepicker thead th {
    background: #32325d !important;
}
.dateTimePickDiv .datepicker thead th span {
    color: #fff !important;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td span.active{
    color: #fff !important;
    background: #32325d !important;
}
.bootstrap-datetimepicker-widget table td.day.disabled{
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget{
    z-index: 1029;
}
/*.gradient-9,
.datepicker.datepicker-dropdown td.day:hover,
.datepicker.datepicker-dropdown th.next:hover,
.datepicker.datepicker-dropdown th.prev:hover,
.datepicker table tr td.selected,
.datepicker table tr td.active,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #f31e7a !important;
  background: -moz-linear-gradient(left, #f31e7a 0%, #fd712c 100%);
  background: -webkit-linear-gradient(left, #f31e7a 0%, #fd712c 100%);
  background: linear-gradient(to right, #f31e7a 0%, #fd712c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f31e7a', endColorstr='#fd712c', GradientType=1);
}*/
.sw>.tab-content{
    overflow: initial !important;
}
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.uploadDocument.docFiledocuments label {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*========Notifiaction=============*/

.headerIcon {
    display: flex;
    align-items: center;
    order: 1;
}
.headerIcon > div {
    margin-left: 15px;
}
.user-menu-icon {
    background: rgba(236, 236, 236, 1);
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 44px;
    padding: 0;
    text-align: center;
    /* box-shadow: 0px 5px 13px -5px #828282; */
}
.user-menu-icon i {
    color: #25286f;
    font-size: 20px;
    line-height: 40px;
}
.notifyDrop .profile-pd {
    position: relative;
    display: inline-block;
}
.notifyDrop .badge {
    position: absolute;
    top: -8px;
    right: -4px;
    z-index: 1;
    padding: 7px 7px 7px !important;
    font-size: 13px;
    line-height: 7px;
    background-color: #08cc7f;
}
.profile-drpdwn {
    margin: 8px 0px 0px !important;
    padding: 0px 0px;
    border: none;
    box-shadow: 0px 1px 8px 0px #ddd;
    border-radius: 8px;
    min-width: 400px !important;
        max-width: 400px;
}
.dropdown-menu.dropdown-menu-right {
    right: 0;
    left: auto !important;
}
.scrollbar {
    max-height: calc(100vh - 135px);
    overflow-y: auto;
}
.notifications-item {
    padding: 15px;
    border-bottom: 1px solid rgba(242, 242, 242, 1);
}
.ntfctn-cell {
    display: flex;
}
.ntfctn-cell img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    box-shadow: 0px 0px 4px 0px rgb(186 186 186);
    border: 1px solid #253b51;
    padding: 1px;
}
.noti-text {
    margin-top: 2px;
    width: 100%;
}
.timetext {
    display: flex;
    justify-content: space-between;
}
.noti-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 0px;
}
.timetext span {
    font-weight: 400;
    font-size: 13px;
    color: #a7a7a7;
}
.noti-text p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 0;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    line-height: 20px;
}
.logoutOption .btnTheme {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
}
.loadMoreNotify {
    text-align: center;
    color: #25286f;
    font-weight: 600;
}