/*common*/
body,
html {
  height: 100%;
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  color: #666;
  font-weight: 400;
  line-height: 16px;
  background-color: rgba(246, 246, 250, 0.7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  color: #212227;
  font-weight: 500;
  margin-bottom: 10px;
}
h1 {
  font-size: 24px;
  margin: 0;
}
a:hover,
a:visited,
a:focus,
a:active,
img,
button {
  border: none;
  outline: none;
  text-decoration: none;
  color: #036b84;
}

a {
  color: #036b84;
  -o-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
  -ms-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4 ease-in-out;
  -webkit-transition: all 0.4 ease-in-out;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

:hover {
  -o-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
  -ms-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4 ease-in-out;
  -webkit-transition: all 0.4 ease-in-out;
}

body,
body.modal-open {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
button:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
.btn {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  padding: 12px 15px;
  letter-spacing: 0.2px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.btn-primary {
  background-color: #036b84;
  color: #fff !important;
}
.btn:hover,
.btn-primary:hover,
.btn:focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #ea8b37;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn-grey:hover {
  border: 1px solid transparent;
}
#wrapper {
  position: relative;
  min-height: 100%;
  width: 100%;
}
.page-bg {
  background-color: rgba(246, 246, 250, 0.7);
}
/*.inner-wrapper {
    min-height: 100vh;
    padding: 0 32px 24px 31px;
}*/
.inner-wrapper {
  min-height: 100vh;
  padding: 95px 32px 24px 31px;
  display: flex;
}
.box-border {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 15px;
}
.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8f93b5;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8f93b5;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f93b5;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f93b5;
}

.form-control:-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #8f93b5;
}

.form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #8f93b5;
}
.form-control:focus {
  color: #212227 !important;
  background-color: #fff !important;
  border-color: #036b84 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*Navbar*/
nav.navbar {
  padding: 0;
}

.navbar-header {
  width: 100%;
}
.nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e7ecf4;
  box-shadow: 0px 7px 74px -12px rgba(11, 37, 89, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding: 14px 32px;
}
.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-nav {
  background: #f2f7f9;
  border-radius: 10px;
  padding: 6px 40px 6px 6px;
}
.navbar-brand {
  margin-right: 0;
}
.notification-box .notification {
  width: 45px;
  height: 45px;
  background-color: #f2f7f9;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  margin-right: 10px;
  position: relative;
}
span.badge.notification-badge {
  width: 14px;
  height: 14px;
  background: #f35550;
  position: absolute;
  top: 6px;
  right: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  text-align: center;
  border-radius: 50%;
}
.profile-side {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.profileDropdown {
  padding: 0;
}
.profileDropdown img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
  border: none;
}
.profile-side span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #212227;
}
.profileDropdown.dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  height: 15px;
  width: 15px;
  background-color: #036b84;
  background-image: url(../images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 50%;
}

.dropdown-menu.user-profile {
  position: absolute;
  top: 40px;
  left: -4px;
  padding: 0;
  background: transparent;
  min-width: 167px;
  height: 100%;
  border: none;
}
.dropdown-menu.user-profile ul {
  margin: 0;
  background-color: #f2f7f9;
  border-radius: 10px;
}
.dropdown-menu.user-profile ul li {
  padding: 10px;
}
.dropdown-menu.user-profile ul li:not(:last-of-type) {
  border-bottom: 1px solid #e7ecf4;
}
.dropdown-menu.user-profile ul li a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #212227;
}
/*Sidebar*/
/*.sidebar {
    position: fixed;
    width: 267px;
    top: 95px;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    display: inline-block;
    z-index: 0;
    background-color: #FFFFFF;
    border: 1px solid #E7ECF4;
    border-radius: 15px;
}*/
.sidebar {
  position: relative;
  width: 267px;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  display: inline-block;
  z-index: 0;
  background-color: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 15px;
}
/*.nav-sidebar {
    position: relative;
    display: block;
    padding: 10px;
    height: calc(100vh - 107px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 180px;
}*/
.nav-sidebar {
  position: relative;
  display: block;
  padding: 10px;
  height: 100%;
  overflow-x: hidden;
  padding-bottom: 180px;
}
.nav-sidebar::-webkit-scrollbar {
  width: 5px;
}
.sidebar--Collapse .nav-sidebar .nav-item a.nav-link {
  width: 42px;
}
.sidebar-btm-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: #fff;
}
.sidebar-btm-img span {
  display: block;
  text-align: center;
}
.collapseToggle {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: 17px;
  background: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 1;
}

.toggleIcon {
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.rotate {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.sidebar--Collapse {
  width: 64px;
  -moz-transition: width 0.6s ease-out;
  -o-transition: width 0.6s ease-out;
  -webkit-transition: width 0.6s ease-out;
  transition: width 0.6s ease-out;
}
.sidebar--Collapse .menuText,
.sidebar--Collapse .sidebar-btm-img {
  opacity: 0;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: absolute;
}

/*.main-content {
   margin-left:287px;
   padding-top: 95px;
  -moz-transition: margin-left 0.55s ease-out;
  -o-transition: margin-left 0.55s ease-out;
  -webkit-transition: margin-left 0.55s ease-out;
  transition: margin-left 0.55s ease-out;
}*/
.main-content {
  width: calc(100% - 267px);
  padding-left: 16px;
  -moz-transition: margin-left 0.55s ease-in-out;
  -o-transition: margin-left 0.55s ease-in-out;
  -webkit-transition: margin-left 0.55s ease-in-out;
  transition: margin-left 0.55s ease-in-out;
}

.main-slide {
  -moz-transition: margin-left 0.6s ease-in-out;
  -o-transition: margin-left 0.6s ease-in-out;
  -webkit-transition: margin-left 0.6s ease-in-out;
  transition: margin-left 0.6s ease-in-out;

  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;

  margin-left: 0px;
  width: 100%;
}
.sidebar-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.sidebar-icon img {
  width: 100%;
  height: 100%;
}
.sidebar-icon img:last-of-type {
  display: none;
  transition: all 0.5s;
}
.nav-sidebar .nav-item a.nav-link {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  padding: 12px;
  margin-bottom: 1px;
  transition: all 0.6s;
  line-height: 1;
  border-radius: 10px;
  background: transparent;
  width: 245px;
}
.nav-sidebar .nav-item a.nav-link.active,
.nav-sidebar .nav-item a.nav-link:hover {
  background: #036b84;
  border-radius: 10px;
  color: #fff;
}
.nav-sidebar .nav-item a.nav-link.active img:first-of-type,
.nav-sidebar .nav-item a.nav-link:hover img:first-of-type {
  display: none;
}
.nav-sidebar .nav-item a.nav-link.active img:last-of-type,
.nav-sidebar .nav-item a.nav-link:hover img:last-of-type {
  display: inline-block;
}
.menuText {
  left: 50px;
  opacity: 1;
  -moz-transition: opacity 0.6s 0.2s ease-out;
  -o-transition: opacity 0.6s 0.2s ease-out;
  -webkit-transition: opacity 0.6s 0.2s ease-out;
  transition: opacity 0.6s 0.2s ease-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*title header*/
.title-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
}
.title-header ol.breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}
.title-header li.breadcrumb-item,
.title-header li.breadcrumb-item a {
  color: #212227;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.title-header li.breadcrumb-item a {
  color: #036b84;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">>";
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #212227;
}
/*copyrights*/
/*.copyright-section {
    padding: 18px 17px;
    position: fixed;
    bottom: 10px;
    right: 32px;
    width: calc(100% - 351px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/
.copyright-section {
  padding: 18px 17px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*.copyright-toggled {
    width: calc(100% - 145px);
}*/
.copyright-section p {
  margin: 0;
  font-size: 12px;
  color: #abaec7;
}

/*main content*/
.main-content-wrapper {
  margin: 11px 0;
  /*overflow-y: hidden;*/
}
.admin-user-tab {
  padding: 18px 18px 0;
  border-bottom: 1px solid #e7ecf4;
}
.admin-user-tab ul li,
.prof-detail-tabs li {
  display: inline-block;
  margin-right: 25px;
}
.admin-user-tab ul li a {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #666666;
  padding: 0 10px 11px;
  display: inline-block;
}
.admin-user-tab ul li a.active {
  font-weight: 500;
  color: #212227;
}
.admin-user-tab ul li a:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #036b84;
  border-radius: 10px;
  opacity: 0;
}
.admin-user-tab ul li a.active:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*.admin-user-info {
    padding: 20px 18px;
}*/
.search-sort-bar {
  padding: 15px 18px;
}
.admin-user-info {
  padding: 3px 18px 0;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.search-sort-bar .left {
}
.search-box input.form-control {
  max-width: 285px;
  width: 285px;
  background: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #212227;
  padding: 0 0 0 42px;
  height: 40px;
}
.filter-option .btn.btn-filter {
  background-color: #f6f6fa;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #8f93b5;
  padding: 12px 16px;
  margin-left: 10px;
}
.filter-option .btn.btn-filter span {
  margin-left: 5px;
}
.filter-option .clear-filter {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  background-color: transparent;
  margin-left: 20px;
  padding: 0;
  cursor: pointer;
}
.filter-box-list {
  justify-content: flex-start;
}
.filter-box-list .apply-filter-btn {
  position: relative;
  top: -10px;
}
.filter-box-list .filter-box {
  max-width: 220px;
  width: 100%;
  margin: 0 10px 0 0;
}
.form-control-feedback {
  position: absolute;
  top: 11px;
  left: 17px;
  background: #fff;
}
.form-group.has-search {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
.add-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 15px;
}
.search-sort-bar .btn {
  padding: 5px 15px 5px 6px;
}
.bg-green {
  background-color: rgba(32, 177, 32, 0.1);
  color: #20b120;
}
.bg-red {
  background-color: rgba(243, 85, 80, 0.1);
  color: #f35550;
}
.bg-orange {
  background-color: rgba(234, 139, 55, 0.1);
  color: #ea8b37;
}
.bg-white {
  background-color: #ffffff !important;
}
.list-grid-toggle,
.doc-links {
  background: #f6f6fa;
  border: 1px solid #e7ecf4 !important;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.doc-links {
  margin: 0;
}
/*.grid-view-section {
    padding: 3px 0 14px;
}*/
.grid-box {
  margin-bottom: 15px;
  background: #ffffff;
  border: 1px solid #e7ecf4;
  box-shadow: 0px 11px 30px -10px rgb(11 37 89 / 10%);
  border-radius: 10px;
  padding: 14px 12px 14px 17px;
}
.grid-top .user-id {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.user-status {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  border-radius: 5px;
  padding: 3px 8px;
  min-width: 60px;
  text-align: center;
}
.list-table .user-status {
  min-width: 65px;
  font-size: 9px;
}
.grid-mid {
  margin: 12px 0;
}
.user-img {
  display: inline-block;
  margin-right: 12px;
}
.user-img img {
  width: 46px;
  min-width: 46px;
  height: 45px;
  border-radius: 10px;
  object-fit: cover;
}

.user-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0px) !important;
  text-align: left;
}
.grid-mid .user-text {
  width: 65% !important;
}
.user-text h2 {
  font-size: 14px;
  margin-bottom: 3px;
}
.user-text .designation {
  font-size: 12px;
}
.user-contact li {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #212227;
}
.user-contact li a {
  font-size: 12px;
  color: #212227;
}
.user-contact li a span,
.user-contact-info ul li span:first-of-type {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 5px;
  background-color: rgba(3, 107, 132, 0.1);
  text-align: center;
  vertical-align: middle;
}
.user-contact li .organazation {
  position: relative;
}
.user-contact li .organazation:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 3px;
  height: 3px;
  background: #8f93b5;
  border-radius: 50%;
}
.pageallmain .page-link {
  color: #212227;
  font-size: 14px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #e7ecf4;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.2px;
  transition: all 0.3s;
  padding: 0.5rem 0.5rem;
}
.pagination-text p {
  margin: 0;
  color: #212227;
  font-size: 14px;
}
.pagination-text span {
  color: #036b84;
}
.page-link.bg-cyan {
  background-color: #036b84;
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /*line-height: 14px;*/
}
.page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  /*line-height: 14px;*/
}
.page-link.active {
  background-color: #036b84;
  color: #fff;
  border-radius: 10px;
}
.pageallmain .page-link:hover {
  background: #036b84;
  border-radius: 10px;
  color: #fff;
}
.pagination-section {
  border-top: 1px solid #e7ecf4;
  padding: 9px 17px;
}
.list-view-section {
  padding: 15px 0;
}
.list-table .table {
  border-collapse: separate;
  border-spacing: 0px 8px;
}
.list-table .table thead {
  background-color: rgba(3, 107, 132, 0.05);
  border-radius: 10px;
}
.list-table .table thead th {
  border: none;
  color: #212227;
  white-space: nowrap;
}
.list-table .table thead th {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.list-table .table thead th img {
  margin-left: 5px;
  vertical-align: baseline;
}
.list-table .table tbody tr {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}
.list-table .table tbody tr td,
.list-table .table tbody tr td a {
  font-weight: 400;
  font-size: 14px;
  color: #212227;
}
.list-table .table tbody tr td {
  border-bottom: 1px solid #e7ecf4;
  border-top: 1px solid #e7ecf4;
  white-space: nowrap;
  vertical-align: middle;
}
.list-table .table tbody tr td:first-of-type {
  border-left: 1px solid #e7ecf4;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.list-table .table tbody tr td:last-of-type {
  border-right: 1px solid #e7ecf4;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  text-align: right;
  padding-right: 15px;
}
.list-table .table tbody tr td:last-of-type a.table-links {
  width: 20px;
  display: inline-block;
  padding: 0px 8px;
}
.list-table .table thead th:first-of-type {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  min-width: 60px;
}
.list-table .table thead th:last-of-type {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.list-table .table .user-action {
  width: auto;
  right: 0;
  left: auto;
  top: 35px;
  text-align: left;
}
.list-table.leave-list-table .table tbody tr {
  height: 52px;
}
.detail-section {
  /*padding: 17px;*/
  position: relative;
  /*fix section*/
  height: calc(100vh - 245px);
  overflow-y: scroll;
  padding: 17px 17px 17px 0;
}
/*.detail-section:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 105px;
    background-image: url(../images/detail-btm-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}*/
.btm-icon {
  position: absolute;
  left: 30px;
  bottom: 40px;
}
.detail-section ul.detail-list li {
  margin-bottom: 22px;
}
.detail-section ul.detail-list li span {
  display: inline-block;
  vertical-align: middle;
}
.detail-section ul.detail-list,
.detail-section ul.detail-list-tab {
  width: 280px;
  padding: 0 0 23px 17px;
  counter-reset: section;
  list-style-type: none;
  display: inline-block;
  /*fix section*/
  position: fixed;
  height: inherit;
}

.detail-section:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 105px;
  background-image: url(../images/detail-btm-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.detail-section ul.detail-list li::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 22px;
  height: 22px;
  background-color: #f6f6fa;
  border: 1px solid #e7ecf4;
  text-align: center;
  border-radius: 100%;
  font-size: 12px;
  line-height: 20px;
  counter-increment: section;
  content: counters(section, ".") " ";
}
/*.detail-section ul.detail-list li:last-of-type::before{
    display: none;
}*/
.detail-section ul.detail-list li.active {
  color: #036b84;
}
.detail-section ul.detail-list li.active:before {
  color: #fff;
  background-color: #036b84;
  border-color: #036b84;
}
.detail-section ul.detail-list-tab {
  width: 265px;
}
.detail-section ul.detail-list-tab li a {
  position: relative;
  background-color: transparent;
  border-radius: 0px 10px 10px 0px;
  padding: 12px 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #767889;
  display: block;
  transition: all 0.3s;
}
.detail-section ul.detail-list-tab li.active a,
.detail-section ul.detail-list-tab li a:hover {
  background-color: rgba(3, 107, 132, 0.1);
  color: #036b84;
  font-weight: 500;
}
.detail-section ul.detail-list-tab li a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: transparent;
  border-radius: 0px 3px 3px 0px;
}
.detail-section ul.detail-list-tab li.active a:before,
.detail-section ul.detail-list-tab li a:hover:before {
  background-color: #036b84;
}
.detail-content {
  display: inline-block;
  vertical-align: top;
  background: #f9f9fc;
  border: 1px solid #e7ecf4;
  border-radius: 15px;
  width: calc(100% - 285px);
  padding: 30px 45px 30px 43px;
  z-index: 1;
  position: relative;
  /*fix*/
  margin-left: 280px;
}
.detail-content h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.detail-content .detail-tagline {
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}
.profile-pic-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(3, 107, 132, 0.05);
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 11px 20px 11px 13px;
  margin: 0 0 15px 0;
}
/*switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  border-radius: 5px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f35550;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 18px;
  left: 3px;
  bottom: 5px;
  background-image: url(../images/switch-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
.switch .slider::before {
  content: "Inactive";
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  color: #fff;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
input:checked + .slider {
  background-color: #20b120;
  box-shadow: none;
}
input:focus + .slider {
  box-shadow: none;
}
label.switch {
  margin-top: 9px;
}
input:checked + .slider:after {
  -webkit-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px);
}
input:checked + .slider:before {
  content: "Active";
  left: 14px;
}
/*image upload*/
.img-upload {
  position: relative;
}
.img-upload .img-preview {
  width: 68px;
  height: 68px;
  position: relative;
  background: #f8f9fc;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.img-upload .img-edit {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.img-upload .img-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.img-upload .img-edit input {
  display: none;
}
.img-upload label {
  cursor: pointer;
  text-decoration-line: underline;
  color: #036b84;
  font-size: 12px;
  margin-bottom: 5px;
}
.prof-img .img-upload span:first-of-type {
  color: #212227;
  font-size: 12px;
}
.prof-img .img-upload span:last-of-type {
  display: block;
  text-align: left;
  font-size: 10px;
  color: #8f93b5;
}
.form-group {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  padding: 12px 12px 12px 0;
  position: relative;
}
.form-group .input-group-addon {
  position: absolute;
  right: 13px;
  bottom: 9px;
  z-index: 0;
}
.form-group label {
  font-size: 12px;
  color: #8f93b5;
  line-height: 14px;
  padding-left: 12px;
}
.form-group .form-control {
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 12px;
}
.form-group select {
  height: auto !important;
  outline: none;
  appearance: none;
  background-image: url(../images/arrow-down-grey.svg);
  background-repeat: no-repeat;
  background-position: 100%;
}

