@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url(https://fonts.googleapis.com/css?family=VT323);

body {
      font-family: 'Roboto', sans-serif;
      background: #f3f4f3;
    }
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  transition: margin 0.25s ease-out;
  z-index: 30;
  position: fixed;
    left: 0;
    top: 0;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
  position: absolute;
  z-index: 25;
}

#menu-toggle-div{
    display: flex;
}

@media (min-width: 1200px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #menu-toggle-div{
    display: none;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.btn-rounded{
  border-radius: 40px!important;
  font-size: 14px;
  padding:10px;
}

.btn-rounded-sm{
  border-radius: 20px!important;
  font-size: 14px;
  padding:10px;
}
.list-group-item{
  border-bottom:none!important;
}
.txt-blue{
  color: #0C4DA8!important;
}
.txt-white{
  color:#ffffff;
}
.w-150{
  width:150px!important;
}
.f-14{
  font-size: 14px;
}
table#table-employees tr td button:hover{
  color:#fff;
}
.list-group-item-light.list-group-item-action.active{
  background-color: #0C4DA8!important;
  color:#fff!important;
}
.btn-sm-rounded{
  border-radius: 20px;
  font-size: 11px!important;
}
/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0C4DA8;
    font-weight: bold;
}*/

a.nav-link{
  color:#000;
  font-weight: 500;
}
div.tab-content{
  min-height: 500px;
}

/*table.tr-link tbody tr{
  cursor: pointer!important;
}*/
.borderless{
  color: #000;
  border-color: #bacbe6;
  border: none!important;
  background-color: #cfe2ff;
}
input.borderless{
  width: 100%;
}

/*input.borderless:focus, input.borderless:hover{
  background-color: #bacbe6;;
}*/
table tr td.bt{
  border-top: 7px solid black;
}
table tr td.bl{
  border-left: 7px solid black;
}
table tr td.br{
  border-right: 7px solid black;
}
table tr td.bb{
  border-bottom: 7px solid black;
}
div#interview-controller section {
  padding-top: 2rem;
}

