/*
Theme Name: Eviden an Atos Business
*/


/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
  width: 0.2rem;
    background: #fefefe;
}
::-webkit-scrollbar-track {
  background: #fefefe;
}
::-webkit-scrollbar-thumb {
  background: #1b2032;
}


.dt-scroll-body::-webkit-scrollbar-thumb , .dt-scroll-body::-webkit-scrollbar {
  height: 5px;
}
.payment-detail-box{
    display: none;
}
.p-b90 {
  padding-bottom: 90px;
}
.p-t120 {
  padding-top: 120px;
}
.p-b120 {
  padding-bottom: 120px;
}
.p-t80 {
  padding-top: 80px;
}
.p-b80 {
  padding-bottom: 80px;
}
.color-orng{
     color: #ff6d43 !important;
}
.fs-10{
    font-size: 10px !important;
    line-height: 12px;
}
.som-password-sent-message {
    background-color: #ff6d43 !important;
  border-color: #ff6d43 !important;
}
.plr-0{
    padding-left: 0px;
    padding-right: 0px;
}
.bg-light-blue{
    background: #eaf1fb !important;
}
.rotate-center {
  -webkit-animation: rotate-center 15s linear infinite;
  animation: rotate-center 15s linear infinite;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}




.rectangle1.rotate-center.rectangle-rotate {
  position: absolute;
  right: -80px;
  top: -80px;
}
.bg-orng{
    background-color: #ff6d43 !important;
}
.bg-blue{
    background-color: #002d3c !important;
}
.br-15 {
  border-radius: 10px;
}

.main-header {
  z-index: 99991;
}

.loading-area {
  z-index: 99992;
}
/*----------------*/

.site-text-primary {
  color: #ff6d43;
}

.sidebar-inner .menu-item-has-children>a:after{
    margin-left: 12px;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0;
    position: absolute;
    right: 10px;
}
.sidebar-inner .menu-item-has-children .sub-menu{
    padding-left: 15px;
    display: none;
}
.sidebar-inner .menu-item-has-children .sub-menu a, .user-sidebar .navigation li .sub-menu a{
    font-size: 13px;
    line-height: 16px;
}
.user-sidebar  .menu-item-has-children .sub-menu li a.active {
  color: #fff;
  background: #002d3c;
}
.sidebar-inner .menu-item-has-children.active .sub-menu{
    display: block;
}
.new-form-design.default-form .form-group > label{
    position: absolute;
z-index: 3;
background: #fff;
top: -11px;
left: 30px;
padding: 2px 8px 0;
}

 .multiselect-dropdown{
  display: inline-block;
  padding: 7px 5px 5px 8px;
    border-radius: 8px;
  border: 1px solid #002D3C;
  background-color: white;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
      background-position: right 0.2rem center;
    background-size: 9px 12px;
}
.multiselect-dropdown span.optext, .multiselect-dropdown span.placeholder{
  margin-right:0.5em; 
  margin-bottom:2px;
  padding:1px 0; 
  border-radius: 4px; 
  display:inline-block;
	    margin-top: 4px;
}
.multiselect-dropdown span.optext{
  background-color:#002d3c;
  padding:1px 0.75em; 
	color: #fff;
}
.multiselect-dropdown span.optext .optdel {
  float: right;
  margin: 0 -6px 1px 5px;
  font-size: 0.7em;
  margin-top: 2px;
  cursor: pointer;
  color: #666;
}
.multiselect-dropdown span.optext .optdel:hover { color: #c66;}
.multiselect-dropdown span.placeholder{
  color: #fff;
}
.multiselect-dropdown-list-wrapper{
  box-shadow: gray 0 3px 8px;
  z-index: 100;
  display: none;
  margin: -1px;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  background: white;
}
.multiselect-dropdown-list-wrapper .multiselect-dropdown-search{
  margin-bottom:5px;
}
.multiselect-dropdown-list{
  padding:2px;
  height: 15rem;
  overflow-y:auto;
  overflow-x: hidden;
}
.multiselect-dropdown-list::-webkit-scrollbar {
  width: 6px;
}
.multiselect-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #bec4ca;
  border-radius:3px;
}