.form-group textarea {
  border: none;
  resize: none;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.5;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.5;
}
.form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  /* Most modern browsers support this now. */
  opacity: 0.5;
}

.form-control::placeholder {
  /* Most modern browsers support this now. */
  opacity: 0.5;
}
.form-group.form-click {
  background: #ffffff;
  border: 1px solid #036b84;
  border-radius: 10px;
  outline: none;
}
.form-group.form-click label {
  color: #036b84;
}
.dept-btn h3 {
  font-size: 14px;
}
.dept-btn input[type="radio"] {
  opacity: 0;
}
.dept-btn label:not(:last-of-type) {
  margin-right: 8px;
}
.dept-btn .btn {
  height: 40px;
  padding: 10px 23px 12px 10px;
  background: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 50px !important;
  font-size: 14px;
  color: #8f93b5;
  line-height: 1;
  margin-bottom: 10px;
}
.dept-btn .btn.active,
.dept-btn .btn:hover,
.dept-btn .btn:focus {
  background: #036b84;
  color: #fff;
  box-shadow: none;
}
.btn-grey {
  color: #8f93b5;
  background: #f9f9fc;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
}
.form-btn .btn {
  width: 130px;
  line-height: 1;
  margin-left: 10px;
}
.form-btn {
  margin-top: 20px;
  justify-content: flex-end;
}
/*.custom-file-input.selected:lang(en)::after {
  content: "" !important;
}

.custom-file {
  overflow: hidden;
}

.custom-file-input {
  white-space: nowrap;
}*/
.file-input-section {
  height: 90px;
  position: relative;
  background-color: rgba(3, 107, 132, 0.05);
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.file-input-section .custom-file-label {
  font-size: 12px;
  color: #8f93b5;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  display: inline-block;
  margin-right: 15px;
  word-break: break-all;
}
.file-input-section .custom-file-label span {
  text-decoration: underline;
  color: #036b84;
}
.file-input-section .custom-file-label::after {
  display: none;
}
.file-input-section .custom-file {
  width: auto;
  height: 100%;
}

.file-input-section .file-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.remove-file {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0.6;
  cursor: pointer;
  display: none;
  z-index: 9;
}
.remove-file.show {
  display: inline-block;
}
.detail-content h3 {
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.detail-content h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e7ecf4;
  position: absolute;
  top: 50%;
  margin-left: 1rem;
}
.detail-section ul.detail-list li.completion {
  color: rgba(143, 147, 181, 0.5);
}
.detail-section ul.detail-list li.completion:before {
  content: " ";
  background-image: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #036b84;
  border-color: #036b84;
}
.form-check {
  padding-left: 0;
}
.staff-form .form-check {
  margin: 5px 0 10px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0;
  color: #212227;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #f8f9fc;
  border: 1px solid #036b84;
  border-radius: 6px;
  vertical-align: middle;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #036b84;
  border-radius: 6px;
}
.text-green {
  color: #036b84;
}
.qualification-detail {
  background: rgba(231, 236, 244, 0.5);
  border: 1px solid #e7ecf4;
  padding: 20px;
  border-radius: 10px;
}
.qualification-detail h3.text-green:after {
  display: none;
}
.add-btn {
  padding: 11px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #036b84;
  background: rgba(231, 236, 244, 0.5);
  border: 1px solid #e7ecf4;
  cursor: pointer;
}
.salary-detail .form-check {
  padding: 6px 7px 6px 20px;
}
.salary-detail .form-check label {
  padding-left: 0;
  font-weight: 500;
  font-size: 14px;
  color: #212227;
}
.salary-detail .form-check .styled-checkbox + label:before {
  margin-right: 10px;
}
.salary-detail .checkbox-custom .form-group {
  padding: 0;
}
.salary-detail .checkbox-custom .form-check,
.salary-form .add-scenario-details .form-check,
.modal-body .delete-user-content .form-check {
  display: inline-block;
  border-right: 1px solid #e7ecf4;
  width: 60px;
  text-align: center;
  padding: 20px;
}
.salary-detail .checkbox-select,
.salary-form .add-scenario-details .checkbox-select,
.modal-body .delete-user-content .checkbox-select {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
}
/*custom dropdown*/
.custom-dropdown-grp label {
  margin-bottom: 0;
}
.chosen-container {
  width: 100% !important;
}
.chosen-container-multi .chosen-choices {
  padding-left: 12px;
  border: none;
  background-image: none;
}
.chosen-container-multi .chosen-choices:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../images/arrow-down-grey.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: contain;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #212227;
}
.chosen-container-active .chosen-choices {
  box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background: #036b84;
  border-radius: 100px;
  border: none;
  padding: 6px 12px;
  background-image: none;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  display: inline-block;
  vertical-align: middle;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: relative;
  display: inline-block;
  margin-left: 54px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  vertical-align: middle;
  top: auto;
  background-image: url(../images/multi-select-close-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 6px !important;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: center;
}
/*.custom-dropdown-grp label{
    margin-bottom: 0;
}
.custom-dropdown {
    width: 100%;
    border: none!important;
    padding: 0 0 0 3px!important;
    min-height: auto!important;
}
.custom-dropdown .default.text {
    font-weight: 500!important;
    font-size: 14px!important;
    color: #212227!important;
}
.custom-dropdown.ui.selection.active.dropdown:hover {
    box-shadow: none!important;
}
.custom-dropdown.ui.dropdown>.dropdown.icon:before {
   display: none;
}
.custom-dropdown.ui.dropdown>.dropdown.icon{
    background-image: url(../images/arrow-down-grey.svg)!important;
    background-repeat: no-repeat!important;
    background-position: 100%!important;
}*/
.emp-name {
  background: #e7ecf4;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 1rem;
}
.emp-name span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: #8f93b5;
}
.emp-name h3 {
  font-size: 14px;
  margin: 0;
}
/*fix admin*/
.admin-header {
  position: sticky;
  /*top: 95px;
    right: 32px;*/
  width: 100%;
  z-index: 99;
  background-color: rgba(246, 246, 250, 1);
}
.tab-sec {
  border: 1px solid #e7ecf4;
  border-radius: 15px;
  background-color: #fff;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 11px;
}
.admin-user-wrap {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  position: relative;
  border: none;
}
.admin-user-info {
  height: calc(100vh - 415px);
  overflow-y: auto;
  /*margin-top: 195px;*/
}
.search-sort-bar > .right {
  position: relative;
}
.doc-list,
.user-action {
  position: absolute;
  width: auto;
  background-color: #fff;
  top: 55px;
  right: 0;
  border-radius: 7px;
  z-index: 2;
  box-shadow: 0px 0px 18px rgba(33, 34, 39, 0.1);
}
.doc-list:before {
  content: " ";
  position: absolute;
  top: -12px;
  right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 17px 12px;
  border-color: transparent transparent #ffffff transparent;
}
.doc-list li,
.user-action li {
  border-bottom: 1px solid #e7ecf4;
  margin-left: 15px;
}
.doc-list li a,
.user-action li a {
  color: #767889 !important;
  font-size: 14px !important;
  line-height: 19px;
  transition: all 0.3s;
  display: block;
  padding: 14px 15px 14px 0;
  width: 100%;
}
.doc-list li a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.doc-list li a img:last-of-type {
  display: none;
}
.doc-list li a:hover,
.user-action li a:hover {
  color: #212227 !important;
  font-weight: 600 !important;
}
.doc-list li a:hover img:first-of-type {
  display: none;
}
.doc-list li a:hover img:last-of-type {
  display: inline-block;
}
.user-action {
  min-width: 100px;
  right: 30px;
  left: auto;
}
.modal-header {
  border: none;
  padding-bottom: 0;
}
.modal-header .close {
  opacity: 1;
  padding: 10px 13px;
}
.modal-title {
  font-size: 16px;
}
.modal-footer {
  border: none;
}
.modal-content {
  border-radius: 10px;
}
.delete-user .modal-dialog {
  max-width: 390px;
}
.delete-user .modal-body {
  padding: 0 20px;
}
.delete-user-content {
  justify-content: start;
}
.delete-text {
  padding-left: 23px;
}
.delete-text h2 {
  font-size: 16px;
}
.delete-text p {
  font-size: 12px;
  color: #767889;
  margin: 0;
}
.delete-text .user-name {
  color: #212227;
  font-weight: 500;
}
.modal-content .btn {
  padding: 7px 23px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.6;
}
.btn-white,
.btn-white:hover {
  border: 1px solid #e7ecf4 !important;
  color: #767889;
  background-color: #fff;
}
.btn-red,
.btn-red:hover {
  border: 1px solid #f35550;
  background-color: #f35550;
  color: #fff;
}
.import-excel .modal-dialog {
  max-width: 340px;
}
.import-file-section {
  position: relative;
  background: rgba(83, 153, 171, 0.05);
  border: 1px dashed rgba(3, 107, 132, 0.3);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 57px;
}
.import-file-section .custom-file-label {
  border: none;
  text-align: center;
  padding: 0;
  color: #767889;
  font-size: 12px;
  height: auto;
  margin: 0;
  background: transparent;
  top: 100%;
  display: block;
  cursor: pointer;
}
.import-file-section .custom-file-label span {
  color: #036b84;
}
.import-file-section .custom-file-label::after {
  content: " " !important;
  width: auto;
  height: 55px;
  background-image: url(../images/upload-file-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  border: none;
  opacity: 0.1;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.import-file-section .custom-file-label.selected:after {
  background-image: url(../images/file-uploaded-icon.svg);
  opacity: 1;
}
.no-user-page {
  height: calc(100vh - 290px);
  /*margin-top: 120px;*/
  justify-content: center;
  text-align: center;
}
.empty-page-content p {
  margin: 15px 0 30px;
}
.empty-page-content .btn {
  padding: 5px 13px 5px 5px;
}
.user-contact-info li {
  display: inline-block;
}
.user-contact-info li:not(:last-of-type) {
  margin-right: 30px;
}
.user-contact-info ul li span:last-of-type,
.user-contact-info ul li a span:last-of-type {
  font-size: 12px;
  line-height: 14px;
  color: #767889;
}
.user-intro {
  position: relative;
}

.user-intro-top .left {
  padding: 70px 0 20px 20px;
}
.user-intro-top {
  background-color: #036b84;
  border-radius: 15px 15px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(../images/profile-header-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 103% -93px;
  position: relative;
}
.user-prof-img {
  display: inline-block;
  width: 117px;
  height: 117px;
  border-radius: 10px;
  position: absolute;
  top: -20px;
}
.user-prof-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#delete-user .user-name {
  margin-left: unset;
}
.user-name,
.user-contact-info {
  margin-left: 140px;
}
.user-name h2 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 5px;
}
.user-name .designation {
  font-size: 14px;
  color: #ffffff;
}
.user-intro-btm {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  border-top: 0;
  padding: 18px;
}
.user-name .user-prof-status {
  display: inline-block;
  vertical-align: top;
  background-color: #20b120;
  border-radius: 5px;
  font-weight: 400;
  font-size: 10px;
  padding: 5px 12px;
  margin-left: 10px;
}
.user-name .user-prof-status.inactive {
  background-color: #f35550;
}
.edit-profile-btn .btn {
  border: 1px solid #e7ecf4;
  padding: 8px 30px;
  margin: 20px 20px 0 0;
  line-height: 1.6;
}
.edit-profile-btn .btn span:first-of-type {
  margin-right: 10px;
  line-height: 0;
}
.edit-profile-btn .btn:hover {
  background-color: transparent;
}
.profile-content-left {
  width: 280px;
  display: inline-block;
  position: fixed;
  height: calc(100% - 375px);
  overflow-y: scroll;
}
.leave-balance {
  padding: 15px 20px;
  margin-bottom: 10px;
}
.leave-balance .leave-type {
  display: block;
  font-size: 12px;
  color: #767889;
  margin-bottom: 7px;
}
.leave-balance .leave-bal {
  font-weight: 500;
  font-size: 24px;
  color: #036b84;
}
.leave-balance > div {
  width: 50%;
}
.leave-balance .sick-leave {
  border-left: 1px solid #e7ecf4;
  padding-left: 20px;
}
.professional-detail-box h2 {
  font-size: 14px;
}
.professional-detail-box h2 span {
  display: inline-block;
  vertical-align: middle;
}
.professional-detail-box h2 .icon {
  width: 22px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  background-color: rgba(3, 107, 132, 0.05);
  border-radius: 5px;
  margin-right: 8px;
}
.professional-detail-box {
  border-bottom: 1px solid #e7ecf4;
  padding: 20px 20px 20px 0;
  margin-left: 20px;
}
.profile-content-left .detail-list ul li,
.profile-content-left .detail-list p {
  font-size: 14px;
  line-height: 17px;
  color: #767889;
}
.detail-list p:last-of-type {
  margin: 0;
}
.profile-content-left .detail-list ul {
  list-style: disc;
  padding-left: 25px;
}
.profile-content-left .detail-list ul li::marker {
  color: #212227;
}
.profile-content-left .detail-list ul li:not(:last-of-type) {
  margin-bottom: 14px;
}
.mgt-section {
  padding-bottom: 20px;
}
.mgt-list {
  padding: 16px 20px 0;
}
.mgt-list > span {
  font-size: 12px;
  color: #767889;
  margin-bottom: 6px;
  display: block;
}
.mgt-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  background: #f2f7f9;
  border-radius: 10px;
}
.mgt-info .img {
  width: 30px;
  height: 30px;
}
.mgt-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.mgt-info h2 {
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 0 10px;
}
.profile-content-right {
  width: calc(100% - 300px);
  margin-left: 300px;
}
.prof-detail-tabs.nav-tabs {
  border-bottom: 1px solid #e7ecf4;
  padding: 20px 20px 0;
}
.prof-detail-tabs.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 14px;
  color: #696d87;
  min-width: 132px;
  text-align: center;
}
.prof-detail-tabs.nav-tabs .nav-item.show .nav-link,
.prof-detail-tabs.nav-tabs .nav-link.active,
.prof-detail-tabs.nav-tabs .nav-link:focus,
.prof-detail-tabs.nav-tabs .nav-link:hover {
  font-weight: 500;
  color: #212227;
  border-color: #036b84;
  background-color: transparent;
}
.profile-information .tab-content {
  height: calc(100vh - 430px);
  overflow-y: auto;
  padding-bottom: 10px;
}
.user-detail-show {
  height: 100% !important;
}
.profile-tab-content {
  padding: 0 0 15px 20px;
}
.profile-tab-content .flex-container {
  justify-content: flex-start;
}
.profile-tab-content .flex-container > div,
.interview-details .flex-container > div {
  border-bottom: 1px solid #e7ecf4;
  width: 48.4%;
  padding: 15px 0;
}
.profile-tab-content .flex-container > div:first-of-type,
.interview-details .flex-container > div:first-of-type {
  margin-right: 39px;
}
.profile-tab-content .label,
.interview-detail-content .interview-details .label {
  font-size: 12px;
  line-height: 14px;
  color: #767889;
  display: block;
  margin-bottom: 6px;
}
.profile-tab-content p,
.interview-details p {
  font-weight: 500;
  font-size: 14px;
  color: #212227;
  margin: 0;
}
.profile-detail-heading h2 {
  font-weight: 500;
  font-size: 16px;
  color: #036b84;
  margin: 20px 15px 0 0;
}
.bg-light-green {
  background-color: rgba(3, 107, 132, 0.05);
  border-radius: 10px;
  margin: 20px 20px 10px 0;
  padding: 20px;
}
.tab-file-section .flex-container {
  justify-content: space-between;
}
.tab-file-section .flex-container > div {
  width: auto;
  border: none;
  padding: 0;
  margin: 0 !important;
}
.tab-date .certificate-type {
  font-weight: 500;
  font-size: 14px;
  color: #036b84;
  display: inline-block;
  margin-bottom: 8px;
}
.tab-file {
  margin-top: 15px;
}
.tab-file span {
  font-size: 12px;
  line-height: 14px;
  color: #767889;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.tab-file button {
  cursor: pointer;
}
.qualification-detail-list {
  margin: 20px 20px 20px 0;
  padding: 0 20px 10px;
  position: relative;
}
.tab-file-box h2 {
  font-weight: 500;
  font-size: 16px;
  margin: 20px 0;
}
.qualification-detail-list .qualification-priority {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ea8b37;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  padding: 3px 14px;
}
.qualification-detail-list .tab-file-section {
  margin-right: 0;
}
.profile-tab-content .qualification-detail-list .flex-container > div,
.profile-background-tab-content .experience-detail-box .flex-container > div,
.interview-details .flex-container > div {
  width: 48.2%;
}
.experience-detail-box {
  padding: 0 20px 20px;
  margin: 0 20px 10px 0;
}
.profile-background-tab-content .num-of-experience h2,
.total-salary h2 {
  font-weight: 500;
  font-size: 16px;
  color: #036b84;
  margin: 0;
}

