input[type="date"] {
    position: relative;
}
.modal-content .model-body{
    padding: 20px;
    max-height: 615px;
    overflow-y: auto;
}
.modal .points-mini-dt .nav-tabs {
    border: 1px solid #c8cde5;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-flex;
    width: 100%;
}
.modal .points-mini-dt .nav-tabs .nav-link {
    padding: 0 12px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    position: relative;
    border: 0;
    border-left: 1px solid #c8cde5;
    font-weight: 600;
    font-size: 14px;
    color: #32325d;
    border-radius: 0;
    width: 100%;
}
.modal .points-mini-dt .nav-tabs .nav-item.show .nav-link,
.modal .points-mini-dt .nav-tabs .nav-link.active{
    background: #c8cde5;
    border-bottom-color: transparent;
}
.modal .points-mini-dt .nav-tabs li:first-child .nav-link{
    border:0;
}
#upload-modal-form .points-mini-dt .tab-content {
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
    border: 1px solid #c8cde5;
}
.modal .points-mini-dt .nav-tabs .nav-item{
    flex: 1 0 auto;
}
.taskcreate .form-group label {
    margin-bottom: 5px;
    width: 100%;
}
.taskcreate .form-group {
    margin-bottom: 15px;
}
.taskcreate .form-group:last-child{
    margin-bottom:0;
}
form .btn-primary {
    color: #fff;
    background-color: #FF8303;
    border-color: #FF8303;
}
form .btn-primary:hover{
    background-color: #000;
    border-color: #000;
}
.taskcreate .form-group .form-control {
    font-size: 14px;
}
.taskcreate .form-group label.error {
    margin-top: 5px;
}
#upload-modal-form .points-mini-dt {
    border: 0;
}
.cus-assessment-box .cus-asset-lst {
    max-height: 294px;
    overflow-y: auto;
}
.dash-frm .form-group label {
    z-index: 1;
}
.dash-frm .form-group .select2-selection {
    height: 53px;
    padding: 12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FF8303 !important;
}
form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color:#FF8303;
}
.point-tabs-dt .breadcrumbbx {
    overflow-x: auto;
    overflow-y: hidden;
}
.point-tabs-dt .breadcrumbbx ul {
    white-space: nowrap;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
}
.point-tabs .nav-tabs{
    width: 100%;
    flex-wrap: nowrap;
}
.point-tabs .nav-tabs li{
    white-space:nowrap;
}
.que-txt span{
    min-width:40px;
}
.header-list .box_information a{
    line-height:normal;
}
.header-list .box_information a:hover{
    background:transparent;
    color:#000;
}
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group, .tab-content .dash-block-main .taskupdate .form-group{
    margin-bottom: 15px;
}
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group label{
    width: auto;
}
#upload-modal-form .points-mini-dt .tab-content .dash-block-main, .tab-content .dash-block-main .taskupdate{
    padding: 0;
}
.dash-frm .form-group label.error{
    position:static !important;
    width:100% !important;
}
/*.packages-list-wrp table tbody td.actionpack .btn-main.trybtn{
    background:#eee;
    color:#000000;
    border-color:#eee;
}*/
.pagination .page-link{
    color:#FF8303;
    border-color:#FF8303;
}
.dash-frm .form-group .form-control::-webkit-input-placeholder {
  color:#A1A1A1;
}
.dash-frm .form-group .form-control:-ms-input-placeholder {
  color:#A1A1A1;
}
.dash-frm .form-group .form-control::placeholder {
  color:#A1A1A1;
}
.packages-list-wrp table thead th .label{
    position: absolute;
    top: 0;
    left: 0px; 
    right: 0;
    margin: auto;
    background:#FF8303; 
    padding: 5px;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    width: 99.5%;
    color:#fff;
}
.packages-list-wrp table thead th{
    position: relative;
    padding: 35px 15px 15px;
    font-size: 17px;
    line-height: normal;
}
.alert {
    padding-left:28px;
}
.alert .close{
    position:absolute;
    left:10px;
    top:16px;
    display:none;
}
.required {
    color: red;
}
.assessment-choice ul {
    justify-content: center;
} 
.relative {
    position: relative;
}
.tab-content .questinbpx .questinbpx {
    max-height:none;
}
.tab-content .questinbpx {
    max-height: calc(100vh - 425px);
    overflow: auto;
    scroll-behavior: smooth;
}
.sone-asse-highlights .accordion-body a.active {
    color: #FF8303;
}
.que-ans-bx ul {
    position: relative;
    padding-bottom: 0;
}
.price-range{
    position:relative;
    left:0;
    width:100%;
    bottom:5px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #FF8303;
}
.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, .ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border: 1px solid #FF8303 !important;
    background: #FF8303 !important;
}
.price-range .range-value input {
    max-width: 80px;
    padding: 2px 5px;
    outline: 0;
    margin: auto;
    color: #FF8303;
    font-weight: 600;
}
.price-range .range-value {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    top:0;
}
.price-range .ui-widget.ui-widget-content{
    border:1px solid #c5c5c5;
    max-width:calc(100% - 100px);
    margin-left:auto;
    position:relative;
    top:-20px;
}
.questions-box .que-ans-bx ul {
    margin: 0 0 35px;
    list-style:none;
}
.points-mini-dt .que-ans-bx {
    padding-left:55px;
}
.wirterbx .btn-group {
    margin-right: 115px;
}
.freeassessmentfrom .assessment-choice ul {
    justify-content: start;
}
.dash-frm .form-group {
    display: flex;
    flex-wrap: wrap;
}
.dash-frm .form-group label.error {
    order: 2;
}
.no_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:12px;
    align-content: center;
    align-items: center;
}
.no_data img{
    max-width:100%;
    margin-bottom:15px;
}
.no_data p:last-child{
    margin-bottom:0;
}
.no_data p {
    width:100%;
    text-align:center;
    margin-bottom:5px;
}
.hint_box p {
    font-size:13px;
    margin-bottom:10px;
}
.hint_box p span {
    color:#FF8303;
}
.right-part .signin-block {
    padding:20px 0;
}
.personal-data-wrp{padding-bottom:0;}
/*.downloadpolicy .btn.btn-secondary{
    padding: 10px 30px;
    background: #FF8303;
    border-radius: 5px;
    border: 2px solid #FF8303;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.downloadpolicy .btn.btn-secondary:hover{
    background: #000;
    border: 2px solid #000;
    color:#fff;
}*/
.wirterbx .form-group .form-control{
    max-height:66px;
    resize:auto;
}
.wirterbx .form-group {
    margin-bottom:22px;
}
.wirterbx .btn-group .btn-main{
    padding: 6px 20px;
    font-size: 14px;
}
.sone-asse-highlights {
    max-height: calc(100vh - 495px);
    overflow-y: auto;
    padding-bottom: 0;
}
#upload-modal-form .points-mini-dt thead tr, #existing_modal table thead tr{
    background:#000;
}
#upload-modal-form .points-mini-dt thead tr td,  #existing_modal table thead tr td{
    color:#fff;
}
#upload-modal-form .points-mini-dt thead tr td:first-child,  #existing_modal table thead tr td:first-child{
    border-radius:5px 0 0 5px;
}
#upload-modal-form .points-mini-dt thead tr td, #existing_modal table thead tr td{
    border:0;
}
#upload-modal-form .points-mini-dt table, #existing_modal table{
    margin-bottom:0;
}
#upload-modal-form .points-mini-dt thead tr td:last-child, #existing_modal table thead tr td:last-child{
    border-radius:0 5px 5px 0;
}
.point-tabs .nav-tabs .nav-item.show .nav-link, .point-tabs .nav-tabs .nav-link.active{
    border-left:0;
    border-right:0;
    border-top:0;
    margin:0;
}
#upload-modal-form .modal-header .close{
    position:absolute;
    right:-15px;
    top:-15px;
}
/*#upload-modal-form .btn-close {
    background-color: red;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
    margin-top: -32px;
    margin-right: -28px;
}*/
.wirterbx .form-group {
    margin-bottom:15px;
    display: flex;
    justify-content: space-between;
}
.wirterbx .form-group .label_group {
    width: calc(100% - 115px);
}
.wirterbx .form-group .action .btn {
    background: #000;
    color: #fff;
    width: 100px;
    height: 100%;
    max-height: 66px;
    outline: none !important;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
}
.form_action .form-group:last-child{
    margin-bottom: 15px;
}
.form_action .form-group label {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    line-height: 18px;
}
.form_action .form-group a {
    color: #FF8303;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: underline;
}
.btn_main, .btn_transparent{
    padding:6px 20px;
    background: #FF8303;
    border-radius: 5px;
    border: 2px solid #FF8303;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn_transparent, .modal button.btn.btn-secondary.btn_transparent{
    background-color:transparent;
    color:#FF8303;
}
.btn_main:hover, .btn_transparent:hover, .modal button.btn.btn-secondary.btn_transparent:hover{
    background: #000;
    border: 2px solid #000;
    color:#fff;
}
.close_icon.btn-close{
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
    top:0;
    right:0;
}
.close_icon.btn-close i, .close_icon.btn-close em{
    color: black;
    font-size: 31px;
    line-height: normal;
}
.form_action .form-group a {
    position: absolute;
    right: 0;
    top: -20px;
}
.form_action .form-group a i.fas, .form_action .form-group a em.fas{
    position: static;
    font-size: 13px;
    line-height: unset;
    color: #FF8303;
    opacity: 1;
    margin-right: 2px;
    text-decoration: none;
}
.view i, .view em{
    background: #d5d5ff;
    color: #32325d;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition:ease all .3s;
    -webkit-transition:ease all .3s;
}
.view i:hover, .view em:hover{
    background: #32325d;
    color: #fff;
    transition:ease all .3s;
    -webkit-transition:ease all .3s;
}
.download i, .download em{
    background: #fdedde;
    color: #FF8303;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: 5px;
    transition:ease all .3s;
    -webkit-transition:ease all .3s;
}
.download i:hover, .download em:hover{
    background: #FF8303;
    color: #fff;
    transition:ease all .3s;
    -webkit-transition:ease all .3s;
}
#existing_modal .modal-body{
    max-height: 500px;
    overflow-y: auto;
}
.pluse_icon {
    width: 100%;
    position: relative;
}
.form_action .pluse_icon a {
    top: 12px;
    right: 10px;
}
.form_action .pluse_icon a i.fas, .form_action .pluse_icon a em.fas{
    font-size: 20px;
    margin: 0;
}
.que-lst {
    display: inline-block;
    width: 100%;
}
.max_lenth, .max_lenth2{
    position: relative;
}
 .outer, .outer2{
   width:100%;
   overflow:hidden;
   white-space:nowrap;
   flex-wrap:nowrap;
 }
