.nav_title {
    background: #FFF;
}


body {


    --white: #ffffff;
    --black: #000000;
    --headerBackground: #c6dfff;
    --headerNavBackground: #FFF;
    --colorDanger: #d5351a;
    --themeColor: #1a73e8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");


a {
    color: var(--themeColor);
}

body {
    color: #172b4c;/*  font-size: 1rem;*/
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    font-family: "IBM Plex Sans", sans-serif;
}

body .container.body .right_col {
    background: #f0f5f9;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

.nav_menu {

    /*    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;*/

    /*  background-color: #1a73e8;*/

    /*  background-image: linear-gradient(90deg, rgb(131, 237, 184) 0%, rgb(131, 237, 184) 0%, rgb(131, 237, 184) 0.01%, rgb(80, 188, 182) 33.15%, rgb(239, 64, 86) 67.4%, rgb(252, 182, 67) 100%);*/
    color: var(--white); /*    background-color: var(--headerBackground);*/

    /* background: linear-gradient(
    315deg
    ,#70cee6,#12298e);*/

    /*background: #364352;*/
 /*   background: linear-gradient(46deg, #06f 34.84%, #25a9f4 89.75%);*//* background: #364352;*/

 background: #637181;
}
sup {
    color: #ff0000;
    font-size: 13px;
}

.error{
    width: 100%;
    margin-top: 10px;
    color: red;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}
[data-tooltip] {
    position: relative;
    cursor: default;
}

[data-tooltip]::after {
    position: absolute;
    width: 140px;
    left: calc(50% - 0);
    bottom: 125%;
    text-align: center;
    box-sizing: border-box;
    content: attr(data-tooltip);
    color: #ffffff;
    background: black;
    padding: 8px;
    border-radius: 10px;
    font-size: 0.9em;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.2s;
}

[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.left_col {
    background-color: #FFF !important;    /* background: #f5f7f8; */
}

.nav_menu a {
    color: var(--headerNavBackground);
}

.nav.navbar-nav>li>a {
    color: var(--headerNavBackground) !important;
}

.nav.side-menu>li.active>a {

    /*    text-shadow: rgba(0,0,0,.25) 0 -1px 0;
    background: linear-gradient(#334556,#2C4257),#2A3F54;
    box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px 0;*/
    color: #6777ef;
}

.nav.side-menu>li.active>a {

    /*    text-shadow: rgba(0, 0, 0, .25) 0 -1px 0;
    background: background: linear-gradient(#fff, #fff), #fff!important;*/
    box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
    color: var(--themeColor);
}

.nav.child_menu>li>a,
.nav.side-menu>li>a {

    /* color: #0b0b0b;
    font-weight: 500;*/
    color: #444;
    font-weight: 500;
}

.nav li li.current-page a,
.nav.child_menu li li a.active,
.nav.child_menu li li a:hover {
    color: var(--themeColor);
}

.nav.side-menu>li>a:hover {
    color: #1a73e8 !important;
}

.nav.side-menu>li.active,
.nav.side-menu>li.current-page {

    /*   border-right: 5px solid #1a73e8;*/

    /*    border-right: 5px solid  var(--themeColor);*/

    border-right: 0px solid #FFF;
    border-left: 5px solid  var(--themeColor);
}

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #FFF;
}

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-left: 5px solid  var(--themeColor);
}

.navbar-brand,
.navbar-nav>li>a {
    font-weight: 600;
    line-height: 32px;
    font-size: 13.2px;
}

.profile_info h2 {
    color: #666666;
}

.menu_section h3 {
    color: #444 !important;
    text-shadow: 1px 1px #f8f3f3 !important;
}

.required {
    color: #8D230F !important;
}

.is-invalid {
    color: #a94442 !important;
}

/*.invalid-feedback {
   color: #a94442!important;
}*/
.is-valid {
}

.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #ffff;
    display: none;
}

.view_datatable {
    color: #188038;
}

.edit_datatable {
    color: #e37400;
}

.add_datatable {
    color: #6f5499;
}

.download_btn {
}

.search_btn {
}

.btn_table {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    padding: .3rem .8rem;
    letter-spacing: .5px;
}

.full_details_datatable {
    color: var(--themeColor);
}

.preview_datatable {
    color: #d62828;
}

.download_datatable {
    color: #a142f4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 700;
}

.login_content h2 {
    font: 400 25px Helvetica, Arial, sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}

.err {
    font-size: 12px;
    color: #F00;
    text-align: center;
}

.custom-success {
    color: #444;
    background-color: #fff;
    border-color: #2e6da4;
}

.custom-error {
    color: #444;
    background-color: #fff;
    border-color: #ef3f3c;
}

/*  IOS Checkhox*/
input[type="checkbox"].tgl-ios {
    position: absolute;
    margin: 8px 0 0 16px;
}

input[type="checkbox"].tgl-ios+label {
    position: relative;/*    padding: 5px 0 0 50px;*/

    /*    padding: 5px;*/
    padding: 5px 5px 5px 50px;
    line-height: 2.0em;
}

input[type="checkbox"].tgl-ios+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 50px;    /* x*5 */
    height: 24px;    /* x*3 */
    border-radius: 16px;    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].tgl-ios+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px;    /* x*3 */
    height: 24px;    /* x*3 */
    border-radius: 16px;    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].tgl-ios+label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].tgl-ios:checked+label:after {
    margin-left: 26px;
}

input[type="checkbox"].tgl-ios:checked+label:before {

    /* background: #55D069;*/
    background: #337ab7;
}

/* SMALL */
input[type="checkbox"].tgl-ios-sm {
    margin: 5px 0 0 10px;
}

input[type="checkbox"].tgl-ios-sm+label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}

input[type="checkbox"].tgl-ios-sm+label:before {
    width: 25px;    /* x*5 */
    height: 15px;    /* x*3 */
    border-radius: 10px;    /* x*2 */
}

input[type="checkbox"].tgl-ios-sm+label:after {
    width: 15px;    /* x*3 */
    height: 15px;    /* x*3 */
    border-radius: 10px;    /* x*2 */
}

input[type="checkbox"].tgl-ios-sm+label:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].tgl-ios-sm:checked+label:after {
    margin-left: 10px;    /* x*2 */
}

/* LARGE */
input[type="checkbox"].tgl-ios-lg {
    margin: 10px 0 0 20px;
}

input[type="checkbox"].tgl-ios-lg+label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}

input[type="checkbox"].tgl-ios-lg+label:before {
    width: 50px;    /* x*5 */
    height: 30px;    /* x*3 */
    border-radius: 20px;    /* x*2 */
}

input[type="checkbox"].tgl-ios-lg+label:after {
    width: 30px;    /* x*3 */
    height: 30px;    /* x*3 */
    border-radius: 20px;    /* x*2 */
}

input[type="checkbox"].tgl-ios-lg+label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].tgl-ios-lg:checked+label:after {
    margin-left: 20px;    /* x*2 */
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #fff;
}