.profile-salary-tab-content .flex-container {
  justify-content: space-between;
  padding-right: 20px;
}
.profile-salary-tab-content .flex-container > div.column-3 {
  width: 31.33%;
}
.profile-salary-tab-content .flex-container > div.column-2 {
  width: 48.5%;
}
.profile-salary-tab-content .flex-container > div {
  margin-right: 0 !important;
  border: none;
  padding: 0;
}
.salary-detail-box {
  padding: 20px;
  background-color: #f2f7f9;
  border-radius: 10px;
  margin-bottom: 10px;
}
.salary-detail-box span {
  display: inline-block;
  vertical-align: middle;
}
.salary-detail-box .salary-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #212227;
  margin-left: 10px;
}
.salary-detail-border-box {
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  margin-bottom: 10px;
}
.salary-icon {
  display: inline-block;
  padding: 20px;
  border-right: 1px solid #e7ecf4;
}
.salary-detail-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
.detail-list-mob {
  display: none;
  padding: 0 0 15px;
}
.steps-number span {
  color: #036b84;
  font-weight: 500;
}
.steps-number {
  margin-right: 8px;
}
.review-mgt-page,
.interview-mgt-page {
  height: calc(100vh - 400px);
}
.review-sort {
  padding-bottom: 0;
}
.review-mgt-page .list-view-section {
  padding: 5px 0 15px;
}
.review-forms-table.list-table .table thead th:first-of-type {
  width: 9%;
}
.salary-form {
  height: calc(100vh - 255px);
  overflow-y: auto;
}
.review-form {
  height: calc(100vh - 245px);
  overflow-y: auto;
}
.review-form .select-designation {
  padding: 20px;
  border-bottom: 1px solid #e7ecf4;
}
.review-form .select-designation .form-group {
  margin: 0;
}
.question-box {
  padding: 15px;
  border-bottom: 1px solid #e7ecf4;
}
.question-box .form-group {
  margin-bottom: 0;
}
.drag-row-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  max-width: 30px;
  width: 100%;
  cursor: move;
}
.delete-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.delete-row .btn {
  background: #f6f6fa;
  padding: 9px 14px;
  line-height: 1.45;
}
.review-radio-options {
  /*margin: 15px 30px 0;*/
  margin: 15px 0 0;
}
.add-more-question {
  padding: 20px;
}
.review-questions-fields .form-btn {
  padding: 0 20px;
  margin: 0 0 20px;
}
.reviews-table.list-table .table thead th:nth-last-child(2),
.reviews-table.list-table .table tbody tr td:nth-last-child(2) {
  text-align: right;
}
.reviews-table.list-table .user-status {
  margin: 0;
}
.reviews-result-table.list-table .table tbody tr td:last-of-type {
  text-align: left;
}
.empty-filter-list {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
}
.review-form-content-section {
  position: relative;
  height: calc(100vh - 295px);
  overflow-y: auto;
}
.review-user {
  width: 350px;
  padding: 25px 30px 0 18px;
  display: inline-block;
  position: fixed;
  height: inherit;
}
.review-form-content {
  display: inline-block;
  vertical-align: top;
  background: #f9f9fc;
  border: 1px solid #e7ecf4;
  border-radius: 15px;
  width: calc(100% - 370px);
  padding: 20px;
  z-index: 1;
  position: relative;
  margin: 20px 20px 20px 350px;
}
.review-user-box {
  padding: 0 0 23px 15px;
  position: relative;
}
.review-user-box:not(:last-of-type):before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(transparent 30%, #e7ecf4 70%);
  background-size: 1px 8px;
}
.review-user-info .flex-container {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 0 14px 14px;
}
.review-user-info .flex-container .right {
  width: calc(100% - 50px);
}
.review-user-info h2 {
  font-weight: 500;
  font-size: 14px;
  color: #036b84;
  position: relative;
}
.review-user-info h2:before {
  content: " ";
  width: 16px;
  height: 16px;
  background-color: #036b84;
  border: 4px solid #eaf2f9;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 0;
}
.review-user-img {
  width: 46px;
  height: 45px;
  border-radius: 10px;
}
.review-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.review-user-text {
  padding-left: 12px;
}
.review-user-text h3 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.review-user-text a {
  font-size: 12px;
  color: #767889;
}
.review-user-text a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 5px;
  background-color: rgba(3, 107, 132, 0.1);
  text-align: center;
  vertical-align: middle;
}
.review-form-content .label,
.save-review-section .label {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  color: #212227;
}
.form-group-box {
  margin-bottom: 30px;
}
.form-group-box .form-group,
.form-group-radio {
  margin-left: 10px;
}
.form-group-box .form-group textarea {
  min-height: 80px;
  padding-left: 15px;
}
.rating-list {
  width: max-content;
  padding: 5px;
  border-radius: 30px;
  margin: 0 0 0 10px;
  border: 1px solid #e7ecf4 !important;
  border-radius: 15px !important;
}
.rating-list li {
  display: inline-block;
  color: #ea8b37;
}
.rating-list li:not(:last-of-type) {
  margin: 0 5px;
  cursor: pointer;
}
.rating-list li span {
  position: relative;
}
.rating-list .total,
.rating-list li.total,
.interview-rating-list .total:hover,
.interview-rating-list .total:focus,
.interview-rating-list .total.active {
  background: #036b84;
  border: 1px solid #036b84;
  border-radius: 30px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  padding: 6px 15px;
}
.rating-list li:not(:last-of-type) span:before,
.rating-list li:not(:last-of-type) span.full:after,
.rating-list li:not(:last-of-type) span.half:after,
.rating-list li span.star:before,
.rating-list li span.star.full:after,
.rating-list li span.star.half:after {
  content: "\f005";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.rating-list li:not(:last-of-type) span.half:after,
.rating-list li span.star.half:after {
  content: "\f089";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.rating-list li:not(:last-of-type) span.full:after,
.rating-list li span.star.full:after {
  font-weight: 900;
  position: absolute;
  left: 0;
}
.rating-list li.total span {
  display: inline-block;
  vertical-align: middle;
}
.rating-list li span.star {
  color: #fff;
  margin-left: 5px;
  font-size: 11px;
}
.form-group-radio .btn {
  max-width: 100px;
  width: 100%;
  margin-bottom: 0;
}
.review-form-modal .modal-dialog {
  max-width: 730px;
}
.save-review-section .rating-list {
  border: 1px solid #fff !important;
  padding: 0;
}
.save-review-section .form-group-radio .btn:hover {
  background-color: #036b84;
}
.save-review-section .form-group-radio .btn {
  max-width: 120px;
  width: 100%;
  border-radius: 50px;
  padding: 10px 10px;
  line-height: 1.45;
  font-size: 14px;
  cursor: auto !important;
}
.textarea-box {
  background: #f9f9fc;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #212227;
  padding: 14px 18px;
  margin-left: 10px;
  height: 80px;
  overflow-y: auto;
}
.review-form-modal .modal-footer {
  padding-top: 0;
}
.review-form-modal .modal-body {
  padding-bottom: 0;
}
.review-form-modal .modal-footer .btn {
  max-width: 110px;
  width: 100%;
  padding: 10px 10px;
  line-height: 1.5;
}
.review-submitted .review-form-content {
  background-color: #fff;
}
.review-charts-section .review-user {
  padding: 16px;
}
.review-charts-section .review-user-box {
  padding: 18px;
}
.review-charts-section .review-user-img {
  width: 76px;
  height: 76px;
}
.review-charts-section .review-user-text {
  padding: 12px 0 0;
}
.review-charts-section .review-user-text h3 {
  font-size: 20px;
}
.review-charts-section .review-user-text .designation {
  display: block;
  color: #767889;
  margin-bottom: 10px;
}
.review-charts-section .review-form-content {
  background-color: #fff;
  border: none;
  padding: 10px 0 0 20px;
  margin: 0 0 0 350px;
}
.review-year h2 {
  font-size: 20px;
  margin: 0;
}
.date-switcher .switch {
  width: 82px;
}
.date-switcher input:checked + .slider,
.date-switcher .slider {
  background-color: #036b84;
}
.date-switcher .switch .slider::before {
  content: "Year";
  left: 30px;
}
.date-switcher input:checked + .slider:before {
  content: "Quarterly";
  left: 7px;
}
.date-switcher input:checked + .slider:after {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}
.quarterly-chart-container {
  flex-direction: row;
}
.canvasjs-chart-tooltip:before {
  top: 35%;
  content: "";
  display: block;
  justify-content: center;
  left: 100%;
  right: 0;
  position: absolute;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-left: 8px solid #fff;
}
a.canvasjs-chart-credit {
  display: none;
}
.doughnut-chart-box .see_review-btn {
  color: #fff;
  padding: 10px 24px;
  background: #036b84;
  box-shadow: 0px 10px 7px -7px rgba(36, 119, 194, 0.3);
  border-radius: 10px;
}

/*--------my-reviews-section---------------*/
.my-review-chart-section {
  margin: 0 !important;
  width: calc(100% - 20px);
}
/*----------salary-scenario--------------*/
.add-scenario-details {
  padding: 20px;
}
.paper-icon {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 6px;
}
.salary-list-table .table tbody tr td:last-of-type {
  text-align: start;
}
.salary-list-filter-sort,
.interview-filter-sort {
  padding: 15px 18px 0;
  justify-content: flex-start;
}
.salary-list-filter-sort .filter-sort-inputbox {
  max-width: 285px;
  width: 285px;
}
.salary-list-filter-sort .filter-sort-inputbox .org-input,
.interview-filter-sort .filter-sort-inputbox .org-input {
  margin-left: 10px;
}
.search-btn {
  margin-left: 10px;
}
.total-salary-list-scenario {
  margin-top: 11px;
  display: flex;
}
.total-salary-container {
  width: 100%;
  border-radius: 15px;
  background: linear-gradient(
    286.13deg,
    rgba(3, 107, 132, 1),
    rgba(39, 136, 159, 1)
  );
  padding: 15px 30px;
  color: #fff;
  position: relative;
}
.total-salary-container::before {
  content: " ";
  background: url(../images/rupee-symbol.png) no-repeat;
  background-size: auto;
  background-position: 100% -25px;
  position: absolute;
  left: 0;
  right: -25px;
  top: 0;
  height: 100%;
  z-index: 999;
}
.salary-list-filter-page {
  height: 41vh;
}
.hide-icon {
  padding: 5px 8px;
  border-radius: 5px;
  margin-right: 6px;
}
.hide-icon:last-child {
  margin-right: 0;
}
.action-bg-yellow {
  background: #ffc107;
}
.action-bg-green {
  background: #20b120;
}
.action-bg-red {
  background: #f35550;
}
.interview-status {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  border-radius: 5px;
  padding: 3px 8px;
  width: 80%;
  text-align: center;
}
.bg-light-cyan {
  background: #036b841a;
  color: #036b84;
}
.bg-light-orange {
  background: #ea8b371a;
  color: #ea8b37;
}
.bg-light-red {
  background: #f355501a;
  color: #f35550;
}
.interview-mgt-page .list-table .table thead th:nth-last-child(2),
.interview-mgt-page .list-table .table thead th:nth-last-child(3),
.interview-mgt-page .list-table .table tbody tr td:nth-last-child(2),
.interview-mgt-page .list-table .table tbody tr td:nth-last-child(3) {
  text-align: center;
}
.interview-filter-sort .filter-sort-inputbox {
  max-width: 270px;
  width: 270px;
}
.interview-mgt-filter-page {
  height: calc(100vh - 485px);
}
.browse-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  bottom: 12px;
  line-height: 1;
  width: 150px;
  background: #f9f9fc;
}
.interview-details {
  position: relative;
}
.interview-details .interview-priority {
  position: absolute;
  top: 0;
  right: 0;
  /*//background: #F35550;*/
  border-radius: 5px;
  /*//color: #fff;*/
  font-size: 10px;
  padding: 3px 14px;
}
.interview-detail-heading h2 {
  font-weight: 500;
  font-size: 20px;
  color: #212227;
}
.interview-detail-content .interview-details .label {
  color: #8f93b5;
}
.interview-detail-content
  .interview-details
  .tab-file-section
  .flex-container
  .right {
  text-align: end;
}
.interview-review-detail {
  padding-top: 20px;
}
.interview-review-detail h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #212227;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.interview-review-detail h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e7ecf4;
  position: absolute;
  top: 50%;
  margin-left: 1rem;
}
.interview-rating-list {
  border: none !important;
}
.interview-rating-list li {
  display: inline-block;
}
.interview-rating-list .total {
  background: #fff;
  border: 1px solid #e7ecf4;
  border-radius: 30px;
  font-size: 14px;
  color: #8f93b5;
  display: inline-block;
  padding: 6px 15px;
}
.interview-rating-list .full {
  font-size: 12px;
  padding-left: 6px;
  color: #ea8b37;
}
.interview-rating-list .total:hover .full,
.interview-rating-list .total:focus .full,
.interview-rating-list .total.active .full {
  color: #fff;
}
.approved-leave-status-tag {
  background: #20b120 !important;
  color: white;
}
.rejected-leave-status-tag {
  background: #f35550 !important;
  color: white;
}

