body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight:400; 
    background:#fff;
    color:#04111D;
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
} 
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
} 
a, button,.btn {
    transition:all ease 0.4s;
    -webkit-transition: 0.4s;
    text-decoration: none;
}
nav.navbar {
    background: #fff;
}
/*sidebar nav*/
#sidebar:after, .navbar .navbar-brand-wrapper:after{
    content: "";
    border-left: 1px solid #EBECED;
    top:0px;
    right: 0;
    position: absolute;
    height: 100%;
}
.dashlinks ul li{
    margin: 0 0 8px;
}
.dashlinks ul li:last-child{
    margin: 0;
}
.dashlinks ul li .nav-link{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height:22px;
    color: #343E48;
    padding: 12px 15px;
    background: transparent;
    width: 100%;
    border: none;
    box-shadow: none;
    position: relative;
}
.dashlinks ul li .nav-link:after{
    position: absolute;
    content: "";
    width: 3px;
    height: 25px;
    left: 0px;
    top: 9px;
    background: #FF8403;
    border-radius: 0px 5px 5px 0px;
    transform: unset !important;
    opacity: 0;
    visibility: unset;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left:0;
}
.dashlinks ul li .nav-link span{
    width: 14px;
    display: table;
    margin-right: 10px;
}
.dashlinks ul li .nav-link span img{
    filter: brightness(0) invert(0.3);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.dashlinks ul li.accordion-item {
    margin: 0;
    background-color: transparent;
    border: none;
}
.dashlinks ul li.accordion-item .accordion-button:before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 14px;
    color: #343E48;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 500;
}
.dashlinks ul li.accordion-item .accordion-button.collapsed:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
}
.dashlinks ul li.accordion-item .accordion-body{
    padding: 0 0 0 30px;
}
.dashlinks ul li.accordion-item .accordion-body .nav-link {
    padding: 12px 15px;
    margin: 0 0 8px;
    background: #FAFAFA;
    border-radius: 10px;
}
.dashlinks ul li.accordion-item .accordion-body .nav-link:last-child{
    margin: 0;
}
.dashlinks hr {
    border-bottom: 1px solid #EBECED;
    margin: 10px 15px;
    width: 100%;
}

.dashlinks ul li .nav-link.active,
.dashlinks ul li .nav-link:hover{
    color: #FF8403;
    background:#FFF9F2;
    border-radius: 10px;
}
.dashlinks ul li .nav-link.active img,
.dashlinks ul li .nav-link:hover img{
    filter: unset;
}
.dashlinks ul li .nav-link.active:after,
.dashlinks ul li .nav-link:hover:after{
    opacity: 1;
    visibility: visible;
}
.dashlinks ul li.accordion-item .accordion-body{
    position:relative;
    margin-bottom: 8px;
}
.dashlinks ul li.accordion-item .accordion-body:before{
    content:"";
    position:absolute;
    top:0;
    left:20px;
    height: 100%;
    border-left: 2px solid #EBECED;
}
.dashlinks ul li.accordion-item .accordion-header{
    margin-bottom: 8px;
}
.dashlinks ul li > .nav-link > span, .dashlinks ul li > .nav-link > span > img{
    width: 24px;
}
.dashlinks ul li .accordion-body .nav-link:after{
    left: -11px;
}
/* .navbar_list {
    height: calc(100vh - 200px) !important;
} */
.sidebar-icon-only .dashlinks ul li .nav-link {
    padding:8px 4px;
    color: transparent;
    overflow: hidden;
}
.sidebar-icon-only .dashlinks ul li.accordion-item .accordion-button.collapsed:before{
    display:none;
}
.sidebar-icon-only .dashlinks ul li.accordion-item .accordion-body {
    padding: 0;
}
.sidebar-icon-only .dashlinks ul li.accordion-item .accordion-body .nav-link {
    padding:8px 5px;
    border-radius: 10px;
}
@media(min-width:992px){
#sidebar {
    position: fixed;
    left: 0;
    top: 70px;
}
.main-panel {
    margin-left: 250px;
}
.sidebar-icon-only .main-panel{
    margin-left:70px;
}
.sidebar, .navbar .navbar-brand-wrapper{
    position: relative;
}
}
@media(max-width:992px){
.sidebar .nav {
    margin-bottom: 0;
}
.sidebar-offcanvas {
    background: #fff;
}
}
/* **** left-part **** */

