@font-face {
    font-family: Hellix-Bold;
    src: url(../font/Hellix-Bold.otf)
}

@font-face {
    font-family: Hellix-semibold;
    src: url(../font/Hellix-SemiBold.otf)
}
@font-face {
    font-family: Hellix-regular;
    src: url(../font/Hellix-Regular.otf)
}
@font-face {
    font-family: Hellix-mdium;
    src: url(../font/Hellix-Medium.otf)
}
@font-face {
    font-family: Hellix-light;
    src: url(../font/Hellix-Light.otf)
}
*:focus, :focus{
    box-shadow: none !important;
    outline: none !important;
}
body{
    overflow-x: hidden;
}
.sidebar-brand{
    /* background-color: rgba(6, 105, 56, .7); */
    background-color: #f4f4f4;
}
.sidebar-brand img{ 
    max-width: 100%;
}
.bg-orange{
    background-color: #FF8C00;
}
.bg-light-orange{
    background-color:rgba(241, 134, 0, .3) !important;
}
.bg-blue{
    background-color: #65376a;
}
.bg-light-blue{
    background-color: #f7f0fd;
}
.bg-acqua{
    background-color: #e9f9f0;
}
.text-light-blue{
    color: #a262f9;
}
.text-orange{
    color: #FF8C00;
}
.text-dark-blue{
    color: #65376a;
}
.text-acqua{
  color: #2dc76d;;
}
.text-light-acqua{
    color: #778d80;
}
.text-Exlight-blue{
   color: #b189d0
}
.text-light-black{
    color:rgba(64, 64, 64, .6);
}
.bg-orange-two{
    background-color:#f9774e
}
.bg-pink{
    background-color: #fd454c;
}
.fa{
    font-size: 1rem !important;
}
.sidebar-toggle{
    left: -3.5rem;
}
.sidebar-toggle:before{
    content: "";
    position: absolute;
    background-image: url(../img/icons/arrow-bg-new.png);
    background-repeat: no-repeat;
    width: 1.3125rem;
    height:5.8125rem;
    top: -26px;
    left: -5px;
    z-index: -1;
}
.wrapperfull .sidebar-toggle i{
    transform: rotate(180deg);
}
.card-icon{
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.35rem;
}
.total-employee i{
    position: absolute;
    right: 0.15rem;
    bottom: .25rem;
    width: 0.75rem;
    height: 0.75rem;
    border: 0.125rem solid white;
    border-radius: 100%;
}
.list-group-item-heading{
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}
.font-small-3{
    font-size: 0.75rem;
}
.media{
    text-decoration: none !important;
}
.hr-1{
    left: 2rem;
    line-height: 2.5rem;
}
.hr-2{
    left: 4rem;
    line-height: 2.5rem;
}
.hr-3{
    left: 6rem;
    line-height: 2.5rem;
}
.hr-4{
    left: 8rem;
    line-height: 2.5rem;
}
.hr-5{
    left: 10rem;
    line-height: 2.5rem;
}
.hr-6{
    left: 12rem;
    line-height: 2.5rem;
}
.hr-7{
    left: 14rem;
    line-height: 2.5rem;
}
.hr-8{
    left: 16rem;
    line-height: 2.5rem;
}
.hr-9{
    left: 18rem;
    line-height: 2.5rem;
}
.hr-image a{
    font-size: .625rem;
}
.hr-image a i{
    font-size: .5rem;
    margin-right: .15rem;
}
.leads h2{
    font-size: 36px;
    letter-spacing: 0.86px;
}
.sidebar{
    z-index: 1;
    position: fixed;
    width: 16.25rem;
}
.menu-btn{
    z-index: 1;
    top: 7rem;
}
.sidebar-item{
    position: relative;
}
.sidebar-dropdown .sidebar-link {
    text-align: left;
}
.sidebar-item:hover .collapse{
    display: block !important;
    position: absolute;
    z-index: 999999;
    width: 220px;
    box-shadow: 0 16px 30px rgba(18, 62, 119, 0.04);
    /* border: 1px solid rgba(0, 0, 0, 0); */
    background-color: #202c3b;
    border-radius: .75rem;
    padding: 0;
    right: -9rem;
    top: 0;
}

