/*           Font Smoothing      */

@font-face {
    font-family: "Ubuntu-Regular";
    src: url(../fonts/Ubuntu-Regular.ttf);
}
@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.ttf);
}

body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p,
.navbar,
.brand,
.btn-simple,
.alert,
a,
.td-name,
td,
button,
button.close,input,::placeholder,th {
    font-family: "Ubuntu-Regular";
    font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 300;
    margin: 30px 0 15px;
}

h1, .h1 {
    font-size: 52px;
}

h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 28px;
    margin: 20px 0 10px;
}

h4, .h4 {
    font-size: 22px;
    line-height: 30px;
}

h5, .h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

h6, .h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #9A9A9A;
    font-weight: 300;
    line-height: 1.5;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}

h1 .subtitle {
    display: block;
    margin: 0 0 30px;
}

.text-muted {
    color: #9A9A9A;
}

.text-primary, .text-primary:hover {
    color: #1D62F0 !important;
}

.text-info, .text-info:hover {
    color: #1DC7EA !important;
}

.text-success, .text-success:hover {
    color: #87CB16 !important;
}

.text-warning, .text-warning:hover {
    color: #FF9500 !important;
}

.text-danger, .text-danger:hover {
    color: #FF4A55 !important;
}

.pe-xl-1 {
    padding-right: 0.25rem !important;
}

.ps-xl-1 {
    padding-left: 0.25rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/*     General overwrite     */
body,
.wrapper {
    min-height: 100vh;
    position: relative;
}

body {
    background: #E7EAF2 !important;
}

a {
    color: #3e9cb9;
    text-decoration: none;
}
a:hover, a:focus {
    color: #42d0ed;
    text-decoration: none;
}

a:focus, a:active,
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0;
}

.ui-slider-handle:focus,
.navbar-toggle,
input:focus {
    outline: 0 !important;
}

