*{
	border-radius: 0 !important;
}
html{
    font-size: 14px;
}
ul.nav.nav-treeview {
    background-color: #3554A8 !important;
}
/* Absolute Center Spinner */
.loader {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
  }
  
  
  
  /* Transparent Overlay */
  .loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
  }
  
  .loading {
    border: 10px solid var(--light);
    border-radius: 50% !important;
    border-top: 10px solid #091946;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  

.content-wrapper {
    height: auto !important;
}
.permCheckWrap {
    display: flex;
    margin-bottom: 10px;
}

/*Additional CSS TM RMS*/

label.error {
    font-weight: 300 !important;
    color: rgb(221, 0, 0) !important;
}
.form-control.error {
    background: #ff000014 !important;
    border-color: rgb(221, 0, 0) !important;
}
li.small {
    margin-bottom: 5px !important;
    display: flex !important;
    align-items: center !important;
	font-size: 100%;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}
.btn{
	border-radius: 0 !important;
}
.btn-primary {
    background: #091946 !important;
    border-color: #091946 !important;
    border-radius: 0 !important;
    min-width: 120px;
}

.switchPerm {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 10px;
}

.switchPerm input.permCheck { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderCheck {
  width: 60px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderCheck:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.permCheck:checked + .sliderCheck {
  background-color: #2196F3;
}

input.permCheck:focus + .sliderCheck {
  box-shadow: 0 0 1px #2196F3;
}

input.permCheck:checked + .sliderCheck:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.addEmp-stepper .step {
    background: #f1f1f1;
}
.addEmp-stepper .step.active button {
    color: #fff;
}
.addEmp-stepper .step.active {
    background: #091946;
    color: #fff;
}
form.employersvalidation, form.employerslocation, form.Requirementvalidation {
	padding: 25px 15px;
    margin: 0 auto;
    max-width: 900px;
    background: #f7f7f7;
}

.permCheckWrap {
    display: flex;
    margin-bottom: 10px;
}
.permCheckWrap p {
    color: #7e7e7e;
}
.permCheckWrap .pc-warp {
    margin-left: 15px;
}
.permCheckWrap h3 {
    font-size: 1.5rem;
    margin: 0;
}
.empListActions {
    display: flex;
    justify-content: center;
}
.empListActions a.btn.btn-app {
    margin: 0 5px;
}

.advSearch-FieldWrap h4.card-title {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000 !important;
}
.searchCta-s {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
}

    .selectionCard .card-title {
        font-size: 1.1rem;
        font-weight: 400;
        margin: 10px 0;
		float: none;
    }

    .selectionCard .timeline {
        border-left: 3px solid #727cf5;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: rgba(114, 124, 245, 0.09);
        margin: 0 auto;
        letter-spacing: 0.2px;
        position: relative;
        line-height: 1.2em;
        font-size: 1.03em;
        padding: 25px;
        list-style: none;
        text-align: left;
        max-width: 100%;
    }
	.selectionCard .timeline::before {
    border-radius: 0.25rem;
    background-color: #dee2e6;
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 0;
}

    @media (max-width: 767px) {
        .selectionCard .timeline {
            max-width: 98%;
            padding: 25px;
        }
    }

    .selectionCard .timeline h1 {
        font-weight: 300;
        font-size: 1.4em;
    }

    .selectionCard .timeline h2,
    .selectionCard .timeline h3 {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .selectionCard .timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-top: 25px;
    margin-top: 25px;
    position: relative;
}
.timeline ul {
	list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #727cf5;
}
.timeline ul li.event {
    margin-top: 0 !important;
    padding: 0 !important;
}

    @media (max-width: 767px) {
        .selectionCard .timeline .event {
            padding-top: 30px;
        }
    }

    .selectionCard .timeline .event:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }

    .selectionCard .timeline .event:before,
    .selectionCard .timeline .event:after {
        position: absolute;
        display: block;
        top: 0;
    }

    .selectionCard .timeline .event:before {
        left: -207px;
        content: attr(data-date);
        text-align: right;
        font-weight: 100;
        font-size: 0.9em;
        min-width: 120px;
    }

    @media (max-width: 767px) {
        .selectionCard .timeline .event:before {
            left: 0px;
            text-align: left;
        }
    }

   .selectionCard .timeline>.event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -30px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 30px !important;
}

.selectionCard .timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -30px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

    @media (max-width: 767px) {
        .selectionCard .timeline .event:after {
            left: -31.8px;
        }
    }

    .rtl .selectionCard .timeline {
        border-left: 0;
        text-align: right;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-right: 3px solid #727cf5;
    }

    .rtl .selectionCard .timeline .event::before {
        left: 0;
        right: -170px;
    }

    .rtl .selectionCard .timeline .event::after {
        left: 0;
        right: -55.8px;
    }

    .form-style {
        padding: 5px 10px;
        height: 40px;
        width: 100%;
        font-weight: 400;
        border-radius: 0px;
        font-size: 1rem;
        line-height: 20px;
        outline: none;
        background-color: #ffffff;
        border: none;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .stretch-card>.card {
        width: 100%;
        min-width: 100%
    }

    body {
        background-color: #f9f9fa
    }

    .flex {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    @media (max-width:991.98px) {
        .padding {
            padding: 1.5rem
        }
    }

    @media (max-width:767.98px) {
        .padding {
            padding: 1rem
        }
    }

    .padding {
        padding: 3rem !important
    }

    .card-sub {
        cursor: move;
        border: none;
        -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05)
    }

    .card-img-top {
        width: 100%;
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .card-block {
        padding: 1.25rem;
        background-color: #fff !important
    }

    .sortable-moves {
        cursor: move;
        margin-bottom: 0;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
        margin-bottom: 20px;
        padding: 15px;
    }

    .sortable-moves {
        font-size: 14px;
        line-height: 1.55556em;
        list-style-type: none;
        margin-bottom: 15px;
        min-height: 3.55556em;
        position: relative;
        cursor: move;
        background-color: #f4f6f9;
    }

    .added-stages p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5px;
        color: #818181;
        border-bottom: 1px solid #e5e5e5;
    }
    .select2-container--default .select2-selection--multiple {
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: text;
        height: 100%;
    }



    ul.DetailsList {
        list-style: none;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
      }
      .CD_status {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 15px;
        border-top: 1px solid #fff;
    }

    .dt-buttons .dt-button {
        border: none;
        padding: 5px 10px;
        background: #343a40;
        color: #fff;
    }
    .advSearch-FieldWrap .select2-container--default .select2-selection--multiple {
        height: auto;
    }


    
    .pageLoading{
        overflow: hidden;
    }

a.brand-link {
    text-align: center;
    display: flex;
    align-items: flex-end;
    align-self: center;
}
a.brand-link .brand-image {
    max-height: max-content;
}
body.sidebar-mini.sidebar-collapse .brand-image {
    display: none;
}
.excel_Alike_table th, .excel_Alike_table td{
	white-space: nowrap;
}
/* width */
.excel_Alike_table::-webkit-scrollbar {
  height: 5px;
	cursor: pointer;
}

/* Track */
.excel_Alike_table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.excel_Alike_table::-webkit-scrollbar-thumb {
  background: #091946;
	cursor: pointer;
}

/* Handle on hover */
.excel_Alike_table::-webkit-scrollbar-thumb:hover {
  background: #555;
	cursor: pointer;
}