.overflowHover .mCustomScrollBox, .overflowHover .mCSB_container{
    overflow: unset !important;
}
.overflowHover.sidebar{
    z-index: 2;
}
.sidebar-submenu::before{
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: .75rem;
    color: white;
    z-index: 1;
    position: absolute;
    right: 5rem;
    top: .875rem;
}
.sidebar-item:hover .sidebar-submenu::before{
    transform: rotate(-90deg);
}
.wrapper{
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.wrapperfull .sidebar {
    min-width: 5rem;
    max-width: 5rem;
}
.fixed-nav{
    transition: all 0.5s;
}
.main, .fixed-nav{
    margin-left: 16.25rem;
}
.wrapperfull .main,  .wrapperfull .fixed-nav{
  margin-left: 5rem;
}
.wrapperfull .sidebar .sidebar-link span{
    display: none;
}
.wrapperfull .sidebar-submenu::before{
    opacity: 0;
}
.sidebar-brand .show, .wrapperfull .sidebar-brand .hide{
    display: none;
}
.wrapperfull .sidebar-brand .show{
    display: block;
}
.sidebar-content .mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
}
.sidebar-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    margin: 0 .675rem;
}
.search-btn{
    z-index: 0;
}
.right-sidebar{
    border-bottom-left-radius: 3rem;
}
.taskTime{
    font-size: 1rem;
    letter-spacing: 0.45px;
    color: #787993;
}
.taskTime li{
   position: relative;
   padding: 1.5rem 0; 
}
.taskTime li::before{
    content: "";
    position: absolute;
    left: 4rem;
    height: 1px;
    background-color: #f1f1f5;
    width: 87%;
    top: 1.75rem;
}
.taskTime li span{
    border: 1px solid #a262f9;
    display: flex;
    min-width: 20rem;
    border-radius: .5rem;
    padding: 1rem 1.25rem;
    flex-flow: column;
    text-align: left;
    color: #a262f9;
    position: absolute;
    top: -4rem;
    transform: translate(7rem);
    z-index: 1;
}
.taskTime .task-primary.active::before{
    position: absolute;
    content: "";
    box-shadow: 0 4px 6px rgba(117, 64, 238, 0.2);
    background-color: #a262f9;  
    height: .25rem;
    width: 23rem;
    left: 0;
    top: 0;
    transform: translate(3rem, 1rem);
}
.taskTime .task-primary.active::after{
    position: absolute;
    content: "";
    border: .375rem solid #a262f9;
    border-radius: 100%;
    top: 0;
    left: 0;
    transform: translate(2.75rem, .75rem);

}
.taskTime .taskTitle{
    font-size: 1rem;
    font-weight: 500;
}
.taskTime li .left-5{
    transform: translate(5rem);
    top: -1.5rem;
}
.taskTime li .left-7{
    transform: translate(6rem);
}
.border-acqua{
    border: 1px solid rgba(45, 199, 109, 0.3) !important;
}

/* Cases Page css */