.tooltip-inner {
/*    background-color: #fff;
    color: #000;
    border: 1px solid #000;*/


      display: inline-block;
    position: relative;
   /* background: #2096b2;
    color: #fff !important;*/

font-size: 1rem;
 font-weight: 400;
        background: #FFF;
    color: #1a73e8 !important;
    border: 1px solid #bab8b8;
    border-radius: 12px;
/*    padding: 6px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 9px;
    vertical-align: middle;
    font-weight: 400;
    margin-left: 5px;
    font-size: .925rem;
    margin-top: -2px;*/

}

.input_val_hint {
    color: #4ca341;
    font-size: 13px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #FFF;
}

.data-card {
    font-size: 14px;
}

/*ci profiling only*/
#codeigniter_profiler {
    position: absolute;
    z-index: 1;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 520px;    /*
      width: 32%;*/
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 6px !important;
    border: none;
}

.modal-backdrop {
    display: none;
}

.ajax-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../../images/ajax_loader.gif') 
    50% 50% no-repeat;
}

.top_nav .nav .open>a,
.top_nav .nav .open>a:focus,
.top_nav .nav .open>a:hover,
.top_nav .nav>li>a:focus,
.top_nav .nav>li>a:hover {
    background: rgba(0, 0, 0, 0.0);
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    width: 9px;
}

.modal-body::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
}

.modal-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.modal-body::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.05);
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morelink {
    white-space: nowrap;
}

.morecontent span {
    display: none;
}



/*.select2-container{


  display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:7px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}



.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:7px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{display:inline;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px*/

/* select2 overrides */

/*.select2-selection {
border: 1px solid #dde6e9 !important;
position: relative;
border-radius: 0.25rem !important;
min-height: 50px !important;
height: auto !important;
padding: 0.7rem 1rem 0 1rem;
transition: all 0.6s;
}

.select2-container--open .select2-selection {
border-color: var(--primary) !important;
transition: all 0.2s;
}

.select2-container .select2-selection__rendered {
padding: 0 !important;
}

.select2-container .select2-selection--single {
height: 50px;
}

.select2-container .select2-selection--single .select2-selection__clear {
position: absolute !important;
display: none;
}

.select2-search__field {
margin: 0 !important;
font-size: 1rem !important;
}

.select2-dropdown {
border: 1px solid #e1e1e1 !important;
box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.select2-results__option {
padding: 1rem !important;
}

.select2-selection__arrow {
top: 50% !important;
margin-top: -13px;
right: 4px !important;
}

.select2-selection__arrow b {
border-top-color: #000 !important;
border-width: 4px 4px 0 4px !important;
}

.select2-search--dropdown {
padding: 1rem 1rem 5px !important;
}

.select2-search--dropdown .select2-search__field {
border: 0 !important;
background: var(--background) !important;
color: #000;
font-size: 1rem !important;
padding: 0.5rem !important;
border-radius: 6px;
}

.select2-selection__choice {
border: 0 !important;
display: inline-block;
vertical-align: top;
background: var(--background) !important;
padding: 5px 0.5rem !important;
line-height: 19px;
margin: -2px 5px 5px 0 !important;
}

.select2-selection__choice__remove, .select2-selection__clear {
color: #000 !important;
opacity: 0.4;
transition: all 0.6s;
font-family: sans-serif;
font-size: 26px;
line-height: 14px;
font-weight: normal !important;
display: inline-block;
vertical-align: top;
margin: 0 10px 0 0 !important;
}

.select2-selection__choice__remove:hover,
.select2-selection__clear:hover {
opacity: 1;
transition: all 0.2s;
}

.select2-selection__clear {
top: 50% !important;
position: absolute;
margin: -9px 0 0 0 !important;
right: 10px !important;
}

.select2-results__option[aria-selected=true] {
background: transparent !important;
font-weight: bold;
}

.select2-results__option--highlighted[aria-selected] {
background: var(--background) !important;
color: #000 !important;
}

.select2-container--default .select2-selection.select2-selection--multiple,
.select2-container--default .select2-selection.select2-selection--single {
background: var(--background-light);
}

.select2-container--default .select2-search--inline .select2-search__field {
line-height: 28px;
}*/

/*.form-control {
  display: block;
  width: 100%;
  height: 2.1875rem;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.52857;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dde6e9;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
.form-control {
  transition: none; } }
  .form-control::-ms-expand {
background-color: transparent;
border: 0; }
  .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #66afe9;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(93, 156, 236, 0.25); }
  .form-control::placeholder {
color: #b7bac9;
opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
background-color: #edf1f2;
opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.52857; }

.col-form-label-lg {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.3125rem + 1px);
  padding-bottom: calc(0.3125rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.52857;
  color: #656565;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.625rem + 2px);
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
color: #909FA7; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #27c24c; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.52857;
  color: #fff;
  background-color: rgba(39, 194, 76, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #27c24c;
  padding-right: calc(1.52857em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: center right calc(0.38214em + 0.1875rem);
  background-size: calc(0.76429em + 0.375rem) calc(0.76429em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #27c24c;
box-shadow: 0 0 0 0.2rem rgba(39, 194, 76, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.52857em + 0.75rem);
  background-position: top calc(0.38214em + 0.1875rem) right calc(0.38214em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #27c24c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, none #fff no-repeat center right 2rem/calc(0.76429em + 0.375rem) calc(0.76429em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #27c24c;
box-shadow: 0 0 0 0.2rem rgba(39, 194, 76, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #27c24c; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }


  .form-control {
height: 50px;
padding: 0.7rem 1rem;
font-size: 1rem;
transition: all 0.6s;
background-color: var(--background-light);
}

.form-control:focus {
border-color: var(--primary);
background-color: var(--background-light);
transition: all 0.2s;
}

.form-group.color {
padding-right: 60px;
max-width: 200px;
position: relative;
}

label {
margin-bottom: 3px;
font-size: var(--small);
}

.form-control:focus {
border-color: var(--primary);
background-color: var(--background-light);
transition: all 0.2s;
}

.btn-success {
color: #fff;
background-color: #27c24c;
border-color: #27c24c;
}

.btn {
border-radius: 3px;
font-size: 13px;
-webkit-appearance: none;
outline: none !important;
transition: all 0.1s;
}


*/






.badge {
    margin: 5px;
    padding: .4rem 1rem;
    border-radius: 20px;
    color: gray;
    font-size: 12px;
    letter-spacing: .1px;
    line-height: 15px;
}

.interview_status_REJECTED {
    background-color: rgb(230, 124, 115);
    color: #FFF;    /*  color: rgba(217, 48, 37, 1);
    background: rgba(217, 48, 37, .1);*/
}

.interview_status_SELECTED {
    background-color: rgb(11, 128, 67);
    color: #FFF;/*
        background: rgba(52,168,83,.15);
    color: #34A853;*/
}

.interview_status_RESCHEDULED {
    background-color: rgb(246, 191, 38);
    color: #FFF; /*     background: #fef2d9;
    color: rgba(249, 171, 0, 1); */

    /*background-color: #ed6436;
      color: #ffffff;*/
}

.interview_status_SCHEDULED {
    background-color: rgb(3, 155, 229);
    color: #FFF;/*        background: rgba(25,103,210,.15);
    color: #1967D2;*/
}