.right-button, .left-button {
    position: absolute;
    left: -10px;
    top:calc(50% - 13px);
    z-index: 1;
}
.left-button {
    left: auto;
    right: -13px;
    width: auto;
}
.right-button a, .left-button a{
    color: #FF8303;
    font-size: 20px;
}
.header-list ul li a img {
    max-width: 100%;
}
.btn-main .fa-flag {
    width: auto;
    height: auto;
    background: transparent;
    line-height: normal;
    color: #fff;
    vertical-align: initial;
    margin-right: 3px;
}
.takeact-bx:last-child a.btn-main {
    margin-right: 0;
}
.que-lst ul li{
    margin: 0 8px 0 0;
}
.black_btn, .takeact-bx a.black_btn{background-color:#000; color:#fff;}
.black_btn:hover, .takeact-bx a.black_btn:hover{background-color:#FF8303; color:#fff;}
.que-txt a i, .que-txt a em, .que-lst ul li{
    background: #fbecd8;
}
.que-txt a i:hover, .que-txt a em:hover{
    background: #FF8303;
}
.point-tabs .nav-tabs.outer li button{
    padding-left:5px;
    padding-right:5px;
}
.search_lable{
    display:flex;
    flex-wrap:wrap;
    margin-top:8px;
}
.search_lable li{
    background: #FF8303;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 8px;
}
.search_lable li span {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}
.search_lable li i.fas, .search_lable li em.fas {
    position: static;
    color: #000;
    font-size: 12px;
    opacity: 1;
}
.modal .custom-checkbox {
    position: relative;
}
.modal .custom-checkbox input {
    opacity: 0;
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 1;
    top: 3px;
    left: 4px;
    cursor: pointer;
}
.modal table thead .custom-checkbox input:not(checked) ~ label:after {
    box-shadow: 0 0px 3px #ffffff;
    border: 1px solid #fff;
}
.modal .custom-checkbox input:not(checked) ~ label:after {
    width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 5px;
    border-radius: 3px;
    box-shadow: 0 0px 3px #FF8303;
    border: 1px solid #ffc491;
}
.modal .custom-checkbox input:checked ~ label:before {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 5px;
    border-radius: 3px;
    background: #FF8303;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    text-align: center;
    color:#fff;
}
.modal .custom-checkbox input:checked ~ label::after {
    border-color: #FF8303;
}
.modal table thead .custom-checkbox input:checked ~ label:before {
    background: #fff;
    color:#FF8303;
}
.modal table thead .custom-checkbox input:checked ~ label::after {
    border-color: #fff;
}
.delete_row {
    color: #fff;
    align-items: center;
    line-height: 23px;
}
.delete_row:hover{
    color:#eb852c;
}
.delete_row i.fas, .delete_row em.fas{
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.new{
    font-weight:600;
}
.process{
    color:#FFC107;
    font-weight:600;
}
.hold{
    color:#e10000;
    font-weight:600;
}
.completed{
    color:#00af00;
    font-weight:600;
}
.editmilestone {
    margin-left:2px;
    color:#FF8303;
}
.new{
    color: #0000FF;
}
.reopen{
    color: orange;
}
.editmilestone:hover{
    color:#000;
}
.leftbar a.close-btn {
    display: block;
    right: 0px;
    background: #fff;
    padding: 12px;
    border-radius: 0 5px 5px 0;
    top: 19px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
aside.leftbar:hover a.close-btn{
    right: -20px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.slidshow aside.leftbar a.close-btn {
    right: -28px;
    top:2px;
}
aside.leftbar, .header-dashboard, .right-wrapper{
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
aside.leftbar {
    transform:none;
}
.slidshow aside.leftbar{
    transform:none;
    transition:all ease .3s;
    -webkit-transition:all ease .3s;
}
.slidshow .header-dashboard, .slidshow .right-wrapper{
    padding-left:65px;
    transition:all ease .3s;
    -webkit-transition:all ease .3s;
}
.profile_dropdown .dropdown-menu{
    display: block;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.4375rem;
    box-shadow: 0 50px 100px rgb(50 50 93 / 10%), 0 15px 35px rgb(50 50 93 / 15%), 0 5px 15px rgb(0 0 0 / 10%);
}
.profile_dropdown .dropdown-menu a{
    width:auto;
    height:auto;
    background:transparent;
    padding:5px 15px;
    line-height:normal;
    font-size:14px;
    text-align:left;
    border-radius:0;
    display:block;
}
.profile_dropdown .dropdown-menu a i, .profile_dropdown .dropdown-menu a em{
    margin-right:5px;
}
.profile-typebox.assessment-choice ul{
    justify-content:flex-start;
}
.filter_card .form-group input[type="text"],
.filter_card select, .filter_card .form-group input[type="date"]{
    padding:15px 20px 15px 20px;
    border-radius:5px;
    border:1px solid #A1A1A1;
    height:auto;
    box-shadow:none;
    font-size:14px;
    font-weight:500;
    color:#A1A1A1;
    transition:.4s linear;
    -webkit-transition:.4s linear;
    width:100%;
    min-height:53px;
}
.filter_card .btn{
    padding:13px 15px;
    font-size:16px;
    text-transform:capitalize;
    margin-right:2px;
    font-weight:700;
}
.dashhead .btn-main.filter_btn{
    box-shadow:none;
    outline:0;
    border:0;
    float:none;
}
.slidshow .close-btn i{
    -webkit-animation-name: move_arrow;
    animation-name: move_arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes move_arrow{
    0% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    100% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
}
/*.slidshow aside.leftbar a.close-btn {
    background: #FF8303;
    color: #fff;
}*/
.header-list ul li a{
    overflow:hidden;
}
.header-list ul li a img{
    height:100%;
    object-fit:contain;
}
.dash-nav .scroll-wrapper.scrollbar-inner{
    max-height:100%;
}
.dash-nav .scrollbar-inner > .scroll-element .scroll-bar, 
.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element:hover .scroll-bar{
    background-color: #FF8303;
}
.no_data.innernodata{
    padding:27px 19px;
    border:0;
}
.points-mini-dt .que-ans-bx{
    position:relative;
}
div.dataTables_wrapper div.dataTables_info{
    padding-top:0 !important;
}
.view_comment .rounded-circle{
    margin-left: auto;
}
.view-taskmilestone .rounded-circle{
    margin-left: auto;
}
#administrative_table th, #administrative_table td, #myTask_table th, #myTask_table td {
    width: auto !important;
    min-width: auto;
}
.downloadMilestoneDocument em {
    line-height: 18px;
}
.view-taskmilestone button {
    background: #FF8303;
    border: 2px solid #FF8303;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.view-taskmilestone button:hover{
    background: #000;
    border: 2px solid #000;
}
.milestonenew .employee img, .employee_icon img {
    width: 30px !important;
    height: 30px !important;
}
.deletenewmilestone_list tbody td:nth-child(3), .existingfilelisting td {
    line-height: normal;
}


@media(min-width:1200px){
.packages-list-wrp table thead th, .packages-list-wrp table thead td{
    width:210px;
}
.packages-list-wrp table thead th:first-child, .packages-list-wrp table thead td:first-child{
    width:auto;
    min-width:220px;
}
}
.dash-frm .btn-group .btn-main, .purchase_plan{
    margin-left:10px;
    text-align:center;
}
#upload-modal-form .points-mini-dt thead tr td:last-child, #upload-modal-form .points-mini-dt tbody tr td:last-child{
    text-align:right;
}
.subscriptions-tbles .dataTables_wrapper .row:nth-child(2) .col-sm-12{
    overflow-x: auto;
}
/*.subscriptions-tbles .dataTables_wrapper .row:nth-child(2) .col-sm-12 .table.dataTable{
    overflow:hidden;
}*/
.slider_progress_bx .slick-track{
    margin:0;
}
.slidshow .dash-nav li a{
    white-space:nowrap;
}
.slidshow .leftbar .logo-box > img{
    max-width: 123px;
    transition: all ease .15s;
    -webkit-transition: all ease .15s;
    width: auto;
}
.slidshow .leftbar .logo-box{
    padding:14px;
    overflow:hidden;
    max-width:50px;
    transition:all ease .15s;
    -webkit-transition:all ease .15s;
}
.slidshow aside.leftbar{
    max-width:50px;
}
.slidshow aside.leftbar .scrollbar-inner > .scroll-element{
    display:none;
}
.slidshow .dash-nav li a{
    white-space:nowrap;
    padding:12px 18px;
    transition:all ease .15s;
    -webkit-transition:all ease .15s;
}
.slidshow .dash-nav li a span{
    margin-right:18px;
    transition:all ease .15s;
    -webkit-transition:all ease .15s;
}
.logo-box{
    transition:all ease .15s;
    -webkit-transition:all ease .15s;
}
.slidshow .logout-bx{
    overflow:hidden;
}
.slidshow .logout-bx a{
    padding:20px;
}
.slidshow .logout-bx a span{
    margin-right:18px;
}
.slidshow .dash-nav .scroll-wrapper > .scroll-content{
    max-height: none !important;
}
/*.main-ass-probx {
    background: #ff8302;
}*/
.process_flex {
    display: flex;
    align-items: center;
}
.process_flex .noselect {
    margin-bottom: 0;
}
.main-ass-probx h3 {
    font-weight: 600;
    /*color: #fff;*/
    text-align: left;
}
.proibtact .btn-main {
    /*background: #000;*/
    padding: 7px 15px;
    line-height: normal;
    /*color: #fff;*/
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.proibtact a i, .proibtact a em {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    line-height: 31px;
    font-size: 14px;
    /*color: #000;*/
    margin-right: 10px
}
.process_flex .round-progress-bx {
    margin-right: 15px;
}
.process_flex .progress .value, .process_flex .progress .text {
    /*fill: #fff;*/
    font-weight: 600;
}
/*.process_flex .progress.blue .fill {
    stroke: #000000;
}*/
.score_bar{
    margin-top:15px;
    background:#FF8303;
    border-radius:25px;
    padding:8px 12px;
    text-align:center;
    font-size:15px;
    color:#fff;
    font-weight: 600;
    margin-bottom:5px;
}
.score_bar span{
    font-size:17px;
    font-weight:600;
    margin-left:5px;
}
/*.process_right .proibtact .btn-main:hover, .process_right .proibtact a i:hover{
    background:#f7dbb4;
    color:#000;
}*/
.tooltip_info {
    margin-left: 5px;
    color: #000;
}
.edit_bx {
    margin-left: auto;
    white-space: nowrap;
}
.edit_bx .edit, .edit_bx .delete{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#fbecd8;
    display:inline-block;
    vertical-align:middle;
    line-height:30px;
    text-align:center;
    color:#000;
    margin-left:3px;
}
.edit_bx .edit:hover, .edit_bx .delete:hover{
    color:#FF8303;
}
.header-list ul li .openside:hover{
    background:#fff;
    color:#000;
}
.open-sidebar ~ section .openside i.fal:before, .open-sidebar ~ section .openside em.fal:before{
    content:"\f00d";
    color:red;
    font-weight:600;
    font-size:20px;
    position:relative;
    top:0px;
}
.header-list ul li a{
    display:inline-flex;
    justify-content:center;
    align-items:center;
}
.wirterbx .form-group .action .btn{
    background-color: #fff;
    color: #FF8303;
    border: 1px solid #FF8303;
}
.wirterbx .form-group .action .btn:hover{
    background-color:#FF8303;
    color:#fff;
}
.google_login{
    width:100%;
    display:flex;
    align-items:center;
    padding:3px;
    background:#4285F4;
    border:0;
    color:#fff;
    font-weight:600;
    font-size:17px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom:25px;
    overflow:hidden;
}
.google_login img {
    background:#fff;
    width:45px;
    padding:10px;
    height:45px;
    margin-bottom:0 !important;
    border-radius:4px;
    margin-right:20px !important;
}
.signin-block p.or_sp {
    margin-bottom: 25px;
}
.subscriptions-tbles table tbody td:last-child,
.subscriptions-tbles table thead th:last-child {
    white-space:nowrap;
}
.subscriptions-tbles table tbody td ul{
    display:inline-flex;
}
.point-tabs-dt.dashhead h2 {
    font-size: 22px;
}
.point-tabs-dt.dashhead .btn-main {
    padding: 10px 20px;
    font-size: 14px;
}
.point-tabs .nav-tabs li {
    line-height: normal;
}
.point-tabs-dt.dashhead {
    padding: 5px 15px;
}
#action_modal .form_action .form-group .select2 .select2-selection {
    background: transparent;
    border: 1px solid #a1a1a1;
    box-shadow: none;
    border-radius: 5px;
}
#action_modal .form_action .form-group .select2 {
    width: 100% !important;
}
.modal-open .select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}
.modal-open .form_action .form-group label {
    z-index: 99999;
}
.or_sp{position:relative;}
.or_sp:before {
    content: "";
    position: absolute;
    left: 0;
    top: 49%;
    width: calc(50% - 14px);
    border-bottom: 1px solid #c9c9c9;
}
.or_sp:after {
    content: "";
    position: absolute;
    right: 0;
    top: 49%;
    width: calc(50% - 14px);
    border-bottom: 1px solid #c9c9c9;
}
.or_sp span {
    position:relative;
    width:28px;
    height:28px;
    border:1px solid #c9c9c9;
    margin:auto !important;
    border-radius:50%;
    display:inline-flex;
    font-size:14px;
    align-items:center;
    justify-content:center;
    font-weight:700;
    color:#666;
}
.tagssctin {
    display: flex;
    background: #efefef;
    align-items: center;
    border-radius: 3px;
    margin: 15px 0 5px;
    margin-left: 55px;
}
.tagssctin span {
    background: #a1a1a1;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 8px;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
    white-space: pre;
}
.tagssctin span:after {
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
    border-left: 12px solid #a1a1a1;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 0 solid transparent;
}
.tagssctin ul {
    display: flex;ss
    align-items: center;
    padding-left: 18px;
}
.tagssctin ul li {
    font-size: 13px;
    margin-right: 6px;
}
.wirterbx .form-group .action.activated .btn, .wirterbx .form-group .action.activated .btn:hover{
    background-color: #000;
    color: #ffffff;
    border: 1px solid #000000;
    position:relative;
}
.wirterbx .form-group .action.activated .btn:after{
    content:"\f058";
    font-family:"Font Awesome 6 Pro";
    font-weight:600;
    font-size:13px;
    position:absolute;
    right:4px;
    top:2px;
}
.que-txt a i[style="background: rgb(247, 131, 42);"], .que-txt a i[style="background: #f7832a"] {color: #fff;}
.que-txt a i[style="background: rgb(255, 255, 255);"]:hover{
    color:#000
}
.not_sabcatogry .accordion-button::after{
    display:none;
}
.sone-asse-highlights .accordion .accordion-button i,
.sone-asse-highlights .accordion .accordion-button em{
    color: #a1a1a1;
    margin-left: 10px;
}
.sone-asse-highlights .accordion-body a{
    position:relative;
    padding-right: 14px;
}
.sone-asse-highlights .accordion-body a i,
.sone-asse-highlights .accordion-body a em{
    color: #a1a1a1;
    position: absolute;
    top: 5px;
    right:-2px;
}
.sone-asse-highlights .accordion .accordion-button i.active, .sone-asse-highlights .accordion-body a i.active{
  color:#19d873;
}
.points-lst .breadcrumbbx ul {
    justify-content: flex-start;
    margin-top: 0;
}
.points-lst .breadcrumbbx ul li {
    margin: 0 30px 0 0;
    font-size: 13px;
    font-weight: 600;
}
.points-lst .breadcrumbbx ul li:after {
    content: "\f101";
    font-size: 13px;
    right: -20px;
}
.header-list ul li .profile_dropdown a{
    width:auto;
    height:auto;
    background:transparent;
    line-height:normal;
    overflow:visible;
}
.header-list ul li .profile_dropdown a .avatar{
    width: 50px;
    height: 50px;
    background: #F9F9F9;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    color: #666666;
    font-size: 18px;
    display: block;
    margin-left: 0;
}
.header-list ul li .profile_dropdown a span {
    font-size: 15px;
    margin-left: 10px;
}
.header-list ul li .profile_dropdown a:hover {
    color: #FF8303;
}
.points-mini-dt .points-lst {
    padding: 10px 15px;
}
.header-list ul li .avatar img {
    border-radius: 50%;
    width: 100%;
}
.slidshow .dash-nav {
    padding: 68px 0 60px;
}
.filter_card a.btn-dark {
    background: black;
    border-color: black;
}
.filter_card input.btn {
    background: transparent;
    border-color: #FF8303;
    color: #FF8303;
}
.filter_card input.btn:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
.dash-frm .form-group .select2-selection .select2-selection__arrow {
    top: 12px;
}
.signin-block .form-wizard .form-wizard-next-btn, .signin-block .form-wizard .form-wizard-previous-btn, .signin-block .form-wizard .form-wizard-submit {
    padding: 10px 18px;
}
.signin-block .form-wizard .form-wizard-previous-btn{
    border:2px solid #FF8303;
    color:#FF8303;
}
.right-wrapper:before{
    content:"";
    position:fixed;
    left:0;
    top:0;
    background:rgb(0 0 0 / 50%);
    width:100%;
    height:100%;
    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    z-index:9;
    transform:translateX(-100%);
}
.open-sidebar ~ .right-wrapper:before{
    transform:translateX(0%);
    transition:all ease .3s;
    -webkit-transition:all ease .3s;
}
@media(max-width:767px){
.header-list ul li .profile_dropdown a span.text-sm{display:none;}
}
.btn-check:focus+.btn-primary, .btn-primary:focus{color:#fff; background-color:#FF8303; border-color:#FF8303; box-shadow:none;}
#existing_modal .modal-content{min-height:350px;}
.modal-header .close{top:0; right:0;}
#edit-modal-form table tr td{border-bottom:0;}
#edit-modal-form table{margin-bottom:0;}
.main-ass-probx h3:empty{display:none;}
#freeassessment_popup .modal-dialog{max-width:750px;}
#freeassessment_popup .modal-dialog .modal-body{padding:30px 15px;}
#freeassessment_popup .signin-block .icbx{display:none;}
#freeassessment_popup .signin-block .form-wizard .form-wizard-steps li h6{margin:0px 0 0; text-align:left;}
#freeassessment_popup .modal-dialog .modal-header{border-bottom:0;}
#freeassessment_popup .assessment-choice ul li .pro-typbx{padding:15px 15px;}
#freeassessment_popup .signin-block .form-wizard .form-wizard-steps li h6 br{display:none;}
#freeassessment_popup .profile-typebox ul li{width:33%;}
#freeassessment_popup .purpose-assessment ul li{width:50%;}
.personal-data-wrp.organization-frm{display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.organization-frm .form-group{width: 50%; padding: 0 15px; }
.organization-frm .form-group label{margin-left:15px; background:#fff; color:#000;}
.organization-frm .form-group .form-control{background-color:#fff; }
.subscriptions-tbles table tbody td {padding: 10px 5px; line-height: 30px; }
.input_check label {position: relative; line-height: 18px; }
.input_check label:before {content: ""; position: absolute; left: 0; top: 0; width: 16px; height: 16px; border: 1px solid #FF8303; border-radius: 3px; }
.input_check label:after {content:"\f00c"; position: absolute; left: 0; top: 0; background:transparent; width: 16px; height: 16px; border-radius: 3px; font-family: "Font Awesome 5 Pro"; font-weight: 900; color:transparent; font-size: 13px; display: flex; justify-content: center; }
.input_check input:checked ~ label:after{background: #FF8303; color:#fff;}
.input_check{position:relative; }
.input_check input{position:absolute; transform:scale(1.2); top:3px; left:1px; z-index:1; opacity:0;}
.input_check label{padding:0 !important; width:15px !important; height:15px; background:transparent !important;}
.subscriptions-tbles table tbody td:first-child{padding-left:0;}
table.dataTable>thead .check_td.sorting:before, table.dataTable>thead .check_td.sorting:after{display:none;}
.check_td {width:30px !important; min-width:auto !important;}
.max_lenth {width: 105px !important; min-width: auto !important;}
table.dataTable>thead th:first-child, table.dataTable>tbody td:first-child{min-width: auto !important; width: 120px !important;}
table.dataTable>thead th:nth-child(2), table.dataTable>tbody td:nth-child(2){min-width: auto !important; width:200px !important;}
.conbx.avatar-edit{position:relative; top:0; left:0; }
.conbx.avatar-edit input[type="file"]{opacity:0; position:absolute;}
.conbx.avatar-edit label {background:transparent; cursor:pointer; width:auto; display:block; position: relative; top:0; left:0;}
.select2-container--default .select2-search--dropdown .select2-search__field {outline:none !important;}
.filter_card .form-group input[type="text"]:focus, .filter_card select:focus {border-color:#FF8303; box-shadow:none;}
.profile-block .problockc .conbx h4 .fa-upload {position:static; color:#000; opacity:1; font-size:28px; margin-left:5px;}
.profile-block .problockc .conbx h4:hover .fa-upload{color:#eb8225;}
.dash-frm .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {color:#A1A1A1; }
.datepicker-dropdown table.table-condensed {width:100%; }
.datepicker-dropdown {min-width:277px;}
button.swal2-confirm.swal2-default-outline {background: #fff !important; color: #FF8303; border: 1px solid #FF8303; }
button.swal2-cancel.swal2-default-outline {background: #FF8303 !important; color: #fff; border: 1px solid #FF8303; }
button.swal2-confirm.swal2-default-outline:hover, button.swal2-cancel.swal2-default-outline:hover{background-color:#000 !important; color:#fff; border-color:#000; }
button.swal2-confirm.swal2-default-outline:focus, button.swal2-cancel.swal2-default-outline:focus{outline:0; }
.subscriptions-tbles table tbody td ul li a.toggle_onoff{background:transparent; box-shadow:none;}
.toggle_onoff{font-size:20px !important; }
.subscriptions-tbles table tbody td:last-child, .subscriptions-tbles table thead th:last-child{text-align:center; padding-right:15px !important; }
.max_lenth.tag_s.sorting {width:70px !important; }
.tag_s a, .text_icon{color:#000; }
.tag_s a:hover, .text_icon:hover{color:#eb8225;}
.modal button.btn.btn-secondary{background:#eb8225; border-color:#eb8225;}
.modal button.btn.btn-secondary:hover{background:#000; border-color:#000;}
.subscriptions-tbles.policy table.dataTable>thead th:first-child, .subscriptions-tbles.policy table.dataTable>tbody td:first-child {min-width: auto !important; width: auto !important; }
.subscriptions-tbles.policy table.dataTable>thead th:nth-child(2), .subscriptions-tbles.policy table.dataTable>tbody td:nth-child(2) {min-width: auto !important; width: auto !important; }
.modal button.btn.btn-secondary + button.btn.btn-secondary{background:#fff; color:#eb8225; }
.modal button.btn.btn-secondary + button.btn.btn-secondary:hover{background:#000; color:#fff; }
.header-list .box_information a:last-child {background: #FF8303; border-radius: 3px; padding: 3px 5px; color: #fff; font-size: 12px; }
.header-list .box_information a:last-child:hover{background: #000; }
.menu_header_drop_lag button:hover {background: #FF8303; color: #fff; }
.next_section a {background: #eee; width: 100%; display: block; padding: 10px; color: #FF8303; font-size: 16px; font-weight: 600; }
.next_section{text-align:center; }
.next_section a:hover{background: #FF8303; color: #fff; }
.sone-asse-highlights .accordion.not_sabcatogry .accordion-button span {display: flex; width: 100%; justify-content: space-between; }
.btn.btn-main.purchase_plan {float: right; }
.packages-list-wrp table tbody td.actionpack {padding: 8px 25px; }
.packages-list-wrp table tbody td.actionpack .btn-main{font-size: 13px; padding: 6px 14px; }
.packages-wrp {padding: 30px 0; }
.calcel_sub a {background: transparent !important; width: auto !important; border-radius: 0px !important; color: #000 !important; margin-left: 5px; text-decoration: underline; }
.calcel_sub a:hover{color:#eb8125 !important;}
.cancel_popup_res .form-check label{padding: 10px 15px; background: #FFECD8; border-radius: 3px; color: #000; margin-bottom: 10px; display:block;}
.cancel_popup_res .form-check-input:checked ~ label {background-color: #FF8303; border-color: #FF8303; box-shadow:none; color:#fff;}
.cancel_popup_res .form-check label:hover {background: #FF8303; color: #fff; }
.cancel_popup_res .form-check {padding-left:0;}
.cancel_popup_res .form-check-input {display:none;}
.table_sub_index table.dataTable>thead th:first-child, .table_sub_index table.dataTable>tbody td:first-child {min-width: auto !important; width: auto !important; }
.delete_row button {background: transparent; border: 0; color: #fff; }
td.delete_row[style="display: block;"] {display: table-cell !important; }
.select2-container--default .select2-results__option[aria-selected=true] {background-color: transparent !important; }
#action_modal .dash-frm .form-group .select2-selection {height: auto; min-height: 53px; max-height: 116px; overflow: auto; }
.btn-main.cancel-subscription {padding: 10px 30px; background: transparent; border-radius: 5px; border: 2px solid #FF8303; font-size: 16px; font-weight: bold; color: #FF8303; outline: none; text-transform: uppercase; transition: .4s linear; -webkit-transition: .4s linear; margin-left: 12px; }
.btn-main.cancel-subscription:hover{background:#FF8303; color: #fff; }
.frgt-links.returnlogin {margin-top: 10px; display: inline-block; }
.packages-list-wrp table thead th:first-child{min-width:220px; }
.conbx.avatar-edit {overflow:hidden;}
.dash-frm .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {text-align: left;}
.select2-container--default.select2-container--open .select2-results__option--highlighted[aria-selected]{background-color:#FF8303 !important;}
.features_list a{color:#FF8303; font-size:13px; text-decoration:underline;}
.features_list a:hover{color:#000;}
.conbx h4 span {
    margin-top: 8px;
}
.datepicker th.dow {
    padding-top: 5px;
}
.subscriptions-tbles table tbody td ul {
    margin-left: 4px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    color: gray;
    font-weight: 600;
}
.filter_card .btn.btn-primary {
    background: transparent;
    color: #eb8125;
}
.filter_card .btn.btn-primary:hover{
    background: #000;
    color: #fff;
}
button.swal2-close {
    background: red;
    opacity: 1;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 28px;
}
button.swal2-close:hover {
    background: red;
    color: #fff;
}

.section_disabled select, .section_disabled input, .disabled{
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}


.conbx h4 span{margin-top:8px;}
.datepicker th.dow {padding-top:5px;}
.subscriptions-tbles table tbody td ul {margin-left:4px;}
.select2-container--default .select2-results__option[aria-selected=true] {color: #ddd; }
.select2-container--default .select2-results__option[aria-selected=true] {color: gray; font-weight: 600; }
.filter_card .btn.btn-primary {background: transparent; color: #eb8125; }
.filter_card .btn.btn-primary:hover{background: #000; color: #fff; }
button.swal2-close{background:red; opacity:1; border-radius:50%; padding:0; width:30px; height:30px; position:relative; top:5px; right:5px; color:#fff; font-size:28px;}
button.swal2-close:hover{background:red; color:#fff;}
.particular-block table tbody tr td .features_list{float:none; color:#000; font-weight:600;}
.points-lst .breadcrumbbx ul li{min-height:19px;}
.points-lst .breadcrumbbx ul li:empty{display:none;}
.employee_poc table.dataTable>thead th:first-child, .employee_poc table.dataTable>tbody td:first-child,
.employee_poc table.dataTable>thead th:nth-child(2), .employee_poc table.dataTable>tbody td:nth-child(2){min-width:auto !important; width:auto !important; text-align:left;}
.employee_poc table.dataTable>thead th, .employee_poc table.dataTable>tbody td{
    width:auto !important; min-width:auto !important;
}
.scrollbar-inner::-webkit-scrollbar, .dash-nav::-webkit-scrollbar, .table-responsive::-webkit-scrollbar,
.cus-asset-lst::-webkit-scrollbar, #action_modal .dash-frm .form-group .select2-selection::-webkit-scrollbar,.task-box::-webkit-scrollbar,
.subscriptions-tbles .dataTables_wrapper .row:nth-child(2) .col-sm-12::-webkit-scrollbar,.staff-box::-webkit-scrollbar,
#edit-modal-form .modal-body::-webkit-scrollbar{width:8px; height:8px;}
.scrollbar-inner::-webkit-scrollbar-track, .dash-nav::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track,
.cus-asset-lst::-webkit-scrollbar-track, #action_modal .dash-frm .form-group .select2-selection::-webkit-scrollbar-track,
.subscriptions-tbles .dataTables_wrapper .row:nth-child(2) .col-sm-12::-webkit-scrollbar-track, .task-box::-webkit-scrollbar-track, 
.staff-box::-webkit-scrollbar-track, #edit-modal-form .modal-body::-webkit-scrollbar-track{background-color:#e0e0e0; border-radius:20px;}
.scrollbar-inner::-webkit-scrollbar-thumb, .dash-nav::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb,
.cus-asset-lst::-webkit-scrollbar-thumb, #action_modal .dash-frm .form-group .select2-selection::-webkit-scrollbar-thumb,
.subscriptions-tbles .dataTables_wrapper .row:nth-child(2) .col-sm-12::-webkit-scrollbar-thumb, .task-box::-webkit-scrollbar-thumb,
.staff-box::-webkit-scrollbar-thumb, #edit-modal-form .modal-body::-webkit-scrollbar-thumb{background-color:#FF8303; border-radius:20px;}
#existing_modal table thead tr td:first-child{width:50px;}
.tagssctin ul, .tagssctin ul li{width:100%;}
.tagssctin ul li .read_more{color:#eb8125; float:right; padding-right:8px;}
.tagssctin ul li .read_more:hover{color:#000;}
.tag_list p{margin-bottom:0;}
.mobile_view {
    display: none !important;
}
.arrows .slick-arrow {
    background: transparent;
    border: 0;
    color: transparent;
    width: 30px;
    overflow: hidden;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: calc(50% - 15px);
    z-index: 1;
}
.arrows .slick-next{
    left: auto;
    right: -5px;
}
.arrows .slick-arrow:after {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 0px;
    color: #eb8125;
    right: 0;
    margin: auto;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
}
.arrows .slick-next:after{
    content:"\f105";
}
.arrows .slick-arrow{
    left:-12px;
}
.arrows .slick-next{
    right:-12px;
    left:auto;
}
.slider_progress_bx .col-md-6{
    padding-left: 12px;
    padding-right: 12px;
}
.staff-box, .task-box {
    max-height: 416px;
    overflow: auto;
}
.slick-slide {
    outline: 0 !important;
    box-shadow: none !important;
}
#freeassessment_popup .signin-block .form-wizard .form-wizard-steps li.active{
    display:block;
}
#freeassessment_popup .signin-block .form-wizard .form-wizard-steps li {
    width: 100%;
    display:none
}
#freeassessment_popup .signin-block .form-wizard .form-wizard-steps li.active::after, 
#freeassessment_popup .form-wizard .form-wizard-steps li.activated::after{
    display:none;
}
.progress.progress_bar {
    width: 100%;
    height: 8px;
    margin-bottom: 0;
    margin-right: 15px;
}
.progress.progress_bar .progress-bar{
    background-color: #eb8125;
}
.sone-asse-highlights .not_sabcatogry .accordion-button:not(.collapsed){color:#000;}
.sone-asse-highlights .not_sabcatogry .accordion .dummyload .accordion-button {color:#eb8125;}
.action_view span {
    display: block;
    background: #eb8125;
    max-width: 36px;
    margin: auto;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    margin-right: 0;
}
.subscriptions-tbles table tbody td .action_view ul {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    width: 100%;
    margin: 0;
    background: #efefef;
    padding: 12px;
    border-radius: 5px;
    z-index:8;
    min-width: 140px;
}
.subscriptions-tbles table tbody td .action_view ul.show{display:grid;}
.subscriptions-tbles table tbody td .action_view ul li {
    margin: 0;
    width: 100%;
}
.subscriptions-tbles table tbody td .action_view ul li a {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
}
.action_view{
    position:relative;
}
.subscriptions-tbles table tbody td:last-child, 
.subscriptions-tbles table thead th:last-child{
    min-width:125px;
}
#freeassessment_popup .modal-dialog .modal-header{
    padding-left:0;
    padding-right:0;
}
#freeassessment_popup .profile-typebox ul li{
    margin-bottom:0;
}
.tagssctin ul li p{
    text-overflow:ellipsis;
    white-space:nowrap;
    margin:0;
    overflow:hidden;
    width:calc(100% - 75px);
}
.tagssctin ul, .tagssctin ul li{
    display:flex;
    overflow:hidden;
}
.tagssctin ul li.show{
    display:block;
}
.tagssctin ul li.show p{
    white-space:normal;
    width:auto;
    display:inline;
}
.tagssctin ul li.show .read_more{
    display:none;
}
.assessment-wrapper .signin-block .form-wizard .form-wizard-steps li{
    display:none;
}
.assessment-wrapper .signin-block .form-wizard .form-wizard-steps li:nth-child(1), 
.assessment-wrapper .signin-block .form-wizard .form-wizard-steps li:nth-child(2), 
.assessment-wrapper .signin-block .form-wizard .form-wizard-steps li:nth-child(3){
    display:block;
}
.assessment-wrapper .signin-block .form-wizard .form-wizard-steps li:nth-child(3)::after{
    width:50%;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width:5px 5px 0 5px;
    margin-left:-10px;
    margin-top:-2px;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow b:after{
    content:"";
    position:absolute;
    left:-4px;
    top:-6px;
    border-color:#fff transparent transparent transparent;
    border-style:solid;
    border-width:4px 4px 0 4px;
}
span.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after{
    border-width:0 4px 4px 4px;
    top:2px;
    border-color:transparent transparent #fff transparent;
}
span.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width:5px 5px 0 5px;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow{
    right:4px;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left:0;
}
.dashhead .btn-main{
    padding:15px 22px;
}
.filter_card .form-group{
    margin-bottom:10px;
}
.free-asse-congo .profile-typebox.assessment-choice ul{
    justify-content:center;
}
.free-asse-congo .assement-congobx .btn-group .btn-main.chobtn{
    text-align: center;
}

.dropdown.profile_dropdown.noti_dropbox .dropdown-menu {
    display: none;
}
.dropdown.profile_dropdown.noti_dropbox .dropdown-menu.show{
    display: block;
}
.text-sm {
    font-size: 0.875rem !important;
}
.noti_dropbox .list-group-flush {
    border-radius: 0;
}
.noti_dropbox .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.375rem;
}
.noti_dropbox .dropdown-menu-xl{
    min-width:330px;
    border-radius:0.4375rem;
}
.noti_dropbox .dropdown-menu .dropdown-item{
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}
.noti_dropbox .text-primary{
    color: #ff8302 !important;
}
.noti_dropbox .list-group-flush > .list-group-item{
    border-width:0 0 1px;
}
.dropdown.profile_dropdown .dropdown-toggle img{
    max-width:50px;
    margin-right:14px;
    object-fit:cover;
    object-position:top;
}
.dropdown.profile_dropdown .dropdown-toggle{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dropdown.profile_dropdown .text-sm {
    color: #000;
}
.dropdown.profile_dropdown #dropdownMenuButton1{
    background:transparent;
}
span.msgg{
    padding-left:8px;
}
.open-sidebar ~ .header-dashboard .profile_dropdown.noti_dropbox,
.open-sidebar ~ .header-dashboard .menu_header_drop_lag{
    pointer-events:none;
}
.dashhead .btn-main.filter_btn em{
    margin-right:0 !important;
}
.pakradbx {
    display: flex;
    align-items: center;
}

@media(min-width:768px) and (max-width:1199px){
#report-filters .col-md-3{width:33%;}
}
body .subscriptions-tbles table thead th{padding-left:5px;}
.nav-btn .btn-navs{width:auto;}
.subscriptions-tbles table tbody td ul .btn-main.edit-btn{color:#eb8125; text-decoration:underline;}
.question .form-group{margin-bottom:15px;}
.question .form-group label{margin-bottom:10px;}
#repeater .questionss .repeater-heading{text-align:end;}
#repeater .questionss .repeater-heading label.pull-left{margin:0; float:none !important;}
.authorize-box .slider_enable_class{margin-top:10px; margin-bottom:0;}
#repeater .authorize-box .slider_enable_class .enableslider{margin-right:5px;}
#repeater .price-range-slider{padding:0 0 20px;}
#repeater .price-range-slider .range-value input{margin:0;}
.question .form-group label.error{width:100%;}
.question .form-group .form-control{min-height:45px; font-size:15px;}
.option_que .item-content.row{margin:10px 0 10px; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}
.option_que .item-content>div{border-top:1px solid #dfdfdf; padding:10px; border-left:1px solid #dfdfdf;}
.dash-frm .form-group .select2{width:100% !important;}
.add-saq.dash-frm .form-group label{z-index:99999;}
#change_password .form-group #sbmt_btn{margin-bottom:0 !important; margin-top:5px !important;}
.navbar-top .nav-item .nav-link {padding-top:0; padding-bottom:0;}
.dash-block-main h2.dummyload button span{color:#eb8125;}
.subscriptions-tbles table tbody td:last-child, .subscriptions-tbles table thead th:last-child {
    max-width: none;
    padding-right: 5px !important;
    text-align: right;
}
.btn-check:focus+.btn, .btn:focus {box-shadow:none;}
.dropdown.profile_dropdown.noti_dropbox{
    position:relative;
}
.header-list ul li .profile_dropdown.noti_dropbox a {
    color: #eb8125;
    border: 0;
}
.dropdown.profile_dropdown.noti_dropbox > a{
    width: 50px;
    height: 50px;
    background: #fafafb;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    color: #666666;
    font-size: 18px;
    display: block;
    position: relative;
}
.dropdown.profile_dropdown.noti_dropbox span{
    position: absolute;
    right:0px;
    top: -2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background:#eb8225;
    color: #fff;
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: pulse 2s infinite;
    line-height: 20px;
}
.noti_dropbox .dropdown-menu .dropdown-item:hover{
    color:#b55c00 !important;
}

@-webkit-keyframes pulse{
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.dropdown .list-group-flush img.avatar{
    object-fit:none;
    object-position:left;
}
.noti_dropbox .list-group {
    background: #eee;
    max-height: 348px;
    overflow: auto;
}
.noti_dropbox .list-group .list-group-item-action{
    background:transparent;
}
.noti_dropbox .list-group .list-group-item-action .notification-box{
    background:#fff;
    padding:10px 15px 10px;
    border-radius:10px;
    box-shadow:0 0 3px rgb(0 0 0 / 15%);
    position:relative;
}
.noti_dropbox .list-group .list-group-item-action:last-child{
    padding-bottom:15px;
}
.mark_read{
    padding:15px 15px 10px;
    background:#eee;
}
.mark_read a{
    font-size:15px;
}
.noti_dropbox button.close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    color: #eb8225;
    font-size: 24px;
    margin-top: -28px;
    position: absolute;
    right: 12px;
    border: 0;
}
.noti_dropbox .list-group {
    background: #eee;
    max-height: 365px;
    overflow: auto;
    border-radius: 0;
    padding: 10px 0;
    padding-top: 0;
}
.header-list ul li .profile_dropdown.noti_dropbox a:hover, 
.header-list ul li .profile_dropdown.noti_dropbox a:focus{
    color: #b55c00;
}
.no_notification{
    text-align: center;
    padding:25px 10px;
}
.no_notification .fa-bell{
    font-size: 55px;
}
.no_notification h5{
    font-size: 20px;
    margin-top: 28px;
    color: gray;
    line-height: 32px;
}
.noti_dropbox .fa-bell {
    color: #563717;
}
.noti_dropbox .list-group .list-group-item-action .notification-box small {
    font-size: 12px;
    color: darkgrey;
}
.dropdown.profile_dropdown .notification-text h4{
    font-size:14px !important;
    color:#4e4e4e;
    margin:10px 0;
}
.noti_dropbox .no_notification .fa-bell{
    color:#525f7f;
}
.dropdown.profile_dropdown.noti_dropbox .text-sm {
    color: #000 !important;
    font-size: 14px !important;
    margin-top: 5px;
    line-height: 15px;
}
.noti_dropbox .list-group .list-group-item-action .notification-box small {
    font-size: 13px;
}
.dropdown.profile_dropdown.noti_dropbox h6.text-sm{
    color: #000 !important;
    font-size: 18px !important;
    font-weight:500px;
}
.hover_close{
    border:0;
    color:#e47e24;
    font-size:18px;
}
.notification-bg .hover_close{
    position:absolute;
    left:15px;
    background:transparent;
    top:0;
    bottom:0;
    margin:auto;
    font-size:23px;
}
.notification-bg{
    transition:all ease .4s;
    width:100%;
}
.notification-bg:hover{
    transition:all ease .4s;
    padding-left:40px;
}
.notifation_table table.dataTable>thead th:nth-child(2), .notifation_table table.dataTable>tbody td:nth-child(2) {
    min-width: auto !important;
    width: auto !important;
}
.alert_inbox {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 49%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border-radius: 5px;
}
.alert_inbox .icon {
    background: #fbecd8;
    border-top: 8px solid #eb8225;
    border-radius: 5px;
    padding:40px 15px;
    text-align: center;
}
.alert_inbox .icon .fa-lock {
    font-size: 62px;
    color: #eb8225;
}
.text_alert {
    padding: 25px 30px;
}
.text_alert h3 {
    margin-bottom: 12px;
}
.text_alert p {
    font-size: 15px;
}
.text_alert a.btn {
    background: #eb8225;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
}
.text_alert a.btn:hover{
    background:#563717;
}
.alert_message{
    position: relative;
}
.alert_footer{
    padding: 15px 30px;
    border-top: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.alert_footer a{
    color:#000;
    font-size:16px;
}
.alert_footer img{
    max-width:120px;
}
.assessment-add .form-group .select2-selection__rendered{
    padding:12px;
}
#upload-modal-form .points-mini-dt thead tr td:last-child, #upload-modal-form .points-mini-dt tbody tr td:last-child{
    white-space:nowrap;
}
#upload-modal-form.modal .custom-checkbox{
    min-width:22px;
}
#upload-modal-form.modal .custom-checkbox input{
    position:absolute;
}
.dash-frm .pakradbx label {
    top: -4px;
}
.header-list ul li .profile_dropdown a {
    color: #212529;
}
.modal-dialog button.close {
    background:#000;
    border: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 24px;
    position: relative;
    top: 0;
    right: 0;
}
.edit-framework-cate label.error {
    float: none !important;
}
.dash-frm .form-group .unitedstate {
    width: 100%;
}
#viewfile_modal .modal-dialog {
    max-width: 60%;
}
#viewfile_modal .modal-dialog #elementpdf {
    width: 100% !important;
}
.milestonenew th{color:#fff; font-weight:400;}
.dashhead .btn-main em {
    margin-right: 5px;
}
.existingfilelisting th, .points-mini-dt thead th{
    color: #fff;
    font-weight: 400;
}
#existing_modal .modal-body tr:last-child td{
    border-bottom:0;
}
th[style="display: block;"] {
    display: revert !important;
}
#viewfile_modal embed {
    width: 100%;
    margin: auto;
    display: block;
}
.col3 {
    max-width:20%;
    width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.col3:nth-child(5n) div{border-right:0 !important;}
.col3:last-child div:first-child {
    border-right: 1px solid #eb8225 !important;
}
.subscriptions-tbles table tbody td ul li:last-child .btn-main.edit-btn{
    width: auto;
    height: auto;
    background: transparent;
}
/*.deletenewmilestone_list tbody td:nth-child(3), .existingfilelisting td{
    white-space: nowrap;
    max-width: 102px;
    text-overflow: ellipsis;
    overflow: hidden;
}*/
.dash-block-main .profile-block img{
    object-position:top;
}
.avatar-upload .avatar-preview > div{
    background-position:top center;
}
.progress-bx .round-progress-bx {
    text-align: center;
}

.info_circle{
    position:relative;
}
.info_circle i.fa{
    font-size: 18px;
}
.info_circle .msg_text {
    position: absolute;
    left: 24px;
    top: -2px;
    background: #000;
    border-radius: 3px;
    color: #fff;
    padding: 4px 12px;
    width: 230px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    text-align: left;
}
.info_circle i.fa:hover + .msg_text, .info_circle .msg_text.show{
    opacity:1;
    visibility:visible;
}
.dropdown.profile_dropdown .dropdown-toggle {
    flex-wrap: wrap;
}
.dropdown.profile_dropdown .profile_name {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.dropdown.profile_dropdown .profile_name span.text-sm{
    position: relative;
    top: -10px;
}
.dropdown.profile_dropdown span.sername{
    margin-top: -30px;
    font-size: 17px !important;
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 60px;
    display: block;
}
.dash-frm .form-group i.bi-eye::before{
    content:"\f070";
}
.loadblur.modal-open header, .loadblur.modal-open section{
    filter:blur(8px);
    -webkit-filter:blur(8px);
}
.dash-frm .pakradbx label{
    text-align:left;
    line-height:normal;
}
#upload-modal-form .points-mini-dt .deletenewmilestone_list{
    overflow:auto;
}
.filter_option{
    padding:15px;
}
.filter_option label {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: normal;
  min-height: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #ff8303;
    border-color: #ff8303;
}
.btn-primary:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.takeact-bx a.btn-main {
    padding: 12px 22px;
}
.filter_option select.form-control {
    font-size: 13px;
}
.takeact-bx a.btn-main .fas.fa-filter {
    display: none;
}
.point-tabs.max_lenth55.scrollbar-inner {
  overflow-x: auto;
}
.takeact-bx a.btn-main.active {
    background: #000;
}
#myTab .takeact-bx a.btn-main {
    background: transparent;
    color: #000;
    margin: 0;
    border: 1px solid #e9e9e9;
    border-radius:0;
}

#myTab .takeact-bx a.btn-main.active {
    background: #ff7b00;
    color: #fff !important;
    border: 1px solid #ff7b00;
}
table tbody td .dropdown-toggle::after{display: none;}
table tbody td ul .dropdown .dropdown-menu {
    display: none;
}
table tbody td ul .dropdown .dropdown-menu.show {
    display: block;
    min-width: 128px;
}
table tbody td ul .dropdown .dropdown-menu li {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0 10px;
}
table tbody td ul .dropdown .dropdown-menu li a {
    background: transparent;
    width: auto;
    justify-content: flex-start;
    height: auto;
    line-height: 20px;
    min-height: 20px;
}
div#download-modal-form form .modal-footer {
    border-top: 0;
}
div#download-modal-form form .modal-body label {
    margin-bottom:7px;
}
.mobile_bottom_about_creative.owl-carousel {
    padding: 0 15px;
}

.tab-content .dash-frm.dash-block-main .form-group.custom_field {
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    border: 1px solid #A1A1A1;
    height: auto;
    box-shadow: none;
}
.tab-content .dash-frm.dash-block-main .form-group .alert.alert-light {
    padding: 10px 0;
}
.tab-content .dash-frm.dash-block-main .form-group input[type="file"] {
    margin-bottom: 15px;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    border: 1px solid #A1A1A1;
    height: auto;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: #A1A1A1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    resize: none;
    width: 100%;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  display: block;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1
  display: block;
  width: 100%;
  height:18px;
  background-position:right center;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  background: transparent;
  cursor: pointer;
}

.dash-nav .accordion-button::after{right:4px;}
.dash-nav .accordion-button{word-break: break-word; padding-right: 18px;}
#upload-modal-form .points-mini-dt .deletenewmilestone_list {overflow-y: auto; overflow-x: hidden;}
#upload-modal-form .points-mini-dt table + .container {margin-bottom: 0 !important; }
#upload-modal-form .points-mini-dt table + .container a {background: #f7832a; color: #fff; padding: 5px 10px; display: inline-block;}
a.downloadMilestoneDocument {line-height: normal; display: block; margin-right:5px; margin-bottom: 8px;}
.downloadMilestoneDocument em {font-size: 12px; display:inline; margin-bottom: 8px; letter-spacing: 1px; }
.downloadMilestoneDocument em::before{margin-right:5px;}
a.downloadMilestoneDocument + br {display: none;}
.taskcreate .form-group .collapse .form-control {font-size: 14px; position: relative; }
.taskcreate .form-group .collapse .form-control label.error{position: absolute !important; bottom: -10px !important; margin: 0; top: auto;}
.alert-success {z-index: 99999 !important; }
.flex_div {display: flex; align-items: flex-start; line-height: normal;}
.subscriptions-tbles table tbody td ul li.view_modal {cursor: pointer;}
.deletenewmilestone_list tbody td ul li {margin-bottom: 3px; }
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group .SumoSelect, 
.tab-content .dash-block-main .taskupdate .form-group .SumoSelect{width:100%; }
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group .SumoSelect label i,
.tab-content .dash-block-main .taskupdate .form-group .SumoSelect label i{display: none; }
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group .SumoSelect .select-all label,
.tab-content .dash-block-main .taskupdate .form-group .SumoSelect .select-all label{position: sticky; }
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group .SumoSelect .select-all,
.tab-content .dash-block-main .taskupdate .form-group .SumoSelect .select-all{height:auto; }
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group .SumoSelect .options li label,
.tab-content .dash-block-main .taskupdate .form-group .SumoSelect .options li label{position: sticky; }
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group li,
.tab-content .dash-block-main .taskupdate .form-group .SumoSelect li{background:#fff !important; }
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group .SumoSelect label.error,
.tab-content .dash-block-main .taskupdate .form-group .SumoSelect label.error{position: absolute !important; bottom:-17px; top: auto; width: auto !important; }
div#editmilstone-modal-form {background: rgb(0 0 0 / 63%);}
#administrative_assessemnt_table td:first-child i, #myTaskAssessment_table td:first-child i{margin-left:5px; color:red;}
.sone-asse-highlights {position:relative;}
.sone-asse-highlights .viewmilestone {position: absolute; right:3px; top:4px; width: 25px; height: 25px; display: block; background: #fff; border-radius: 50%; text-align: center; }
.sone-asse-highlights textarea {width: 80%;resize: none;padding:5px;margin: auto;margin-left:10px;border-radius:2px;margin-bottom:5px; border:1px solid #cecece;}
.sone-asse-highlights button.save_message {background: #ff8403;color: #fff;vertical-align:top;}
.row + .col-12, .row + .col-md-12, .row + .col-lg-12, .row + .col-sm-12{padding:0;}
.employee-information{padding:15px 30px;}
.dash-nav .accordion .accordion-body a.active{color:#fd7e14;}
.employee-block .accordion .accordion-item .accordion-button,
.sone-asse-highlights .accordion .accordion-button{justify-content:space-between;}
/*.subscriptions-tbles table tbody td ul{display:block !important;}*/
a.downloadMilestoneDocument em:after{content: ",";position: relative;left: -3px;}
a.downloadMilestoneDocument{display: inline-block;}
a.downloadMilestoneDocument:last-child em:after{display:none;}
.view-taskmilestone .row {margin-bottom: 10px;}
.view-taskmilestone p {margin-bottom: 5px;}
div.dataTables_wrapper div.dataTables_length select, body div.dataTables_wrapper div.dataTables_filter input {margin:4px;}
.employee_poc table.dataTable>thead .custom-control.custom-checkbox label {
    min-height: auto;
}
.employee_poc table.dataTable>thead #deletebutton .btn.deletemilstone {
    padding: 0;
}
.subscriptions-tbles table tbody td i.fa{
    color:red;
    margin-left:4px;
}
.subscriptions-tbles table thead th:first-child{padding-left:0;}
.filter_option.multi-collapse label{
    min-height:auto;
}
.filter_option.multi-collapse select{
    margin-bottom:10px;
}
.milestonenew .employee, .employee_icon{
    display:inline-block;
    margin-right:5px;
    margin-top:3px;
}
.employee_poc table.dataTable>thead th:nth-child(3){
    width:auto !important;
}
.dashhead .dropdown-menu {
    display: none;
}
.dashhead .dropdown-menu.show {
    display: block;
    width: 100%;
}
.dashhead .dropdown-menu li:after{display:none;}
.filter_view .dropdown {
    display: inline-block;
    vertical-align: middle;
}
.dashhead .dropdown-menu li{
    margin:0;
}
.status_view {
    max-width:95px;
    padding-left: 0 !important;
}
.taskcreate .form-group .form-control .placeholder, .tab-content .form-group .form-control .placeholder {
    font-style: normal;
    color: #b4b4b4;
}
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group .selall.multiple, 
.tab-content .dash-block-main .taskupdate .form-group .selall.multiple{
    top:48px;
}
#editmilstone-modal-form .modal-dialog{
    max-width:800px;
}
div#editmilstone-modal-form {
    padding: 0 20px;
}
.view_comment .sone-asse-highlights {
    padding-top: 15px;
}
.deletenewmilestone_list tbody .row {
    margin: 0 -8px;
}
#viewmilestone-modal-form table tr td {
    min-width: 95px;
}
table th:first-child .custom-control.custom-checkbox.active .custom-control-label {
    color:#000;
}
#viewmilestone-modal-form .model-body.dash-frm {
    padding-top: 5px;
}
.question_maping .modal-content {
    padding: 20px;
}
.question_maping .form-group label {
    margin-bottom: 6px;
}
.question_maping .form-group select.form-control {
    margin-bottom: 15px;
}
.question_maping h2 .checkbox-custom {
    font-size: 16px;
}
.question_maping .accordion-item {
    padding: 15px 15px 0;
    margin-bottom: 20px;
}
.question_maping .accordion-item .accordion-body {
    padding-top: 10px;
}
.employee_poc table.dataTable>thead .custom-control.custom-checkbox input {
    position: relative;
    top: 2px;
}
#add-role .form-control {
    font-size: 14px;
    min-height: 40px;
}
.btn-main {
    cursor: pointer;
}
.slidshow .dash-nav .accordion-button.collapsed:after{display:none;}
a.downloadMilestoneDocument:nth-last-child(2) em:after{display:none;}
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group label {
    font-weight: 600;
    color: #6b6b6b;
}
#viewmilestone-modal-form table tr td:first-child {
    font-weight: 600;
    padding-left: 0;
}
.dash-frm .form-group label {
    font-weight: 600;
    color: #6b6b6b;
}
#upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group .SumoSelect .select-all label,
 .tab-content .dash-block-main .taskupdate .form-group .SumoSelect .select-all label,
 #upload-modal-form .points-mini-dt .tab-content .dash-block-main .form-group .SumoSelect .options li label, 
 .tab-content .dash-block-main .taskupdate .form-group .SumoSelect .options li label {
    font-weight: 400;
}
.d-flex_warp {
    display: flex;
    justify-content: space-between;
}
.view_comment .sone-asse-highlights {
    max-height: none;
}
.modal-header {
    font-size: 18px;
    font-weight: 600;
}
.view_comment .sone-asse-highlights {
    padding-bottom:8px;
    padding-right: 30px;
}
.view_comment .sone-asse-highlights .error {
    position: absolute;
    bottom: -1px;
    display: block;
    left: 10px;
    font-size: 13px;
}
.subscriptions-tbles.employee_poc table tbody td ul {
    display: block !important;
}
.view_comment .sone-asse-highlights textarea {
    width: calc(100% - 77px);
    margin-bottom: 0;
}
.view_comment .sone-asse-highlights {
    padding-bottom:18px;
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.view_comment .sone-asse-highlights {
    overflow-y: revert;
}
.milestonenew .employee, .employee_icon {
    margin-right: -8px;
    transition: ease .3s all;
}
.milestonenew .employee:last-child, .employee_icon:last-child{
    margin-right:0px;
}
.milestonenew tr:hover .employee, tr:hover .employee_icon{
    margin-right:4px;
    transition: ease .3s all;
}
.milestonenew .employee img, .employee_icon img{
    box-shadow: 0 0 2px rgb(0 0 0 / 40%);
}
.employee_list button{
    border: 0;
    font-size: 24px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    transition: ease .3s all;
}
.employee_list button:hover{
    font-size: 26px;
    transition: ease .3s all;
}
.dropdown.employee_list {
    display: inline;
    vertical-align: super;
    margin-left: -3px;
}
.employee_list .dropdown-menu {
    padding: 0;
    box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
    border: 0;
}
.employee_list .dropdown-menu .employess_title {
    font-size: 14px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding: 8px;
    line-height: normal;
}
.employee_list .dropdown-menu .employess_body {
    padding:0 8px;
}
.downloadMilestoneDocument em::before {
    color:#ff8403;
}
.tab-content .dash-block-main .taskupdate .form-group .selall.multiple .options{
    max-height:210px;
}
#upload-modal-form .modal-content, #editmilstone-modal-form .modal-content{
    max-height:85vh;
}
#upload-modal-form .modal-content .model-body, #editmilstone-modal-form .modal-content .model-body{
    max-height:100%;
}
.employee_list .dropdown-menu .employess_body .employee{
    margin-right:4px;
}
table#myTaskAssessment_table.dataTable tbody td:nth-child(2){
    width:150px !important;
}
table.dataTable#administrative_assessemnt_table tbody td:nth-child(3), table.dataTable#administrative_assessemnt_table th:nth-child(3) {
    width: 150px !important;
}
.problockc .conbx.avatar-edit{
    overflow:visible;
}
.employees-block .table-block table thead tr th:last-child{
    text-align:center;
}
.point-tabs-dt.dashhead{
    padding:5px 15px !important;
}
#profile .security-table .table-block{
    max-height:660px;
}
#profile .security-block{
    padding-bottom:0;
}
.problockc .conbx.avatar-edit{
    overflow: visible;
}
.resendmessage{
    text-align:center;
    margin-top:5px;
}
.left-part .logo-img svg{
    width:218px;
}
.left-part .dashlinks ul li .nav-link:after{
    margin-left:0 !important;
}