.filter-item{
    padding: 0 .5rem;
}
.border-btn{
    border: 1px solid #65376a;
}
.table-condensed{
    border-collapse: separate;
    border-spacing: 0 .675rem;
}
.table-borderless td,
.table-borderless th{
    padding: 2rem .575rem;
}
.table-borderless-padding td, .table-borderless-padding th {
    padding: 2rem .575rem .75rem;
}
.table-borderless td {
    border: 0;
    color: #3f465e;
    font-size: 16px;
    font-weight: 400;
}
.customtable tr{
    background-color: #ffffff;
    border-spacing: 0 0 1rem 0;
}
.table tr.active{
    box-shadow: 0 30px 30px rgba(18, 62, 119, 0.05);
}
.customtable th {
    border-radius: 8px 0 0 8px;
}
.customtable td:last-child{
    border-radius: 0 8px 8px 0;
}
.table>.customtable>tr>td, .table-condensed thead th {
    vertical-align: top;
}
.customtable p{
    color:rgba(63, 70, 94, .6);
    font-size: 0.875rem;
}
.btn-table{
    font-size: 1rem;
    font-weight: 400;
}
.btn-inactive{
    background-color: #fff9f5;
    color: #f5803a;
}
.btn-assign{
    color: #24ae69;
    background-color: #defcee;
}
.btn-active{
    background-color: #e1fbf8;
    color: #0cb8a3;
}
.btn-new{
    color: #0083f4;
    background-color: #eff8ff;
}
.btn-hold{
    background-color: #fef1f3;
    color: #fc405c;
}
.btn-progress{
    background-color: #fef5e5;
    color: #f8b93b;
}
.page-item.active a{
    background-color: #65376a !important;
}
.pagination li:first-child a, .pagination li:last-child a{
    background-color: rgba(101, 55, 106, .3) !important;
}
.pagination .page-link{
    color: #65376a;
    background-color: transparent;
    margin: 0 .25rem;
    font-size: .875rem;
    font-weight: 500;
}
/* .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    display: none;
} */
/*author kanhaya tyagi: commented below line because we didn't get the sorting direction for first column*/
/* table.dataTable thead th:first-child:after{
   content: none;
} */
table.dataTable thead .sorting:after {
    /* background-image: url(../img/icons/sort_both.png);
    background-repeat: no-repeat;
    background-position: top 60% right; */
    content: "\f0dc";
    margin-left: 10px;
    font-family: 'Font Awesome\ 5 Free';
    cursor: pointer;
    color: #d3d4d6;
}
table.dataTable thead .sorting_asc:after {
    margin-left: 10px;
    font-family: 'Font Awesome\ 5 Free';
    cursor: pointer;
    color: #65376a;
    content: "\f0de";
}
table.dataTable thead .sorting_desc:after {
    margin-left: 10px;
    font-family: 'Font Awesome\ 5 Free';
    cursor: pointer;
    color: #65376a;
    content: "\f0dd";
}
.table-borderless td.text-orange{
    color: #FF8C00;
}
.page-btn .dropdown-toggle{
    background-color: rgba(101, 55, 106, .2);
}
.page-line-height{
    line-height: 32px;
}

/* Filter sidebar nav */

.sidenavbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    box-shadow: -15px 30px 30px rgba(18, 62, 119, 0.05);
    background-color: #ffffff;
    transition: 0.5s;
    padding-top: 3.75rem;
    overflow-x: hidden;
  }
  
  .sidenavbar .closebtn {
    position: absolute;
    top: 1.5rem;
    right: 1.5625rem;
    font-size: 1.625rem;
    margin-left: 3.125rem;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #c7c6d4;
    padding: 0;
    border-radius: 100%;
    line-height: 2.0625rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  .sidenavbar .closebtn:hover{
      background-color: #f1f1f1;
  }
  .sidenav-form{
    padding: 0 1.5rem;
  }
  .sidenavbar h3{
    font-size: 20px;
    font-weight: 600;
  }
  .has-search .form-control {
    padding-left: 2.375rem;
    border: 1px solid rgba(226, 229, 237, 0.62);
    background-color: #ffffff;
    height: 3rem;
    transition: 0.5s;
    z-index: 0 !important;
}
.sidenavbar label{
    color: #404040;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
    color: rgba(158, 160, 165, .5)
}
::-webkit-input-placeholder {
    color: #9ea0a5 !important;
}
:-ms-input-placeholder{
    color: #9ea0a5 !important;
}
::placeholder{
    color: #9ea0a5 !important;
}
.feather-search{
    color: rgba(158, 160, 165, .5)
}
.append-btn{
    right: .25rem;
    top: .75rem;
}
.append-btn .feather{
    width: 1.5rem;
    height: 1.5rem;
}
.filter-btn a{
    transition: 0.3s;
    color: #65376a;
    text-decoration: none;
}
.sidenav-form{
    height: 100%;
}
.full-page{
    overflow: hidden;
}
.select2-container--open .select2-selection--single {
    border-color: #f18600 !important;
}

/* Case_request Page css */
.table td.text-dark-blue{
    color: #65376a;
}
.case_request li:first-child a, .case_request li:last-child a{
    background-color:rgba(241, 134, 0, .3) !important;
}
.case_request .page-item.active a {
    background-color: #f18600 !important;
}
.case_request .page-item.disabled .page-link, .case_request .page-link {
    color: #f18600;
}

/* Case subject Page css */
.subject-dropdown .dropdown-toggle{
    border: 1px solid #f18600;
    background-color: #fff7f2;
    border-radius: 50px;
}
.subject-dropdown .dropdown-menu.show{
    top: auto !important;
}
.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker {
    margin-bottom: 3rem;
}
.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.datepicker span{
    z-index: 1;
}
.datepicker .form-control{
    font-size: .75rem;
}

/* Update page css */
.disable-btn{
    border: 1px solid #e5e9f2;
    background-color: rgba(229, 233, 242, 0.31);
}
.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}
.bootstrap-select .dropdown-toggle{
    border: 1px solid #a0a4b1;
    padding: .35rem 1rem !important;
    font-size: .925rem;
    line-height: 1.5;
    border-radius: .3rem !important;
}
.bootstrap-select .dropdown-menu.show{
    top: auto !important;
}
.bootstrap-select>.dropdown-toggle:after{
    border: none;
    content: "\f0dc";
    margin-left: 10px;
    font-family: 'Font Awesome\ 5 Free';
    cursor: pointer;
    font-weight: 600;
    transform: rotate(0);
    font-size: .75rem;
}

/* Case review page css */
.starrating .fa-star{
   color: #c7c6d4;
   font-size: .75rem !important;
   margin: 0 .1rem;
   line-height: inherit;
}
.starrating .checked {
    color: #ffc107;
}

/*  Case List Detail Css */

.btn-bck-title{
    font-size: 1rem;
    font-weight: 500;
    color: #3d577a;
}
.icon-font{
    font-size: .675rem;
}
.card-main-title{
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.36px;
}
.detail-tab .nav-tabs{
    border-bottom: 0;
}
.detail-tab .nav-tabs .nav-link{
    background-color: #fff;
    border-radius: .15rem;
    font-weight: 500;
    font-size: 0.9375rem;
    margin-right: 1rem;
}
.detail-tab .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #f18600;
}
.detail-tab .nav-tabs .nav-link {
    border: none;
}
.dropdown-no-caret::before, .dropdown-no-caret::after{
    content: none !important;
}
.dropleft-btn{
    font-weight: 500;
}
.dropleft-btn .btn{
    padding: 1rem .75rem;
}
.user-header{
    border-bottom: 1px solid #b7c1ce;
    padding-bottom: 1rem;
}
.user-title{
    font-size: 1.375rem;
    font-weight: 700;
}
.user-title small{
    font-size: .875rem;
    font-weight: 400;
}
.detail-client-heading{
    font-size: 0.75rem;
}
.detail-client-title{
    font-weight: 400;
    font-size: 0.9375rem;
}
.black-light-text{
    color: #4c4b5d;
}
.detail-select{
    border: 1px solid #f18600 !important;
    background-color: #fff7f2;
    border-radius: 50px;
    color: #FF8C00;
    font-size:0.5625rem;
    height: auto;
    background-image: url(../img/icons/Icon_arrow-down.png);
    background-size: auto;
    padding: .25rem 1.25rem .25rem .7rem;
}
.rotate-45{
    background-image: url(../img/icons/Icon-arrow-right.png);
}
.btn-action-position{
    right: 0;
    top: 3.25rem;
}
.filter-btn-nav{
    padding: .875rem;
    /* display: none; */
}
.filter-btn-nav .fa-filter{
    font-size: 1.5rem;
}
.btn-option{
    background-color: #fff;
    color: #65376a !important;
    border: 1px solid #65376a;
}
/* .filter-show .filter-btn-nav{
    display: block;
} */
.font-weight-500{
    font-weight:500;
}
.folder-open{
    color: #f6c358;
}
.circle-fa{
    width: 2rem;
    height: 2rem;
    line-height: 2rem !important;
}
.H-vh {
    height: calc(100vh - 280px);
}
.w-20{
    width: 330px;
}
.table-borderless.table-padding td {
    padding: 2rem .575rem;
}
.table-borderless.table-padding th {
    padding: 2rem .575rem 1rem;
}
.table-billing td, .table-billing th {
    padding: 1rem .75rem;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}