a.list-group-item.list-group-item-action.list-group-item-light.p-4 i {
    color: #1057a4;
    padding-right: 15px;
}
nav.navbar.navbar-expand-lg.navbar-light.border-bottom {
    box-shadow: 0 0.46875rem 2.1875rem rgb(0 0 0 / 3%), 0 0.9375rem 1.40625rem rgb(0 0 0 / 3%), 0 0.25rem 0.53125rem rgb(0 0 0 / 5%), 0 0.125rem 0.1875rem rgb(0 0 0 / 3%);
}
/*body *:not(i):not(.icon) {
    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";
}*/
#sidebar-wrapper .sidebar-heading{
/*	max-height:56px;*/
    min-height:93px;
	/*box-shadow: 0 0.46875rem 2.1875rem rgb(0 0 0 / 3%), 
    0 0.9375rem 1.40625rem rgb(0 0 0 / 3%), 
    0 0.25rem 0.53125rem rgb(0 0 0 / 5%), 
    0 0.125rem 0.1875rem rgb(0 0 0 / 3%);*/
    border-bottom: 1px solid #eaeaea;
}
#sidebar-wrapper .sidebar-heading:focus{outline: none;border: none;box-shadow: none;}
.table-primary {
   /*  --bs-table-bg: #fff!important;*/
}
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #d1f3ff!important;
    height: 78px;
    transition: ease 0.3s;
    color: #1057a4;
    font-weight: 600;
}
a.btn.btn-md.btn-primary.btn-rounded.float-end {
    color: #fff;
    background: #0d5197 linear-gradient( 
180deg
 , #0b4ca1, #2d5ba8) repeat-x;
    border-color: #0d51a6;
    box-shadow: 0 16px 26px -10px rgb(63 106 216 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(63 106 216 / 20%);
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    font-size: 0.88rem;
    border-radius: 0.25rem!important;
}
a.btn.btn-md.btn-primary.btn-rounded.float-end:hover {
    background: #02203e linear-gradient( 
180deg
 , #063a7c, #234a8d) repeat-x;
    border-color: #0d51a6;
}
.container-fluid.p-4 {
    background: #f1f4f6;
}
/*.table th, .table td {
    padding: 10px px;
    vertical-align: top;
 }*/
 table.tr-link tr td:first-child {
    padding: 0px 0px 0px 18px;
	vertical-align: middle;
}
table.tr-link tr td:last-child {
    vertical-align: middle;
    padding: 0px 43px 0px 0px;
}
thead tr th:first-child {
    padding: 0px 0px 0px 18px;
    vertical-align: middle;
}
thead tr th:last-child {
    padding: 0px 18px 0px 0px;
    vertical-align: middle;
}
 *, *::before, *::after {
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
}
.table-primary {
    display: inline-table;
    width: 100%!important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.container-fluid.p-4 {
    min-height: 68vh;
    transition: .5s;
    position: relative;
    background: #F3F4F3;
    margin: 0;
    z-index: 22;
    border-radius: 0px;
    padding: 30px 30px;
}
/*.container-fluid.p-4:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 165px;
    z-index: -1;
    background: #ebebeb!important;
    content: '';
    border-radius: 0px;
    left: 0;
    border-bottom: solid 1px #d7d1d1;
}*/
.bg-white.p-3.my-4 {
    border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.table-primary thead tr {
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #bfe6f3!important;
    color: var(--bs-table-hover-color);
}
.container-fluid.p-4 h2{
	font-family: 'Comfortaa', cursive!important;
	color: #114ea2;
    text-shadow: 0px 1px 1px #767676;
}
.modal {
  background: rgba(0, 0, 0, 0.5)!important; 
}
.modal-backdrop {
  display: none;
}
.btn-success {
    background-color: #d1f3ff;
    border-color: #d1f3ff;
    font-weight: bold;
    color: black;
}

.btn-warning {
    color: #fff!important;
    background-color: #05509b!important;
    border-color: #2196f3; 
}
.container-fluid.p-4  tr:nth-child(even) {
    background-color: #ebebeb;
}
.container-fluid.p-4  tr:nth-child(odd) {
    background: white;
}
input.editable{
	padding: 10px 12px;
    color: #000;
    border-color: #bacbe6;
    border: solid 1px #dfdfdf;
    background-color: #ffffff;
    width: 100%;
    font-size: 15px;
    min-width: 200px;
}
body div#wrapper .container-fluid.p-4 select.borderless.editable ,.container-fluid.p-4 select.borderless.editable:focus,.container-fluid.p-4 select.borderless.editable:focus-visible{
    color: #000;
    border: solid 1px #dfdfdf!important;
    background-color: #ffffff!important;
    height: 32px;
}
form#form-employee-details .col-5 .form-group label.line-adjust {
    line-height: 9px;
}
label.col-sm-2.col-form-label.passport {
    line-height: 17px;
    margin-top: -6px;
}
form#form-employee-details input#Salary,form#form-employee-details input#Interviewer,form#form-employee-details input#Sales{
	margin-top: 14px;
}

#interview-controller input[type=radio],
 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
#interview-controller input[type=radio] ~ label:before,
 {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}