.multiselect-dropdown-list div{
  padding: 5px;
}
.multiselect-dropdown-list input{
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.35em;  
}
.multiselect-dropdown-list div.checked{
}
.multiselect-dropdown-list div:hover{
  background-color: #ced4da;
}
.multiselect-dropdown span.maxselected {width:100%;}
.multiselect-dropdown-all-selector {border-bottom:solid 1px #999;}
.header-courses-sec .job-block{
    margin-bottom: 20px;
}
.header-courses-sec .job-block .job-info{
    font-size: 12px;
    line-height: 16px;
    color: #202124;
}
.header-courses-sec .job-block .inner-box {
    padding: 10px 15px 10px 15px;
    display: inline-block;
    width: 100%;
    transition: all .2s ease;
}
.header-courses-sec .job-block .inner-box:hover{
    transform: scale(1.02);
    transition: all .2s ease;
}
.header-courses-sec{
    padding: 30px 0;
    display: none;
}
.header-courses-sec .header-courses-left {
    border-right: 3px solid #efefef;
}
.header-courses-sec .header-courses-left ul{
    height: 300px;
    overflow: auto;
}
.header-courses-sec .header-courses-left ul ul{
    padding-left: 20px;
    height: auto;
    overflow: hidden;
}
.header-courses-right{
    height: 350px;
    overflow: auto;
}
.header-courses-left li a{
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    color: #002d3c;
    background-image: url(imgs/right-arrow.svg);
    background-size: 15px;
background-repeat: no-repeat;
background-position: right 20px center;
    transition: all .2s ease;
    padding-right: 30px;
}

.header-courses-left li a:hover, .header-courses-left li a.active{
    color: #ff6d43;
    background-image: url(imgs/right-arrow-hover.svg);
    background-position: right 15px center;
    transition: all .2s ease;
}
.header-courses-holder, .header-courses-back{
    display: none;
}
.header-courses-row{
    display: flex;
    margin-left: -15px;
margin-right: -15px;
}
.header-courses-left, .header-courses-right{
    padding-left: 15px;
    padding-right: 15px;
}
.header-courses-left{
    width: 33.33333333%;
}
.header-courses-right{
    width: 66.666666%;
}

#header-courses-open{
    width: 130px;
    text-align: left;
}

.header-courses-back {
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}
.header-courses-back:hover{
    color: #ff6d43;
}
@media only screen and (max-width: 1200px){
    #header-courses-open{
    width: 100px;
    }
}

@media only screen and (max-width: 767px){
    .header-courses-left, .header-courses-right{
        width: 100%;
    }
    .header-courses-back {
  display: block;
}
    .header-courses-sec .header-courses-left ul{
        height: auto;
    }
    #header-courses .container{
        max-width: 100%;
    }
    .header-courses-row {
        width: calc(200% + 30px);
        transition: all .3s ease;
    }
    .header-courses-row.slide{
        transform: translateX(-50%);
        transition: all .3s ease;
    }
    .header-courses-sec .header-courses-left {
  border-right: 0px solid #efefef;
}
}