.table-billing td{
    padding: 1.75rem .75rem;
    color: #3f465e;
    font-weight: 400;
    font-size: 1rem;
}
.tab-icon-expense{
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
}
.tab-icon-expense .fas-icon{
    font-size: 1.875rem;
}
.tab-icon-expense-text p{
    font-size: 1.125rem;
}
.btn-round-50{
    border-radius: 50px;
}
.Vr-spacer{
    border-left: 1px solid #dee2e6!important;
    width: 1px;
    height: 1.5625rem;
    margin-left: 1rem;
    padding-right: 1rem;
}
.time-right p, .mail-text-area p{
    font-size: 1rem;
}
.attachment-badge{
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    padding: 0;
    font-size: .75rem;
}
/* Client Page Css */

.sidenav-bottom-btn{
    height: calc(100vh - 120px);
}
.br-bottom-border{
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1rem;
}
.filter-btn-bottom{
    padding: 0 1.5rem;
}

/* Staff Page Css */

.border-blue-color{
    border-color: #65376a !important;
}
.border-orange-color{
    border-color: #f18600 !important;
}

.case-table .indicator{
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .05);
    border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
    padding: 1px;
    position: absolute;
    top: 3.35rem;
    right: auto;
    text-align: center;
    transition: top .1s ease-out;
    font-size: .675rem;
    color: #fff;
    left: 2.5rem;
}
.bg-delete{
    background-color:rgba(251, 77, 82, .15);
}
.bg-delete-btn{
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.5rem !important;
}
.bg-edit{
    background-color: rgba(162, 98, 249, .15);
}

/* Calendar Page Css */

#external-events {
    float: left;
    width: 150px;
    padding: 0 10px;
    text-align: left;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

.external-event { /* try to mimick the look of a real event */
    margin: 10px 0;
    padding: 2px 4px;
    background: #3366CC;
    color: #fff;
    font-size: .85em;
    cursor: pointer;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}
.calendar-title{
    color: #444c63;
    font-size: 1rem;
    font-weight: 500;
}
.event-icon{
    color: #8c97b2;
    font-size: .875rem;
    font-weight: 400;
}
.event-checkbox .custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #f18600;
    background-color: #f18600;
}
.calendarSearch{
    position: absolute;
    right: 1.25rem;
    width: 17rem;
    top: 2rem;
    border-radius: 1.5rem;
    overflow: hidden;
}
.calendarSearch .btn-search{
    background-color: rgba(237, 238, 244, .35);
    color: #9ea1af;
    font-size: .80rem;
}

.calendarSearch .form-control{
    border-radius: 1.5rem;
    border: none;
    background-color: rgba(237, 238, 244, .35);
    padding-left: 0;
    text-overflow: ellipsis;
}
.calendar-body a{
    text-decoration: underline;
}
.calendar-modal-dialog{
    max-width: 25rem;
}
 