/*           Animations              */
.form-control,
.input-group-addon,
.tagsinput,
.navbar,
.navbar .alert {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.sidebar .nav a,
.table > tbody > tr .td-actions .btn {
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.btn {
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.fa {
    width: 18px;
    text-align: center;
}

.margin-top {
    margin-top: 50px;
}

.wrapper {
    position: relative;
    top: 0;
    height: 100vh;
}

.fg-2 {
    flex-grow: 2;
}

.gap-10 {
    gap: 10px;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    width: 250px;
    display: block;
    z-index: 1;
    color: #fff;
    font-weight: 200;
    background-size: cover;
    background-position: center center;
}

.sidebar .sidebar-wrapper {
    position: relative;
    max-height: calc(100vh - 75px);
    min-height: 100%;
    width: 250px;
    z-index: 4;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #454C52 0%, #1C1C1C 100%);
    box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.0901961);
}
.sidebar .sidebar-wrapper .tab-content{
    overflow-y: auto;
    padding-bottom: 120px;
    max-height: calc(100vh - 75px);
}
/* width */
.sidebar .sidebar-wrapper .tab-content::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
.sidebar .sidebar-wrapper .tab-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
.sidebar .sidebar-wrapper .tab-content::-webkit-scrollbar-thumb {
    background: #898989;
    border-radius: 5px;
  }
  
  /* Handle on hover */
.sidebar .sidebar-wrapper .tab-content::-webkit-scrollbar-thumb:hover {
    background: #898989; 
  }
.sidebar .sidebar-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.sidebar .logo {
    padding: 17px 32px;
}
.sidebar .logo img{
    width: 150px;
}
.sidebar .logo p {
    float: left;
    font-size: 20px;
    margin: 10px 10px;
    color: #FFFFFF;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar .logo .simple-text {
    text-transform: uppercase;
    padding: 5px 0px;
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
}

.sidebar .logo-tim {
    border-radius: 50%;
    border: 1px solid #333;
    display: block;
    height: 61px;
    width: 61px;
    float: left;
    overflow: hidden;
}

.sidebar .logo-tim img {
    width: 60px;
    height: 60px;
}

.sidebar .nav {
    margin-top: 20px;
    display: block;
}
.sidebar .nav-pills{
    display: inline-flex;
    background: white;
    padding: 2px;
    border-radius: 3px;
    margin-bottom: 5px !important;
}
.sidebar .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3E9CB9;
    font-weight: 400;
    font-size: 14px;
}
.sidebar .nav-link {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
}
.sidebar .nav-link:hover {
    color: #000000;
}
.navbar .navbar-items a{
    margin: 0px 7px;
    transition: all 0.5s ease-out;
}
.navbar .navbar-items a:hover img{
    width: 42px;
}
.navbar .navbar-items .email{
    margin: 0px 15px;
    color: white;
    font-weight: 400;
    font-size: 14px;
}
.navbar .navbar-items .user-img{
    margin-left: 20px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.sidebar .nav .open > a,
.sidebar .nav li.dropdown .dropdown-menu li:hover > a,
.sidebar .nav li:hover > a {
    background: #3E9CB9;
    box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.0901961);
    border-radius: 0px 15px 15px 0px;
}

.sidebar .nav li > a {
   	margin: 5px 30px;
	margin-left: 0px;
	display: 14px 10px;
	display: block;
	text-decoration: none;
}

.sidebar .nav li.active > a {
    color: #FFFFFF;
    opacity: 1;
    background: #3E9CB9;
    box-shadow: 0px 2px 10px rgb(100 100 100 / 9%);
    border-radius: 0px 15px 15px 0px;
}

.sidebar .nav li.separator {
    margin: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .nav li.separator + li {
    margin-top: 31px;
}

.sidebar .nav p {
    cursor:pointer !important;
    margin: 0 !important;
    line-height: 30px !important;
    font-weight: 400 !important; 
    font-size: 13px !important;
    margin-left: 35px !important;
}

.sidebar .nav i {
    font-size: 28px;
    float: left;
    margin-right: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

.sidebar .nav .caret {
    margin-top: 13px;
    position: absolute;
    right: 30px;
}


.sidebar .logo p {
    float: left;
    font-size: 20px;
    margin: 10px 10px;
    color: #FFFFFF;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar .logo .simple-text {
    text-transform: uppercase;
    padding: 5px 0px;
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
}

.sidebar .logo-tim {
    border-radius: 50%;
    border: 1px solid #333;
    display: block;
    height: 61px;
    width: 61px;
    float: left;
    overflow: hidden;
}

.sidebar .logo-tim img {
    width: 60px;
    height: 60px;
}


.main-panel {
    position: relative;
    z-index: 2;
    float: right;
    width: 100%;
}

.main-panel > .content {
    padding: 17px 25px;
    min-height: calc(100% - 123px);
}

.main-panel > .footer {
    border-top: 1px solid #e7e7e7;
}

.main-panel .navbar {
    margin-bottom: 0;
    background: #42494e !important;
}

.sidebar,
.main-panel {
    max-height: 100%;
    height: 100%;
    -webkit-transition-property: top,bottom;
    transition-property: top,bottom;
    -webkit-transition-duration: .2s,.2s;
    transition-duration: .2s,.2s;
    -webkit-transition-timing-function: linear,linear;
    transition-timing-function: linear,linear;
    -webkit-overflow-scrolling: touch;
}


.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.navbar {
    border: 0;
    font-size: 16px;
    border-radius: 0;
    min-height: 65px;
    padding: 10px 0px;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar .navbar-brand {
    font-weight: 400;
    margin: 5px 0px;
    padding: 15px 15px;
    font-size: 20px;
}

.navbar .navbar-nav > li > a {
    padding: 10px 15px;
    margin: 10px 3px;
    position: relative;
}

.navbar .navbar-nav > li > a.btn {
    margin: 15px 3px;
    padding: 8px 16px;
}

.navbar .navbar-nav > li > a.btn-round {
    margin: 16px 3px;
}

.navbar .navbar-nav > li > a [class^="fa"] {
    font-size: 19px;
    position: relative;
    line-height: 16px;
    top: 1px;
}

.navbar .navbar-nav .notification {
    position: absolute;
    background-color: #FB404B;
    text-align: center;
    border-radius: 10px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 0px;
    left: 7px;
}
.nav-img{
    display: flex;
    align-items: center;
}
.navbar .btn {
    margin: 15px 3px;
    font-size: 14px;
}

.navbar .btn-simple {
    font-size: 16px;
}

.navbar.fixed {
    width: calc(100% - $sidebar-width);
    right: 0;
    left: auto;
    border-radius: 0;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 10px;
    margin-top: -5px;
}

.navbar-transparent .navbar-brand, [class*="navbar-ct"] .navbar-brand {
    color: #FFFFFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.navbar-transparent .navbar-brand:focus, .navbar-transparent .navbar-brand:hover, [class*="navbar-ct"] .navbar-brand:focus, [class*="navbar-ct"] .navbar-brand:hover {
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-default .navbar-nav > li > a:not(.btn) {
    color: #9A9A9A;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:not(.btn):hover,
.navbar-default .navbar-nav > .active > a:not(.btn):focus,
.navbar-default .navbar-nav > li > a:not(.btn):hover,
.navbar-default .navbar-nav > li > a:not(.btn):focus {
    background-color: transparent;
    border-radius: 3px;
    color: #1DC7EA;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #1DC7EA;
    border-top-color: #1DC7EA;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #1DC7EA;
}

.navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default:not(.navbar-transparent) .btn-default:hover {
    color: #1DC7EA;
    border-color: #1DC7EA;
}

.navbar-default:not(.navbar-transparent) .btn-neutral,
.navbar-default:not(.navbar-transparent) .btn-neutral:hover,
.navbar-default:not(.navbar-transparent) .btn-neutral:active {
    color: #9A9A9A;
}

/*      Navbar with icons            */
.navbar-icons.navbar .navbar-brand {
    margin-top: 12px;
    margin-bottom: 12px;
}

.navbar-icons .navbar-nav > li > a {
    text-align: center;
    padding: 6px 15px;
    margin: 6px 3px;
}

.navbar-icons .navbar-nav [class^="pe"] {
    font-size: 30px;
    position: relative;
}

.navbar-icons .navbar-nav p {
    margin: 3px 0 0;
}

.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-form .form-control {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    height: 22px;
    font-size: 16px;
    line-height: 1.5;
    color: #E3E3E3;
}

.navbar-toggle {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    display: none;
}

.navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-toggle .navbar-collapse,
.navbar-toggle .navbar-form {
    border-color: transparent;
}

.navbar-toggle.navbar-default .navbar-toggle:hover,
.navbar-toggle.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

/* Vacation Responder */

.page-heading{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.page-heading p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: black;
    font-family: "Poppins-Regular" !important;
}
.page-heading a{
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #3E9CB9;
    font-family: "Poppins-Regular" !important;
}
.page-heading img{
    width: 7px;
    top: 1px;
    position: relative;
    margin: 0px 8px;
}
.page-layout{
    background: #FFFFFF;
    border-radius: 15px !important;
    padding: 10px 0px;
    height: 100% !important;
}
.page-layout .main-heading{
    background: linear-gradient(89.95deg, #454C52 1.26%, #424242 99.93%);
    box-shadow: 0px 2px 10px rgb(100 100 100 / 9%);
    border-radius: 15px 15px 0px 0px !important;
    padding: 15px 25px;
    margin: 0px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF !important;
}
.page-layout .main-heading p{
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF !important;
}
.page-layout .inner-section{
    padding: 25px 35px;
}
hr{
    margin: 0;
    border: 1px solid #a9a9a9;
}
.input-btn{
    margin-bottom: 10px;
}

.input-loader {
    position: relative;
    width: 80%;
    margin-right: 10px;
}
.input-loader-width{
    width: 49.5%;
    margin-right: 0px
}
.input-loader .loading-input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
    padding: 17px 17px;
    background: #F4F4F5;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
}
.input-loader  .loading-input::placeholder {
    color: #B2B2B2;
}
.input-loader  .icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}
.input-loader  .loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}
  
  @keyframes around {
    0% {
      transform: rotate(0deg)
    }
    100% {
      transform: rotate(360deg)
    }
  }
  
.input-loader  .loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #3E9CB9 #3E9CB9 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}
.input-loader .loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: #f4f4f5;
}
.btn-primary-md{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background-color: #3E9CB9;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 15px 17px;
    width: 230px;
}
.btn-primary-md:hover{
    color: white;
}
.btn-primary-md a{
    color: white;
    display: block;
    padding: 15px 17px;
}
.btn-primary-md a:hover{
    color: white;
}
.date-fields{
    display: flex;
}
.custom-input-field{
    width: 50%;
}
.custom-input-field input{
    background: #FFFFFF;
    border: 1px solid #3E9CB9;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #535353;
    padding: 15px 17px;
    width: 100%;
}
.custom-input-field textarea{
    background: #FFFFFF;
    border: 1px solid #3E9CB9;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #535353;
    padding: 15px 17px;
    width: 100%;
}
.se-date{
    background: #FFFFFF;
    border: 1px solid #3E9CB9;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #B2B2B2;
    padding: 15px 17px;
    width: 100%;
    margin-left: 10px;
}
.real-date {
    display: none;
  }
  
  /* a simple example of css to make 
  them look like it's the same element */
  .real-date, 
  .fake-date {
    width: 97%;
    padding: 15px 17px
  }
  .date-container:hover .real-date{
    padding: 14px 17px
  }
.custom-input-field input::placeholder{
    color: #B2B2B2;
}
.custom-input-field textarea:focus-visible {
    outline: none;
}
.start-end-date{
    width: 50%;
}
.checkboxes{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
    margin-bottom: 15px;
}
.checkboxes .form-check{
    margin-right: 35px;
    margin-bottom: 5px;
}
.checkboxes .form-check-label{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.checkboxes .form-check-input:checked {
    background-color: #3E9CB9;
    border-color: #3E9CB9;
}
.checkboxes .form-check-input{
    border: 1px solid #3E9CB9;
    cursor: pointer;
}
.note-toolbar {
    background-color: #3E9CB9 !important;
    border-color: #3E9CB9 !important;
}
.vacation-values{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.vacation-values .vacation{
    width: 49%;
}
.vacation-values .vacation .btn-primary-md{
    width: 100%;
}
.vacation-values .values{
    width: 49%;
}
.vacation-values .values .btn-primary-md{
    width: 100%;
}
.delegation-for p{
    width: 200px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.delegation-table{
    padding: 0px 15px;
    height: 400px;
}
.delegation-table thead tr{
    background: #3E9CB9;
    box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.0901961);
}
.delegation-table thead tr th{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 20px 25px;

}
.delegation-table table th:first-child{
    border-radius:10px 0 0 10px;
}
  
.delegation-table table th:last-child{
    border-radius:0 10px 10px 0;
}
.delegation-add{
    margin-bottom: 10px;
}
.delegation-add .btn-primary-md{
    margin-left: 7px;
}
.create-delegation p {
    width: 100px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.border-input-loader {
    position: relative;
    width: 50%;
}
  
.border-input-loader .loading-input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
    padding: 15px 17px;
    background: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #3e9cb9;
}
.border-input-loader .loading-input::placeholder {
    color: #B2B2B2;
}
.border-input-loader .icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}
.border-input-loader .loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}
  
  @keyframes around {
    0% {
      transform: rotate(0deg)
    }
    100% {
      transform: rotate(360deg)
    }
  }
  
.border-input-loader .loader::after, .border-input-loader .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #3E9CB9 #3E9CB9 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}
.border-input-loader .loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: white;
}
.delegation-csv{
    text-align: right;
}
.delegation-csv p{
    font-family: "Poppins-Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #008F00;
    margin: 10px 0px;
}
.delegation-terms p{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FF7A00;
    margin: 0;
}
.calender-delegation{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    grid-gap: 20px;
}
.calender-delegation p {
    margin: 0;
    margin-right: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.calender-delegation .form-check{
    width: 190px;
}
.calender-delegation .form-check-input:checked {
    background-color: #3e9cb9;
    border-color: #3e9cb9;
}
.calender-delegation .form-check-input{
    border-color: #3e9cb9;
    cursor: pointer;
}
.calender-delegation .form-check-label{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.calender-dropdown{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dropdown{
    margin: 5px 0px;
    margin-right: 10px;
    width: 180px;
}
.dropdown-gray{
    background: #F4F4F5;
    border-radius: 5px;
    border: none;
    width: 49.5%;
    margin-right: 0px;
}
.dropdown-gray .dropdown-toggle{
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #3e9cb9;
    padding: 12px 17px;
    justify-content: end;
    text-align: end;
    width: 100%;
}
.forward-dropdown .dropdown-toggle{
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #3e9cb9;
    padding: 12px 17px;
    justify-content: end;
    text-align: end;
    width: 100%;
}
.forward-dropdown .gray-back{
    background: #F4F4F5;
    border-radius: 5px;
    border: none;
}
/* .dropdown-toggle{
    border: 1px solid #3e9cb9;
    padding: 13px 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #575F65;
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.dropdown-menu{
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3e9cb9 !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.create-btn .btn-primary-md{
    margin: 5px 0px;
}
.checkbox{
    margin: 5px 0px;
}
.checkbox .form-check{
    margin: 0px 15px;
    margin-left: 5px;
}
.checkbox .form-check-label{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.checkbox .form-check-input:checked {
    background-color: #3E9CB9;
    border-color: #3E9CB9;
}
.checkbox .form-check-input{
    border: 1px solid #3E9CB9;
    cursor: pointer;
}
.signature-btns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7px;
}
.signature-btns .btn-primary-md{
    width: 48.5%;
    margin-bottom: 10px;
}
.signature-via-template h1{
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #000000;
}
.signature-via-template p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.undefined p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.signature-table{
    padding: 0px 35px;
    height: 200px;
}
.signature-table thead tr{
    background: #3E9CB9;
    box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.0901961);
}
.signature-table thead tr th{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 20px 25px;

}
.signature-table table th:first-child{
    border-radius:10px 0 0 10px;
}
  
.signature-table table th:last-child{
    border-radius:0 10px 10px 0;
}
.custom-input-loader{
        width: 55%;
        margin-right: 0px;
}
.custom-signature .btn-primary-md{
    margin-left: 9px;
}
.send-as .btn-primary-md {
    width: 260px;
}
.send-as .border-input-loader {
    width: 100%;
}
.forward-dropdown {
    background: #F4F4F5;
    border-radius: 5px;
    border: none;
    width: 100%;
    margin: 0px;
}
.update .btn-primary-md{
    width: 100%;
    padding: 15px 5px;
}
/* .dropdown-toggle::after{
    content: url(../img/chevron.svg);
    border: none;
  } */
.error-msg{
    text-align: right;
}
.error-msg p{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #D7202B;
    font-family: "Poppins-Regular";
    margin: 10px 0px;
}
.forwarding-btns {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 12px 0px;
}
.forwarding-btns .btn-primary-md{
    width: 210px;
}
.border-bottom-line{
    background: rgba(69, 76, 82, 0.06);
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #3e9cb9 !important;
}
.report-msg p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
}
.report-date p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.wrappers{
    width: 100%;
    border-bottom: 1px solid #3e9cb9;
    position: relative;
    background: rgba(69, 76, 82, 0.06);
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 30px;
    cursor: pointer;
}
.wrappers:focus{
    border-bottom: 1px solid #3e9cb9;
}
.wrappers input[type=date]:invalid+span:after {
    content:"";
}
  
.wrappers input[type=date]:focus:invalid+span:after {
    display:none;
}
  
.wrappers input:not(:focus):invalid {
    color:transparent;
  }
.wrappers input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.date-icon{
    position: absolute;
    right: 15px;
    top: 11px;
    cursor: pointer;
}
.date-icon-position{
    position: relative;
    z-index: 1;
    background-color: transparent !important;
}
.wrappers label{
    position: absolute;
    padding: 0;
    top: 19px;
    left: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #C2C2C2;
}
.wrappers .btn:hover{
    color: #C2C2C2 !important;
}
.display-export .btn-primary-md {
    width: 100%;
    padding: 19px 20px;
}
/** BEGIN CSS NEEDED FOR SWITCH **/
.on-off-toggle {
    width: 56px;
    height: 24px;
    position: relative;
    display: inline-block;
  }
  
  .on-off-toggle__slider {
    width: 56px;
    height: 24px;
    display: block;
    border-radius: 34px;
    background-color: #d8d8d8;
    transition: background-color 0.4s
    
  }
  
  .on-off-toggle__slider:before {
      content: '';
      display: block;
      background-color: #fff;
      bottom: 3px;
      height: 18px;
      left: 3px;
      position: absolute;
      transition: .4s;
      width: 18px;
      z-index: 5;
      border-radius: 100%;
    }
  
  .on-off-toggle__slider:after {
      display: block;
      line-height: 24px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      content: 'off';
      color: white;
      padding-left: 26px;
      transition: all 0.4s;
    }

  .on-off-toggle__input {
    /*
      This way of hiding the default input is better 
      for accessibility than using display: none;
    */
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    cursor: pointer;
  }

  .on-off-toggle__input:disabled {
    cursor: default;
  }
  
  .on-off-toggle__input:checked + 
  .on-off-toggle__slider {
    background-color: #9CEA85;
  }
  
  .on-off-toggle__input:checked + 
  .on-off-toggle__slider:before {
      transform: translateX(32px);
    }
  
  .on-off-toggle__input:checked + 
  .on-off-toggle__slider:after {
      content: 'on';
      color: #FFFFFF;
      padding-left: 8px;
}
.policy-msg p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.inner-sub-section{
    padding: 25px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
}
.org-path h1{
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 25px;
}
.policy-path h1{
   margin-top: 20px;
}
.policy-path h1{
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
}
.toggle{
    display: flex;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    padding: 11px;
}
.toggle p{
    margin: 0;
    margin-left: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
}
.toggle-field{
    margin-bottom: 10px;
}
.email-policy{
    margin-top: 25px;
}
.email-policy p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    margin: 0;
}
.toggle-field-margin{
    margin-bottom: 20px;
}
.offboarding label{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
}
.offboarding-back{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
    flex-direction: row-reverse;
}
.line h2 {
    width: 60%;
    margin: 35px auto; 
    text-align: center; 
    border-bottom: 1px solid #B2B2B2; 
    line-height: 0.1em;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
 } 
 
.line h2 span { 
     background:#fff; 
     padding:0 10px; 
}
.double-toggles{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    justify-content: space-between;
}
.prallel-line{
    width: 1px;
    height: 18px;
    background: #C4C4C4;
    border-radius: 3px;
}
.toggles{
    display: flex;
    padding: 9px;
}
.toggles p{
    margin: 0;
    margin-left: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
}
.email-head h1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 15px;
}
.offboarding-margin{
    margin-top: 20px;
}
.country-code{
    margin-top: 20px;
    text-align: right;
}
.country-code p{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #B2B2B2;
    margin: 0;
}
.spred-expo{
    margin: 25px 0px;
}
.spreedshet p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    margin-bottom: 15px;
}
.export-spreedshet{
    margin-top: 20px;
}
.export-spreedshet h1{
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: black;
    margin-top: 10px;
    margin-bottom: 15px;
}
.log-table thead tr{
    background: #3E9CB9;
    box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.0901961);
    border-bottom: 5px solid #e7eaf2;
}
.log-table tbody{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.0901961);
    border-radius: 10px;
}
.log-table thead tr th{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 20px 25px;

}
.log-table table thead th:first-child{
    border-radius:10px 0 0 10px;
}
  