/*header*/
.head-info h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #343E48;
    margin: 0 0 5px;
}
.head-info h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #04111D;
    margin: 0;
}
.head-right .right-part, .head-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.right-part li {
    margin-right: 23px;
}
.right-part li:last-child{
    margin-right: 0;
}
.head-right li a.bell-icon {
    position: relative;
    width: 43px;
    height: 43px;
    background: #F6F6FA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 15px;
    color: #343E48;
}
.head-right li a.bell-icon:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 1px;
    background: #E62323;
    right: 0;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
}
.head-right .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #04111D;
    background: transparent;
    border-radius: 0;
    border: none;
}
.head-right .dropdown .dropdown-toggle img {
    width: 43px;
    height: 43px;
    object-fit: cover;
    object-position: center;
    margin-right: 13px;
    border-radius: 50%;
}
.head-right .dropdown .dropdown-toggle i {
    margin-left: 13px;
    font-weight: 500;
}
.head-right .right-part .dropdown-toggle::after{
    display:none;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search {
    margin-right: 20px;
}
.navbar .navbar-menu-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #EBECED;
}
.head-right .dropdown .dropdown-menu{
    background: #FFFFFF;
    border: 1px solid #DDDFE0;
    border-radius: 15px;
    padding: 10px;
    left: auto !important;
    right: 0 !important;
    transform: unset !important;
    top: 100% !important;
    margin-top: 10px !important;
}
.head-right .dropdown .dropdown-menu li{
    margin: 0 0 5px;
}
.head-right .dropdown .dropdown-menu li .dropdown-item{
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #343E48;
    white-space: normal;
}
.head-right .dropdown .dropdown-menu li .dropdown-item:hover{
    background:#FF8403;
    color:#fff;
    border-radius:6px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group{
    padding:1px 8px;
    border:0;
    background:#FAFAFA;
    width:262px;
}
#navbar-search-icon{
    background: #ff8403;
    width:39px;
    height:39px;
    border-radius:50%;
    margin-right:-5px;
    display:flex;
    justify-content:center;
}
#navbar-search-icon .far{
    color:#fff;
    font-size:18px;
    font-weight:300;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control{
    font-size:14px;
    line-height:22.4px;
    text-align:left;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder{
    color:#343E48;
    font-weight:500;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-moz-placeholder {
   color:#343E48;
   font-weight:500;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-moz-placeholder {
   color:#343E48;
   font-weight: 500;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-ms-input-placeholder {
   color:#343E48;
   font-weight: 500;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-ms-input-placeholder {
   color:#343E48;
   font-weight: 500;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::placeholder {
   color:#343E48;
   font-weight: 500;
}

/*dashboard*/
.cart {
    border: 1px solid #EBECED;
    padding: 12px 15px;
    border-radius: 10px;
}
.progress2, .progresss, .progress-sms, .progress-auth, .progress-sec{
    text-align: center;
    position:relative;
}
.progress-circle2, .progress-circle, .progress-circle-sms, .progress-circle-auth, .progress-circle-sec{
    transform: rotate(-90deg);
}
.progress-circle-back2, .progress-circle-back-sms, .progress-circle-back-auth, .progress-circle-sec{
    fill: none;
    stroke: #EBECED;
    stroke-width:4px;
}
.progress-circle-prog2, .progress-circle-prog-sms, .progress-circle-prog-auth, .progress-circle-prog-sec{
    fill: none;
    stroke: #147bdb;
    stroke-width:5px;
    stroke-dasharray: 0 999;
    stroke-dashoffset: 0px;
    transition: stroke-dasharray 0.7s linear 0s;
    stroke-linecap: round;
}
.progress-text2, .progress-text-sms, .progress-text-auth, .progress-text-sec{
    width:32px;
    position: absolute;
    top: 34%;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    right: 0;
    left: 0;
    line-height: normal;
    margin: auto;
}
.cart .card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart .card-top .card-left {
    align-items: center;
    display: flex;
}
.cart .card-left .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    overflow: hidden;
}
.cart .card-left .caption h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32.74px;
    text-align: left;
    margin-bottom: 0;
}
.cart .card-left .caption span{
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
}
.cart .card-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EBECED;
}
.last_date p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.37px;
    margin-bottom:0;
}
.last_date {
    display: flex;
    align-items: center;
}
.last_date span{
    margin-left:15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.37px;
    padding:2px 5px;
    border-radius:5px;
}
.last_date .success{
    color:#1C9C53;
    background: rgb(28 156 83 / 5%);
}
.last_date .danger{
    color:#E52323;
    background:rgb(229 35 35 / 5%);
}
.bg_orange{
    background: #FF8403;
}
.bg_parpel {
    background: #DC4AAA;
}
.bg_green {
    background: #58BD73;
}
.bg_blue {
    background: #438DCC;
}
.cart_top {
    margin-bottom: 24px;
}
.gap_small {
    margin-left: -8px;
    margin-right: -8px;
}
.gap_small [class*="col-"]{
    padding-left:8px;
    padding-right:8px;
}
.card-left .caption h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24.55px;
    margin-bottom: 0;
}
.card-left .caption h5 a{
    color:#000;
}
.list_risk li span {
    background: #F9F9E7;
    padding: 3px 8px;
    border-radius: 20px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.37px;
    display:inline-flex;
    align-items: center;
    gap: 5px;
}
.more_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.37px;
    border: 1px solid #FF8403;
    border-radius: 15px;
    padding: 3px 10px;
    display: inline-block;
    color: #000;
    background: rgb(255 132 3 / 5%);
}
.dashboard_tital{
    margin-bottom:14px;
}
.cart.slick-slide {
    margin-right: 15px;
    min-height: 260px;
}
.arrow_top button.slick-arrow{
    width: 34px;
    height: 34px;
    padding: 8px 6px 8px 6px;
    border-radius: 8px;
    border: 0;
    color: transparent;
}
.arrow_top button.slick-arrow {
    width: 34px;
    height: 34px;
    padding: 8px 6px 8px 6px;
    border-radius: 8px;
    border: 0;
    color: transparent;
    position: absolute;
    right: 60px;
    top: -40px;
}
.arrow_top button.slick-arrow:hover{
    background:#ff8403;
}
.arrow_top button.slick-arrow.slick-next{
    right:15px;
}
.arrow_top button.slick-arrow:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - 9px);
}
.arrow_top button.slick-arrow.slick-next:after {
    content: "\f105";
}
.arrow_top button.slick-arrow:hover:after{
    color:#fff;
}
@media (min-width: 768px) {
.custom_col .col-md-9 {
    flex: 0 0 auto;
    width: 73%;
}
.custom_col .col-md-3 {
    flex: 0 0 auto;
    width:27%;
}
}
.progress-circle-back {
    fill: none;
    stroke: #26B5F8;
    stroke-width: 20px;
}
.progress-circle-prog {
    fill: none;
    stroke: #FF8403;
    stroke-width: 20px;
    stroke-dasharray: 0 999;
    stroke-dashoffset: 0px;
    transition: stroke-dasharray 0.7s linear 0s;
    stroke-linecap: round;
}
.progress-text {
    width: 68px;
    height: 68px;
    position: absolute;
    top: calc(50% - 35px);
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    border: 0;
    border-radius: 50%;
    padding: 10px 0 8px;
    line-height: normal;
    box-shadow: 0px 1px 2px 0px #0000001A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.progress-text:before {
    content: "Accepted";
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.task_data {
    background: #F4F4F6;
    margin-top:10px;
    padding: 8px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
}
.acept {
    border-left: 6px solid #26B5F8;
    border-radius: 2px;
    padding-left: 8px;
}
.pending{
    border-left: 6px solid #FF8403;
    border-radius: 2px;
    padding-left: 8px;
}
.dataTables_wrapper .table td img{
    display: inline-block;
}
/*#datatables_length {
    display: none;
}*/
.table-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.table_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
}
.btn.btn-filter {
    border: 1px solid #EBECED;
    padding: 9px 15px 9px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
}
.btn.btn-filter:hover{
    border:1px solid #ff8403;
    background:#ff8403;
    color:#fff;
}
.btn.btn-filter:hover svg path{
    stroke:#fff;
}
#datatables_filter label {
    position: relative;
    border: 1px solid #EBECED;
    border-radius: 12px;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    width: 160px;
    height: 40px;
    color:transparent;
}
#datatables_filter label input.form-control {
    border: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: transparent;
    margin: 0;
    padding-left:40px;
    height: auto;
}
#datatables_filter label:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    color: #343E48;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 9px;
    left: 12px;
}
div.dataTables_wrapper div.dataTables_length select {
    box-shadow: none;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    height: auto;
    border-radius: 10px;
}
table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc:before, 
table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after{
    opacity: 0;
}
table.dataTable {
    border: 1px solid #EBECED;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    width: 100% !important;
}
table.dataTable th {
    background: #FAFAFA;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-transform: uppercase;
    border-bottom: 0;
    color:#000;
}
table.dataTable th:first-child{
    border-radius:12px 0px 0 0;
}
table.dataTable th:last-child{
    border-radius:0 12px 0 0;
}
table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: none;
}
table.dataTable.table-striped>tbody>tr.even>* {
    background: #FAFAFA;
}
table.dataTable td{
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    border-bottom: 0;
}
.dataTables_wrapper .table td img + strong {
    margin-left: 5px;
}
.dataTables_wrapper .row:last-child {
    border: 1px solid #ebeced;
    border-top: 0;
    padding: 12px 0px;
    border-radius: 0 0 12px 12px;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 10px;
}
.pagination li {
    margin: 0 6px;
}
.pagination li a {
    background: #FAFAFA;
    width: 34px;
    height: 34px;
    padding: 8px 6px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #646C73;
}
.pagination .page-item.active .page-link {
    color: #FF8403;
    background-color: #FFF3E6;
    border-color: #FFF3E6;
}
.pagination li:first-child a, .pagination li:last-child a {
    border: 0;
}
.page-item .page-link .fa {
    font-weight: 500;
    line-height: 20px;
}

@keyframes growProgressBar {
  0%,
  33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}

@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

.table_progress[role="progressbar"] {
  --size:30px;
  --fg:#147BDB;
  --bg:#EBECED;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(
      closest-side,
      white 80%,
      transparent 0 99.9%,
      white 0
    ),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