/* Schedule Page css */

.schedule tbody{
    display: none;
}
.bg-schedule{
    background-color: #defcee;
    border-left: 4px solid #24ae69;
    margin-bottom: .10rem;
}
.schedule-content h5{
    font-size: 1rem;
    font-weight: 500;
}
.schedule-content p{
    color: #3f465e;
    font-size: .8125rem;
    font-weight: 400;
}
.bg-schedule-orange{
    background-color: #fef5e5;
    border-left: 4px solid #f18600;
}
.break{
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255), rgba(255, 255, 255) 12px, rgba(255, 255, 255) 13px, rgba(0, 0, 0, 0.35) 15px);
}

/* Schedule slider css */

.progress {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, black, black);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}
.slider {
    margin: 30px auto 0px;
}

.slider .right-border{
    position: relative;
    padding: 0 10px;
}
.slider .right-border:after{
    content: "\f111";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: .675rem;
    color: #c7c8d2;
    border: 1px solid #fff;
    z-index: 1;
    transform: translate(3.5rem, -1.325rem);
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    width: .675rem;
    height: .675rem;
    line-height: .675rem;
}
.slick-current .image img{
    border: 2px solid #f18600;
}
.slick-current .right-border:after{
    color: #28a745;
    border: 2px solid #fff;
    width: .75rem;
    height: .75rem;
    line-height: .75rem;
    font-size: .75rem;
}
.right-border{
    border-right:1px solid #d8dde4;
}
.slider .image img{
    width: 45px;
    height: 45px;
    margin: 0 auto .75rem;
}
  
.slider .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.slider-img-title{
    color: #3f465e;
    font-size: .75rem;
    font-weight: 400;
    text-align: center;
}
.slick-content .slick-prev, .slick-content .slick-next {
    background-color: #f18600 !important;
    border-radius: 50%;
    top: 25%;
    z-index: 1;
}
.slick-content .slick-prev{
    left: 0rem;
} 
.slick-content .slick-next{
    right: 0.1rem;
}
.slick-content .slick-prev:before, .slick-content .slick-next:before {
    line-height: .5rem;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: .75rem;
}
.slick-content .slick-prev:before{
    content: "\f053";
}

.slick-content .slick-next:before{
    content: "\f054";
}
.slick-content .mCSB_dragger_bar{
    background-color: #65376a !important;
}
.slick-content #mCSB_2_scrollbar_horizontal .mCSB_dragger{ 
    width: 100px !important; 
}

/* New Case List */

.custom-breadcrumb a{
    color: #f18600;
}
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #f18600;
}
.new-case-form legend{
    position: absolute;
    top: -6rem;
    right: 0;
    text-align: right;
    font-size: 1rem;
    width: auto;
}
.new-case-form .title-legend{
    font-weight: 500;
    font-size: 1.25rem;
}
.font-15{
    font-size: 0.9375rem;
}
.case-new-date .input-group-addon{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    height: 3rem;
    line-height: 2.35rem;
}
.case-new-date{
    border: 1px solid #b8b8b8;
}
.case-new-date .form-control{
    height: 3rem;
}
.new-case-form .select2-container--default .select2-selection--single, .new-case-form .has-search .form-control{
    padding-left: .75rem;
}
.new-case-form textarea{
    resize: none;
}
.title-thanks{
    text-align: center;
    font-weight: 600;
    font-size: 1.75rem;
}

/* New Staff Page Css */

.pip img{
    margin-bottom: 1.5rem!important;
    border:1px solid #f18600 !important;
    border-radius: 50%!important;
    padding: .25rem;
    background-color: #f7f7fc;
    width: 5.9375rem;
    position: absolute;
    top: 0;
    left: .75rem;
    height: 5.9375rem;
}
.uploder{
    height: 5.9375rem;
    margin-bottom: 2rem;
}
.ng-margin{
    margin-top: -5.5rem;
}
.neg-margin{
    margin-top: -7.5rem;
}