.log-table table thead th:last-child{
    border-radius:0 10px 10px 0;
}
.log-table .table-borderless>:not(caption)>*>* {
    border-bottom-width: 1px;
    padding: 20px 25px;
}
.log-table table tbody tr{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.log-table table tbody tr:first-child th:first-child,
.log-table  table tbody tr:first-child td:first-child {
    border-top-left-radius: 10px;
  }

.log-table  table tbody tr:first-child th:last-child,
.log-table  table tbody tr:first-child td:last-child {
    border-top-right-radius: 10px;
  }

.log-table  table tbody tr:last-child th:first-child,
.log-table  table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
  }

.log-table table tbody tr:last-child th:last-child,
.log-table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
  }

.settng-email p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.setting-margin{
    margin-bottom: 25px;
}
.setting-margin .btn-primary-md{
    width: 155px;
    padding: 10px;
}
.setting-dropdown .dropdown-toggle{
    padding: 13px 8px;
}
.offboard-label{
    margin-top: 30px;
}
.modal-content{
    border-radius: 15px;
}
.feedback .alert-primary {
    color: #757575;
    background-color: #ffffff;
    border-color: #3E9CB9;
}
.feedback .alert{
    padding: 0px;
    margin-bottom: 25px;
}
.feedback img{
    background: #3e9cb9;
    padding: 10px;
    margin-right: 20px;
}
.summary{
    margin-bottom: 20px;
}
.summary p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}
.summary p span{
    color: red;
}
.summary .paper-mark img{
    margin-left: 5px;
}
.summary .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.summary .btn {
    background: #E0E0E0;
    border: 1px solid #CACACA;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #757575;
}
.summary .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.paper-mark{
    margin-bottom: 20px;
}
.paper-mark img{
    margin-left: 5px;
}
.modal-footer .btn-primary-md{
    width: 100px;
}
.modal-footer .btn-secondary{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: #E0E0E0;
    border: 1px solid #CACACA;
    border-radius: 5px;
    padding: 15px 17px;
    width: 100px;
    color: #757575;
}
.modal-footer .btn-secondary:hover{
    color: #757575;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../img/chevron.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 50% !important;
	height: calc(2rem + 20px) !important
}