/*div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}*/
.v-align {
    vertical-align: middle;
}
.pertance_sp {
    min-width: 45px;
    display: inline-block;
}
.btn-primary{
    background: #FF8403;
    padding: 9px 14px;
    border-radius:8px;
    font-size: 16px;
    font-weight: 600;
    line-height:21px;
    color:#fff;
    border-color: #FF8403;
}
.btn-light{
    background:rgb(255 132 3 / 10%);
    padding: 9px 14px;
    border-radius:8px;
    font-size: 16px;
    font-weight: 600;
    line-height:21px;
    color:#FF8403;
    border-color:rgb(255 132 3 / 10%);
}
.btn.btn-sm{
    font-size: 12px;
    line-height:16px;
    padding: 9px 14px;
}
.btn-light:hover, .btn-primary:hover, button.btn:hover, .btn:hover{
    background:#000;
    border-color:#000;
    color:#fff;
}
.form-control, select.form-control{
    font-weight: 400;
    border: 1px solid #EBECED;
    padding: 10px 15px;
    border-radius: 10px;
    outline:0;
    color:#04111D;
}
.form-control:focus, select.form-control:focus, .form-control:active, select.form-control:active{
    border-color:#FF8403;
}
.row.padding-sm{
    margin-left:-8px;
    margin-right:-8px;
}
.padding-sm [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
.employee_dashboard .progress-text{
    top:25px;
}
.employee_dashboard .list_task{
    width: 100%;
}
.highcharts-figure {
    position: relative;
    margin: auto;
}
.img_score {
    position: absolute;
    top: 17px;
    max-width: 100%;
    color: transparent;
    left: 0;
    pointer-events: none;
}
text.highcharts-credits {
    display: none;
}

#chart-div svg {
    width: 100%;
    height: auto;
}
.score_num {
    text-align: center;
    margin-top:-75px;
    position: relative;
}
.score_num span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
}
.staff_score {
    font-size: 12px;
}
.card_policy .box-footer {
    border-top: 0;
    padding: 0;
    position: relative;
    margin-top: 10px;
    margin-bottom: -12px;
    margin-left: -15px;
    margin-right: -15px;
}
.card_policy .box-footer a {
    padding: 10px;
    border-radius: 0 0 8px 8px;
    display: block;
    text-decoration: none;
    margin: 0;
    background: #FFF9F2;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
    color: #FF8403;
}
.highcharts-data-labels.highcharts-tracker, .highcharts-label.highcharts-tooltip{
    display: none;
}
path.highcharts-dial {
    stroke-width: 5px;
    stroke: #fff;
}
.highcharts-pivot {
    stroke-width: 14px;
    
}
.card_policy + .card_policy {
    margin-top: 20px;
}
.card_policy .box-body {
    margin-top: -6px;
}
.employee_dashboard .card_policy h5 {
    position: relative;
    z-index: 1;
}
.table-responsive.dataTable-search-filter {
    overflow: visible;
}