#interview-controller input[type=radio]:checked ~ label:before,
 {
    content: "\f00c";
    font-size: 1.2em;
    color: darkgreen;
    letter-spacing: 5px;
}
#interview-controller input[type=checkbox] ~ label:before {        
    content: "\f096";
}
#interview-controller input[type=checkbox]:checked ~ label:before {
    content: "\f046";        
    color: darkgreen;
}
#interview-controller input[type=radio]:focus ~ label:before,
#interview-controller input[type=radio]:focus ~ label,
{                
    color: green;
}
body div#interview-controller * {
    font-family: 'Roboto Slab', serif!important;
}
td.headingquestion{
	font-weight:600;
}
div#interview-controller table tr td.br,div#interview-controller table tr td.bl,div#interview-controller table tr td.bt,div#interview-controller table tr td.bb{
	border:none!important;
	border-width:0px!important;
	border-bottom:0px!important;
	border-right:0px!important;
	border-left:0px!important;
	border-top:0px!important;
}
.container-fluid.p-4 div#interview-controller tr:nth-child(even) {
    background-color: #ffffff;
}
.container-fluid.p-4 tr.question {
    background: #e5e1e1!Important;
}
div#interview-controller form#form-int-1 {
    border: solid 3px #9e9e9e;
}
div#interview-controller table.table.table-bordered.table-hover.mt-4r {
       padding-bottom: 0px;
    margin-bottom: 0px;
}
/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
     box-shadow: 1px 0px 6px 2px #afafaf;
	 margin-bottom:-2px;
}*/
@keyframes anim-shadow {
  99% {
     box-shadow: 0px 0px 20px 2px;
      opacity: 1;
  }
}
form#form-employee-details input[type=text]:after {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    width: inherit;
    height: 4em;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(#3296DC, 0.6);
}
form#form-employee-details input[type=text]:focus {
    /*box-shadow: 0px 0px 0px 2px #d1f3ff;*/
   
    /*animation: anim-shadow 0.2s forwards;*/
}
form#form-employee-details input[type=text] {
      background: #fff;
    /*box-shadow: 0px 0px 0px 1px #d0d0d0;*/
       -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.nav-tabs {
    border-bottom: 3px solid #0d4da8;
 }
 button.btn.btn-md.btn-primary.btn-rounded.float-end {
    color: #fff;
    background: #0d5197 linear-gradient( 
180deg
 , #0b4ca1, #2d5ba8) repeat-x;
    border-color: #0d51a6;
    box-shadow: 0 16px 26px -10px rgb(63 106 216 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(63 106 216 / 20%);
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    font-size: 0.88rem;
    border-radius: 0.25rem!important;
}
button.btn.btn-md.btn-primary.btn-rounded.float-end:hover{
background: #02203e linear-gradient( 
180deg
 , #063a7c, #234a8d) repeat-x;
    border-color: #0d51a6;
}

/*********radio button sytling******/
.form-check-input[type=radio],input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: -0.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
    width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #fdfdfd;
  border: 1px solid rgba(0,0,0,.25);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  /*z-index: 1000;*/
}
.form-check-input[type=radio]:hover,input[type="radio"]:hover {
  background: #9faab7;
}
.form-check-input[type=radio]:checked,input[type="radio"]:checked {
  background: #40e0d0;
}
.form-check-input[type=radio]:checked::before,input[type="radio"]:checked::before {
    width: 18px;
    height: 20px;
    display: flex;
    content: '\f00c';
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
}
.form-check-input[type=radio]:checked::after,input[type="radio"]:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #d1f3ff;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.form-check-input[type=radio],input[type="radio"] {
  border-radius: 50%;
}
.form-check-input[type=radio]::after,input[type="radio"]::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
body .form-check-input:checked[type=radio],input[type="radio"]:checked{
	background-image:none!important;
}


/***menu styling***/

#sidebar ul
    {
    margin:15px;
    padding:0px;
    list-style-type:none;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;  
    }
#sidebar  .var_nav
    {
    /*position:relative;
    background:#ebebeb; 
    width:239px;
    height:70px;
    margin-bottom:5px;
    box-shadow: 2px 1px 4px 0px #c5c8cb;*/
    margin-top: 5px;
    border-radius: 5px;
    }
    #sidebar  .var_nav.active a{
        background: #0751a0;
        color: #fff;
    }
    #sidebar  .var_nav a:hover{
        background: #0751a0;
        color: #fff;
        transition: 0.5s;
        border-radius: 5px;
    }
    #sidebar  .var_nav a:hover .icon,#sidebar  .var_nav.active a .icon{
        color: #fff;
    }