.pending-leave-status-tag {
  background: #036b84 !important;
  color: white;
}

.leave-details .flex-container > div.reason-container,
.interview-details .flex-container > div.reason-container {
  width: 100%;
}

.leave-details .approved-section {
  background: #f9f9fc;
  border: 1px solid #e7ecf4;
  border-radius: 15px;
  padding: 15px;
  margin-top: 15px;
  display: flex;
}
.leave-details .approved-left-section {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.leave-details .approved-right-section {
  width: 30%;
}
.confirm-container {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  padding: 12px;
  position: relative;
  height: 100%;
}
.approved-content-box {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  height: 100%;
}
.approved-left-section .approved-content-box .label {
  font-weight: 500;
  font-size: 14px;
  color: #212227;
  line-height: 17px;
  padding-right: 20px;
}
.approved-box,
.rejected-box {
  position: relative;
}
.approved-box::after {
  content: "";
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  right: 15px;
  height: 24px;
  width: 24px;
  background-color: #49c00f;
  background-image: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  border-radius: 50%;
}
.approved-box p {
  font-size: 12px;
  line-height: 14px;
  color: #49c00f;
}
.approved-box:hover {
  border: 1px solid #20b120;
}
.rejected-box::after {
  content: "";
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  right: 15px;
  height: 24px;
  width: 24px;
  background-color: #f35550;
  background-image: url(../images/close-icon-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  border-radius: 50%;
}
.rejected-box p {
  font-size: 12px;
  line-height: 14px;
  color: #f35550;
}
.rejected-box:hover {
  border: 1px solid #f35550;
}
.pending-box p {
  font-size: 12px;
  line-height: 14px;
  color: #ea8b37;
}
.pending-box:hover {
  border: 1px solid #ea8b37;
}
.confirm-container .approved-confirm-icon {
  width: 50px;
  height: 50px;
  background: #20b120;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin: auto;
}
.confirm-container .rejected-confirm-icon {
  background: #f35550;
}
.confirm-inner-box {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.confirm-container .approved-confirm-icon .check-icon {
  width: 50%;
}
.approved-confirm-icon img.g-star1 {
  position: absolute;
  right: -8px;
  top: 8px;
}
.approved-confirm-icon img.g-star2 {
  position: absolute;
  right: -1px;
  top: -12px;
}
.approved-confirm-icon img.g-star3 {
  position: absolute;
  left: 14px;
  top: -8px;
}
.confirm-container .confirm-text {
  margin-top: 8px;
}
p.confirm-text.approved_txt {
  color: #20b120;
}
p.confirm-text.rejected_txt {
  color: #f35550;
}
.leave-status-heading-container {
  padding: 18px 18px 12px;
  border-bottom: 1px solid #e7ecf4;
  position: relative;
}
.leave-status-heading-container::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  height: 30px;
  width: 30px;
  background-color: #f6f6fa;
  border: 1px solid #e7ecf4;
  background-image: url(../images/arrow-down-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.total-leave-container::before {
  content: " ";
  background: url(../images/calendar-icon-white.svg) no-repeat;
  background-size: 20%;
  background-position: 100%;
  position: absolute;
  left: 0px;
  right: -14px;
  top: -5px;
  height: 100%;
  z-index: 999;
  opacity: 0.07;
}
.manage_leave-forms-table.list-table .table thead th:first-of-type {
  width: unset;
}
.leave-mgt-details-section {
  height: calc(100vh - 248px);
}
.leave-mgt-manage-leave-page {
  height: calc(100vh - 492px);
}
.device-mgt-log-filter-page {
  height: calc(100vh - 484px);
}
.device-mgt-log-page .list-table .table tbody tr td:last-of-type {
  text-align: start;
}
.org-mgt-page,
.designation-mgt-page,
.overtime-mgt-page,
.user_request-mgt-page,
.holiday-mgt-page {
  height: calc(100vh - 355px);
}
.org-mgt-page .review-forms-table.list-table .table thead th:first-of-type {
  width: 85%;
}
.org-mgt-page .list-table .table tbody tr td:nth-last-child(2) {
  text-align: center;
}
.org-mgt-page .user-status {
  margin-right: 0;
}
.status-switcher {
  position: absolute;
  top: 5px;
  right: 15px;
}
/*---------------accordian---------*/
.panel-group {
  width: 100%;
}
.panel {
  background: #f9f9fb;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  padding: 12px;
  position: relative;
  margin-bottom: 1rem;
}
.panel-heading {
  display: flex;
  justify-content: space-between;
}
.panel-heading h4 {
  margin: 0px;
  font-size: 14px;
  color: #212227;
}
.panel-heading-content,
.panel-item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.panel-heading-content .styled-checkbox + label:before,
.panel-item .styled-checkbox + label:before {
  background: #e7ecf4;
  border: none;
  width: 18px;
  height: 18px;
}
.panel-heading-content .styled-checkbox:checked + label:after,
.panel-item .styled-checkbox + label:after {
  width: 18px;
  height: 18px;
}
.panel-heading i {
  font-size: 18px;
  color: #036b84;
  margin: 4px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.panel-heading i.collapsed {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.panel-body p {
  margin-left: 10px;
}
.panel-item p {
  font-size: 12px;
  margin: 0;
}
/*---------------------accordion style end---------------------------*/
.overtime-mgt-page .list-table .table tbody tr td:nth-last-child(2),
.overtime-mgt-page .list-table .table tbody tr td:nth-last-child(3),
.overtime-mgt-page .list-table .table tbody tr td:nth-last-child(1) {
  text-align: center;
}
.user_request-mgt-page .list-table .table tbody tr td:nth-last-child(2) {
  text-align: center;
}
.bg-dark-green {
  color: #036b84;
  background: rgb(3, 107, 132, 0.1);
}
.list-table .user-request-status {
  width: 75px;
}
.placed-request-status-tag {
  color: #fff;
  background: #036b84 !important;
}
.hardware_type-mgt-page
  .review-forms-table.list-table
  .table
  thead
  th:nth-last-child(3) {
  width: 80%;
}
.hardware-filter-sort .filter-sort-inputbox {
  max-width: 270px;
  width: 250px;
}
.hardware-filter-mgt-page {
  height: calc(100vh - 568px);
}
/*-------attendance------------*/
.attendance-mgt-page {
  height: calc(100vh - 355px);
}
.attendance-mgt-page .list-table .table tbody tr td:last-of-type {
  text-align: center;
}
.attendance-mgt-filter-page {
  height: calc(100vh - 436px);
}
.doc-icon {
  padding: 5px;
  border-radius: 5px;
}
.add-appointment-details {
  padding: 20px;
}
.browse-input {
  padding: 12px !important;
}
.modal-list-table .table {
  border-collapse: collapse;
  border-spacing: 0px 8px;
}
.modal-list-table .table thead {
  background-color: rgba(3, 107, 132, 0.05);
  border-radius: 10px;
}
.modal-list-table .table td,
.modal-list-table .table th {
  border-bottom: 1px solid #dee2e6;
}
.modal-list-table .table thead th {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  border: none;
  color: #212227;
  white-space: nowrap;
}
.modal-list-table .table tbody tr td,
.modal-list-table .table tbody tr td a {
  text-align: center;
}
.green-text {
  color: #20b120;
}
.red-text {
  color: #f35550;
}
/*----------broadcast-massage style--------------*/
.broadcast-messages-container {
  position: relative;
}
.broadcast-messages-container .title-bar {
  padding: 15px 0;
}
.broadcast-messages-container .title-bar h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #212227;
}
.broadcast-messages-container .title-bar .btn {
  padding: 5px 15px 5px 6px;
}
.broadcast-massage-inner .broadcast-message-list {
  margin-bottom: 30px;
}
.broadcast-message-inner .broadcast-message-list .up-to-date-tag {
}
/*common*/
body,
html {
  height: 100%;
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  color: #666;
  font-weight: 400;
  line-height: 16px;
  background-color: rgba(246, 246, 250, 0.7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  color: #212227;
  font-weight: 500;
  margin-bottom: 10px;
}
h1 {
  font-size: 24px;
  margin: 0;
}
a:hover,
a:visited,
a:focus,
a:active,
img,
button {
  border: none;
  outline: none;
  text-decoration: none;
  color: #036b84;
}

a {
  color: #036b84;
  -o-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
  -ms-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4 ease-in-out;
  -webkit-transition: all 0.4 ease-in-out;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

:hover {
  -o-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
  -ms-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4 ease-in-out;
  -webkit-transition: all 0.4 ease-in-out;
}

body,
body.modal-open {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
button:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
/*.btn {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    padding: 12px 15px;
    letter-spacing: 0.2px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    border:none;
}*/
.btn-primary {
  background-color: #036b84;
  color: #fff !important;
}
.btn:hover,
.btn-primary:hover,
.btn:focus,
.btn-primary:focus {
  background-color: #ea8b37;
  color: #fff;
  outline: none;
  box-shadow: none;
}
/*    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #8F93B5;
}*/
.broadcast-massage-inner
  .broadcast-message-list
  .broadcast-message-list-cards
  .message-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 16px;
  margin: 0 0 15px 0;
}
.broadcast-massage-inner
  .broadcast-message-list
  .broadcast-message-list-cards
  .message-card:hover,
.broadcast-massage-inner
  .broadcast-message-list
  .broadcast-message-list-cards
  .message-card:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 14px 6px #e7ecf4;
}
.broadcast-massage-inner
  .broadcast-message-list
  .broadcast-message-list-cards
  .message-card.seen {
  background: #e7ecf4;
}
.broadcast-message-list-cards .message-card-left {
  width: 100%;
}
.broadcast-message-list-cards .message-card-right {
  width: 100%;
  margin-top: 15px;
}
.message-content {
  position: relative;
}
.message-content .img-preview {
  width: 46px;
  height: 45px;
  position: relative;
  background: #f8f9fc;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.message-content .message {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
}
.message-content .message .user-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.message-content .message .user-info p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #212227;
}
.message-content .message .user-info span {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #767889;
}
.message-content .message .user-info span::before {
  content: "";
  border-radius: 100px;
  margin: 0 10px;
  width: 4px;
  height: 4px;
  background: #767889;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -4px;
}
.message-content .message .message-text {
  margin-top: 4px;
}
.message-content .message .message-text p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #767889;
}
.message-content .img-preview img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.message-content label {
  cursor: pointer;
  text-decoration-line: underline;
  color: #036b84;
  font-size: 12px;
  margin-bottom: 5px;
}
/*----------broadcast-massage style ends--------------*/
/*----------403-error style--------------*/
.error_403-content {
  margin-left: unset;
  width: 100%;
}
.error_403-content .copyright-section {
  left: 32px;
  width: 100%;
}
.error_403-content .error-page {
  justify-content: center;
  text-align: center;
  height: calc(100vh - 197px);
}
.error_403-content .error-page .error-page-content h3 {
  font-size: 26px;
  margin-top: 15px;
}
.error_403-content .error-page .error-page-content p {
  margin-bottom: 30px;
  color: #767889;
}
.error_403-content .error-page .error-page-content .btn {
  padding: 10px 25px;
}
/*----------403-error style ends--------------*/
/*-------------- dashboard style starts ------------*/
.dashboard-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.dashboard-container-left {
  width: 100%;
  margin-top: 10px;
}
.dashboard-container-left .dashboard-banner {
  color: #fff;
  background: linear-gradient(286.13deg, #036b84 1.85%, #27889f 100%);
  border-radius: 15px;
  display: flex;
  position: relative;
}
.dashboard-container-left .dashboard-banner .banner-content {
  width: 50%;
  padding: 18px;
  word-break: break-word;
}
.dashboard-container-left .dashboard-banner .banner-content h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.dashboard-container-left .dashboard-banner .banner-content h3 span {
  font-weight: 600;
}
.dashboard-container-left .dashboard-banner .banner-content p {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.dashboard-container-left .dashboard-banner .banner-bg {
  width: 50%;
  height: 145px;
  text-align: end;
  position: relative;
}
.dashboard-container-left .dashboard-banner .banner-bg img {
  width: auto;
  height: 100%;
}
.dashboard-container-left .dashboard-banner::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 10%;
  background: url("../images/dashboard-img.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 200px;
  height: 158px;
}
.dashboard-container-left .dashboard-inner-section {
  margin-top: 11px;
}
.dashboard-container-left
  .dashboard-inner-section
  .dashboard-inner-title-section {
  border: 1px solid #e7ecf4;
  border-radius: 15px;
  background-color: #fff;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 18px 18px;
  border-bottom: 1px solid #e7ecf4;
}
/*common*/
body,
html {
  height: 100%;
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  color: #666;
  font-weight: 400;
  line-height: 16px;
  background-color: rgba(246, 246, 250, 0.7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  color: #212227;
  font-weight: 500;
  margin-bottom: 10px;
}
h1 {
  font-size: 24px;
  margin: 0;
}
a:hover,
a:visited,
a:focus,
a:active,
img,
button {
  border: none;
  outline: none;
  text-decoration: none;
  color: #036b84;
}

a {
  color: #036b84;
  -o-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
  -ms-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4 ease-in-out;
  -webkit-transition: all 0.4 ease-in-out;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

:hover {
  -o-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
  -ms-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4 ease-in-out;
  -webkit-transition: all 0.4 ease-in-out;
}

body,
body.modal-open {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
button:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
/*.btn {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    padding: 12px 15px;
    letter-spacing: 0.2px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    border:none;
}*/
.btn-primary {
  background-color: #036b84;
  color: #fff !important;
}
.btn:hover,
.btn-primary:hover,
.btn:focus,
.btn-primary:focus {
  background-color: #ea8b37;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.dashboard-container-left
  .dashboard-inner-section
  .dashboard-inner-title-section
  h3 {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  color: #212227;
}
.dashboard-container-left
  .dashboard-inner-section
  .dashboard-inner-title-section
  .btn-down-arrow {
  width: 20px;
  height: 20px;
  background-color: #f6f6fa;
  border: 1px solid #e7ecf4;
  border-radius: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #8f93b5;
  padding: 0;
}
.dashboard-container-left
  .dashboard-inner-section
  .dashboard-inner-content-section {
  padding: 11px 18px 18px;
  border: 1px solid #e7ecf4;
  border-radius: 15px;
  background-color: #fff;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
.dashboard-container-left
  .dashboard-inner-section
  .dashboard-inner-content-section
  .load-more-btn
  a {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #036b84;
}
.dashboard-inner-content-section .content-list .grid-box {
  padding: 15px;
}
.dashboard-grid-top {
  display: flex;
  align-items: center;
}
.dashboard-grid-top .flex-container {
  width: 100%;
}
.dashboard-grid-top .user-img {
  width: 42px;
  height: 40px;
  background: #036b841a;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  display: block;
}
.dashboard-grid-top .user-img img {
  width: unset;
  height: unset;
  border-radius: unset;
}
.dashboard-interview-tag span {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.08em;
  border-radius: 5px;
  padding: 4px 12px;
  text-align: center;
}
h6.dashboard-interviewer {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #212227;
  margin-bottom: 0;
}
.dashboard-grid-btm p {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #767889;
  margin-bottom: 0;
}
.dashboard-grid-btm p span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 5px;
  background-color: rgba(3, 107, 132, 0.1);
  text-align: center;
  vertical-align: middle;
}
.dashboard-inner-title-radius {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.dashboard-inner-content-section .content-list .search-box {
  margin-bottom: 15px;
}
.dashboard-inner-content-section .content-list .search-box input.form-control {
  max-width: unset;
  width: 100%;
}
.dashboard-upcoming-info {
  display: flex;
  align-items: center;
}
.dashboard-upcoming-info p {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #767889;
  margin: 0;
}
.dashboard-upcoming-info p span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 5px;
  background-color: rgba(3, 107, 132, 0.1);
  text-align: center;
  vertical-align: middle;
}
.dashboard-upcoming-info p span img {
  width: 8px;
}
.dashboard-upcoming-info p.leave-type::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 7px;
  width: 3px;
  height: 3px;
  background: #8f93b5;
  border-radius: 50%;
}
.get-device-btn {
  padding: 4px 5px;
}
.get-device-btn .add-icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
  border-radius: 7px;
  line-height: 20px;
}
.get-device-section .btn-return {
  margin-left: 20px;
  padding: 8px 30px;
}
.dashboard-message-container {
  padding-top: 15px;
}
.dashboard-message-container .message-date {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e7ecf4;
  margin-bottom: 25px;
}
.dashboard-message-container .message-date span {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 4px 15px;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #767889;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.dashboard-message-container .message-card {
  margin-bottom: 15px;
  background: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  padding: 15px;
}
.dashboard-message-container .message-card:hover,
.dashboard-message-container .message-card:focus {
  background: #f2f7f9;
  border: 1px solid #f2f7f9;
}
.dashboard-message-container .message-card .message-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.dashboard-message-container
  .message-card
  .message-card-header
  .flex-container {
  align-items: unset;
  width: 100%;
}
.dashboard-message-container .message-card .message-card-header .user-img img {
  width: 40px;
  height: 40px;
}
.dashboard-message-container .message-card .message-card-header .message-time {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  letter-spacing: 0.2px;
  color: #767889;
}
.dashboard-message-container
  .message-card
  .message-card-body
  .message-content
  p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #212227;
  margin-bottom: 0;
}
.dashboard-message-container .message-card .message-card-body .file-section {
  display: flex;
  align-items: center;
}
.dashboard-message-container
  .message-card
  .message-card-body
  .file-section
  span {
  padding-left: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #036b84;
}
.dashboard-message-container
  .message-card
  .message-card-body
  .file-section.bg-light-green {
  padding: 15px;
  margin: 15px 0 0;
}
.add-scenario-details .select2-container {
  width: 100% !important;
}
.get-device-model .form-group {
  padding-left: 12px;
}
.psw-ic.psw-show img:last-of-type {
  display: block;
}
.psw-ic.psw-show img:first-of-type {
  display: none;
}
.psw-ic img:last-of-type {
  display: none;
}
.prof-detail-tabs li {
  margin-right: 5px;
}
.admin-user-tab ul,
.prof-detail-tabs {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.admin-user-tab ul::-webkit-scrollbar,
.prof-detail-tabs::-webkit-scrollbar,
.detail-section ul.detail-list-tab::-webkit-scrollbar {
  display: none;
}

/* width */
.prof-detail-tabs-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  display: block;
}
@media (min-width: 996px) and (max-width: 1400px) {
  /* Track */
  .prof-detail-tabs-scroll::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Handle */
  .prof-detail-tabs-scroll::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    border-radius: 10px;
    opacity: 0.2;
  }

  /* Handle on hover */
  .prof-detail-tabs-scroll::-webkit-scrollbar-thumb:hover {
    background: #f2f2f2;
  }
}

/*-------------- dashboard style ends ------------*/
/*------------------ scrollbar style for firefox --------*/
ul.mob-tab {
  scrollbar-width: none;
  scrollbar-color: #fff !important;
}
#delete-scenario .form-group .form-check {
  padding-left: 12px;
}

/*--------------- search bar close btn style -----------*/
.has-search .search-close-btn {
  filter: brightness(0.5);
  background: transparent;
  position: absolute;
  top: 11px;
  right: 17px;
}
/*----- action list style -----------*/
.action-list {
  min-width: 130px;
}
/*-------------- profile clear btn -------------*/
.profile-clear-btn {
  text-align: left;
}
.profile-clear-btn button {
  text-decoration: underline;
  color: #036b8499;
}
.profile-clear-btn button:hover,
.profile-clear-btn button:focus {
  color: #036b84;
}
.help-text {
  position: absolute;
  right: 25px;
  top: 12px;
}
/*Css ends*/
button .navbar-toggler {
  width: 300px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  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: -500px;
  -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.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -500px;
  -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.show .modal-dialog {
  right: 0;
}

/* end modal */

.form-fields {
  height: calc(100vh - 122px);
  overflow-x: auto;
  width: 100%;
  display: block;
}

.form-fields h3 {
  font-size: 18px;
  line-height: 30px;
}

.user-intro-2 {
  border-radius: 15px;
  height: 120px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  background-image: none;
}

.user-intro-2 .user-intro h3 {
  font-size: 28px;
  line-height: 27px;
  color: #fff;
}

.user-intro-2 .user-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.user-intro-2 .edit-profile-btn .btn {
  margin-top: 0;
  margin-right: 0;
}

/* modal */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  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: -500px;
  -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.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -500px;
  -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.show .modal-dialog {
  right: 0;
}

/* end modal */

.form-fields {
  height: calc(100vh - 122px);
  overflow-x: auto;
  width: 100%;
  display: block;
}

.form-fields h3 {
  font-size: 18px;
  line-height: 30px;
}

/* left side section */

.form-group-gallery {
  border: 0px;
  border-bottom: 1px solid #e7ecf4;
  border-radius: 0px;
  margin-bottom: 0px;
}

.form-group-gallery .form-control::-webkit-input-placeholder {
  color: #212227;
  opacity: 1;
}

.form-group-gallery .form-control:-ms-input-placeholder {
  color: #212227;
  opacity: 1;
}

.form-group-gallery .form-control::placeholder {
  color: #212227;
  opacity: 1;
}
.form-group-gallery.form-click {
  border: 0px solid;
  border-radius: 0px;
  border-bottom: 1px solid #e7ecf4;
}

.mgt-list-gallery {
  padding: 12px 12px 12px 12px;
  border-bottom: 1px solid #e7ecf4;
}
.mgt-list-gallery h5 {
  margin: 4px 0px 0px;
  font-size: 14px;
}
.mgt-list-gallery .skills-btn {
  margin-top: 2px;
}

.mgt-list-gallery .skills-btn ul li {
  display: inline-block;
}

.mgt-list-gallery .skills-btn ul li span {
  background: #036b84;
  padding: 9px 21px;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  margin: 0px 2px 4px 0px;

  display: block;
}

.mgt-list-gallery button.add-skills-btn {
  background-color: #f6f6fa;
  border-bottom: 1px solid #e7ecf4;
  border-radius: 50%;
  color: #8f93b5;
  font-size: 22px;
  padding: 0px;
  width: 36px;
  height: 36px;
  margin-left: 2px;
  cursor: pointer;
}

.nostarted-btn {
  padding: 12px 25px;
  background: #217d94;
}
/* .nostarted-btn:hover, .nostarted-btn:focus{
    background: #217d94;
} */
.nostarted-btn span {
  margin-left: 14px;
}
.not-started-btn .dropdown-menu {
  border: 0px;
  box-shadow: 0px 0px 6px 0px #0000001f;
}
.not-started-btn .dropdown-item:hover {
  background-color: transparent;
}
.btn.add-icon-gallery {
  padding: 5px 6px 5px 6px;
}
.add-icon-gallery .add-icon {
  margin-right: 0px;
}

.search-box-left {
  display: flex;
  align-items: center;
}

.search-box-left .btn.filter-btn {
  color: #8f93b5;
  font-size: 12px;
  padding: 12px 19px;
  background-color: #f6f6fa;
  border-color: #e7ecf4;
  margin: 0px 12px;
}

.search-box-left .filter-btn span {
  margin-left: 10px;
}

.search-box-left .filter .dropdown-menu {
  min-width: 86px;
  border: 0px;
  box-shadow: 0px 0px 6px 0px #0000001f;
}
.search-box-left .filter .dropdown-item:hover {
  background-color: transparent;
}

/* ednot */

/* 06/08/2022 pratik */
.user-intro-2 .user-intro h3 input,
.user-intro-2 .user-intro h3 textarea {
  background-color: transparent;
  border: none;
  color: #fff;
  box-shadow: none;
  outline: none;
  line-height: 30px;
}

.user-intro-top .user-intro .not-started-btn .nostarted-btn option {
  background-color: #fff;
  color: #000;
  text-align: left;
}
.nostarted-btn:hover,
.nostarted-btn:focus {
  padding: 12px 25px;
  background: #217d94;
}

.mgt-section .mgt-list-gallery .form-control {
  color: #212227;
  border: none;
  padding: 0;
}

.mgt-info {
  flex-wrap: nowrap;
}

.mgt-info .name input {
  background-color: transparent;
  border: none;
  color: #212227;
  box-shadow: none;
  outline: none;
  padding-left: 7px;
}
.mgt-info .img img {
  min-width: 30px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  width: auto !important;
  overflow: unset !important;
  display: flex !important;
  flex-wrap: wrap;
}

.mgt-list-gallery .skills-btn ul li .select2-selection__choice__remove {
  padding: 0;
}
.th-m-selectbox
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  line-height: 1;
  margin-bottom: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.th-m-selectbox
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  position: relative;
  padding-left: 25px !important;
}

.select2-dropdown--below {
  min-width: 120px !important;
  /* width: unset !important; */
}

.select2-container {
  width: 100% !important;
}

.heading-content .error {
  padding-left: 0;
}
.heading-content h3 {
  margin-bottom: 0;
}

.user-intro-2 .user-intro {
  align-items: start;
}
/* right-side-collabrotor-modal 06-08-2022 */
/* collabrotor-team */
.collabrotor-slide-team-box {
  border-radius: 15px;
  border: 1px solid #e7ecf4;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.collabrotor-slide-img {
  background-image: url("../images/team-sile.png");
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
}
.collabrotor-team {
  padding: 0px 20px;
  margin-top: -80px;
  display: flex;
}
.collabrotor-team-img {
  margin-right: 20px;
}
.collabrotor-team-tittle {
  padding-top: 5px;
  padding-bottom: 15px;
}
.collabrotor-team-tittle h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 4px;
}
.collabrotor-team-tittle h3 span {
  border-radius: 5px;
  color: #fff;
  height: 22px;
  padding: 7px 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-left: 10px;
  display: inline-block;
}
.collabrotor-team-tittle h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 16px;
}
.collabrotor-team-email {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
  margin: 0px 20px 0px 158px;
  margin-top: -10px;
}
.collabrotor-team-email a {
  color: #767889;
  font-size: 12px;
}
.collabrotor-team-email a span {
  background-color: rgba(3, 107, 132, 0.1);
  border-radius: 5px;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
}
/* collabrotor-team */
/* amount-list */
.amount-tab {
  border: 0px;
  border-bottom: 1px solid #e7ecf4;
}

.amount-tab li.nav-item a.nav-link {
  font-size: 15px;
  color: #767889;
  line-height: 17px;
  font-weight: 400;
  border-bottom: 2px solid #0e0c0c00 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 132px;
  text-align: center;
  padding: 15px 12px;
  margin-right: 6px;
}
.amount-tab li.nav-item a.nav-link:hover {
  border: none;
  border-bottom: 2px solid #036b84 !important;
}
.amount-tab li.nav-item a.nav-link.active {
  border: none;
  border-bottom: 2px solid #036b84 !important;
  font-weight: 500;
  color: #000;
}

.amount-tab-list .list-group-item {
  border-color: #e7ecf4;
}
.amount-tab-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px;
}
.amount-tab-list ul li.list-group-item:last-child {
  border-bottom: 1px solid #e7ecf4 !important;
}
.amount-tab-list ul li h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #767889;
  margin-bottom: 0px;
}
.amount-tab-list ul li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
}
.amount-tab-list ul li b {
  color: #000;
}
.total-amount h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: #212227;
}
.total-amount h3 span {
  color: #036b84;
  margin-left: 10px;
}
.right-modal-main-content .modal-footer {
  background-color: #f2f7f9;
}
.right-modal-main-content .close {
  background: #fff;
  border-radius: 50%;
  left: -24px;
  position: fixed;
  top: 49px;
  height: 45px;
  width: 45px;
  padding: 0px;
}
.total-amount {
  position: absolute;
  bottom: 0px;
  position: 20px;
  padding: 20px 20px;
  background: #f2f7f9;
  left: 0px;
  right: 0px;
  text-align: right;
}
.total-amount h3 {
  margin-bottom: 0px;
}
/* amount-list */
/* Timeline */
.timeline-list .timeline {
  list-style: none;
  padding: 15px 0 15px;
  position: relative;
}
.timeline-list .timeline:before {
  top: 40px;
  bottom: 52px;
  position: absolute;
  content: " ";
  left: 15px;
  margin-left: -1.5px;
  border-left: 2px solid #e7ecf4;
  border-left-style: dashed;
}
.timeline-list .timeline > li {
  margin-bottom: 12px;
  position: relative;
}
.timeline-list .timeline > li:before,
.timeline-list .timeline > li:after {
  content: " ";
  display: table;
}
.timeline-list .timeline > li:after {
  clear: both;
}
.timeline-list .timeline > li:before,
.timeline-list .timeline > li:after {
  content: " ";
  display: table;
}
.timeline-list .timeline > li:after {
  clear: both;
}
.timeline-list .timeline > li > .timeline-panel {
  width: 91%;
  float: left;
  border-radius: 10px;
  padding: 17px;
  position: relative;
}
.timeline-list .timeline-inverted:first-child .timeline-panel {
  background-color: #f2f7f9;
}
.timeline-list .timeline-inverted:nth-child(2) .timeline-panel {
  background-color: #e9f7e9;
}
.timeline-list .timeline-inverted:nth-child(2) .timeline-panel h4 {
  color: #20b120;
}
.timeline-list .timeline-inverted:nth-child(3) .timeline-panel {
  background-color: #feeeee;
}
.timeline-list .timeline-inverted:nth-child(3) .timeline-panel h4 {
  color: #f35550;
}
.timeline-list .timeline-inverted:nth-child(4) .timeline-panel {
  background-color: #e9f7e9;
}
.timeline-list .timeline-inverted:nth-child(4) .timeline-panel h4 {
  color: #20b120;
}
.timeline-list .timeline > li > .timeline-badge {
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 27%;
  left: 32px;
  margin-left: -25px;
  background-color: rgb(234 247 251);
  z-index: 100;
  border-radius: 50%;
}
.timeline-list .timeline-badge:after {
  content: "";
  position: absolute;
  background: #036b84;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.timeline-list .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline-list .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline-list .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-list .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-list .timeline-panel {
  display: flex;
  justify-content: space-between;
}
.timeline-list .timeline-panel h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #036b84;
  margin-bottom: 0px;
}
.timeline-list .timeline-panel span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #212227;
}