.list-style-one li.phone:before{
        content: "\f188";
}
.list-style-one li.mobile:before{
    content: "\f14e";
}
.list-style-one li.email:before{
    content: "\f1a6";
}
.list-style-one li.location:before{
    content: "\f1de";
}
.list-style-one li.time:before{
    content: "\f11e";
}
.contact-box .icon{
    border-radius: 50%;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-box .icon i{
    color: #ff6d43;
    font-size: 30px;
    line-height: 35px;
}
.contact-box a{
    color: #002d3c;
}
.contact-box a:hover{
    color: #ff6d43;
}
.city-icon{
    width: 50px;
    margin-right: 10px;
}
@media only screen and (max-width: 991px){
    .mb-md-15{
        margin-bottom: 15px !important;
    }
}

#quick-connect-form{
    position: fixed;
    right: -310px;
    top: 30px;
    
    z-index: 555;
      max-width: 310px;
    transition: all .3s ease;
}
#quick-connect-form.open{
    transition: all .3s ease;
    right: 0px;
}
#quick-connect-link {
  position: absolute;
  left: -100px;
  transform: rotate(-90deg);
  padding: ;
  min-width: 160px;
  border-radius: 5px 5px 0 0;
  top: 100px;
}
.traing-calender-block {
  position: relative;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px;
}
.traing-calender-head {
    background: #002D3C;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
}
.traing-calender-head h4{
    font-size: 16px;
    font-weight: 600;
}
.tt{
    display: flex;align-items:center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.blog-category-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.blog-category-list li{
    padding: 0 5px 5px;
}
.icon-btn {
  color: #002d3c;
  font-family: 'Montserrat', sans-serif !important;
  padding: 5px;
    font-size: 14px;
  display: inline-block;
}
.icon-btn:hover{
    
  color: #ff6d43;
}

.radio-outer.d-flex>div{
    margin-right: 30px;
}
.dataTables_wrapper .dataTables_filter input{
    margin-bottom: 15px;
}
.modal-dialog {
  margin: 0;
}

.testimonial-video-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
    padding-top: 15px;
  background: linear-gradient(180deg, #0000, black);
  color: #fff;
  width: 100%;
  padding-top: 50px;
}
.feedback-table.default-table table tr{
    border: 0px;
}
.feedback-table.default-table table tr td{
    padding: 5px;
}
.feedback-table.default-table table tr td img{
    width: 30px;
    height: 30px;
}
input[type="radio"]{margin-right: 5px;}
.model-large{
    max-width: 800px;
}

.event-card-img{
    height: 250px;
  object-fit: cover;
  object-position: center;
}
.candidate-block .location{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-left: 0px;
}

.text-line-2 {
   overflow: hidden;
   display: -webkit-box !important;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.text-line-3 {
   overflow: hidden;
   display: -webkit-box !important;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.checklist-style li{
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}
.checklist-style li:before{
    content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 5px);
  left: 5px;
  border: 1px dashed #e3e3ee;
  top: 5px;
}
.checklist-style li>i{
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 2;
    background: #fff;
      height: 20px;
}
.checklist-style .success{
    color: #0ea341;
}
.checklist-style .fail{
    color: #f00;
}

.checklist-style li:last-child:before{ display: none; }
#enrollment_tab_1 th, #enrollment_tab_1 td {
  padding: 10px 0;
}

.job-detail-list {
  display: flex;
  flex-wrap: wrap;
}
.job-detail-list li{width: 50%;}
.highlight-row {
  color: #f00;
}
.modal-footer {
  justify-content: space-between;
}
.default-form .form-group  textarea, .default-table td.form-group textarea{
    min-width: 150px;
    line-height: 1.4;
    height: 100px; 
}
.table-bordered > :not(caption) > * > * {
  border-width: 1px;
  border-color: #eee;
}
.multiselect-dropdown {
  width: 100% !important;
}

.select-update-detail {
  border: 1px solid #002d3c;
  height: 54px;
  border-radius: 10px;
}

body.hide-header-and-footer header{
    display: none !important;
}
body.hide-header-and-footer .page-wrapper{
    padding-top: 0 !important;
}
.banner-carousel-text {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.uploadButton .uploadButton-button{
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 120px;
}

.uploadButton .uploadButton-button::before{
    position: relative;
}

.small-btn-2{  font-size: 10px;
  line-height: 1;
  padding: 5px 10px;
}
.ui-item .icon.small-icon{
    height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 24px;
}

.shrink-dashboard .ui-item{
    padding: 15px;
    margin-bottom: 20px;
    height: auto;
}
.shrink-dashboard .ui-item p {
  font-size: 12px;
  color: #202124;
  line-height: 26px;
  margin-bottom: 0px;
}
.shrink-dashboard .ui-item h4{
  font-size: 26px;
}
.notificatione-msg {
  background: #f00;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.notificatione-msg p, .notificatione-msg ul{
    margin: 0px;
}

.job-overview.feedback-detail-list .icon {
  text-align: center;
  margin-top: 5px;
  background: #002d3c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 20px;
  width: 36px;
  height: 36px;
}
.job-overview.feedback-detail-list{
    display: flex;
    flex-wrap: wrap;
}
.job-overview.feedback-detail-list li{
    width: 33.33%;
    padding-left: 45px;
}
.single-program .job-categories.bg-gray + section{
    background: #fff !important;
}
.dropdown-toggle.menu-btn:after{
    display: none !important;
}
.dashboard-option .dropdown-toggle.menu-btn + .dropdown-menu {
  right: -30px !important;  font-size: 12px;
  line-height: 18px;
  padding: 0px;
}

.dashboard-option .dropdown-toggle.menu-btn + .dropdown-menu a{
    font-size: 12px;
  line-height: 18px;
} 
.emotion-box .input-hidden {
  position: absolute;
  left: -9999px;
}


/* Stuff after this is only to make things more pretty */
.emotion-box input[type=radio] + label>img {
    width: 35px;
    height: auto;
    transition: 500ms all;
    border-radius: 50%;
}

.emotion-box input[type=radio]:checked + label>img {
  transform: 
    rotateZ(-10deg) 
    rotateX(10deg)
    scale(1.1);
}
.emotion-box-holder {
    display: flex;
}
.emotion-box {
    max-width: 72px;
    text-align: center;
    margin-right: 15px;
    font-size: 12px;
}
.emotion-box:last-child{
    margin-right: 0px;
    } 
span.success{
        font-size: 24px;
        color: #c9252c;
        margin-bottom: 100p;
        font-style: italic;
    }
.landing-page-logo {
  position: relative;
  z-index: 5;
  width: 200px;
  display: inline-block;
}
@media (max-width:767px) {
    .emotion-box {
        margin-right: 5px;
        max-width: 54px;             
        font-size: 10px;
    }
    .emotion-box input[type=radio] + label>img {
        width: 30px;
        height: 30px;
    }
    span.success {
        font-size: 20px;
    }
    .job-overview.feedback-detail-list li{
        width: 100%;
    }
}

ul.list-type-1,.course-list{
  margin-left: 0px;
  position: relative;
  margin-bottom: 20px;
  }
  

ul.list-type-1 li,.course-list li, .course-card-detail li{
padding-left: 25px;
line-height: 22px;
margin-bottom: 10px;
}

ul.list-type-1 li:before,.course-list li:before, .blog-detail-container ul li:before, .course-card-detail li:before{
  font-family: "Font Awesome 5 Free";
    font-style: normal;
  content:  "\f058";
    counter-increment: li;
    display: inline-block;
    position: absolute;
    left: 0px;
    color: #ff6d43;
}

.course-list li:before{
    left: 30px;
}
.course-card-detail ul li{
    position: relative;
}
.course-card-detail ul li:before{
    left: 0px;
}
.course-card-detail ul {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.course-card-detail>ul{
  padding: 0 25px;
    
}
.emotion-nm {
  display: block;
}
.custom-radio-button {
    display: flex;
    align-items: center;
}
.custom-radio-button label {
    cursor: pointer;
}
.custom-radio-button .input-radio {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
    margin-right: 7px;
    border: 3px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;

}
.custom-radio-button label {
    display: flex;
    margin: 0 20px 0 0;
    margin-left: 5px;
    align-items: center;
}
.custom-radio-button.d-block label{
        margin-bottom: 5px !important;
    }
.custom-radio-button.d-block label:last-child{
    margin-bottom: 0 !important;
}
.custom-radio-button .input-radio:checked {
    box-shadow: 0px 0px 0px 3px #002d3c;
    background-color: #002d3c;
}

.full-stars-example .rating-group {
  display: inline-flex;
}
.full-stars-example .rating__icon {
  pointer-events: none;
}
.full-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
.full-stars-example .rating__input--none {
  display: none;
}
.full-stars-example .rating__label {
  cursor: pointer;
  padding: 0;
  font-size: 22px;
  text-align: center;
  line-height: .7;
  width: 65px;
}
.full-stars-example .rating__label span {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.full-stars-example .rating__icon--star {
  color: orange;
}
.full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.full-stars-example .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
.full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.disable-stars .rating__input, .disable-stars input, .disable-stars .rating__input, .disable-stars .rating__label, .disable-stars label{
    pointer-events: none !important;
    cursor: none !important;;
}
.disable-stars.full-stars-example, .disable-stars {
  pointer-events: none  !important;; 
}
.small-select {
  padding: 5px 10px !important;
  height: 30px !important;
  width: 200px !important;
  font-size: 14px !important;
}
@media (max-width:767px) {
.full-stars-example .rating__label {
    font-size: 24px;;
    line-height: 1;
    width: 50px;
}
    .custom-radio-button label {
  font-size: 14px;
  line-height: 20px;
}
    .custom-radio-button.d-block label{
        margin-bottom: 10px !important;
    }
    .custom-radio-button.d-block label:last-child{
        margin-bottom: 0 !important;
    }
}

.tab-btn.disabled {
  pointer-events: none;
}

.lets-talk{
  border-radius: 8px;
  padding: 50px;
  margin-top: -90px;
  margin-left: 0;
    margin-right: 10px;
}

.lets-talk h2{
  font-weight: 600;
    font-size: 30px;
}

.lets-talk h6{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.lets-talk h4{
    font-size: 25px;
}
.lets-talk h4 a{
  color: #002d3c;
  text-decoration: underline;
}

.lets-talk h4 a:hover{
  color: #fff;
}

.feature-box {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center;
  justify-content: flex-start;
  text-align: left;
  display: flex;

}

.feature-box-icon{
  width: 80px;
    height: 80px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    font-size: 35px;
    background-color: #c7674c;
    border-radius: 50%;
}

.main-footer{
  margin-top: 100px;
  background: #002d3c;
}

.home .main-footer,.page-id-142  .main-footer,.hide-header-and-footer   .main-footer{
  margin-top: 180px;
}

.page-id-142 footer .widgets-section{
  display: none;
}

.page-id-142 .main-footer .footer-bottom{
  border: none;
}

.course-card .course-list li, .course-card .course-card-detail li{
  display: none;
}
.course-card .course-list li:nth-child(1), .course-card .course-list li:nth-child(2), .course-card .course-list li:nth-child(3),
.course-card .course-card-detail li:nth-child(1), .course-card .course-card-detail li:nth-child(2), .course-card .course-card-detail li:nth-child(3){
  display: block !important;
}

a.slide-item.bg-image {
  display: inline-block; } 
.modal-dialog button.close {
  font-size: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.showpwd {
  position: absolute;
    top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background: #ff7c4c !important;
}
div:where(.swal2-container){
    z-index: 9999  !important;
}
.testimonial-more {
  display: none;
}
.col-auto.job-carousel-type-14-button .icon-item{
    border: 2px solid #ff6d430;
}
.col-auto.job-carousel-type-14-button.active .icon-item{
    border: 2px solid #ff6d43;
}

.loader-box {
  position: absolute;
  width: 100%;
  height: calc(100% - 30px);
  background: #ffffffd6;
  left: 0;
  z-index: 9;
    background-image: url(images/loading.gif);
    background-size: 20px 20px;
    background-position: top 20px center;  
  background-repeat: no-repeat;
  bottom: 0;
}

.tab-stage-1-box{
    display: none;
}
.fs-12{
      font-size: 12px !important;
  line-height: 1.2 !important;
}
  @media (max-width: 991px) {
    .feature-box{
      display: block;
      text-align: center;
    }
    .feature-box-icon{
      margin: 20px auto;
    }

    .main-footer .footer-bottom .col-md-12{
      text-align: center !important;
    }
      .lets-talk h2 {
  font-weight: 600;
  font-size: 24px;
}
      .lets-talk h4 {
  font-size: 18px;
}
  }
  @media (max-width: 620px) {
    .banner-section-ten{
      min-height: 320px;
    }
    .banner-section .content-column h3, .banner-section .content-column h1, .banner-carousel-text h1 {
      font-size: 35px;
      line-height: 40px;
  }
  .banner-section .content-column h4, .banner-carousel-text h4 {
    font-size: 25px;
    line-height: 35px;
}
#section-2{
  padding-top: 50px !important;
}
.h-page6-getjobs-wrap .h-page-6-client-slide-title{
  margin-bottom: 0;
}
.h-page6-getjobs-wrap .h-page6-client-slider{
  padding: 0;;
}
  }




.user-timeline {
  margin-top: 15px;
  position: relative;
  padding-left: 75px;  margin-bottom: 30px;
}

.user-timeline li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #ff6d43;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.user-timeline li:last-child {
  border: 0px;
  padding-bottom: 0;
}
.user-timeline li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #ff6d43;
  box-shadow: 3px 3px 0px #bab5f8;
  box-shadow: 3px 3px 0px #ff6d4342;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}

.user-timeline .time {
  position: absolute;
  left: -80px;
  top: 2px;
  font-size: 12px;
  line-height: 16px;
}

.ls-widget .widget-content .user-timeline p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
    margin: 0;
}


.custom-checkbox-button label{
  display: inline-block;  
    margin: 0 20px 0 0;
}

.custom-checkbox-button label input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox-button label span {
    position: relative;
    cursor: pointer;
    margin-left: 5px;
}

.custom-checkbox-button label span:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #002d3c;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
    transition: all .2s ease;
}

.custom-checkbox-button label input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: solid #002d3c;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
    transition: all .2s ease;
}
.custom-checkbox-button label input:checked + span:before{
      box-shadow: 0px 0px 0px 2px #002d3c;
    transition: all .2s ease;
}
.schedule-batch-holder {
  padding: 30px 30px 15px;
  border: 1px solid #00000038;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #0000002b;
}

.text-line-1, .table-text , td a.offeringDetail{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
	padding: 0 0px 1px;
}

input[type="date"].futuredate::-webkit-calendar-picker-indicator,
input[type="date"].ui-date::-webkit-calendar-picker-indicator {
 pointer-events: none;
}
.select2-container {
  z-index: 9999;
}
.dt-scroll-footInner tfoot{
    display: none;
}
.select2-container--default .select2-selection--multiple{
    height: auto;
}

#filter-form select, #filter-form .select2-container--default .select2-selection--single, #filter-form .select2-container--default .select2-selection--multiple {
    padding: 3px 10px !important;
  height: auto;
  border-radius: 5px;
}
 .widget-content #filter-form.default-form .form-group {
  margin-bottom: 15px;
}
#filter-form.default-form .form-group > button{
    min-width: auto;
    width: 100%;
    max-width: 160px;  height: auto;
  padding: 6px 15px;
}