#sidebar  .link_bg
    {
     width:70px;
     height:70px;
     position:absolute;
     background:#1057a4;
     color:#fff;
     z-index:2;
    }
#sidebar .link_bg i
    {
     position:relative;
    }
#sidebar .link_title a
    {
    /*position:absolute;*/
    width:100%;
    /*z-index:3;*/
    color:#707070;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    }

#sidebar .link_title:hover .icon
    {
    /*-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);  */
    }
#sidebar .var_nav:hover
    {
    width:100%;
    background:#1057a4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    }
#sidebar .var_nav:hover a
    {
    /*font-weight:bold;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out; 
    -o-transition:all .5s ease-in-out; 
    -ms-transition:all .5s ease-in-out;
     transition:all .5s ease-in-out;  
     color:#fff;*/
    }
#sidebar  .icon
    {
    position:relative;
    /*width:70px;
    height:70px;*/
    text-align:center;
    color:#0751a0;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out; 
    -o-transition:all .5s ease-in-out; 
    -ms-transition:all .5s ease-in-out;   
    /*float:left;*/
    transition:all .5s ease-in-out;   
    /*float:left;  */
    }
#sidebar  .icon i{
    /*top:22px;
    position:relative;*/
}


#sidebar nav a{
    display:block;
    /*position:absolute;
    float:left;*/
    color:#636464;
    font-weight: 400;
    font-size: 16px;
    text-decoration:none;
    /*width:100%;
    height:70px;
    text-align:center;*/
}
#sidebar span{
    /*margin-top:25px;*/
    display:block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    /*padding-left: 79px;*/
}
#sidebar .icon i {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

.logo {
    display: block;
}

.logo img{
    max-width: 90px;
}
/*****application form css now******/
form#form-employee-1
form#form-employee-1 input[type=text]:after {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    width: inherit;
    height: 4em;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(#3296DC, 0.6);
}
form#form-employee-1 input[type=text]:focus {
    box-shadow: 0px 0px 0px 2px #d1f3ff;
   
    animation: anim-shadow 0.2s forwards;
}
form#form-employee-1 input[type=text] {
      background: #fff;
    /*box-shadow: 0px 0px 0px 1px #d0d0d0;
       -webkit-transition: box-shadow 0.3s;*/
    transition: box-shadow 0.3s;
}
label.col-sm-2.col-form-label.PreviouslyEmployedToCompany , label.PositionQualified{
    line-height: 19px;
    margin-top: -9px;
}
a.btn.btn-primary.add-jobreq.btn-sm {
    margin-top: 5px;
}
.col-sm-3.pt-2.text-right.inlibinputs * {
    float: left;
    margin-right: 5px;
}

.inlibinputs * {
    float: left;
    margin-right: 5px;
}
hr {
    border: 0;
    border-bottom: 2px dashed #eee;
    background: #999;
    padding: 0;
    margin: 33px 12px;
}
 .col-sm-9.filledbyvalue {
    line-height: 26px;
}
label.col-sm-3.col-form-label.filledbylabel {
    line-height: 12px;
}
.col-sm-9.text-right.statusvalue {
    line-height: 26px;
}
label.col-sm-3.col-form-label.statuslabel {
    line-height: 12px;
}
.ptt10{
	margin-top:10px;
}
div#view-interview-page * {
    font-family: 'Roboto Slab', serif!important;
}
div#view-interview-page table tr td.br, div#view-interview-page table tr td.bl, div#view-interview-page table tr td.bt, div#view-interview-page table tr td.bb{
	border:none!important;
}
div#view-interview-page tr:nth-child(even) {
    background-color: #ffffff;
}
div#view-interview-page  table {
    padding-bottom: 0px!important;
    margin-bottom: 0px;
}
div#view-interview-page  form#form-int-1,div#view-interview-page  form#form-int-2, div#view-interview-page  form#form-int-3,div#view-interview-page  form#form-int-4,div#view-interview-page  form#form-int-5,div#view-interview-page  form#form-int-6,div#view-interview-page  form#form-int-7,div#view-interview-page  form#form-int-8,div#view-interview-page   form#form-int-9,div#view-interview-page   form#form-int-11, div#view-interview-page  form#form-int-12 {
    border: solid 3px #9e9e9e;
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
	
}
div#view-interview-page  label.col-sm-2.col-form-label {
    padding-left: 33px;
}
div#view-interview-page  label.col-sm-5.col-form-label {
    padding-left: 25px;
}
div#view-interview-page input#Q47 {
    margin-left: 69px;
    margin-top: 12px;
}
div#view-interview-page p.point8 {
    margin-top: 58px;
    margin-bottom: 22px;
}