.timeline-list .flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline-list .flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.timeline-list .flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.timeline-list .flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timeline-list .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* Timeline */
/* Activity-page */
.activity-list .timeline > li > .timeline-panel {
  width: 97%;
  border: 1px solid #e7ecf4;
  padding: 10px 15px 10px 10px;
  background: #fff !important;
  align-items: center;
}

.activity-user-img {
  margin-right: 12px;
}
.activity-user-name p {
  font-size: 14px;
  line-height: 16px;
  color: #212227;
  margin-bottom: 0px;
}
.activity-user {
  display: flex;
  align-items: center;
}
.activity-list .timeline-panel span {
  color: #767889;
}
.activity-user-name h5 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}
.activity-list .timeline-panel .activity-user-name h5 span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #212227;
}
.activity-list .timeline-inverted:last-child .timeline-panel {
  background-color: #f2f7f9 !important;
  border: 0px;
  padding: 20px 15px;
}
.activity-personal-detail-tab-content {
  padding: 0px 15px;
}

/* Activity-page */

/*************start-add-collaborator**************/
.add-collaborator-model .modal-header .delete-text {
  padding-left: 0;
}
.add-collaborator-model .modal-dialog.modal-dialog-centered .close {
  background: #fff;
  border-radius: 7px;
  left: auto;
  position: inherit;
  top: auto;
  height: auto;
  width: auto;
  opacity: 1;
  padding: 10px 13px;
}
.add-collaborator-model .modal-dialog.modal-dialog-centered .modal-footer {
  background-color: transparent;
}
.add-collaborator-model
  .modal-dialog.modal-dialog-centered
  .modal-footer
  .btn-white {
  border: 1px solid #e7ecf4;
  color: #767889;
  padding: 10px 23px;
}
.add-collaborator-model .modal-footer {
  padding: 0 20px 20px 20px;
}
.add-collaborator-model .modal-footer .modal-content .btn {
  padding: 10px 23px;
}
.add-collaborator-model
  .modal-dialog.modal-dialog-centered
  .modal-footer
  .btn-white:hover,