/* **** Profile Block **** */
.profile-block {
    background: #FFFFFF;
    border: 1px solid #DDDFE0;
    border-radius: 15px;
    padding: 24px 20px;
}
.profile-block h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #04111D;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-block h2 a {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    padding: 5px 10px;
    margin-left: auto;
    margin-right: 0;
    background: #FAFAFA;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBECED;
}
.profile-block h2 a:hover {
    background:#ff8403;
}
.profile-block h2 a:hover svg path{
    stroke:#fff;
}
.dash-block-main .profile-block h2 a{
    margin-left:6px;
}
.dash-block-main {
    padding: 22px;
}
.profile-block h2 a i{
    margin-right: 10px;
}
.profile-block h2 a:hover{
    background:#ff8403;
    color: #fff;
}
.profile-block .user-image{
    display: flex;
    align-items: center;
    position: relative;
    display: table;
    margin: 0 auto 24px;
}
.profile-block .user-image .user-img{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.profile-block .user-image .user-shap{
    position: absolute;
    right: -9px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.profile-block .user-bx h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #04111D;
    text-align: center;
    margin: 0 0 0px;
}
.profile-block .user-bx h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #343E48;
    text-align: center;
    margin: 0 0 24px;
}
.profile-block .user-bx ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-block .user-bx ul li{
    margin-right: 25px;
}
.profile-block .user-bx ul li:last-child{
    margin: 0;
}
.dash-block .nav-tabs li:last-child{margin:0}
.profile-block .user-bx ul li a{
    width: 52px;
    height: 52px;
    background: rgba(28, 156, 83, 0.1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-block .user-bx ul li a img{
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.profile-block .user-bx{
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #DDDFE0;
}
.profile-block .user-bx ul li:nth-child(2) a{background:rgba(230, 35, 35, 0.1); color: rgba(230, 35, 35, 1)}
.profile-block .user-bx ul li:last-child a{background: rgba(20, 123, 219, 0.1); color: rgba(20, 123, 219, 1)}
.profile-block .user-bx ul li a:hover{background: rgba(28, 156, 83, 1);}
.profile-block .user-bx ul li:nth-child(2) a:hover{background:rgba(230, 35, 35, 1);}
.profile-block .user-bx ul li:last-child a:hover{background: rgba(20, 123, 219, 1);}
.profile-block .user-bx ul li a:hover img{filter: brightness(0) invert(1);}


.profile-block .score-block .score-chart{
    margin: 0 0 25px;
}
.profile-block .score-block .score-chart img{
    max-width: 100%;
    margin: 0 auto;
}
.profile-block .score-block h2 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    display: block;
    color: #04111D;
    margin: 0 0 24px;
}
.profile-block .score-block ul li{
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #DDDFE0;
    border-radius: 10px;
    margin: 0 0 20px;
    position: relative;
}
.profile-block .score-block ul li:last-child{
    margin: 0;
}
.profile-block .score-block ul li h6{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #343E48;
    opacity: 0.8;
    margin: 0 0 7px;
}
.profile-block .score-block ul li h3 {
    font-weight: 500;
    font-size:20px;
    line-height: 25px;
    color: #04111D;
    margin: 0;
    padding-right: 35px;
}
.profile-block .score-block ul li a{
    width: 34px;
    height: 34px;
    border: 1px solid #147BDB;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.profile-block .score-block ul li a img{
    max-width: 100%;
     -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.profile-block .score-block ul li:last-child a{
    border-color: #E52323;
}
.profile-block .score-block ul li a:hover img{filter: brightness(0) invert(1);}
.profile-block .score-block ul li a:hover{
    background: #147BDB;
}
.profile-block .score-block ul li:last-child a:hover{
    background: #E52323;
}
/* **** End Profile Block **** */

@media (min-width: 1200px) {
.custom_col .col-xl-3 {
    flex: 0 0 auto;
    width: 28%;
}
}
@media (min-width: 1200px) {
.custom_col .col-xl-9 {
    flex: 0 0 auto;
    width: 72%;
}
}

/*user dashboard right panel*/
.dash-block .nav-tabs {
    border-bottom: 1px solid #DDDFE0;
    padding: 0;
    margin-bottom: 25px;
}
.dash-block .nav-tabs li {
    margin-right:25px;
}
.dash-block .nav-tabs li .nav-link:hover, .dash-block .nav-tabs li .nav-link.active {
    color: #04111D;
}
.dash-block .nav-tabs li .nav-link {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #343E48;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    margin: 0;
    padding: 5px 0px;
    position: relative;
    gap: 5px;
}
.dash-block .nav-tabs li .nav-link:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    height: 3px;
    background:#FF8403;
    border-radius: 10px;
    bottom: -2px;
    border-radius: 4px;
    width: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.dash-block .nav-tabs li .nav-link:hover:before, .dash-block .nav-tabs li .nav-link.active:before {
    width: 100%;
    left: 0;
}
.security-block .progress-block {
    padding: 15px 20px;
    border: 1px solid #DDDFE0;
    border-radius: 10px;
    margin: 0 0 25px;
}
.security-block .progress-block ul {
    display: flex;
    align-items: center;
}
.security-block .progress-block ul li {
    margin-right: 48px;
    padding-right: 48px;
    width: 85%;
    border-right: 1px solid #DDDFE0;
}
.progres-box {
    width: 100%;
}
.progres-box h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #04111D;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}
.progres-box h3 span {
    margin: 0;
    display: table;
    margin-left: auto;
}
.progres-box .progress {
    background: rgba(20, 123, 219, 0.1);
    border-radius: 10px;
}
.progres-box .progress .progress-bar{
    background:#1C9C53;
    border-radius: 10px;
}
.security-block .progress-block ul li:last-child {
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
}
.security-block .progress-block ul h5 {
    padding: 3px 10px;
    background: #DDDFE0;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    width: fit-content;
    display: table;
    white-space: nowrap;
}
.security-table h3 {
    font-weight: 600;
    font-size:18px;
    line-height:28px;
    color: #04111D;
    margin: 0 0 20px;
}
.security-block table tbody tr td span.completed-fild{
    background:rgba(100, 108, 115, 0.1);
    border-radius:14px;
    width: 29px;
    height:20px;
    position:relative;
    display:inline-block;
}
.security-block table tbody tr td span.completed-fild:before{
    position:absolute;
    content:"";
    width:13px;
    height:2px;
    background:#646C73;
    border-radius:10px;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.label_states {
    border: 1px solid #FF8403;
    color: #FF8403;
    padding: 4px 10px !important;
    border-radius: 25px;
    line-height: normal;
}
.label_states:hover{
    color:#fff;
    background: #FF8403;
    border: 1px solid #FF8403;
}
.user_dashboard .dataTables_wrapper .row:first-child {
    display: none;
}
.user_dashboard .security-table h3 {
    margin:0 0 0px;
}
.device-block .device-box {
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #DDDFE0;
    border-radius: 10px;
    position: relative;
    margin: 0 0 25px;
}
.device-block .device-box h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #343E48;
    opacity: 0.8;
    margin: 0 0 7px;
}
.device-block .device-box h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #04111D;
    margin: 0;
}
.device-block .device-box span {
    padding: 10px;
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #646C73;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.device-score {
    background: #FFFFFF;
    border: 1px solid #DDDFE0;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 16px;
}
.device-score h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #343E48;
    opacity: 0.8;
    margin: 0 0 16px;
}
.device-block h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #04111D;
    margin: 0 0 16px;
}
.security-controls ul li {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDFE0;
    border-radius: 10px;
    padding: 25px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #04111D;
}
.security-controls ul li img {
    max-width: 100%;
    margin-right: 20px;
}
.security-controls ul li .right-icon {
    margin-left: auto;
    margin-right: 0;
}
.user_dashboard .security-table .device-score h3 {
    margin: 0 0 12px;
}
.score-chart .progress-circle-back {
    stroke: #FFF3E6;
}
.modal .modal-header h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 0;
}
.modal .modal-header {
    border: 0;
    padding-bottom: 0;
}
.view_detail_body {
    border: 1px solid #EBECED;
    border-radius: 12px;
}
.view_detail_body h4 {
    background: #FAFAFA;
    padding: 12px 20px 12px 20px;
    margin-bottom: 0;
    font-size: 14px;
}
.view_detail_caption {
    padding: 18px 20px;
}
.view_detail_caption p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 20px;
}
.view_detail_caption p:last-child{
    margin-bottom:0px;
}
.modal button.btn {
    margin: 0;
    padding: 10px 16px;
    border-radius: 8px;
    margin-left: 15px;
}
.d-green{
    background:#1C9C53;
}
.d-red{
    background:#E52323;
}
.status-pending{
    position: relative;
    padding: 4px 6px 4px 22px;
    border-radius: 30px;
    color:#C0C30E;
    background-color:#F9F9E7;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.4px;
}
.status-pending::before{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C0C30E;
}
.any-drop .dropdown-menu li .dropdown-item:hover svg path {
    stroke: #fff;
}
.cricle_btn {
    background: #F4F4F6;
    border: 1px solid #EBECED;
    width: 32px;
    height: 32px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.cricle_btn:hover{
    background: #ff8403;
    border: 1px solid #ff8403;
}
.cricle_btn:hover svg path{
    stroke:#fff;
}
.modal table.table tr th {
    font-size: 14px;
}
.table .no_data img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: #FF8403;
    border-color: #FF8403;
    color:#fff;
    outline:0;
    box-shadow:none;
}
.plan-div-content-inner .table tbody tr th[scope="row"] {
    background-color: #FFF9F2;
    font-size: 0.875rem;
    text-align:left;
    font-weight:400;
}
.wrunner__valueNote_theme_default.wrunner__valueNote {
    background: transparent;
    color: #04111D;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 0;
}
.wrunner__valueNote_theme_default.wrunner__valueNote::after{
    display:none;
}
.wrunner__pathPassed_theme_default.wrunner__pathPassed, .wrunner__handle_theme_default.wrunner__handle:active, 
.wrunner__handle_theme_default.wrunner__handle:hover {
    background-color: #1c9c53;
    transform: scale(1);
}
.wrunner__handle_theme_default.wrunner__handle {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    background-color: #1c9c53;
    top: -5px;
}
.wrunner__divisions_theme_default.wrunner__divisions{display:none;}
.range_slid {
    margin-top: 25px;
}
.range_slid {
    opacity: .4;
    pointer-events: none;
}
.dv-basicInfo-form-check .form-check-input:checked ~ label ~ .range_slid {
    opacity: 1;
    pointer-events: auto;
}
.addNew-btn.add_more {
    color: #FF8403;
}
#view_tag table.table tr th {
    font-weight: 600;
    color: #04111D;
}
#view_tag table.table tr th, #view_tag table.table tr td {
    border: 1px solid #ebeced;
    padding: 14px;
}
#view_tag table.table tr:first-child th, #view_tag table.table tr:last-child td {
    border-radius: 8px;
}
.form_radio .form-check .form-check-input{
    margin:2px;
}
.pdf_size{
    display: inline-block;
    background: #8ABDED;
    color: #FFFFFF;
    border-radius: 5px;
}
.pdf_size span{
    padding:5px 10px;
    display:inline-block;
}
.pdf_size span:last-child{
    background:#8DCDA9;
    border-radius:0 6px 6px 0;
}
.file_input input[type="file"] {
    border: 0;
    padding: 0;
    height: auto;
    background: transparent;
    max-width: 260px;
    margin: auto;
    position: relative;
    top: 8px;
}
.file_input input[type="file"]::-webkit-file-upload-button {
   display: none;
}
.file_input label {
    border: 2px solid #EBECED;
    width: 260px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
    margin:24px auto;
}
.file_input .form-label {
    margin-bottom: 0;
}
.modal table.dataTable {
    border-radius: 12px;
}
.border-table tr th, .border-table tr td {
    border-left: 1px solid #EBECED;
}
.status-active.no-dot, .status-inactive.no-dot, .status-pending.no-dot{
    display: inline-block;
    padding: 9px 15px;
}
.status-active.no-dot:before, .status-inactive.no-dot:before, .status-pending.no-dot:before{
    display:none;
}
.card-panel {
    box-shadow: -8px 4px 32px 0px #0000000D;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #fff;
    transition:all ease 0.4s;
    -webkit-transition: 0.4s;
    margin-bottom: 25px;
}
.card-panel:hover {
    border: 1px solid #ff8403;
    transition:all ease 0.4s;
    -webkit-transition: 0.4s;
}
.integration .icon {
    margin-bottom: 20px;
}
.caption h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
.caption p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
}
.integration .card-panel .btn {
    width: 100%;
    border-radius: 40px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.assessment_page .hw-heading h6{
    margin-bottom: 15px;
}
.assessment_page h6 a{
    color: #ff8403;
    text-decoration: underline;
    margin-left: 10px;
}
.compliance_option{
    display: flex;
    flex-wrap: wrap;
}
.compliance_option .form-check label {
    background: #FFF9F2;
    padding: 16px 10px;
    border-radius: 10px;
    padding-left: 42px;
    margin-left: 0;
    position: relative;
}
.compliance_option .form-check .form-check-label input[type="checkbox"] + .input-helper:before, 
.compliance_option .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after{
    top:0;
    bottom:0;
    margin:auto;
    left: 15px;
    height:18px;
    border:2px solid #ff8403;
    border-radius: 4px;
}
.compliance_option .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before{
    background:#ff8403;
}
.compliance_option .form-check {
    width: 18%;
    margin-right: 2.5%;
    margin-top: 0;
}
@media(min-width:1200px){
.compliance_option .form-check:nth-child(5n){
    margin-right:0;
}
}
.no_data-box{
    background: rgb(242 145 145 / 2%);
    border: 1px solid #F29191;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}
.no_data-box img{
    display:block;
    margin:0 auto 24px;
}
.no_data-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #E52323;
    max-width: 190px;
    margin: auto;
}
script ~ .wrunner_theme_default.wrunner_direction_horizontal {
    display: none;
}
/*sign in*/
.signin-block .form-group {
    position: relative;
}
.signin-block .form-group .i_icon{
    font-size: 17px;
    color: #A1A1A1;
    opacity: 0.50;
    position: absolute;
    top: 20px;
    right: 15px;
}
.act-signin-btn {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.frgt-links {
    font-size: 14px;
    font-weight: 500;
    color: #FF8303;
    margin-left: auto;
}
.frgt-links:hover {
    color: #000;
}
.signin-block h6 {
    text-align: center;
    margin: 25px 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
.signin-block h6 a {
    color: #FF8303;
}
.signin-block h6 a:hover {
    color: #000;
}
.form-check .form-check-input:checked {
    background-color: #ff8403;
    border-color: #ff8403;
}
/*sign up*/
.signin-block .form-wizard .form-wizard-header {
    text-align: center;
    margin: 0 0 15px;
}
.btn-wizrd i{
    margin-left: 5px;
}
.wiz-barbtn{
    display: flex;
    align-items: center;
    padding: 15px 0 0
}
.wiz-barbtn .form-wizard-submit ,
.wiz-barbtn .form-wizard-next-btn{
    margin-left: auto;
}
.signin-block .form-wizard .wizard-fieldset {
    display: none;
}
.signin-block .form-wizard .wizard-fieldset.show {
    display: block;
}
.signin-block .form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.signin-block .form-wizard .form-wizard-previous-btn i{
    margin: 0 5px 0 0;
}
.signin-block .form-wizard .form-wizard-steps li {
    width: 33.33%;
    float: left;
    position: relative;
}
.signin-block .form-wizard .form-wizard-steps li::after {
    background-color: transparent;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 35px;
    width: 100%;
    border: 1px dashed #A1A1A1;
}
.signin-block .form-wizard .form-wizard-steps li span {
    background-color: #fff;
    border-radius: 50%;
    height:21px;
    line-height:21px;
    position: relative;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
    font-size: 12px;
    font-weight: bold;
    color: #A1A1A1;
    width: 21px;
    z-index: 1;
    position: absolute;
    top:-10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.signin-block .icbx{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E4;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}
.signin-block .icbx img{
    opacity: 0.50;
}
.signin-block .form-wizard .form-wizard-steps li h6{
    margin: 15px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #A1A1A1;
    line-height: 22px;
}
.signin-block .form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}
.signin-block .form-wizard .form-wizard-steps li.active span, .signin-block .form-wizard .form-wizard-steps li.activated span {
    background-color: #fff;
    color: #000;
}
.signin-block .form-wizard .form-wizard-steps li.activated .icbx img,
.signin-block .form-wizard .form-wizard-steps li.active .icbx img{opacity: 1;}
.signin-block .form-wizard .form-wizard-steps li.activated h6,
.signin-block .form-wizard .form-wizard-steps li.active h6{color: #000;}
.signin-block .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: transparent;
    left: 50%;
    width: 50%;
    border-color: #FF8303;
}
.signin-block .form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #FF8303;
}
.signin-block .form-wizard .form-wizard-steps li.activated span{
    background:#FF8303;
    font-size: 0;
}
.signin-block .form-wizard .form-wizard-steps li.activated h6{
    color: #FF8303;
}
.signin-block .form-wizard .form-wizard-steps li.activated span:after{
    position: absolute;
    content:"\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.signin-block .form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}
.profile-typebox{
    padding: 15px 0;
}
.profile-typebox h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px;
}
.profile-typebox ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.profile-typebox ul li{
    width: 50%;
    padding: 0 15px;
}
.profile-typebox ul li .pro-typbx{
    padding: 15px;
    border: 1px solid #FF8303;
    border-radius: 8px;
    cursor: pointer;
}
.profile-typebox ul li .pro-typbx input{display: none;}
.profile-typebox ul li .pro-typbx h4{
    margin: 10px 0 0;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    color: #000;
    align-items: center;
}
.profile-typebox ul li .pro-typbx h4 span{
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #FF8303;
    margin-left: auto;
    vertical-align: middle;
    font-size: 12px;
}
.profile-typebox ul li .pro-typbx h4 span i{opacity: 0;}
.profile-typebox ul li.selected .pro-typbx h4 span{
    background: #FF8303;
    color: #fff;
}
.profile-typebox ul li.selected .pro-typbx h4 span i{opacity: 1;}

.personal-data-wrp{
    padding: 15px 0;
}
.personal-data-wrp .form-group{margin: 0 0 25px;}
select.form-control{
    display: block;
    -webkit-appearance: none;
    background-image: url(../images/down.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}
.personal-data-wrp .act-signin-btn{margin: 0;}

.avatar-upload {
    position: relative;
    margin: 0px ;
}
.avatar-upload .avatar-edit {
    
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #0a0a0a;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    line-height: 36px;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.05;
    z-index: 55;
}
.avatar-upload .avatar-edit input + label:hover {
    background: rgb(13 13 13);
    color: #fff;
    opacity: 1;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f067";
    font-family:"Font Awesome 5 Pro";
    color: rgba(255,255,255,0.50);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 97px;
    height: 97px;
    position: relative;
    border-radius: 100%;
    background: rgba(255,255,255,0.02);
    border-radius: 8px;
    margin: 0 auto;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.problockc{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}
.conbx{
    padding-left: 25px;
}
.conbx h4{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.conbx h4 span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #A7A7A7;
    line-height: normal;
    margin-top: 2px;
}
.errorsmsg{
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #979797;
    display: block;
}
.signin-block .form-group .form-control.form-floating {
    padding:22px 45px 12px 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;
}
.signin-block .form-group i {
    font-size: 17px;
    color: #A1A1A1;
    opacity: 0.50;
    position: absolute;
    top: 20px;
    right: 15px;
}

/*assessment css*/
.dash-block-main {
    padding: 45px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.dashhead {
    margin: 0 0 20px;
    padding: 0 !important;
}
.dash-block-main h2 a {
    display: flex;
    margin: 0;
    align-items: center;
}
.dashhead .btn-main {
    padding: 15px 22px;
    background: #FFECD8;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #FF8303;
    float: right;
    display: inline-block;
    text-transform: uppercase;
}
.dash-frm .form-group {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 15px 0 40px;
}
.dash-frm .form-group label {
    font-weight: 600;
    color: #6b6b6b;
    line-height: 19px;
    z-index: 1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FF8303;
}
form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color:#FF8303;
}
.select2-container--default .select2-search--dropdown .select2-search__field{outline:none;}
.dash-frm .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {color:#A1A1A1;}
.select2-container--default .select2-results__option[aria-selected=true]{background-color: transparent; }
.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;}
.profile-typebox {
    padding: 15px 0;
}
.assessment-choice h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px;
}
.profile-typebox.assessment-choice ul{
    justify-content: flex-start;
}
.assessment-choice ul{
    justify-content: center;
}
.profile-typebox ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.dash-frm .assessment-choice ul li{
    width: 25%;
    margin: 0 0 20px;
    padding: 0 15px;
}
.dash-frm .assessment-choice ul li .pro-typbx {
    background: rgba(255, 131, 3, 0.05);
    border-radius: 5px;
}
.profile-typebox ul li .pro-typbx input {
    position: absolute;
    transform: scale(1.5);
    top: calc(50% - 8px);
    left: 18px;
    opacity: 0;
    z-index: 9;
    display: block;
}
.assessment-choice ul li .pro-typbx h4 {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    color: #000;
    align-items: center;
}
.profile-typebox ul li .pro-typbx h4 span{
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #FF8303;
    margin-left: auto;
    vertical-align: middle;
    font-size: 12px;
}
.profile-typebox ul li.selected .pro-typbx h4 span {
    background: #FF8303;
    color: #fff;
}
.slider_progress_bx .col-md-6 {
    padding-left: 12px;
    padding-right: 12px;
}
.cus-assessment-box {
    border: 1px solid rgba(161, 161, 161, 0.50);
    margin: 0 0 35px;
    border-radius: 5px;
}
.cus-ass-add {
    padding:15px;
    border-bottom: 1px solid rgba(161, 161, 161, 0.30);
    display: flex;
    align-items: center;
}
.cus-ass-add h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.cus-ass-add h3 span {
    font-size: 13px;
    font-weight: 500;
    color: #A1A1A1;
    display:block;
}
.edit_bx {
    display: flex;
    margin-left: auto;
}
.edit_bx .edit, .edit_bx .delete {
    width: 30px;
    min-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;
    position: relative;
}
.edit_bx .edit:hover, .edit_bx .delete:hover {
    color: #FF8303;
}
.progress-bx {
    padding: 25px 18px;
    background: #fbecd8;
    border-radius: 15px;
    border: 1px solid #e2e2e2;
}
.progress-bx .round-progress-bx {
    text-align: center;
}
.progress-bx h4 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 0 15px;
}
.pro-act {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-act a i, .pro-act a em {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    line-height: 35px;
    font-size: 15px;
    color: #666666;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.pro-act a i:hover, .pro-act a em:hover {
    background: #000;
    color: #fff;
}
.main-ass-probx {
    padding: 15px;
    border-radius: 5px;
    background: #FFECD8;
    margin: 0 0 30px;
}
.process_flex {
    display: flex;
    align-items: center;
}
.process_flex .round-progress-bx {
    margin-right: 15px;
}
.progress-bx .progress, .process_flex .progress {
    width: 120px;
    height: 120px;
    background: transparent;
    box-shadow: none;
}
.process_flex .noselect {
    margin-bottom: 0;
}
.main-ass-probx h3:empty {
    display: none;
}

.main-ass-probx h3 {
    font-weight: 600;
    text-align: left;
    font-size: 23px;
    color: #000;
    margin: 0 0 15px;
}
.proibtact {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width:768px){
.mobile_view {
    display: none !important;
}
}
.sone-asse-highlights {
    max-height: calc(100vh - 495px);
    overflow-y: auto;
    padding:0 0;
    background: #EFEFEF;
    border-radius: 5px;
    position: relative;
}
.sone-asse-highlights .accordion {
    margin: 0px;
}
.sone-asse-highlights .accordion-item {
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin: 0 0 0;
}
.accordion-header {
    margin-bottom: 0;
}
.sone-asse-highlights .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #FF8303;
    background-color: transparent;
}
.sone-asse-highlights .accordion .accordion-button {
    border-radius: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid #A1A1A1;
    padding: 20px 30px;
    background: transparent;
}
.sone-asse-highlights .accordion-item:last-child .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #A1A1A1;
}
.employee-block .accordion .accordion-item .accordion-button, .sone-asse-highlights .accordion .accordion-button {
    justify-content: space-between;
}
.accordion-button::after {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background-color: #e7e7e7;
    border-radius: 100%;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.sone-asse-highlights .accordion-body a.active {
    color: #FF8303;
}

.sone-asse-highlights .accordion-body a:last-child {
    margin: 0;
}
.sone-asse-highlights .accordion-body a {
    position: relative;
    padding-right: 14px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #A1A1A1;
    margin: 0 0 10px;
}
.sone-asse-highlights .accordion-body a i, .sone-asse-highlights .accordion-body a em {
    color: #a1a1a1;
    position: absolute;
    top: 5px;
    right: -2px;
    width: 19px;
}
.points-mini-dt {
    border: 1px solid rgba(161, 161, 161, 0.50);
    border-radius: 5px;
}
.point-tabs-dt.dashhead{
    padding: 5px 15px;
}
.point-tabs-dt.dashhead h2{
    font-size: 22px;
}
.points-mini-dt .points-lst{
    padding: 10px 15px;
}
.point-tabs.max_lenth55.scrollbar-inner{
    overflow-x: auto;
}
.point-tabs .nav-tabs{
    width: 100%;
    flex-wrap: nowrap;
    border: none;
}
.point-tabs .nav-tabs li{
    line-height:normal;
    margin:0 15px 0 0;
}
.point-tabs .nav-tabs li button{
    padding:15px 0;
    font-size:14px;
}
.point-tabs .nav-tabs .nav-item.show .nav-link, .point-tabs .nav-tabs .nav-link.active{
    color:#FF8303;
    background:transparent;
}
.takeact-bx a.btn-main {
    padding: 12px 30px;
    background: #FF8303;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn.btn-main, .btn-demo {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    border-radius: 5px;
    background: #FF8303;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    margin-left: 8px;
}
.black_btn, .takeact-bx a.black_btn {
    background-color: #000;
    color: #fff;
}
.points-mini-dt .points-lst {
    padding: 10px 15px;
}
.breadcrumbbx ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:0 0;
}
.points-lst .breadcrumbbx ul li {
    min-height: 19px;
    margin: 0 30px 0 0;
    font-size: 13px;
    font-weight: 600;
    position:relative;
}
.points-lst .breadcrumbbx ul li:after {
    content: "\f101";
    font-size: 13px;
    right: -20px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    color: #A1A1A1;
    top: 0;
}
.points-lst .breadcrumbbx ul li.currentbreadcums:after{
    display:none;
}
.tab-content .questinbpx {
    max-height: calc(100vh - 425px);
    overflow: auto;
    scroll-behavior: smooth;
}
.questions-box {
    padding: 25px;
}
.que-txt, .qubx{
    display: flex;
    align-items: center;
}
.que-txt span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    color: #FF8303;
    border: 1px solid rgba(112, 112, 112, 0.30);
    display: inline-block;
    text-align: center;
    min-width: 40px;
}
.que-txt h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    margin: 0 0 0 15px;
    width: 85%;
}
.que-txt a {
    margin-left: auto;
}
.que-txt a i, .que-txt a em, .que-lst ul li {
    background: #fbecd8;
}
.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;
    padding-left: 18px;
}
.tagssctin ul, .tagssctin ul li {
    display: flex;
    overflow: hidden;
    width: 100%;
}
.tagssctin ul li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
    width: calc(100% - 75px);
}
.points-mini-dt .que-ans-bx {
    position: relative;
    padding-left: 55px;
}
.que-ans-bx ul {
    margin: 0 0 35px;
    list-style: none;
    justify-content: center;
    position: relative;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.que-ans-bx ul li {
    margin: 0 25px 0 0;
}
.cusrad [type="radio"]:checked, .cusrad [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.cusrad [type="radio"]:checked + label, .cusrad [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.cusrad [type="radio"]:checked + label:before, .cusrad [type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #FF8303;
    border-radius: 100%;
    background: #fff;
}
.cusrad [type="radio"]:not(:checked) + label:after{
    opacity:0;
    -webkit-transform:scale(0);
    transform:scale(0);
}
.cusrad [type="radio"]:checked + label:after, .cusrad [type="radio"]:not(:checked) + label:after{
    content:"\f00c";
    width:23px;
    height:23px;
    background:#FF8303;
    font-family:"Font Awesome 5 Pro";
    line-height:23px;
    text-align:center;
    color:#fff;
    position:absolute;
    top:0px;
    left:0px;
    border-radius:100%;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
.cusrad [type="radio"]:checked + label:after{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
}
.wirterbx .form-group {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.wirterbx .form-group .label_group{
    width: calc(100% - 115px);
}
/* .wirterbx .form-group .form-control{
    max-height: 66px;
    resize: auto;
    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;
} */
.wirterbx .form-group .action .btn {
    background-color: #fff;
    color: #FF8303;
    border: 1px solid #FF8303;
    width: 100px;
    max-height: 66px;
    outline: none !important;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
}
.wirterbx .btn-group{
    margin-right: 115px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wirterbx .btn-group .btn-main.clearbtn{
    margin-right: 0;
    background: #fff;
    color: #FF8303;
    padding: 6px 20px;
    border-radius: 5px;
    border: 2px solid #FF8303;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.wirterbx .btn-group .btn-main:hover{
    background:#000;
    color:#fff;
    border-color:#000;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown{
    background-color:#fff;
    border:1px solid transparent;
}
.select2-container--classic .select2-dropdown--above{
    border-bottom:none;
}
.select2-container--classic .select2-dropdown--below{
    border-top:none;
}
.select2-container--classic .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto;
}
.select2-container--classic .select2-results__option[role=group]{
    padding:0;
}
.select2-container--classic .select2-results__option[aria-disabled=true]{
    color:grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{
    background-color:#3875d7;
    color:#fff;
}
.select2-container--classic .select2-results__group{
    cursor:default;
    display:block;
    padding:6px;
}
.select2-container--classic.select2-container--open .select2-dropdown{
    border-color:#5897fb;
}
.form_action .form-group input[type="file"] + span{
    display:block;
    margin-top:5px;
    font-size:12px !important;
}
#upload-modal-form .modal-content .model-body, #editmilstone-modal-form .modal-content .model-body {
    max-height: 100%;
}
.points-mini-dt{
    border: 1px solid rgba(161, 161, 161, 0.50);
    border-radius: 5px;
}
#upload-modal-form .points-mini-dt{
    border: 0;
}
.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%;
}
#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;
}
.modal .points-mini-dt .nav-tabs li:first-child .nav-link {
    border: 0;
}
.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;
}
#upload-modal-form .points-mini-dt .tab-content {
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
    border: 1px solid #c8cde5;
}
#upload-modal-form .points-mini-dt .tab-content .dash-block-main, .tab-content .dash-block-main .taskupdate {
    padding: 0;
}
#upload-modal-form .points-mini-dt .tab-content .tab-pane {
    border: 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%;
}
/*end assesment css*/