/* Staff List Detail Page */

.permission_icon{
    width: 1rem;
    padding: 0 !important;
    height: 1rem;
    line-height: 1rem !important;
    font-size: .575rem;
}
.btn-hover:hover{
    background-color: #f18600;
    color: #fff;
}
table.dataTable thead .no-sorting::after{
    display: none;
}
.ajenda .user-title{
    font-size: 1.25rem;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.evnt-btn-half{
    border-top-left-radius: 1.5625rem;
    border-bottom-left-radius: 1.5625rem;
    position: absolute;
    right: -0.85rem;
    width: 6.5rem;
}

/* Invoice List Detail Page Css */

.new-invoice-form .select2-container--default .select2-selection--single, .new-invoice-form .has-search .form-control{
    padding-left: .75rem;
}
.new-invoice-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 2.25rem;
}
.tips-bottom-row{
    left: 0;
    top:100%;
}
.new-invoice-form .table-billing td{
    border-bottom: 0;
    padding-bottom: 0;
}
.new-invoice-form .table-billing td, .new-invoice-form  .table-billing .form-control {
    font-size: .75rem;
}
.w-2{
    width: 2rem;
}
.w-6{
    width: 6rem !important;
}
.new-invoice-form textarea{
    resize: none;
}
.form-control[readonly]{
    background-color: #fff;
}
/* Invoice Modal css */

.modal-header .close{
    background-color: #f1f1f1;
    padding: 0;
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 0.1875rem;
}
.modal-body .has-search .form-control, .modal-body .select2-container--default .select2-selection--single {
    padding-left: .75rem;
}
.modal-body textarea{
    resize: none;
}

/* bootstrap-tagsinput.css file - add in local */

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    height: 100px;
    overflow-y: auto;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #f18600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5em;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.label-info {
    background-color: #fff7f2;
}  

/* Create New Staff Note Css */
.reciptUploder{
    height: 6rem;
}
.reciptUploder .prepip img{
    margin-bottom: 1.5rem!important;
    border: 0px !important;
    border-radius: .5rem !important;
    width: 5.9375rem;
    position: absolute;
    top: 0;
    left: 0rem;
    height: 5.9375rem;
}
.reciptUploder .prepip{
    position: relative;
    height: 5.9375rem;
    width: 5.9375rem;
}

.reciptUploder .pip .imageThumb{
    width: 5.9375rem;
    position: absolute;
    top: 0;
    left: 0rem;
    height: 5.9375rem;
    border-radius: .5rem !important;
    margin-bottom: 0 !important; 
    padding: 0rem; 
    background-color: #fff;
    border: 1px solid transparent !important;
}

.reciptUploder .label-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reciptUploder .label-icon .feather{
    width: 2rem;
    height: 2rem;
}

/* Edit Price List */

.customtable-border td:first-child{
    border-radius: 8px 0px 0px 8px;
}
.customtable-border td:last-child{
    border-radius: 0px 8px 8px 0px;
}

.switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.switchToggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 70px;
	max-width: 70px;
	height: 30px;
	background:#fe647b;
	display: block;
	border-radius: 100px;
	position: relative;
}

.switchToggle label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
	background: #01c58c;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
	content: 'No';
	position: absolute;
	top: 5px;
	left: 35px;
	width: 26px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
	content: 'Yes';
	position: absolute;
	top: 5px;
	left: 10px;
	width: 26px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.switchToggle label:active:after {
	width: 60px;
}

.toggle-switchArea {
	margin: 10px 0 10px 0;
}

.invoiceBg{
    background-color: #f6f5f3;
}
/* Calendar Event Map css */
.map-border{
    border-top-left-radius: 2rem;
}
.map-btn-half{
    right: -1rem;
    width: 7.5rem;
}
.map-sidebar{
    height: calc(100% - 75px);
}