.add-collaborator-model
  .modal-dialog.modal-dialog-centered
  .modal-footer
  .btn-white:focus {
  background-color: #ea8b37;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.add-collaborator-model .search-box .has-search .form-control-feedback {
  background-color: transparent;
}
.add-collaborator-model .search-box .has-search .search-close-btn {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  background: transparent;
  position: absolute;
  top: 11px;
  right: 17px;
}
.add-collaborator-model .search-box input.form-control {
  width: 100%;
  max-width: 100%;
}
.add-collaborator-member {
  margin-bottom: 5px;
}
.add-collaborator-member .collaborator-member-img {
  display: inline-block;
  position: relative;
}
.add-collaborator-member .collaborator-member-img > img {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #036b84;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.add-collaborator-member button.remove-member {
  position: absolute;
  top: -9px;
  right: -9px;
  background: #000;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.add-collaborator-member button.remove-member:hover {
  background-color: #036b84;
}
.add-collaborator-member ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.add-collaborator-member ul li {
  margin: 10px 20px 10px 0px;
}
.search-result-box {
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  padding: 14px 14px 7px 14px;
}
.search-result-box ul option li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e7ecf4;
}
.search-result-box ul option li:last-child {
  border-bottom: none;
}
.search-checkbox {
  margin-left: 20px;
}
.search-checkbox
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #036b84;
}
.search-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(3 107 132 / 15%);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(3 107 132 / 15%);
}
.add-collaborator-model .modal-dialog {
  max-width: 390px;
}
.add-collaborator-model .modal-dialog .modal-header {
  padding: 20px 20px 0 20px;
}
.add-collaborator-model .modal-dialog .modal-body {
  padding: 4px 20px 20px 20px;
}
.search-result-box ul option li .grid-mid {
  margin: 7px 0;
}
@media (max-width: 575px) {
  .add-collaborator-model .modal-dialog.modal-dialog-centered {
    width: auto !important;
    max-width: 311px;
    margin: 0 auto;
  }
}