/*          Changes for small display      */
@media screen and (max-width:1200px) {
    .mt-on-lg{
        margin-top: 10px;
    }
}
@media screen and (max-width:1024px) {
    .delegation-for p {
        width: 165px;
    }
    .create-delegation p {
        width: 50px;
    }
    .custom-input-loader {
        width: 50%;
    }
    .mt-on-lg{
        margin-top: 10px;
    }
    .toggle-field {
        margin-bottom: 0px;
    }
}
@media (min-width: 992px) {
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-nav > li > .dropdown-menu, .dropdown .dropdown-menu {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    }
    .navbar-nav > li.open > .dropdown-menu, .dropdown.open .dropdown-menu {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 29px -50px;
        -moz-transform-origin: 29px -50px;
        -o-transform-origin: 29px -50px;
        -ms-transform-origin: 29px -50px;
        transform-origin: 29px -50px;
    }
    .sidebar .nav-mobile-menu {
        display: none;
    }
    .navbar-nav p {
        line-height: normal;
        margin: 0;
    }
    .navbar-nav > li > .dropdown-menu:before {
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        left: 12px;
        top: -11px;
    }
    .navbar-nav > li > .dropdown-menu:after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        left: 12px;
        top: -10px;
    }
    .navbar-nav.navbar-right > li > .dropdown-menu:before {
        left: auto;
        right: 12px;
    }
    .navbar-nav.navbar-right > li > .dropdown-menu:after {
        left: auto;
        right: 12px;
    }
    .footer:not(.footer-big) nav > ul li:first-child {
        margin-left: 0;
    }
    body > .navbar-collapse.collapse {
        display: none !important;
    }
    .card form [class*="col-"] {
        padding: 6px;
    }
    .card form [class*="col-"]:first-child {
        padding-left: 15px;
    }
    .card form [class*="col-"]:last-child {
        padding-right: 15px;
    }
}
@media (max-width: 991px) {
    .main-panel {
        width: 100%;
    }
    .navbar-transparent {
        padding-top: 15px;
        background-color: rgba(0, 0, 0, 0.45);
    }
    body {
        position: relative;
    }
    .main-panel {
        -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        left: 0;
    }
    .navbar .container {
        left: 0;
        width: 100%;
        -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        position: relative;
    }
    .navbar .navbar-collapse.collapse,
    .navbar .navbar-collapse.collapse.in,
    .navbar .navbar-collapse.collapsing {
        display: none !important;
    }
    .navbar-nav > li {
        float: none;
        position: relative;
        display: block;
    }
    .navbar-collapse,
    .sidebar {
        position: fixed;
        display: block;
        top: 0;
        height: 100%;
        right: 0;
        left: auto;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        padding: 0;
        -webkit-transform: translate3d(260px, 0, 0);
        -moz-transform: translate3d(260px, 0, 0);
        -o-transform: translate3d(260px, 0, 0);
        -ms-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0);
        -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .navbar-collapse > ul,
    .sidebar > ul {
        position: relative;
        z-index: 4;
        overflow-y: scroll;
        height: calc(100vh - 61px);
        width: 100%;
    }
    .navbar-collapse::before,
    .sidebar::before {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: #282828;
        display: block;
        content: "";
        z-index: 1;
    }
    .navbar-collapse .logo,
    .sidebar .logo {
        position: relative;
        z-index: 4;
    }
     .nav li > a,
    .sidebar .nav li > a {
        padding: 10px 15px;
    }
    .navbar-collapse .nav,
    .sidebar .nav {
        margin-top: 10px;
    }
    .nav-open .navbar-collapse,
    .nav-open .sidebar {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .nav-open .navbar .container {
        left: -250px;
    }
    .nav-open .main-panel {
        left: 0;
        -webkit-transform: translate3d(-260px, 0, 0);
        -moz-transform: translate3d(-260px, 0, 0);
        -o-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0);
    }
    .nav-open .menu-on-left .sidebar {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .nav-open .menu-on-left .main-panel {
        left: 0;
        -webkit-transform: translate3d(260px, 0, 0);
        -moz-transform: translate3d(260px, 0, 0);
        -o-transform: translate3d(260px, 0, 0);
        -ms-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0);
    }
    .menu-on-left .sidebar {
        left: 0;
        right: auto;
        -webkit-transform: translate3d(-260px, 0, 0);
        -moz-transform: translate3d(-260px, 0, 0);
        -o-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0);
    }
    .menu-on-left #bodyClick {
        right: 0;
        left: auto;
    }
    .navbar-toggle .icon-bar {
        display: block;
        position: relative;
        background: #fff;
        width: 24px;
        height: 2px;
        border-radius: 1px;
        margin: 0 auto;
    }
    .navbar-header .navbar-toggle {
        width: 40px;
        height: 40px;
    }
    .sidebar .sidebar-wrapper{
        width: 260px;
    }
    .sidebar .nav-link {
        padding: 10px 20px;
    }
    .sidebar{
        width: 260px;
    }
    .main-panel .navbar .container-fluid{
        flex-direction: row-reverse;
    }
    .main-panel .navbar .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-toggler-icon {
        background-image: url(../img/bar.svg);
    }
      
    .navbar-nav {
        margin: 1px 0;
        float: none !important;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 60px;
        border-radius: 4px;
        color: inherit;
    }
      [class*="navbar-"] .navbar-nav > li > a,
    [class*="navbar-"] .navbar-nav > li > a:hover,
    [class*="navbar-"] .navbar-nav > li > a:focus,
    [class*="navbar-"] .navbar-nav .active > a,
    [class*="navbar-"] .navbar-nav .active > a:hover,
    [class*="navbar-"] .navbar-nav .active > a:focus,
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a,
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus,
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:active {
        color: white;
    }
    [class*="navbar-"] .navbar-nav > li > a,
    [class*="navbar-"] .navbar-nav > li > a:hover,
    [class*="navbar-"] .navbar-nav > li > a:focus {
        opacity: .7;
        background-color: transparent;
        outline: none;
    }
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: rgba(255, 255, 255, 0.1);
    }
    [class*="navbar-"] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
        opacity: 1;
    }
    [class*="navbar-"] .navbar-nav .dropdown > a:hover .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }
    [class*="navbar-"] .navbar-nav .dropdown > a:active .caret {
        border-bottom-color: white;
        border-top-color: white;
    }
    .navbar-fixed-top {
        -webkit-backface-visibility: hidden;
    }
    .navbar-collapse.collapse {
        height: 100% !important;
    }
    .navbar-collapse.collapse.in {
        display: block;
    }
    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse .nav p {
        font-size: 14px;
        margin: 0;
    }
    .navbar-collapse [class^="pe-7s-"] {
        float: left;
        font-size: 20px;
        margin-right: 10px;
    }
}
@media screen and (max-width:768px) {
    .navbar-header {
        display: block;
    }
    .page-layout .main-heading p {
        font-size: 18px;
    }
}
@media screen and (max-width:575px) {
    .main-panel > .content {
        padding: 17px 10px;
    }
    .page-layout .inner-section {
        padding: 25px 20px;
    }
    .page-layout .main-heading {
        padding: 15px 15px;
    }
    .input-btn {
        margin-bottom: 0px;
    }
    .input-btn .d-flex{
        flex-wrap: wrap;
    }
    .border-input-loader {
        width: 100%;
        margin-right: 0px;
    }
    .input-loader {
        width: 100%;
        margin-right: 0px;
    }
    .input-btn .btn-primary-md{
        width: 100%;
        margin-top: 10px;
    }
    .date-fields {
        flex-wrap: wrap;
    }
    .date-fields .custom-input-field {
        width: 100%;
    }
    .date-fields .start-end-date {
        width: 100%;
        margin-top: 10px;
    }
    .date-fields .start-end-date .se-date{  
        margin: 0px;
    }
    .date-fields .start-end-date .mbl-se-date{  
        margin-right: 10px;
    }
    .checkboxes{
        flex-wrap: wrap;
    }
    .vacation-values .vacation {
        width: 100%;
    }
    .vacation-values .values {
        width: 100%;
        margin-top: 10px;
    }
    .delegation-for p{
        margin-bottom: 10px;
        width: 100%;
    }
    .create-delegation p {
        margin-bottom: 10px;
        width: 100%;
    }
    .delegation-add {
        margin-bottom: 0px;
    }
    .delegation-add .d-flex{
        flex-wrap: wrap;
    }
    .delegation-add .btn-primary-md{
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .calender-delegation p {
        margin-bottom: 10px;
        width: 100%;
    }
    .calender-delegation .form-check {
        width: 100%;
        margin-bottom: 5px;
    }
    .calender-dropdown .dropdown{
        width: 100%;
    }
    .calender-dropdown .dropdown-toggle{
        width: 100%;
    }
    .create-btn {
        width: 100%;
    }
    .create-btn .btn-primary-md {
        width: 100%;
    }
    .dropdown-gray {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .signature-btns {
        margin-top: 0px;
    }
    .signature-btns .btn-primary-md{
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .custom-signature .btn-primary-md {
        margin-left: 0px;
    }
    .forwarding-btns .btn-primary-md {
        width: 100%;
        margin-right: 0px !important;
        margin: 2px 2px;
    }
    .border-bottom-line {
        margin-bottom: 10px;
    }
    .display-export .btn-primary-md {
        margin-top: 10px;
    }
    .offboarding label {
        font-size: 15px;
    }
    .prallel-line{
       display: none;
    }
    .toggles {
        padding: 5px 0px;
    }
    .offboarding-margin {
        margin-top: 0px;
    }
    .offboarding-first-margin{
        margin-top: 10px;
    }
    .navbar-items .d-flex{
        flex-wrap: wrap;
    }
    .navbar .container-fluid{
        display: flex;
        flex-wrap: nowrap;
    }
    .navbar .nav-img{
        margin-top: 15px;
    }
    .navbar .nav-img img{
        margin-left: 8px !important;
    }
    .navbar {
        padding: 15px 0px;
    }
    .setting-email{
        display: contents;
    }
    .settng-email{
        margin-bottom: 15px;
    }
    .setting-margin .btn-primary-md{
        margin-top: 0px;
    }
    .setting-margin {
        margin-bottom: 10px !important;
    }
    .setting-margin .on-off-toggle{
        margin-left: 20px;
        margin-bottom: 5px;
    }
    .offboard-label{
        margin-top: 20px;
    }
}
@media screen and (max-width:375px) {
    .toggle {
        display: block;
    }
    .toggle p {
        margin: 0;
        margin-top: 8px;
    }
}