.tabs-like-menu-box{
    overflow: visible;
}
.tabs-like-menu-box .tab-buttons>li{
    position: relative;
}

.customer-dropdown-menu {
  position: absolute;
  z-index: 2;
  background: #fff;
  padding: 10px;
  top: 52px;
  width: 300px;
  left: 0;
  box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.07);
  margin: 0;
  height: 0;
    opacity: 0;
    visibility: hidden;
  transition: all .2s ease;
  transform: translateY(20px);
}
.customer-dropdown-menu li{
    font-size: 13px;
}
.tabs-like-menu-box .tab-buttons>li:hover .customer-dropdown-menu{
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease;
    transform: translateY(0px);
}

#enrollment-show-path {
  width: 100%;
  border: 0;
  height: 400px;
  margin: 0;
}

.extra-large-modal {
  max-width: 90vw;
  height: 100%;
}
.extra-large-modal .modal-content, .extra-large-modal .modal-dialog, .extra-large-modal iframe, .consent-popup-box .modal-content, .consent-popup-box .modal-dialog, .consent-popup-box .default-form, .consent-popup-box .modal-body, .consent-popup-box .modal-body iframe {
  height: 100% !important;
}

.bg-danger.btn-style-one::after {
  background: rgb(212, 53, 69);
}

.bg-danger.btn-style-one {
  border-color: rgb(212, 53, 69);
}
.modal.extra-large-modal .modal-body {
  max-height: 100% !important;
}

#filter-form.default-form .form-group > button{
    margin-bottom: 0px !important;
}