/*************end-add-collaborator**************/

/* responsive */
@media screen and (min-width: 480px) and (max-width: 1400px) {
  .activity-list .timeline > li > .timeline-panel {
    width: 93%;
  }
}
@media (max-width: 575px) {
  .modal-dialog.modal-dialog-centered {
    width: 100% !important;
  }
  .collabrotor-slide-team-box {
    margin-bottom: 10px;
  }
  .total-amount h3 {
    font-size: 16px;
  }
  .modal-dialog.modal-dialog-centered .close {
    left: 0px;
    height: 30px;
    width: 28px;
    z-index: 1;
    line-height: 9px;
  }
}
@media (max-width: 480px) {
  .amount-tab li.nav-item a.nav-link {
    padding: 10px 12px;
  }
  .timeline-list .timeline > li > .timeline-badge {
    left: 24px;
  }

  .timeline-list .timeline-panel h4 {
    font-size: 12px;
  }
  .timeline-list .timeline > li > .timeline-panel {
    padding: 12px;
  }
  .timeline-list .timeline > li > .timeline-panel {
    width: 90%;
  }
  .amount-tab li.nav-item a.nav-link {
    font-size: 13px;
    min-width: 100px;
  }
  .timeline-list .timeline:before {
    left: 7px;
  }
  .activity-user-name h5 {
    font-size: 12px;
  }
  .activity-list .timeline-panel .activity-user-name h5 span {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .collabrotor-team-tittle h3 {
    font-size: 15px;
    line-height: 17px;
  }
  .collabrotor-team-tittle h3 span {
    padding: 4px 8px;
  }
  .collabrotor-slide-img {
    height: 90px;
  }
  .collabrotor-team-img img {
    width: 76px;
  }
  .collabrotor-team-email {
    margin: 0px 15px 0px 15px;
    margin-top: 15px;
  }
  .collabrotor-team {
    padding: 0px 15px;
    margin-top: -66px;
  }
  .collabrotor-team-img {
    margin-right: 12px;
  }
  .collabrotor-team-tittle h5 {
    font-size: 12px;
  }
  .collabrotor-slide-team-box {
    padding-bottom: 15px;
  }
}
/* responsive */
/* right-side-collabrotor-modal 06-08-2022 */
.btn-grey-2 {
  color: #000 !important;
}
.btn-grey-2:hover {
  color: #fff !important;
}

.colab-heading {
  background-color: rgba(3, 107, 132, 0.05);
  padding: 5px 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #212227;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.colab-heading li {
  width: 50%;
  border: 0 !important;
  justify-content: flex-start;
}

.colab-heading li:nth-child(2) {
  text-align: right;
  justify-content: flex-end;
  padding-right: 30px;
}

.search-result-box-2 {
  border-radius: 0;
  padding: 0;
}

.search-result-box-2 li {
  padding: 0 15px;
}

.search-result-box
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-radius: 10px !important;
  position: relative;
  padding: 15px !important;
}
.search-result-box
  .collaborator-selectbox
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding: 14px !important;
}