input.edit-field[readonly] {
    background-color: inherit !important;
    cursor: text;
    border: none;
    box-shadow: none !important;
}
input.edit-field[readonly]:hover {
    background-color: #ffffff !important;
    cursor: text;
    filter: brightness(0.95);
}

p.edit-field {
    background-color: inherit !important;
    cursor: text;
    border: none;
    box-shadow: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}
p.edit-field:hover {
    background-color: #ffffff !important;
    cursor: text;
    filter: brightness(0.95);
}

input[type=number] {
    max-width: 100px;
}
.application-step {     
    border: none;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 20px;
    background-color: #1057a4;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease width;
}

.application-step.active {
  background-color: #0C4DA8!important;
   width: 60px;
  cursor: auto;
  transition: 0.3s ease width;
}

select:focus,select.form-control:focus{
    box-shadow: none;
    outline: none !important;
    border: 1 px solid #0dcaf0;
}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
button.btn:focus, 
button.btn:active, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: none;
    outline: none !important;
}
input[type=button] {
  outline:none;
}
input[type=button]::-moz-focus-inner {
  border: 0;
}
body.applicationpage .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
body.applicationpage input#NumberofChildren {
    max-width: 100%;
}
.col-sm-4.previouslyemployedbox {
    margin-left: -34px;
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 3px;
  display: none;
  float: right;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow.active{
  display: inline-block;
}

.table th.sortable:hover{
  cursor: pointer;
  filter: brightness(var(--hover-brightness));
}

.sortable > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.table th.sortable-e:hover{
  cursor: pointer;
  filter: brightness(var(--hover-brightness));
}

.sortable-e > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}


#signature-canvas {
  border: 1px solid #000000;
  border-radius: 5px;
}

#info-icon:hover{
    background-color: yellow;
}
.table  td {
    vertical-align: middle;
}

.required-field::after {
    content: "*";
    color: red;
}

/* 15-09-25 */

#page-content-wrapper{
    background: #f3f4f3;
    /*padding-left: 15%;*/
}

.main-sidebar-wrapper{
    width:276px
}

.custom-table thead tr th{
    padding: 15px 10px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
}

.table.custom-table tr td{
    padding: 1.2rem !important;
    text-align: center;
}

.custom-tab li.nav-item .nav-link{
    white-space: nowrap;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.custom-tab li.nav-item .nav-link.active{
    background: #0751a0;
    color: #fff;
    border: none;
    margin-bottom: 0;
}

.header-nav {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.10);
    z-index: 25;
    position: sticky;
    top: 0;
}

.header h2.title{
    font-size: 1.9rem;
    font-family: 'Comfortaa', sans-serif;
    color: #0751a0;
    font-weight: bold;
}