.interview_status_WAITING-FOR-FEEDBACK {
    background-color: #FDAC42;
    color: #ffffff; /*       background: rgba(249,171,0,.15);
    color: #F9AB00;*/
}

.x_panel {
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
}

.btn-primary {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}






.badge-primary{
     background-color: #FDAC42;
    color: #ffffff;

}

.badge-success{
   background-color: rgb(11, 128, 67);
    color: #FFF;

}


.badge-error{
     background-color: rgb(230, 124, 115);
    color: #FFF;

}

.badge-common{
     background-color: rgb(246, 191, 38);
    color: #FFF;

}





/*.nav.child_menu>li>a, .nav.side-menu>li>a {

opacity: 0.9;
white-space: nowrap;
align-items: center;
line-height: 25px;
font-size: 1rem;
font-style: normal;
font-family: "IBM Plex Sans", sans-serif;
}

.main_menu .fa  {
width: 30px;
line-height: 28px;
font-size: 1.5714285714rem;
display: inline-block;
vertical-align: middle;
color: #172b4c;
border-radius: 15px;
margin-right: 20px;
background-color: transparent;
}

*/
ul.side-menu li a span.fa-chevron-right {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

ul.side-menu li.active a span.fa-chevron-right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -2px;
}

.invalid-feedback {
    color: var(--colorDanger);
}

.common_empty_messsage {
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;/*  min-height: 100vh;*/
}

.not_found_img {
    text-align: center;
}

.show-match-candidate {
    float: right;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    min-height: 36px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: normal;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: var(--themeColor);
    border: 1px solid var(--themeColor);    /* color: #fff; */
}

@media (min-width:992px) {
    footer {
        margin-left: 0px;
    }

}

/*semactic table ui*/

/*!
 * # Semantic UI 2.4.1 - Table
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
       Table
*******************************/

/* Prototype */
.ui.table {
    width: 100%;
    background: #FFFFFF;
    margin: 1em 0em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.28571429rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    border-spacing: 0px;
}

.ui.table:first-child {
    margin-top: 0em;
}

.ui.table:last-child {
    margin-bottom: 0em;
}

/*******************************
       Parts
*******************************/

/* Table Content */
.ui.table th,
.ui.table td {
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}