.search-result-box
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  span {
  position: absolute;
  right: 0;
  top: 3px;
  right: 5px;
  margin: 0 !important;
}
.search-result-box {
  min-height: 100px;
}
.timeline-list .timeline-inverted .green {
  background-color: #e9f7e9 !important;
}
.timeline-list .timeline-inverted .green h4 {
  color: #20b120 !important;
}
.timeline-list .timeline-inverted .orange {
  background-color: #feeeee !important;
}
.timeline-list .timeline-inverted .orange h4 {
  color: #f35550 !important;
}
.timeline-list .timeline-inverted .blue h4,
h5 {
  color: #036b84 !important;
}
.timeline-list .timeline-inverted .blue {
  background-color: #f2f7f9 !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.project-detail .select2-results__option {
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 12px;
}
.project-detail .select2-container--default {
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 12px;
}
/* pratik 2/09/22 */
.project-profile-list {
  display: flex;
  align-items: center;
}

.project-profile-list img {
  border-radius: 50px;
  margin-left: -10px;
}
.project-profile-list img:first-child {
  margin: 0;
}
.grid-mid .price-lisr-content {
  width: 100% !important;
  cursor: pointer !important;
}
.project-profile-list .list-number p {
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #939393;
  font-size: 12px;
  margin-left: -10px;
}
.cursor-pointer {
  cursor: pointer !important;
}

.colab-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.colab-content li {
  text-align: right !important;
  padding: 0 0px 0 15px !important;
}
.colab-content li .incentive-amount {
  max-width: 50%;
  margin-right: 20px;
  border: 1px solid #e7ecf4;
  padding: 8px 5px;
  border-radius: 12px;
  outline: none;
  background-color: transparent;
  text-align: center;
  font-size: small;
}

.collaborator-layout .activity-tab-content {
  overflow-y: auto;
}

.collaborator-layout.box-border {
  height: unset !important;
}
.search-result-box-2 li .search-img-box .grid-mid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-result-box-2 li input::-webkit-outer-spin-button,
.search-result-box-2 li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search-result-box-2 li input[type="number"] {
  -moz-appearance: textfield;
}

.project-detail
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  font-weight: 500;
  font-size: 14px;
}

.grid-box .grid-top .project-type span {
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 1130px) {
  .user-intro-2 .user-intro h3 textarea {
    min-width: 490px;
    resize: none !important;
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  .user-intro-2 .user-intro h3 textarea {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    height: auto;
    min-height: 60px;
  }

  .user-intro-2 .nostarted-btn {
    padding: 12px 15px;
    background: #217d94;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .user-intro-2 .user-intro {
    align-items: center;
  }
}

/* project collaborator modal  */
.project-incentive {
  text-align: center;
  margin-top: 100px;
}
.green-color-activity {
  color: green !important;
}
.red-color-activity {
  color: red !important;
}
.mgt-info .name {
  width: 100%;
}
.mgt-info .name p {
  outline: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #212227;
  word-break: break-word;
  width: 100%;
  padding-left: 10px;
}

.profile-detail-section .user-professional-detail {
  height: 100%;
}

.profile-detail-section .profile-content-left {
  height: unset;
}

.profile-information .collabrator-details {
  height: 910px !important;
}

.monthly-deduction-form .add-btn {
  padding: 11px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #036b84;
  background: rgba(231, 236, 244, 0.5);
  border: 1px solid #e7ecf4;
  cursor: pointer;
}

.monthly-deduction-form h3 {
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.monthly-deduction-detail {
  background: rgba(231, 236, 244, 0.5);
  border: 1px solid #e7ecf4;
  padding: 30px;
  border-radius: 10px;
}

.monthly-addition-form .add-btn {
  padding: 11px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #036b84;
  background: rgba(231, 236, 244, 0.5);
  border: 1px solid #e7ecf4;
  cursor: pointer;
}

.monthly-addition-form h3 {
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.monthly-addition-detail {
  background: rgba(231, 236, 244, 0.5);
  border: 1px solid #e7ecf4;
  padding: 30px;
  border-radius: 10px;
}

.user-professional-detail
  .mgt-list-gallery
  .skills-btn
  ul
  li
  .select2-search__field,
.user-professional-detail
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  width: 100% !important;
  font-size: 14px;
  line-height: 20px;
}

.user-professional-detail
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li:nth-last-child(1) {
  width: 100%;
}

.user-professional-detail .select2-selection__choice__remove {
  font-size: 14px !important;
}

.user-professional-detail
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  font-size: 12px !important;
  line-height: 20px !important;
  word-break: break-all;
  white-space: initial;
}

.user-professional-detail
  .user-professional-detail
  .mgt-list-gallery
  .skills-btn
  ul
  li {
  word-break: break-all;
  white-space: initial;
  font-size: 12px;
  line-height: 16px;
}

.project-detail
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  width: 100% !important;
  font-size: 14px;
  line-height: 20px;
}

.project-detail
  .select2-container--default
  .select2-search--inline:nth-last-child(1) {
  width: 100%;
}

.search-result-box
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  width: 100% !important;
}
.search-result-box .select2-container--default .select2-search--inline {
  width: 100% !important;
}

.main-content-wrapper.admin-user-wrap .admin-user-info .list-view-section {
  padding-bottom: 80px;
}

.collabrator-list .list-table .table tbody tr td:last-of-type a.table-links {
  height: 18px !important;
  position: relative;
}

.search-box input.form-control {
  padding-right: 33px !important;
}

.project-detail .select2-container--default {
  color: #000 !important;
}

.collabrotor-team-tittle h3 {
  word-break: break-all;
  font-size: 18px;
  line-height: 24px;
}

.collabrotor-team-tittle h5 {
  color: #fff !important;
}

.th-default-select .select2-search input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
  opacity: 1;
}

.th-default-select .select2-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  opacity: 1;
}

.th-default-select .select2-search input::placeholder {
  color: #000;
  opacity: 1;
}
/* review table  */
.reviews-table.list-table .table.table-design-left thead th:nth-last-child(2),
.reviews-table.list-table
  .table.table-design-left
  tbody
  tr
  td:nth-last-child(2) {
  text-align: left;
}
/* fix pointer issues (Harsh)*/
.reviews-table.f-and-f-user .table.table-design-left tbody tr td {
  cursor: default;
}

/* set shadow on cross button  */
.remove-monthly-deduction-detail.cursor-pointer:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

/* fix issue on project details page left side scroll bar */
.project-details-profile {
  overflow-y: auto;
}

.add-collaborator-modal-open {
  z-index: 1055 !important;
}
.project-incentive-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #212227;
}
.border-radius-12 {
  border-radius: 12px;
}
/* collaborator incentive 29/11/2022  Pratik */
.colab-content li:first-child {
  width: 70% !important;
}
.colab-content li:last-child {
  width: 30% !important;
}
.colab-content li .grid-mid .user-text {
  white-space: normal;
  overflow: unset;
}
.colab-content li .incentive-amount {
  max-width: 85%;
}
.project-modal {
  z-index: 1053;
}
.form-user-amount {
  border: unset;
  border-radius: 10px;
  padding: 0;
  position: unset;
}
.colab-content {
  position: relative;
}

.form-user-amount .error {
  position: absolute;
  left: 0;
  right: 15px;
  bottom: 0;
}
.investment-attachment {
  padding: 7px 15px;
}
.upload-document {
  font-size: 13px !important;
  line-height: 18px !important;
}

/**************Start resignation-mgt-page style*************/
.resignation-mgt-page {
  padding: 24px 18px;
  height: calc(100vh - 250px);
}
.timeline-grid-box .grid-box {
  padding: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-grid-box .grid-mid {
  margin: 0 0;
}
.timeline-date {
  padding-bottom: 8px;
}
.timeline-date span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #036b84;
}
.timeline-info ul li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 32px;
}
.timeline-info ul li:last-child:after {
  display: none;
}
.timeline-info ul li:after {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 2px dashed #e7ecf4;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.timeline-info ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #036b84;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  left: -3px;
  z-index: 4;
  -webkit-box-shadow: 0px 0px 0 5px #eaf2f9;
  box-shadow: 0px 0px 0 5px #eaf2f9;
}
.timeline-right {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 15px;
  padding: 20px;
}
.timeline-right-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
}
.timeline-right-title h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #212227;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding-top: 3px;
  margin-bottom: 0;
}
.rejected-resignation {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background: #c1001f;
  border-radius: 4px;
  padding: 5px 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10px;
  cursor: pointer;
}
.pending-resignation {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background: #ec6f02;
  border-radius: 4px;
  padding: 5px 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10px;
  cursor: pointer;
}
.accepted-resignation {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background: #18a10c;
  border-radius: 4px;
  padding: 5px 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10px;
  cursor: pointer;
}
.cancelled-resignation {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background: #0b8fb4;
  border-radius: 4px;
  padding: 5px 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10px;
  cursor: pointer;
}
.hr_accepted-resignation {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background: #18a10c;
  border-radius: 4px;
  padding: 5px 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.hr_rejected-resignation {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background: #c1001f;
  border-radius: 4px;
  padding: 5px 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.timeline-right .border-bottom {
  border-bottom: 1px solid #e7ecf4 !important;
}
.timeline-box {
  padding: 15px 0;
}
.timeline-right label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #8f93b5;
}
.timeline-right p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #212227;
}

.timeline-right.bg-light-green {
  background: #f9f9fc !important;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .timeline-grid-box .user-img {
    display: block;
  }
  .timeline-grid-box .user-text {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .timeline-right-title h2 {
    font-size: 16px;
  }
  .rejected-resignation {
    padding: 5px 10px;
  }
}
@media (max-width: 575px) {
  .timeline-info ul li {
    padding-left: 20px;
  }
  .timeline-grid-box .grid-box {
    margin-bottom: 10px;
  }
  .timeline-box {
    padding: 10px 0;
  }
}
/**************End resignation-mgt-page style*************/

.collaborator-incentive-date {
  margin: 0 16px;
}

/* Resignation create ckeditor style */
.editor-parent {
  padding: 12px 1px 0 0 !important;
  border: 2px solid #e7ecf4;
  border-radius: 10px 10px 5px 5px;
}
.django-ckeditor-widget {
  width: 100%;
  display: block !important;
}

/* TDS detail popup related changes */
table.tds_detail_table .investment-thead th {
  background-color: rgba(3, 107, 132, 0.05);
  padding: 10px 15px !important;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
}
.tds-details-radio {
  padding: 10px 15px !important;
}
.tds-details-radio label {
  padding-right: 15px;
}
.tds-details-radio label input {
  margin-right: 10px;
}
table.tds_detail_table .investment-thead h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
}
.tds-details-radio {
  border-top: 1px solid #e7ecf4 !important;
  border-bottom: 1px solid #e7ecf4 !important;
}
.tds-details-radio span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}

@media (min-width: 576px) {
  .modal-dialog.modal-dialog-centered.investment {
    max-width: 910px;
  }
}
@media (max-width: 575px) {
  .modal-dialog.modal-dialog-centered.investment {
    width: auto !important;
    max-width: 100%;
  }
}

.investment {
  word-break: break-word;
}
.investment .modal-body {
  overflow: hidden;
}
.investment table.tds_detail_table tr,
.investment table.tds_detail_table tr th,
.investment table.tds_detail_table tr td {
  background-color: transparent !important;
}

/*--------------------*/
.investment table.tds_detail_table:after {
  content: "";
  position: absolute;
  background: #565656;
  height: 100%;
  width: 1px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.investment table.tds_detail_table {
  border-spacing: 0px 0px !important;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
  position: relative;
}
.investment table.tds_detail_table thead th {
  background: #e7e7e7 !important;
}

.text-bold {
  font-weight: bold;
}

/* 23/11/2023 Pratik */
.update-permission-section{
height: unset !important;
overflow: auto !important;
}
.detail-section.update-permission-section ul.detail-list, .detail-section ul.detail-list-tab{
    position: sticky !important;
    top: 0;
}
.detail-section.update-permission-section .detail-content{
    margin-left: unset !important;
    height: calc(100vh - 0px);
    overflow-y: auto;
}
.detail-section.update-permission-section:after{
    background-image: url(../images/detail-btm-bg.png) !important;
}

@media screen and (max-width: 991px){
.sidebar {
    display: none !important;
}
.main-content{
width: 100% !important;
}
.inner-wrapper{
padding-top:0 !important;
}
}
.fixed-top{
z-index: 9999 !important;
}
