
/* Radius CSS start here */
.b-radius-5{border-radius: 5px;}
.b-radius-10{border-radius: 10px;}
.b-radius-15{border-radius: 15px;}
.b-radius-20{border-radius: 20px;}
.b-radius-25{border-radius: 25px;}
.b-radius-30{border-radius: 30px;}
.b-radius-40{border-radius: 40px;}
.b-radius-50{border-radius: 50px;}
.b-radius-60{border-radius: 60px;}
.b-radius-70{border-radius: 70px;}
.b-radius-80{border-radius: 80px;}
.b-radius-90{border-radius: 90px;}
.b-radius-100{border-radius: 100px;}
/* Radius CSS end here */

.text-right{text-align: right;}
.text-left{text-align: left;}

.bg-gray{background-color: #f5f7f8;}

.float-right{float: right;}
.w-64{width: 64px;}
.h-64{height: 64px;}
.p-16-19{padding: 16px 19px;}


.bg-c-gray {background-color: #edf0f2;}

.box-shadow{box-shadow: 0 2px 12px -3px rgb(0 0 0 / 50%);}

.btn-white{background: #ffffff;}

.grow-wrap {
    display: grid;
}
.grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
}
.grow-wrap > textarea {
    resize: none;
    overflow: hidden;
}
.grow-wrap > textarea,
.grow-wrap::after {
    padding: 0.5rem;
    font: inherit;
    grid-area: 1 / 1 / 2 / 2;
}


.contactsidebar-form, .edit-profile-sidebar, .tasksidebar-form, .task-edit-profile-sidebar, .leadsidebar-form, .edit-lead-profile-sidebar{display: none; width: 800px;}
.contactsidebar-form .users-main, .edit-profile-sidebar .users-main, .tasksidebar-form .users-main, .task-edit-profile-sidebar .users-main, .leadsidebar-form .users-main, .edit-lead-profile-sidebar .users-main{width: 800px;}
.back_contactsidebar-form i, .back_edit-profile i, .back_tasksidebar-form i, .back_task-edit-profile i, .back_leadsidebar-form i, .back_edit-lead-profile i{
    position: absolute;
    line-height: 18px;
    font-size: 20px;
    left: -40px;
    top: 80px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: -2px 0 9px -2px rgb(0 0 0 / 30%);
    box-shadow: -2px 0 9px -2px rgb(0 0 0 / 30%);
    padding: 12px 0 12px 7px;
    border-radius: 50% 0 0 50%;
    width: 40px;
    height: 40px;
}

.edit-profile-sidebar .tab-content p{
    white-space: normal;
}

.reports ul li{

}
.reports ul li a{
    background-color: #eeeeee !important;
    margin: 5px 0;
}
.reports ul li a.active{
    color: #ffffff !important;
    background-color: #4099ff !important;
}

.select_user, .select_date, .select_status, .select_category{
    cursor: pointer;
}
.select_user_data, .select_user_data_date, .select_user_data_status, .select_user_data_category{
    display: none;
    width: 300px;
    position: absolute;
    left: 17px;
    z-index: 1;
}
.scroll_div {
    height: 140px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.scroll_div::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 25px;
    position: absolute;
    z-index: -1;
}
.scroll_div::-webkit-scrollbar-thumb {
    background: #ccc;
    position: absolute;
    z-index: -1;
    border-radius: 50px;
}
.scroll_div::-webkit-scrollbar-track {
    background: #fff;
}



.custom-scroll{
    overflow-y: scroll
}
.custom-scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px transparent;
}
.custom-scroll::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px transparent;
}
.custom-scroll:hover{
    overflow-y: scroll
}
.custom-scroll:hover::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.custom-scroll:hover::-webkit-scrollbar{
    width: 5px;
    background-color: #000000;
    opacity: 0.4;
}
.custom-scroll:hover::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cccccc;
    opacity: 0.4;
}


.custom-icon .ui-state-active .ti-plus:before {
    content: "\e622";
}


.color-txt .tab-pane .ui-state-active span, .color-txt .tab-pane a:hover span{color: #ffffff;}
.color-txt .tab-pane a{position: relative;}
.color-txt .tab-pane a:after{content: "\e61a"; font-family: 'themify'; position: absolute; left: 6px; font-weight: bold;}
.color-txt .tab-pane a.ui-state-active:after{content: "\e622";}
.scope table tr td, .scope table tr th{padding: 5px 10px;}
.scope table tr td .dropdown-primary .btn.btn-icon{width: 30px; height: 30px; line-height: 20px; padding: 4px 6px;}


/* CONTRACT PAGE CSS START HERE */
.expiring-contract table tr td{padding: 10px 5px; font-size: 13px;}
.expiring-contract a:after {
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    right: 6px;
    font-weight: bold;
    font-size: 12px;
}
.expiring-contract a.ui-state-active:after {
    content: "\e648";
}

.filtersidebar-form{display: none; width: 400px;}
.filtersidebar-form .users-main{width: 400px;}
.back_filtersidebar-form i{    
    position: absolute;
    line-height: 18px;
    font-size: 20px;
    left: -40px;
    top: 80px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: -2px 0 9px -2px rgb(0 0 0 / 30%);
    box-shadow: -2px 0 9px -2px rgb(0 0 0 / 30%);
    padding: 12px 0 12px 7px;
    border-radius: 50% 0 0 50%;
    width: 40px;
    height: 40px;
}
.bg-img{
    background: url(../../uploads/arrow-1.png);
    background-size: 162px 30px;
    background-repeat: no-repeat;
    background-position: 2px 20px;
}



/* CONTRACT PAGE CSS END HERE */