/* Headers */
.ui.table thead {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui.table thead th {
    cursor: auto;
    background: #F9FAFB;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.92857143em 0.78571429em;
    vertical-align: inherit;
    font-style: none;
    font-weight: bold;
    text-transform: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    border-left: none;
}

.ui.table thead tr > th:first-child {
    border-left: none;
}

.ui.table thead tr:first-child > th:first-child {
    border-radius: 0.28571429rem 0em 0em 0em;
}

.ui.table thead tr:first-child > th:last-child {
    border-radius: 0em 0.28571429rem 0em 0em;
}

.ui.table thead tr:first-child > th:only-child {
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Footer */
.ui.table tfoot {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui.table tfoot th {
    cursor: auto;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    background: #F9FAFB;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.78571429em 0.78571429em;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.ui.table tfoot tr > th:first-child {
    border-left: none;
}

.ui.table tfoot tr:first-child > th:first-child {
    border-radius: 0em 0em 0em 0.28571429rem;
}

.ui.table tfoot tr:first-child > th:last-child {
    border-radius: 0em 0em 0.28571429rem 0em;
}

.ui.table tfoot tr:first-child > th:only-child {
    border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/* Table Row */
.ui.table tr td {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.table tr:first-child td {
    border-top: none;
}

/* Repeated tbody */
.ui.table tbody + tbody tr:first-child td {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
}

/* Table Cells */
.ui.table td {
    padding: 0.78571429em 0.78571429em;
    text-align: inherit;
}

/* Icons */
.ui.table > .icon {
    vertical-align: baseline;
}

.ui.table > .icon:only-child {
    margin: 0em;
}

/* Table Segment */
.ui.table.segment {
    padding: 0em;
}

.ui.table.segment:after {
    display: none;
}

.ui.table.segment.stacked:after {
    display: block;
}

/* Responsive */
@media only screen and (max-width:767px) {
    .ui.table:not(.unstackable) {
        width: 100%;
    }

    .ui.table:not(.unstackable) tbody,
    .ui.table:not(.unstackable) tr,
    .ui.table:not(.unstackable) tr > th,
    .ui.table:not(.unstackable) tr > td {
        width: auto !important;
        display: block !important;
    }

    .ui.table:not(.unstackable) {
        padding: 0em;
    }

    .ui.table:not(.unstackable) thead {
        display: block;
    }

    .ui.table:not(.unstackable) tfoot {
        display: block;
    }

    .ui.table:not(.unstackable) tr {
        padding-top: 1em;
        padding-bottom: 1em;
        -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
        box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
    }

    .ui.table:not(.unstackable) tr > th,
    .ui.table:not(.unstackable) tr > td {
        background: none;
        border: none !important;
        padding: 0.25em 0.75em !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .ui.table:not(.unstackable) th:first-child,
    .ui.table:not(.unstackable) td:first-child {
        font-weight: bold;
    }

    /* Definition Table */
    .ui.definition.table:not(.unstackable) thead th:first-child {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

}

/*******************************
      Coupling
*******************************/

/* UI Image */
.ui.table th .image,
.ui.table th .image img,
.ui.table td .image,
.ui.table td .image img {
    max-width: none;
}

/*******************************
       Types
*******************************/

/*--------------
  Complex
---------------*/

.ui.structured.table {
    border-collapse: collapse;
}

.ui.structured.table thead th {
    border-left: none;
    border-right: none;
}

.ui.structured.sortable.table thead th {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.structured.basic.table th {
    border-left: none;
    border-right: none;
}

.ui.structured.celled.table tr th,
.ui.structured.celled.table tr td {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
    border-right: 1px solid rgba(34, 36, 38, 0.1);
}

/*--------------
 Definition
---------------*/
.ui.definition.table thead:not(.full-width) th:first-child {
    pointer-events: none;
    background: transparent;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -1px -1px 0px 1px #FFFFFF;
    box-shadow: -1px -1px 0px 1px #FFFFFF;
}

.ui.definition.table tfoot:not(.full-width) th:first-child {
    pointer-events: none;
    background: transparent;
    font-weight: rgba(0, 0, 0, 0.4);
    color: normal;
    -webkit-box-shadow: 1px 1px 0px 1px #FFFFFF;
    box-shadow: 1px 1px 0px 1px #FFFFFF;
}

/* Remove Border */
.ui.celled.definition.table thead:not(.full-width) th:first-child {
    -webkit-box-shadow: 0px -1px 0px 1px #FFFFFF;
    box-shadow: 0px -1px 0px 1px #FFFFFF;
}

.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
    -webkit-box-shadow: 0px 1px 0px 1px #FFFFFF;
    box-shadow: 0px 1px 0px 1px #FFFFFF;
}

/* Highlight Defining Column */
.ui.definition.table tr td:first-child:not(.ignored),.ui.definition.table tr td.definition {
    background: rgba(0, 0, 0, 0.03);
    font-weight: bold;
    color: rgba(0, 0, 0, 0.95);
    text-transform: '';
    -webkit-box-shadow: '';
    box-shadow: '';
    text-align: '';
    font-size: 1em;
    padding-left: '';
    padding-right: '';
}

/* Fix 2nd Column */
.ui.definition.table thead:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.definition.table td:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}

/*******************************
       States
*******************************/

/*--------------
  Positive
---------------*/

.ui.table tr.positive,
.ui.table td.positive {
    -webkit-box-shadow: 0px 0px 0px #A3C293 inset;
    box-shadow: 0px 0px 0px #A3C293 inset;
}

.ui.table tr.positive,
.ui.table td.positive {
    background: #FCFFF5 !important;
    color: #2C662D !important;
}

/*--------------
   Negative
---------------*/
.ui.table tr.negative,
.ui.table td.negative {
    -webkit-box-shadow: 0px 0px 0px #E0B4B4 inset;
    box-shadow: 0px 0px 0px #E0B4B4 inset;
}

.ui.table tr.negative,
.ui.table td.negative {
    background: #FFF6F6 !important;
    color: #9F3A38 !important;
}

/*--------------
Error
---------------*/
.ui.table tr.error,
.ui.table td.error {
    -webkit-box-shadow: 0px 0px 0px #E0B4B4 inset;
    box-shadow: 0px 0px 0px #E0B4B4 inset;
}

.ui.table tr.error,
.ui.table td.error {
    background: #FFF6F6 !important;
    color: #9F3A38 !important;
}

/*--------------
   Warning
---------------*/
.ui.table tr.warning,
.ui.table td.warning {
    -webkit-box-shadow: 0px 0px 0px #C9BA9B inset;
    box-shadow: 0px 0px 0px #C9BA9B inset;
}

.ui.table tr.warning,
.ui.table td.warning {
    background: #FFFAF3 !important;
    color: #573A08 !important;
}

/*--------------
   Active
---------------*/
.ui.table tr.active,
.ui.table td.active {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
}

.ui.table tr.active,
.ui.table td.active {
    background: #E0E0E0 !important;
    color: rgba(0, 0, 0, 0.87) !important;
}

/*--------------
   Disabled
---------------*/
.ui.table tr.disabled td,
.ui.table tr td.disabled,
.ui.table tr.disabled:hover,
.ui.table tr:hover td.disabled {
    pointer-events: none;
    color: rgba(40, 40, 40, 0.3);
}

/*******************************
    Variations
*******************************/

/*--------------
  Stackable
---------------*/
@media only screen and (max-width:991px) {
    .ui[class*="tablet stackable"].table,
    .ui[class*="tablet stackable"].table tbody,
    .ui[class*="tablet stackable"].table tr,
    .ui[class*="tablet stackable"].table tr > th,
    .ui[class*="tablet stackable"].table tr > td {
        width: 100% !important;
        display: block !important;
    }

    .ui[class*="tablet stackable"].table {
        padding: 0em;
    }

    .ui[class*="tablet stackable"].table thead {
        display: block;
    }

    .ui[class*="tablet stackable"].table tfoot {
        display: block;
    }

    .ui[class*="tablet stackable"].table tr {
        padding-top: 1em;
        padding-bottom: 1em;
        -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
        box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
    }

    .ui[class*="tablet stackable"].table tr > th,
    .ui[class*="tablet stackable"].table tr > td {
        background: none;
        border: none !important;
        padding: 0.25em 0.75em;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* Definition Table */
    .ui.definition[class*="tablet stackable"].table thead th:first-child {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

}

/*--------------
 Text Alignment
---------------*/
.ui.table[class*="left aligned"],
.ui.table [class*="left aligned"] {
    text-align: left;
}

.ui.table[class*="center aligned"],
.ui.table [class*="center aligned"] {
    text-align: center;
}

.ui.table[class*="right aligned"],
.ui.table [class*="right aligned"] {
    text-align: right;
}

/*------------------
 Vertical Alignment
------------------*/
.ui.table[class*="top aligned"],
.ui.table [class*="top aligned"] {
    vertical-align: top;
}

.ui.table[class*="middle aligned"],
.ui.table [class*="middle aligned"] {
    vertical-align: middle;
}

.ui.table[class*="bottom aligned"],
.ui.table [class*="bottom aligned"] {
    vertical-align: bottom;
}

/*--------------
  Collapsing
---------------*/
.ui.table th.collapsing,
.ui.table td.collapsing {
    width: 1px;
    white-space: nowrap;
}

/*--------------
   Fixed
---------------*/
.ui.fixed.table {
    table-layout: fixed;
}

.ui.fixed.table th,
.ui.fixed.table td {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--------------
 Selectable
---------------*/
.ui.selectable.table tbody tr:hover,
.ui.table tbody tr td.selectable:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.95) !important;
}

.ui.selectable.inverted.table tbody tr:hover,
.ui.inverted.table tbody tr td.selectable:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

/* Selectable Cell Link */
.ui.table tbody tr td.selectable {
    padding: 0em;
}

.ui.table tbody tr td.selectable > a:not(.ui) {
    display: block;
    color: inherit;
    padding: 0.78571429em 0.78571429em;
}

/* Other States */
.ui.selectable.table tr.error:hover,
.ui.table tr td.selectable.error:hover,
.ui.selectable.table tr:hover td.error {
    background: #ffe7e7 !important;
    color: #943634 !important;
}

.ui.selectable.table tr.warning:hover,
.ui.table tr td.selectable.warning:hover,
.ui.selectable.table tr:hover td.warning {
    background: #fff4e4 !important;
    color: #493107 !important;
}

.ui.selectable.table tr.active:hover,
.ui.table tr td.selectable.active:hover,
.ui.selectable.table tr:hover td.active {
    background: #E0E0E0 !important;
    color: rgba(0, 0, 0, 0.87) !important;
}

.ui.selectable.table tr.positive:hover,
.ui.table tr td.selectable.positive:hover,
.ui.selectable.table tr:hover td.positive {
    background: #f7ffe6 !important;
    color: #275b28 !important;
}

.ui.selectable.table tr.negative:hover,
.ui.table tr td.selectable.negative:hover,
.ui.selectable.table tr:hover td.negative {
    background: #ffe7e7 !important;
    color: #943634 !important;
}

/*-------------------
Attached
--------------------*/

/* Middle */
.ui.attached.table {
    top: 0px;
    bottom: 0px;
    border-radius: 0px;
    margin: 0em -1px;
    width: calc(100% - (-1px * 2));
    max-width: calc(100% - (-1px * 2));
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D4D4D5;
}

.ui.attached + .ui.attached.table:not(.top) {
    border-top: none;
}

/* Top */
.ui[class*="top attached"].table {
    bottom: 0px;
    margin-bottom: 0em;
    top: 0px;
    margin-top: 1em;
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.table[class*="top attached"]:first-child {
    margin-top: 0em;
}

/* Bottom */
.ui[class*="bottom attached"].table {
    bottom: 0px;
    margin-top: 0em;
    top: 0px;
    margin-bottom: 1em;
    -webkit-box-shadow: none, none;
    box-shadow: none, none;
    border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui[class*="bottom attached"].table:last-child {
    margin-bottom: 0em;
}

/*--------------
   Striped
---------------*/

/* Table Striping */
.ui.striped.table > tr:nth-child(2n),
.ui.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 50, 0.02);
}

/* Stripes */
.ui.inverted.striped.table > tr:nth-child(2n),
.ui.inverted.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Allow striped active hover */
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
    background: #EFEFEF !important;
    color: rgba(0, 0, 0, 0.95) !important;
}

/*--------------
 Single Line
---------------*/
.ui.table[class*="single line"],
.ui.table [class*="single line"] {
    white-space: nowrap;
}

.ui.table[class*="single line"],
.ui.table [class*="single line"] {
    white-space: nowrap;
}

/*-------------------
 Colors
--------------------*/

/* Red */
.ui.red.table {
    border-top: 0.2em solid #DB2828;
}

.ui.inverted.red.table {
    background-color: #DB2828 !important;
    color: #FFFFFF !important;
}

/* Orange */
.ui.orange.table {
    border-top: 0.2em solid #F2711C;
}

.ui.inverted.orange.table {
    background-color: #F2711C !important;
    color: #FFFFFF !important;
}

/* Yellow */
.ui.yellow.table {
    border-top: 0.2em solid #FBBD08;
}

.ui.inverted.yellow.table {
    background-color: #FBBD08 !important;
    color: #FFFFFF !important;
}

/* Olive */
.ui.olive.table {
    border-top: 0.2em solid #B5CC18;
}

.ui.inverted.olive.table {
    background-color: #B5CC18 !important;
    color: #FFFFFF !important;
}

/* Green */
.ui.green.table {
    border-top: 0.2em solid #21BA45;
}

.ui.inverted.green.table {
    background-color: #21BA45 !important;
    color: #FFFFFF !important;
}

/* Teal */
.ui.teal.table {
    border-top: 0.2em solid #00B5AD;
}

.ui.inverted.teal.table {
    background-color: #00B5AD !important;
    color: #FFFFFF !important;
}

/* Blue */
.ui.blue.table {
    border-top: 0.2em solid #2185D0;
}

.ui.inverted.blue.table {
    background-color: #2185D0 !important;
    color: #FFFFFF !important;
}

/* Violet */
.ui.violet.table {
    border-top: 0.2em solid #6435C9;
}

.ui.inverted.violet.table {
    background-color: #6435C9 !important;
    color: #FFFFFF !important;
}

/* Purple */
.ui.purple.table {
    border-top: 0.2em solid #A333C8;
}

.ui.inverted.purple.table {
    background-color: #A333C8 !important;
    color: #FFFFFF !important;
}

/* Pink */
.ui.pink.table {
    border-top: 0.2em solid #E03997;
}

.ui.inverted.pink.table {
    background-color: #E03997 !important;
    color: #FFFFFF !important;
}

/* Brown */
.ui.brown.table {
    border-top: 0.2em solid #A5673F;
}

.ui.inverted.brown.table {
    background-color: #A5673F !important;
    color: #FFFFFF !important;
}

/* Grey */
.ui.grey.table {
    border-top: 0.2em solid #767676;
}

.ui.inverted.grey.table {
    background-color: #767676 !important;
    color: #FFFFFF !important;
}

/* Black */
.ui.black.table {
    border-top: 0.2em solid #1B1C1D;
}

.ui.inverted.black.table {
    background-color: #1B1C1D !important;
    color: #FFFFFF !important;
}

/*--------------
Column Count
---------------*/

/* Grid Based */
.ui.one.column.table td {
    width: 100%;
}

.ui.two.column.table td {
    width: 50%;
}

.ui.three.column.table td {
    width: 33.33333333%;
}

.ui.four.column.table td {
    width: 25%;
}

.ui.five.column.table td {
    width: 20%;
}

.ui.six.column.table td {
    width: 16.66666667%;
}

.ui.seven.column.table td {
    width: 14.28571429%;
}

.ui.eight.column.table td {
    width: 12.5%;
}

.ui.nine.column.table td {
    width: 11.11111111%;
}

.ui.ten.column.table td {
    width: 10%;
}

.ui.eleven.column.table td {
    width: 9.09090909%;
}

.ui.twelve.column.table td {
    width: 8.33333333%;
}

.ui.thirteen.column.table td {
    width: 7.69230769%;
}

.ui.fourteen.column.table td {
    width: 7.14285714%;
}

.ui.fifteen.column.table td {
    width: 6.66666667%;
}

.ui.sixteen.column.table td {
    width: 6.25%;
}

/* Column Width */
.ui.table th.one.wide,
.ui.table td.one.wide {
    width: 6.25%;
}

.ui.table th.two.wide,
.ui.table td.two.wide {
    width: 12.5%;
}

.ui.table th.three.wide,
.ui.table td.three.wide {
    width: 18.75%;
}

.ui.table th.four.wide,
.ui.table td.four.wide {
    width: 25%;
}

.ui.table th.five.wide,
.ui.table td.five.wide {
    width: 31.25%;
}

.ui.table th.six.wide,
.ui.table td.six.wide {
    width: 37.5%;
}

.ui.table th.seven.wide,
.ui.table td.seven.wide {
    width: 43.75%;
}

.ui.table th.eight.wide,
.ui.table td.eight.wide {
    width: 50%;
}

.ui.table th.nine.wide,
.ui.table td.nine.wide {
    width: 56.25%;
}

.ui.table th.ten.wide,
.ui.table td.ten.wide {
    width: 62.5%;
}

.ui.table th.eleven.wide,
.ui.table td.eleven.wide {
    width: 68.75%;
}

.ui.table th.twelve.wide,
.ui.table td.twelve.wide {
    width: 75%;
}

.ui.table th.thirteen.wide,
.ui.table td.thirteen.wide {
    width: 81.25%;
}

.ui.table th.fourteen.wide,
.ui.table td.fourteen.wide {
    width: 87.5%;
}

.ui.table th.fifteen.wide,
.ui.table td.fifteen.wide {
    width: 93.75%;
}

.ui.table th.sixteen.wide,
.ui.table td.sixteen.wide {
    width: 100%;
}

/*--------------
  Sortable
---------------*/
.ui.sortable.table thead th {
    cursor: pointer;
    white-space: nowrap;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
}

.ui.sortable.table thead th:first-child {
    border-left: none;
}

.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui.sortable.table thead th:after {
    display: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: '';
    height: 1em;
    width: auto;
    opacity: 0.8;
    margin: 0em 0em 0em 0.5em;
    font-family: 'Icons';
}

.ui.sortable.table thead th.ascending:after {
    content: '\f0d8';
}

.ui.sortable.table thead th.descending:after {
    content: '\f0d7';
}

/* Hover */
.ui.sortable.table th.disabled:hover {
    cursor: auto;
    color: rgba(40, 40, 40, 0.3);
}

.ui.sortable.table thead th:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
}

/* Sorted */
.ui.sortable.table thead th.sorted {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}

.ui.sortable.table thead th.sorted:after {
    display: inline-block;
}

/* Sorted Hover */
.ui.sortable.table thead th.sorted:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}

/* Inverted */
.ui.inverted.sortable.table thead th.sorted {
    background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
    background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    color: #ffffff;
}

.ui.inverted.sortable.table thead th:hover {
    background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
    background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    color: #ffffff;
}

.ui.inverted.sortable.table thead th {
    border-left-color: transparent;
    border-right-color: transparent;
}

/*--------------
  Inverted
---------------*/

/* Text Color */
.ui.inverted.table {
    background: #333333;
    color: rgba(255, 255, 255, 0.9);
    border: none;
}

.ui.inverted.table th {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.ui.inverted.table tr td {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.ui.inverted.table tr.disabled td,
.ui.inverted.table tr td.disabled,
.ui.inverted.table tr.disabled:hover td,
.ui.inverted.table tr:hover td.disabled {
    pointer-events: none;
    color: rgba(225, 225, 225, 0.3);
}

/* Definition */
.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
.ui.inverted.definition.table thead:not(.full-width) th:first-child {
    background: #FFFFFF;
}

.ui.inverted.definition.table tr td:first-child {
    background: rgba(255, 255, 255, 0.02);
    color: #ffffff;
}

/*--------------
 Collapsing
---------------*/
.ui.collapsing.table {
    width: auto;
}

/*--------------
Basic
---------------*/
.ui.basic.table {
    background: transparent;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui.basic.table thead,
.ui.basic.table tfoot {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui.basic.table th {
    background: transparent;
    border-left: none;
}

.ui.basic.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ui.basic.table td {
    background: transparent;
}

.ui.basic.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Very Basic */
.ui[class*="very basic"].table {
    border: none;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) th,
.ui[class*="very basic"].table:not(.sortable):not(.striped) td {
    padding: '';
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child {
    padding-left: 0em;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child {
    padding-right: 0em;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
    padding-top: 0em;
}

/*--------------
   Celled
---------------*/
.ui.celled.table tr th,
.ui.celled.table tr td {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.celled.table tr th:first-child,
.ui.celled.table tr td:first-child {
    border-left: none;
}

/*--------------
   Padded
---------------*/
.ui.padded.table th {
    padding-left: 1em;
    padding-right: 1em;
}

.ui.padded.table th,
.ui.padded.table td {
    padding: 1em 1em;
}

/* Very */
.ui[class*="very padded"].table th {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.ui[class*="very padded"].table td {
    padding: 1.5em 1.5em;
}

/*--------------
   Compact
---------------*/
.ui.compact.table th {
    padding-left: 0.7em;
    padding-right: 0.7em;
}

.ui.compact.table td {
    padding: 0.5em 0.7em;
}

/* Very */
.ui[class*="very compact"].table th {
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.ui[class*="very compact"].table td {
    padding: 0.4em 0.6em;
}

/*--------------
Sizes
---------------*/

/* Small */
.ui.small.table {
    font-size: 0.9em;
}

/* Standard */
.ui.table {
    font-size: 1em;
}

/* Large */
.ui.large.table {
    font-size: 1.1em;
}

/*******************************
   Site Overrides
*******************************/

/*semenactic ui table end*/

/*mass upload start*/


.dropzone {
    color: #1b2032 !important;
    font-size: 16px;
    border: 2px dashed #c1cadf !important;
}

.dropzone .title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1967D2;
    margin-bottom: 12px;
}

.dropzone .text {
    font-size: 14px;
    line-height: 19px;
    color: #696969;
    margin-bottom: 28px;
}

.dropzone .theme-btn {
    position: relative;
    display: inline-block;
}

.dropzone .btn-style-one {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: #1967D2;
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 18px 35px 15px 35px;
}
/*
[type=file] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type=file] + label {
    border: 2px dashed #ced4e1 !important;
    color: #1b2032;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

[type=file] + label:hover {
    border-color: #021f4a !important;
}*/

/*mass upload end*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {

    /*font-weight: normal;
      font-size: 13px;
      line-height: 25px;

      color: #1967D2 !important;
    border: 1px solid #1967D2 !important;
      border-radius: 10px;
      background: rgba(25, 103, 210, .1)!important;*/
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {

    /*font-weight: normal;
      font-size: 13px;
      line-height: 25px;

      color: #1967D2 !important;
    border: 1px solid #1967D2 !important;
      border-radius: 10px;
      background: rgba(25, 103, 210, .1)!important;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right !important;
    margin-left: 3px;/*    
    color: #1967D2 !important;*/
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    float: right !important;
    margin-left: 3px;/*
     
    color: #1967D2 !important;*/
}

.phone-call-icon {
    color: green;
}

.mail-icon {
    color: red;
}

#icons {
    padding: .5em;
    line-height: 1.22;
    float: left;
}

.email-icon {
    display: flex;
    padding: 8px 6px 8px 3px;
    flex-direction: row;
    margin-right: 3px;
    word-break: break-all;
}

.btn-success {
    background-color: #27ae60;
    color: #fff;
    text-shadow: none;
}

/* .invalid-feedback {
 white-space: normal;
 background: #fff!important;
 border: 1px solid #e0b4b4!important;
 color: #9f3a38!important;
 margin-top: 1em;
 font-size: .85714286rem;
 display: inline-block;
 line-height: 1;
 vertical-align: baseline;
 margin: 0 .14285714em;
 background-color: #e8e8e8;
 background-image: none;
 padding: .5833em .833em;
 color: rgba(0,0,0,.6);
 text-transform: none;
 font-weight: 700;
 border: 0 solid transparent;
 border-radius: .28571429rem;
 transition: background .1s ease;
 position: relative;

}*/

/*
.invalid-feedback:before {
 border-width: 1px 0 0 1px;
 transform: translateX(-50%) translateY(-50%) rotate(
45deg
);
 top: 0;
 left: 50%;

 background-color: inherit;
 background-image: inherit;
 border: 0 solid;
 border-color: inherit;
 position: absolute;
 content: "";
 transform: rotate(
45deg
);
 background-image: none;
 z-index: 2;
 width: .6666em;
 height: .6666em;
 transition: none;
}
}*/


div.invalid-feedback {

    /*  padding: 10px;
      color: #fff;
      background-color: #DA362A;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 190px;
      margin: 30px;*/


    white-space: normal;
    background: #fff !important;
    border: 1px solid #e0b4b4 !important;
    color: #9f3a38 !important;
    margin-top: 1em;
    font-size: .85714286rem;
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 1 .4285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0, 0, 0, .6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    transition: background .1s ease;
    position: relative;
    margin-bottom: 4px;
}

div.invalid-feedback:before {
    top: -10px;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    left: 50%;
    border: 5px solid transparent;
    border-bottom-color: #DA362A;
    transform: translateX(-50%) translateY(-50%) rotate(4deg);/*
      border-width: 1px 0 0 1px;
     transform: translateX(-50%) translateY(-50%) rotate(
    45deg
    );
     top: 0;
     left: 50%;*/
}

.main_menu .material-icons {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
}

.notification-count {
    top: 1px !important;
    font-weight: 600 !important;
    text-align: center;
}

.bg-red {
    background: #cc1016 !important;
    border: 1px solid  #cc1016 !important;
    color: #FFF;
}

.modal-header .close {

    /*   height: 25px !important;
       max-height: 25px !important;
       max-width: 25px !important;
       min-height: 25px !important;
       min-width: 25px !important;
       width: 25px !important;*/

    /*    border: 1px solid #214e87 !important;*/

    /*    background-color: #a9ceff !important;*/

    /*   border-radius: 290486px !important;*/

    margin-top: 5px !important;
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header {
    border-radius: 6px !important;/*    border-bottom-color: #EEEEEE;*/

    /*    background-color: #FAFAFA;*/

    padding: 12px 30px 12px;/*    background-color: #f0f1f3;*/
    border-bottom: 1px solid #cccccc;
    color: #000;
    font-size: 1.5rem;
}

::-webkit-scrollbar {
    width: 6px !important;
    height: 12px !important;
}

::-webkit-scrollbar-thumb {
    background: #d2d3d4;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.pageloader {
    background-color: #fff;
    margin-top: -10%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagespinner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Xyntara-spinner {
    width: 100px;
    height: 100px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #1170cb;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 0.8s spin linear infinite;
    animation: 0.8s spin linear infinite;
}

.loader_with_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

.page_loader_text {
    margin-top: 25px;
    font-size: 18px;
    color: #1170cb;
    font-weight: 500;
}

.form-control {
    border-radius: 4px !important;
}

.form-control {
    border-radius: 4px !important;
}

.tagsinput {
    border-radius: 4px !important;
}

.top_nav li a i {
    margin-right: 3px;
}

.nav_menu  #profileImageAvatarHeader {
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF;/*  font-size: 1.5rem;*/
    color: var(--themeColor);
    text-align: center;
    margin: 2rem 0;
    padding: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 10px;
}

.nav_menu .info-number .badge {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 2px;
    top: 4px;
}

.notification-message {
    color: var(--themeColor);
}

.not_mark_all_as_read a {
    color: var(--themeColor) !important;
    font-size: 13px;
}

.not_mark_all_as_read {
    padding: 5px;
    text-align: right;
    border-bottom: 1px solid #f0f0f0;
}

ul.msg_list li {
    background: #FFF !important;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important;
}

ul.msg_list li.unread {
    background: #f0f4fd !important;
    border-bottom: 1px solid #f7f9fa !important;
}

.not-mark-as-read-inline {
    width: auto !important;
    position: absolute;
    right: 5px;
    bottom: 7px
}

.not-mark-as-read-inline:active,
.not-mark-as-read-inline:focus,
.not-mark-as-read-inline:hover {
    background-color: transparent !important
}

.nav_menu .notification-container a .message {
    color: #201f1f;
}

ul.msg_list li.unread  .message {
    font-weight: 600;
}

ul.msg_list li.unread .message {
    color: #5A738E;
    font-weight: 600;
    font-size: 12px;
}

/*.dropdown-menu>li>a{
   padding: 2rem 1.5rem !important;
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
   color: #262626;
   text-decoration: none;
   background-color: #f5f5f5;
}
*/

/*.notification-wrapper{

   padding: .5rem 1rem;

   max-width: 100%;
   max-height: 30rem;
   overflow-y: auto;
}*/

.notification-wrapper .message {
    font-size: 14px !important;
    font-weight: 400;
}

.notification-wrapper a {
    color: #373232;
}

::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */
    color: #444 !important;
    font-size: 13px;
    font-style: normal;
}

:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */
    color: #444 !important;
    font-size: 13px;
    font-style: normal;
    opacity: 1;
}

::-moz-placeholder {

    /* Mozilla Firefox 19+ */
    color: #444 !important;
    font-size: 13px;
    font-style: normal;
    opacity: 1;
}

:-ms-input-placeholder {

    /* Internet Explorer 10-11 */
    color: #444 !important;
    font-size: 13px;
    font-style: normal;
}

::-ms-input-placeholder {

    /* Microsoft Edge */
    color: #444 !important;
    font-size: 13px;
    font-style: normal;
}

::placeholder {

    /* Most modern browsers support this now. */
    color: #444 !important;
    font-size: 13px;
    font-style: normal;
}

span.tag {
    color: #444 !important;
    font-size: 13px !important;
    font-style: normal !important;
}

#tags_1_tag {
    color: #444 !important;
    font-size: 13px !important;
    font-style: normal !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
    font-size: 13px !important;
    font-style: normal !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    font-size: 13px !important;
    font-style: normal !important;
}

.roundStyle {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    border-color: gainsboro;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    margin: 5px;
}

.download_resume_icon {
    width: 24px;
    height: 24px;
    color: #a142f4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff !important;
}

.go-to-portal-link {
    color: #fff !important;
    background-color: var(--themeColor);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
}

.go-to-portal-link:hover {
    color: #fff !important;
    background-color: var(--themeColor) !important;
}

@media screen and (max-width:800px) {
    .top_nav .navbar-right li .header-search-container {
        display: none;
    }

}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp table.dtp-picker-days tr > td > a.selected,
.dtp div.dtp-date,
.dtp div.dtp-time {
    background: var(--themeColor) !important;
}

.dtp .p10 > a {
    color: var(--white) !important;
}

.action_icon_img {
    height: 20px;
}

span.tag {
    color: var(--white) !important;
    background: var(--themeColor) !important;
}

/*.navbar-nav .open .dropdown-menu {
   position: absolute;
   background: #fff;
   margin-top: 0;
   border: 1px solid #D9DEE4;
   -webkit-box-shadow: none;
   right: 0;
   left: auto;
   width: 220px;
}*/

/*
.modal {
 overflow: inherit;
 overflow-y: inherit;
 text-align: center;
 padding: 0;
}

.modal:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;
 margin-right: -4px;
}

.modal-dialog {
 max-width: 500px;
 padding: 0;
 display: inline-block;
 text-align: left;
 vertical-align: middle;
}

.modal-content {

 border: 0;
 border-radius: 0;

}

.modal-header {
 border: 0;
 padding 0;
 position: relative;
}

.modal-header .close {
 margin: 0;
 position: absolute;
 top: -10px;
 right: -10px;
 width: 23px;
 height: 23px;
 border-radius: 23px;
 background-color: #00aeef;
 color: #ffe300;
 font-size: 9px;
 opacity: 1;
 z-index: 10;
}

.modal-content p {
 padding: 0 20px;
}

.modal-body {
 padding: 0 0 10px 0;
   height: 450px;
   overflow: auto;
}*/




.job-look-up-section {
    margin: 20px;
}

.btn-action {
    margin-right: 10px;
}

.action_icon_img {
    margin-top: 10px;
}

.candidate-look-up-section {
    margin: 20px;
}

.btn-action-ajax {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;/*  padding: 15px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 16px;*/
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.copycontainer .copy-clipboard-icon {
    visibility: hidden
}

.copycontainer:hover .copy-clipboard-icon {
    visibility: visible
}

.copycontainer i {
    margin-left: 10px;
    color: #3273dc;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid #fff;
    border-bottom: 3px solid #1a73e8;
    color: #1a73e8;
}

.preview-tabs-top .horizontal-tabs .nav-item {
    display: inline-block;
    cursor: pointer;
}

.tagsinput .tag:after {
    display: none;
}

.display_none{

    display: none ;
}


.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #1a73e8 !important;
    color: #fff;
}


.btn-cancel{
    color: #333;
background: #e4e6eb!important;

background-color: #e4e6eb!important;

}

textarea::-webkit-scrollbar-track:hover {

  cursor: pointer;
}

textarea {

  cursor: pointer;
}

.word-break{

    word-break: break-all;
    margin: 5px;
}


.container-center{

    text-align: center!important;
}




input[readonly]:hover {

/*    pointer-events:none;*/

 cursor: not-allowed;
  pointer-events: all !important;

}


.half-arc {
    position: relative;
    width: 50px;
    height: 25px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom: 0;
    background: #d9d9d9;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.half-arc:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    border-radius: 50%;
    background-image: conic-gradient(#06f, #25a9f4 calc(var(--percentage, 0) / 2), #bbb 0);
    transition: transform .5s ease-in-out;
    z-index: 1;
    transform: rotate(270deg);
}

.half-arc:after {
    content: "";
    position: absolute;
    display: block;
    background: #dddddd;
    z-index: 2;
    width: calc(100% - 32px);
    height: calc(200% - 32px);
    border-radius: 50%;
    top: 16px;
    left: 16px;
}

.half-arc span {
    color: #673ab7;
    z-index: 3;
    text-align: center;
}


/* =======side-navbar======= */
.nav.side-menu > li.active {
  border: none;
}
.nav.side-menu > li.active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: #1a73e8;
}


/*.form-horizontal .control-label {
  text-align: start;
  display: block;
}



.form-horizontal #text-right {
  text-align: right;
}
*/


.dashboard{
    display: flex;
    flex-wrap:wrap;
    /* flex-direction: row; */
}

#date{
    margin-left: auto;
}



@media screen and (max-width:1184px) {
    #date{
        margin-left: 0;
    }
}


.freshness{
    margin-left:auto;
    display: flex;
    justify-content: center;
} 
.freshness .freshness-btn{
    margin-left: 6em;
}



.close .closed{
    position: relative;
}

.close .closed::before{
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background: black;
    transform: rotate(45deg);
}
.close .closed::after{
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background: black;
    transform: rotate(-45deg);
}

.act{
    display: flex;
    flex-wrap: wrap;
}

.act-4{
    display: flex;
    flex-wrap: wrap;
}

.unclickable{
      pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.char_counter{

    float: right;
}

.unclickable{

    
   pointer-events: none;

}

.select2
{

    width: 100% !important;
}

.dataTables_scrollHead{
    position: sticky !important;
    top: -1%;
    z-index: 99;
}
.modal{
    z-index:1000;
}

.toggle a {
    padding: 5px 15px 0 !important;
    margin: 0;
    cursor: pointer;
}


.page-title .title_left {
    width: 100%;
    }

.page-title .title_right {
    width: 0%!important;
/*    float: left;
    display: block;*/
}

    @media only screen and (min-width: 568px)
{


.iziToast:after {


box-shadow: #FFF !important;
}


}

.iziToast:after {


box-shadow: #FFF !important;
}


.char_counter {
    font-size: 10px;
    position: absolute;
    right: 1em;
    top: 2em;
     margin-right: 6px;
    color: rgb(168, 167, 167);
}

.char_counter_notes{
  /* font-size: 10px;
    position: absolute;
    right: 1em;*/
    top: 6em;
    margin-right: 10px;
   /* color: rgb(168, 167, 167);*/


}

textarea{

    z-index: auto !important; position: relative !important; line-height: 30px !important; font-size: 14px !important; transition: none 0s ease 0s !important; background: transparent !important;
}

.char_counter_job_description{
 top: 5.5em;

}

.char_counter_additional_question{
 top: 5.5em;

}

select{
  background: url("images/arrow.png") no-repeat right #ffffff;
   border: 1px solid #000;
   width: 150px;
   height: 35px;
   overflow: hidden;
}




/*
.flex{
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}*/
.form-label{
    display: block;
    text-align: start !important;
}
/*.container_look_like_input{
    text-align: start;
}*/

.tooltip-img{
    position: relative !important;
    display: inline;
}
.tooltip-img img{
    height: 14px;
    width: 14px;
    cursor: pointer;
}
.tooltip-img> .form-tooltip{
    position: absolute;
    bottom: 0;
    right: 0.8em;
    transform: translate(100%,100%);
    padding: 0.5em 1em;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgb(179, 177, 177);
    z-index: 10000;
    background: white;
    width: max-content;
    opacity: 0;
    visibility: hidden;
}

.tooltip-img:hover .form-tooltip{
    opacity: 1;
    visibility: visible;
}

/*.form-tooltip> .form-group{
    text-align: start !important;
    margin: 0 !important;
}

*/

/*.evaluation_year, .evaluation_month {
    width: 50% !important;
}*/

/*.char_counter {
    position: absolute;
    right: 1em;
    top: 1em;
    color: rgb(168, 167, 167);
}*/

/*.small, small {
    margin-top: 0.8em;
    display: block;
}


.multi-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.down{
    position: relative;
}
.down .select2-selection__arrow b{
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 12%;
    z-index: 100;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}*/
/*.evaluation_month, .evaluation_year{
    position: relative;
}
.evaluation_month .select2-selection__arrow b, .evaluation_year .select2-selection__arrow b{
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 5%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

b, strong {
    font-weight: 700;
}
*/

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 0;
    margin-left:0 !important;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

/*.form-padding, select{
    cursor: pointer !important;
}*/
.select2-selection:hover, .form-control:hover, .tagsinput:hover{
 /*   box-shadow: 0 0 5px #2196f3,
    2px 2px 5px rgb(202, 202, 202) !important;
    transition: all 0.3s;*/
        border-color: #0e71eb;
    box-shadow: none;
}
[type=file] + label:hover {
    box-shadow: none !important;
}




/*@media screen and (max-width:1280px) {
    .form-padding{
        padding: 0 !important;
    }
}
@media screen and (max-width:766px) {
    .form-padding{
        padding: 6px 12px !important;
    }
}*/
@media screen and (max-width:769px) {
    .tooltip-img> .form-tooltip {
        transform: translate(50%,104%);
    }
}

.daterangepicker td.active, .daterangepicker td.active:hover{

    background-color: var(--themeColor);
}

.alert-warning, .bg-warning, .callout.callout-warning, .label-warning, .modal-warning .modal-body {
    color: #222 !important;
    background-color: #fdf9e9 !important;
    border: 2px solid #f1f1f1;
    border-radius: 4px;
}

.alert-info{
    background: #E0F4FB !important;
    color: #2568ef !important;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #2568ef !important;
    border-radius: 4px !important;
}

.label {
    display: inline;
    padding: .2em .8em .4em;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

.label-primary, .modal-primary .modal-body {
    background-color: #398bf7 !important;
}