.addBtn {
    color: #fff;
    background: #0d5197 linear-gradient( 
180deg
 , #0b4ca1, #2d5ba8) repeat-x;
    border: none;
    box-shadow: 0 16px 26px -10px rgb(63 106 216 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(63 106 216 / 20%);
    /*transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;*/
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.25rem;
    transition: 0.5s;
    margin-bottom: 10px;
    padding: 10px 15px;
    outline: none;
    letter-spacing: 1px;
}
.addBtn:hover {
    background: #02203e linear-gradient( 
180deg
 , #063a7c, #234a8d) repeat-x;
    border-color: #0d51a6;
    transition: 0.5s;
}

.custom-tab{
    border-bottom: 3px solid #0d4da8;
}

.custom-tab .nav-tabs{
    border: none;
    overflow-y: hidden;
}

.admin_img{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}

.admin_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-nav .nav-item .admin_user_wrap{
    background: #0751a0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.navbar-nav .nav-item .admin_user_wrap:hover,.navbar-nav .nav-item .admin_user_wrap:focus{
    color: #fff;
}

.dropdown-toggle.admin_user_wrap::after{
    font-family: "Material Icons";
    content: '\e313';
    border: none;
}

.admin_user_wrapper .dropdown-menu .dropdown-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
}

.admin_user_wrapper .dropdown-menu .dropdown-item:hover{
    background: #0751a0;
    color: #fff;
}

.head_title{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-left: 15px;
}

.item_count{
    color: #0751a0;
    font-weight: 600;
}

.table-head th{
    background: #0751a0;
    color: #ffffff;
}

.table-wrapper{
    border-radius: 5px 5px 0 0;
}

.employee-symbol span{
    color: #0751a0;
}

.filter_status_wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.status_dropdown{
    display: flex;
}

.custom-field{
    width: 150px;
}

.inner-container{
    padding: 3rem;
}

.employee-details-inner-wrapper{
    padding:0 1.2rem;
    background: #f8f9fa;
}

.project_desc{
    width: 500px;
}

.accordion-button:focus{
    box-shadow: none;
}

.save-btn-wrapper .btn-save{
    background-color: #0C4DA8;
    border-color: #0C4DA8;
    font-weight: bold;
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 5px;
}

.review-wrapper h6{
    line-height: 1.6;
}

.form-submit-btn{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #018100;
    padding: 10px 40px;
    border-radius: 8px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    transition: 0.5s;
}

.form-submit-btn:hover{
    background: #014a00;
    transition: 0.5s;
    color: #fff;
}

.form-submit-btn:focus{
    box-shadow: none;
    border: none;
}

.review-wrapper .form-control{
    min-width: 200px;
}

.review-wrapper, .review-top{
    padding: 1.5rem;
    background: #fff;
}

.desc-inner{
    font-weight: bold;
}

@media (max-width: 1400px){
    .project_desc{
        width: 400px;
    }

    section h3{
        font-size: 1.5rem;
    }
}

@media (max-width: 1199px){
    .head_title{
        padding-left: 0;
    }

    .filter_status_wrapper label{
        font-size: 14px;
    }
}

@media (max-width: 1023px){
    .head_title{
        padding-left: 0;
    }

    .filter_status_wrapper{
        justify-content: flex-start;
        margin-top: 10px;
    }
    .inner-container{
        padding: 0;
    }

    .header h2.title{
        margin-top: 25px;
    }

    .project_desc{
        width: 300px;
    }

    .review-wrapper canvas{
        width: 100%;
    }
}

@media (max-width: 767px){
    .head_title{
        display: none;
    }

    .filter_status_wrapper{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
    }

    .filter_status_wrapper label{
        font-size: 16px;
    }

    .filter_status_wrapper button{
        padding-left: 0;
    }

    .custom-table thead tr th{
        font-size: 16px;
    }

    .header h2.title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .status_dropdown{
        flex-direction: column;
    }

    .employee-details-inner-wrapper{
        padding: 0rem;
        background: #fff;
    }

    .desc-inner{
        width: 200px;
    }

    .project_desc{
        width: auto;
    }

    .review-wrapper, .review-top{
        padding: 1rem;
    }

}