/*otp css*/
.otp-block {
    display: flex;
    align-items: center;
    margin: 0 -5px 35px;
}
.otp-block .otp {
    width: 16.66%;
    margin: 0 5px 0px;
    padding: 15px 15px;
    border: 1px solid #A1A1A1;
    border-radius: 5px;
    box-shadow: none;
    height: auto;
    font-size: 23px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.error-message {
    color: red;
}
.signin-block .btn-main {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: table;
    padding: 15px 15px;
    border-radius: 5px;
    background: #FF8303;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.processing-inner.otp_screen {
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
}
.otp_screen .processing-inner-right .processing-inner-right-cont {
    align-items: center;
    justify-content: center;
}
.form-floating label.error {
    position: static;
    color: red;
    padding: 0 !important;
    margin-bottom: 0;
    transform:none !important;
}
.nav-btn a.login-btn {
    text-decoration: none;
}

.page-item:first-child .page-link, .page-item:last-child .page-link{
    color: transparent;
    position:relative;
}
.page-item:first-child .page-link:before {
    font-weight: 500;
    line-height: 20px;
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
}
.page-item:last-child .page-link:before{
    font-weight: 500;
    line-height: 20px;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
}
table.dataTable td em.fas {
    color: #000;
}
#download-modal-form .form-check .form-check-input {
    margin: 2px;
}
.assement-congobx {
    max-width: 750px;
    padding: 30px 0px;
    margin: auto;
}
.assement-congobx img {
    margin: 0 auto 25px;
}
.assement-congobx h1 {
    font-size: 44px;
    font-weight: bold;
    color: #04111D;
    text-align: center;
    margin: 0 0 15px;
}
.assement-congobx p {
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    text-align: center;
    margin: 0 0 15px;
}
.profile-typebox {
    padding: 15px 0;
}
.free-asse-congo .profile-typebox.assessment-choice ul {
    justify-content: center;
}
.assement-congobx .assessment-choice li {
    width: 33.33%;
    margin: 0 0 20px;
}
.assement-congobx .assessment-choice ul li .pro-typbx {
    background: #FFF7EE;
    padding: 20px 25px;
    border-radius: 8px;
    border: none;
    cursor:pointer;
}
.assessment-choice ul li .pro-typbx h4 {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    color: #000;
    align-items: center;
}
.profile-typebox ul li.selected .pro-typbx h4 span {
    background: #FF8303;
    color: #fff;
}
.assement-congobx .btn-group {
    display: block;
    width: 80%;
    margin: 25px auto 0;
}
.assement-congobx .btn-group .btn-main {
    margin: 0 0 20px;
    display: block;
    width: 100%;
    padding: 15px 15px;
    border-radius: 5px;
    background: #FF8303;
    border: 2px solid #FF8303;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.assement-congobx .btn-group .btn-main:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.assement-congobx .btn-group .btn-main.chobtn{
    background: transparent;
    color: #FF8303;
    margin: 0;
    text-align: center;
}
.assement-congobx .btn-group .btn-main{
    margin: 0 0 20px;
    display: block;
    width: 100%;
    padding: 15px 15px;
    border-radius: 5px;
    background: #FF8303;
    border: 2px solid #FF8303;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.assement-congobx .btn-group .btn-main:hover{
    background:#000;
    color:#fff;
    border-color:#000;
}
.personal-data-wrp .form-group:last-child {
    margin: 0;
}
.pirc-head {
    height: 100%;
}
form#freeassessmentfrom {
    height: calc(100% - 72px);
}
fieldset.pirc-content {
    height: 100%;
}
.pirc-content .pirc-content-content {
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pirc-content .form-check .form-check-input {
    border-radius: 4px;
}
.frgt-links.returnlogin {
    margin-top: 20px;
    display: inline-block;
}
.alert-danger, .alert-success{
    display: flex;
    gap: 5px;
}
.alert-danger .close {
    font-size: 21px;
    color: #992b2b;
    line-height: 20px;
}
.cart.card_policy h5 {
    position: relative;
    z-index: 1;
}
.hw-heading h6 a {
    color: #ff8303;
    font-size: 16px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #EBECED;
    border-radius: 10px;
    cursor: text;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 42px;
    padding: 13px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top:8px;
}
.form-floating .select2-container ~ label {
    display: none;
}
.cus-asset-lst {
    padding: 15px 15px;
}
.cus-asset-lst ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.cus-asset-lst ul li {
    width: 33.33%;
    padding: 0 10px;
}
.cus-asset-lst .progress-bx .progress, .cus-asset-lst .process_flex .progress {
    margin: 0 auto 25px;
}
@media (min-width: 1500px) and (max-width: 1600px) {
    .cus-asset-lst ul li {
        width: 33.33%;
    }
}
@media (min-width: 1201px) and (max-width:1499px) {
    .cus-asset-lst ul li {
        width: 50%;
        margin: 0 0 15px;
    }
}
.pro-act a:last-child i, .pro-act a:last-child em{
    margin-right: 0;
}
.dashhead.filter_tab > .row {
    align-items: center;
}
.assests_div {
    margin-top: 20px;
}
.point-tabs-dt.dashhead {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(161, 161, 161, 0.50);
}
/*.subscriptions-tbles .dataTables_wrapper>.row, .dash-block-main .dashhead>.row {
    margin-left: 0;
    margin-right: 0;
}*/
.point-tabs-dt .row {
    align-items: center;
}
.takeact-bx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.que-ans-bx {
    padding: 15px 0 0 60px;
}
@media (min-width: 1201px) and (max-width: 1600px) {
    .takeact-bx a.btn-main {
        padding: 10px 9px;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .que-ans-bx {
        padding: 15px 0 0 0;
    }
}
/* .points-lst {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(161, 161, 161, 0.50);
} */
.wirterbx .form-group {
    align-items: center;
}
.que-txt a i, .que-txt a em {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: #FFF9F3;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.taskcreate .form-group .form-control .placeholder, .tab-content .form-group .form-control .placeholder {
    background: transparent;
    padding: 10px 5px;
}
.taskcreate .form-group .form-control {
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ebeced;
}
.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
    box-shadow:none;
    border-color:#ebeced;
}
.delete_row button {
    display: flex;
    align-items: center;
}
.modal .custom-checkbox input:checked ~ label:before {
    line-height: 19px;
}
.taskcreate .form-group textarea.form-control {
    height: auto;
}
.proibtact .btn-main {
    padding: 7px 15px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    color: #FF8303;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
#action_modal .select2-container--default .select2-search--inline .select2-search__field{
    width: 100% !important;
}
#datatablesemp .form-checkbox {
    display: flex;
    gap: 4px;
    align-items: center;
}
/*.dataTables_wrapper .table td img {
    width: 20px;
    margin-right: 4px;
}*/
.progress .track {
    stroke: #fff;
}

.progress .track, .progress .fill {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 10;
    transform: rotate(90deg) translate(0px, -80px);
}
.progress.blue .fill {
    stroke: #FF8303;
}

.progress .fill {
    stroke: rgb(255, 255, 255);
    stroke-dasharray: 219.99078369140625;
    stroke-dashoffset: -219.99078369140625;
    transition: stroke-dashoffset 1s;
}
.progress .track, .progress .fill {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 10;
    transform: rotate(90deg) translate(0px, -80px);
    stroke-linecap: round;
}
.progress .value, .progress .text {
    fill: #666666;
    text-anchor: middle;
    font-size: 14px;
    font-weight: bold;
}
/* table.dataTable thead th:last-child, table.dataTable thead td:last-child {
    text-align: center;
} */
#add-role .form-control {
    line-height: 12px;
}
.detail-tabs .nav .takeact-bx a.btn-main{
    border:0;
}
.detail-tabs .nav .takeact-bx a.btn-main.active {
    background: transparent;
    color: #000000 !important;
    border: 0;
}
.detail-tabs .nav-tabs li a.active::before {
    left: 0;
}
.tab-content > .tab-pane .desktop_view {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.custom-checkbox input {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}
.custom-checkbox input:checked{
    background-color: #ff8403;
    border-color: #ff8403;
}
#upload-modal-form .modal-content, #editmilstone-modal-form .modal-content {
    overflow-x: auto;
}
.delete-modal .modal-body h3{
    text-align: left;
}
.dash-frm .form-group {
    display: flex;
    flex-wrap: wrap;
}
.dash-frm .form-group {
    position: relative;
    margin: 15px 0 40px;
}
.slid_risk_employ .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.dash-review-row {
    margin: 0 0 35px;
}
.dash-rw-bx {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(161, 161, 161, 0.30);
    display: flex;
    align-items: center;
}
.dhs-img {
    display: flex;
    align-items: center;
}
.dhs-img h3 {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.coub {
    margin-left: auto;
}
.coub h4 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #FF8303;
}
.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: 19px;
}
.dash-frm .form-floating i {
    font-size: 17px;
    color: #A1A1A1;
    opacity: 0.50;
    position: absolute;
    top: 20px;
    right: 15px;
}
.list_style.form-control {
    height: auto;
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #ff8403;
    border-color: #ff8403;
}
.dashhead .btn-main {
    padding: 14px 18px;
    background: #FFECD8;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #FF8303;
    float: right;
    display: inline-block;
    text-transform: uppercase;
}
.dropdown.profile_dropdown.noti_dropbox > a.text-primary{
    width: auto;
    height: auto;
    line-height: normal;
}
.arrows .slick-arrow:after {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 400 !important;
}
label.error, span.error {
    color: red !important;
}
form .SumoSelect {
    width: 100%;
}
form .SumoSelect>.CaptionCont {
    border: 1px solid #ebeced;
    border-radius: 10px;
}
form .SumoSelect .select-all {
    height: auto;
}
button.btn.btn-primary.saveTask {
    border-radius: 6px !important;
}
form .SumoSelect>.CaptionCont>span{
    color: #6b7279;
    font-style: normal;
    background: transparent;
    opacity: 1;
    padding:5px 0px;
}
#viewmilestone-modal-form table tr td {
    white-space: normal;
}
form .SumoSelect {
    display: flex;
    flex-direction: column-reverse;
}
.imageUpload #imageUpload {
    display: none;
}
.milestonenew thead #deletebutton {
    background: transparent;
    padding: 0;
}
table .dropdown.employee_list {
    display: inline-block;
    vertical-align: middle;
}
table .dropdown.employee_list span {
    line-height: 18px;
    display: block;
}
table button.deletemilstone{
    background: rgb(255 132 3 / 10%);
    border: 1px solid #f7832a;
    display: flex;
    gap: 5px;
}
.point-tabs .nav-tabs li button{
    color:#000;
}
.form-floating > textarea.form-control.input-height{
    height:52px;
}
.modal-content .taskupdate form .row{
    align-items: flex-start;
}
#administrative_assessemnt_table caption, .dataTables_wrapper caption{
    display:none;
}
.dataTables_wrapper .row:last-child{
    margin-right:calc(-.1 .1* var(--bs-gutter-x));
    margin-left:calc(-.1 .1* var(--bs-gutter-x));
}
.head-right .dropdown .dropdown-menu li:last-child .dropdown-item {
    white-space: normal;
    font-size: 12px;
    line-height: normal;
    background: rgb(255 132 3 / 10%);
    border-radius: 10px;
    color: #ff8403;
    border: 1px solid #ff8403;
}
/*.head-right .dropdown .dropdown-menu {
    min-width: 185px;
}*/
#datatablesemp .action-box {
    justify-content: flex-start;
}
table#datatablesemp.dataTable thead th:last-child, table#datatablesemp.dataTable thead td:last-child{
    text-align:left;
}
.dashboard .custom_col{
    margin-top:20px;
}
.employee-dashboard {
    line-height: 17px;
    display: block;
    padding: 0px 10px;
}
.dashboard .head-info {
    display: none;
}
.dataTables_empty {
    text-align: center !important;
}
div#advanced-filters{
    padding:0;
}
/* .modal-content .btn-close{
    position:absolute;
    right:10px;
    top:10px;
    z-index:1;
} */
div.dataTables_wrapper div.dataTables_info{
    padding-left:10px;
}
@media(max-width:992px){
div.dataTables_wrapper div.dt-row .col-sm-12{
    overflow:auto; 
}
}
#action_modal .form_action .form-group .select2 .select2-selection {
    padding:0;
    height:auto;
    min-height:auto;
    display:flex;
}
#action_modal .form_action .form-group .select2 .select2-selection .select2-selection__rendered {
    padding:0;
}
/*#action_modal .form_action .form-group .select2 .select2-selection .select2-selection__rendered li.select2-search {
    width:100%;
}*/
#action_modal .form_action .form-group .select2 .select2-selection .select2-selection__rendered li.select2-search input.select2-search__field {
    margin:0;
}
#action_modal .dash-frm .form-group {
    margin:0px 0 15px;
}
#action_modal .form_action .form-group input.form-control{
    height: auto;
    padding: 14px 15px;
    margin-bottom: 5px;
}
#action_modal .form_action .form-group label + span{
    font-size: 13px !important;
    margin-left: 5px;
    line-height: normal;
}
.create-assessment .hw-heading{
    margin-bottom:15px;
}
#action_modal .dash-frm .form-group span + label {
    margin-top: 10px;
    margin-bottom: 0;
}
#view_tag .modal-body {
    overflow-x: auto;
}
.modal button.btn.btn-secondary {
    color: #fff;
}
.table tbody tr td i.fa-flag{
    color: red;
}
.form-check .form-check-label input[type="checkbox"]:disabled:checked + .input-helper:after{
    border-color: #c9ccd7;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.head-right .dropdown.noti_dropbox .dropdown-toggle i{
    margin-left: 0;
}
