@charset "UTF-8";
/**
* Pinlist Version:V.1
* Author: sprukosoft
* Author URL: https://themeforest.net/user/sprukosoft
* Copyright 2018 Spruko Technologies Private Limited
* Licensed under ThemeForest License
**/
@import url("components.css");
@import url("loaders.css");
@import url("flags.css");
@import url("components-cols.css");
@import url("buttons.css");
@import url("feather.css");

:root {
  --open-sans: "'Open Sans', sans-serif";
  --rubik: "'Rubik', sans-serif";
  --color-dark-blue: #213b78;
  --color-orange: #e65300;
  --color-white: #fff;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-28 {
  font-size: 28px !important;
}
textarea {
  min-height: 150px;
  resize: none;
}
/* AVATER */
.avt-md {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  object-fit: cover;
}
/* CUSTOM CHECKBOX FILL */
.custom-radio-fill {
  margin: 0;
  position: relative;
}

.custom-radio-fill span {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  color: var(--color-dark-blue);
  font-size: 16px;
  font-weight: 600;
}
.custom-radio-fill span::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 2px solid #8a97b6;
  right: 0;
}
.custom-radio-fill input[type="radio"]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 2px solid var(--color-dark-blue);
  background: var(--color-dark-blue);
  right: 0;
}
.custom-radio-fill.left span {
  padding-left: 30px;
  padding-right: 0;
  font-weight: 400;
  color: #848484;
  font-size: 14px;
}
.custom-radio-fill.left span::before {
  right: auto;
  left: 0;
}
.custom-radio-fill.left input[type="radio"]:checked ~ span::after {
  left: 0;
  right: auto;
}
.header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: linear-gradient(120deg, #0f75ff 60%, #9d37f6 100%);
  width: 100%;
  z-index: 100;
  box-shadow: rgba(181, 201, 227, 0.12) 0px 0px 0px 1px, rgba(181, 201, 227, 0.24) 0px 1px 0px 0px;
  background: rgb(255, 255, 255);
}
.nav-search {
  padding-right: 15px !important;
  padding-top: 5px !important;
}
.nav-search .form-control.header-search {
  background: #f5f5f5;
  border-radius: 3px;
  color: #323b4f !important;
  height: 40px;
  padding: 5px 10px;
}
/* header search start  */
.form-inline .form-control {
  background: #fff;
  border: 1px solid #dee2e6 !important;
  border-radius: 3px;
  color: #24273c;
  margin-right: -6px;
  width: 200px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.form-inline .form-control:focus {
  border: 1px solid #dee2e6 !important;
}
.form-inline .form-control:hover {
  border: 1px solid #dee2e6 !important;
}
.form-inline .btn {
  border-radius: 0;
  border-color: transparent;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.form-inline .form-control::-webkit-input-placeholder {
  color: #323c4f;
  opacity: 0.5;
}

.nav-search {
  position: relative;
  padding-right: 0 !important;
  padding-top: 0 !important;
  width: 350px;
  margin-left: 45px;
}
.navbar-nav .input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 2.5rem;
  pointer-events: none;
}
.form-control::-webkit-input-placeholder {
  color: #323c4f;
  opacity: 0.5;
}
.nav-link.navsearch-icon {
  color: #374254;
}
.navbar .form-inline .btn {
  border-radius: 0;
  padding: 5px 15px 6px 15px;
  border: 2px solid #9d37f6;
  box-shadow: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@media (max-width: 1024px) {
  body.search-show:before,
  body.sidebar-show:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 891;
  }
  body.search-show .header {
    z-index: 892;
  }
  body.search-show,
  body.sidebar-show {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  body.search-show .form-inline .nav-search {
    display: block;
  }
  .form-inline .nav-search {
    position: absolute;
    z-index: 892;
    display: none;
  }
  .search-show .nav-search {
    padding: 15px !important;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
  }
  .form-inline .nav-search {
    display: none;
  }
  body.search-show .form-inline .nav-search {
    display: block;
  }
  .form-inline .nav-search {
    position: absolute;
    z-index: 892;
    display: none;
  }
  .form-inline .nav-search .btn {
    margin-top: 0px !important;
    border-radius: 0 3px 3px 0;
  }
  .form-inline .nav-search {
    position: absolute;
    right: 24px;
    z-index: 892;
    display: none;
  }
  .form-inline .nav-search .form-control {
    float: left;
    width: calc(100% - 41px);
    display: block;
  }
  .form-inline .nav-search .btn {
    margin-top: 0px;
    border-radius: 0 3px 3px 0;
  }
}
@media (max-width: 414px) {
  .nav-link.navsearch-icon {
    font-size: 20px;
    margin-top: 12px;
    padding-left: 10px;
  }
}
@media (min-width: 414px) and (max-width: 1366px) {
  .nav-link.navsearch-icon {
    font-size: 20px;
    margin-top: 12px;
    padding-left: 10px;
  }
}
.header-search {
  padding: 0;
}
.nav-link.icon i {
  color: #504e70;
}
.app-content .page-header {
  margin: 0 -30px;
  padding: 0.75rem 2rem;
  margin-bottom: 1.7rem;
  background: none;
  min-height: 0;
}
.app-content .page-header .page-title {
  line-height: 0;
}
@media (max-width: 480px) {
  .app-content .page-header {
    margin: 0;
    padding: 0 !important;
    margin-bottom: 1rem;
    display: none !important;
  }
  .app-content .page-header .page-title {
    margin-bottom: 5px !important;
    line-height: 1.5rem !important;
  }
}
.error-img {
  background: #f6f7fb;
}
.error-img .text-dark {
  color: #605e7e !important;
}
.error-img:before {
  background: #f6f7fb;
}
.highlight pre {
  background-color: #f7f7f7 !important;
}
.user-tabs ul li a.active {
  background: #5a54f8;
  color: #fff;
}
.user-tabs ul li:first-child {
  border-left: 0;
}
.user-tabs ul li a {
  padding: 4px 15px;
  font-size: 15px;
  margin: 2px;
  display: block;
  border-radius: 4px;
}
.user-tabs ul li {
  border-left: 2px solid rgba(167, 180, 201, 0.3);
}
@media (max-width: 568px) {
  .user-tabs ul li a {
    width: 100%;
  }
  .user-tabs ul li {
    width: 100%;
    display: contents;
    text-align: center;
  }
}
.mail-option .btn {
  box-shadow: none;
}
.timelineleft > li > .timelineleft-item {
  box-shadow: none !important;
  border: 1px solid #e8ebf3;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 0.7rem;
  line-height: 17px;
  padding: 0.02rem 0.5rem;
}
#count-down-1 {
  margin: 20px 0;
}
#count-down-1 .clock-presenter {
  height: 80px;
  padding: 0px;
  text-align: center;
}
#count-down-1 .clock-presenter .digit {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 40px;
  height: 40px;
  padding: 0 7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
  background: #fff;
  color: #605e7e;
  border-radius: 3px;
}
#count-down-1 .clock-presenter .note {
  position: relative;
  margin-bottom: 0px;
  cursor: default;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 992px) {
  #count-down-1 .clock-presenter .digit {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #count-down-1 .clock-presenter {
    width: 50%;
    float: left;
  }
  #count-down-1 .clock-presenter .digit {
    font-size: 36px;
  }
  #count-down-1 .hours_dash {
    border-right: none;
  }
}

.modal-body .select2-container {
  width: 100% !important;
}
.richText .richText-editor {
  height: 300px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 760px;
  }
}
@media (max-width: 575.98px) {
  .app-content .side-app {
    padding: 70px 0px 0 0px !important;
  }
}
@media (min-width: 568px) and (max-width: 992px) {
  .app-content .side-app {
    margin-top: 23px;
  }
}
.dash3-counter .counter-icon {
  border: 0;
}
.mail-option .chk-all,
.mail-option .btn-group a.btn {
  background: none;
}
.header-brand-img {
  width: auto;
  height: 45px;
  vertical-align: middle;
  margin: 10px 0;
}

.vh100 {
  height: 100vh;
}

.add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: var(--tofino-book);
  min-width: 130px;
  position: relative;
  padding: 6px 10px 6px 35px !important;
}
.add-btn.add-btn-sm {
  padding-left: 25px !important;
}
.add-btn .fa {
  font-size: 20px;
  position: absolute;
  left: 8px;
}
.btn-outline-primary {
  color: #ff7249;
  background-color: transparent;
  background-image: none;
  border-color: #ff7249;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border-color: #ff7249;
  background: transparent;
  background: transparent;
  color: #ff7249;
}
.add-btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: var(--tofino-book);
  position: relative;
}
.add-btn-round.add-btn-round-sm {
  padding: 3px 10px 2px 27px !important;
}
.add-btn-round .fa {
  font-size: 20px;
  position: absolute;
  left: 3px;
}
.resp-vtabs .resp-tabs-list li {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.resp-vtabs .resp-tabs-list li span {
  flex-grow: 1;
  padding-right: 10px;
}
.resp-vtabs .resp-tabs-list li:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.resp-vtabs .resp-tabs-list li img {
  margin-right: 20px;
}
.resp-vtabs .resp-tabs-list li a {
  background: #ff7149;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
}
.resp-vtabs .resp-tabs-list li .delete {
  position: static;
}
.resp-vtabs .resp-tabs-list li a img {
  margin: 0;
  width: 8px;
}

.resp-tabs-container .resp-tab-content {
  padding: 0;
}
.resp-tabs-container .tab-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 19px 20px 19px 40px;
  flex-wrap: wrap;
  align-items: center;
  height: 72px;
}
.resp-tabs-container .tab-header h3 {
  margin: 0;
}
.list-items {
  padding: 20px 20px 20px 20px;
}
.list-items ul {
  padding: 0 !important;
}
.list-items ul li {
  list-style-type: none !important;
}
.list-items .sort-devide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-items .sort-devide li {
  width: 45%;
  margin: 15px;
}
.list-items li {
  margin: 18px 0;
}
.list-items .list-dropdown {
  margin-bottom: 10px;
  width: 120px;
  margin-left: auto;
  height: 35px !important;
  float: right;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.list-select {
  display: table;
  clear: both;
  width: 100%;
  text-align: right;
}
.list-select li {
  margin: 0 !important;
}
.list-select li .list-content .list {
  padding: 3px 10px;
  background: #fff;
  border: none;
}
.sortable {
  clear: both;
}
.list-items .list-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.list-items .list-content .s-no {
  font-size: 14px;
  padding-right: 30px;
  font-family: var(--tofino-medium);
}
.list-items .list-content .list {
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 3px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: move;
}
.list-items.cursor-normal .list-content .list {
  cursor: pointer;
}
.list-items.cursor-auto .list-content .list {
  cursor: auto;
}
.list-items .list-content .list .list-pic {
  width: 60px;
  border: 1px solid #dbdbdb;
}
.list-items .list-content .list .list-action a {
  color: #ff7149;
  margin-left: 10px;
  font-size: 10px;
}
.list-items .list-content .list img {
  margin-right: 15px;
}
.list-items .list-content .list span {
  font-family: var(--tofino-medium);
  font-size: 14px;
  flex-grow: 1;
}
.list-items .list-content .list.equal span {
  width: 33%;
  flex-grow: initial !important;
}
.list-items .list-content .action-btn {
  background: #ff7149;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 100%;
  margin-left: 10px;
}
.list-items .list-content .action-btn img {
  width: 8px;
}
.btn-streach {
  padding: 14px 60px !important;
  line-height: 18px !important;
  font-family: var(--tofino-book);
  font-size: 13px;
}
.btn-streach-md {
  padding: 10px 40px !important;
}
.footer-wrap {
  padding: 0 30px 0 300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.terms li {
  display: inline-block;
}
.terms li a {
  margin: 0 1px;
  font-family: var(--tofino-medium);
  font-size: 13px;
}
.terms li:not(:last-child) a {
  border-right: 1px solid #333;
  padding-right: 7px;
}

.modal-header {
  border: transparent;
}
.modal-title {
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.upbtn .custom-file-input,
.upbtn .custom-file-label {
  width: 87%;
  color: #999ea7;
}
.upbtn .btn {
  line-height: 28px;
  height: 44px;
}
.modal-footer.text-center {
  display: block;
  border: none;
}

@media only screen and (max-width: 1179px) {
  .add-btn {
    font-size: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .list-items .list-content .list {
    width: 70%;
  }
}

/* ###########################
         CUSTOM CSS
############################## */
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.top-header h1 {
  margin-bottom: 0;
}
.top-header .action-group .add-company {
  font-weight: 700;
  color: var(--color-dark-blue);
  cursor: pointer;
}
.dataTables_length,
.dataTables_filter {
  display: none;
}

table.dataTable thead th,
table.dataTable thead td {
  border-top: 1px solid #7d99b2 !important;
  border-bottom: 1px solid #7d99b2 !important;
}
.table-vcenter td,
.table-vcenter th {
  border-top: 1px solid #c6d9df !important;
}
table.dataTable td img {
  margin-right: 15px;
}
.small-card {
  border-radius: 8px;
  border: none !important;
  box-shadow: none;
}
.small-card.dashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.small-card.dashboard h2 {
  font-size: 34px;
  font-weight: 600;
}
.small-card.dashboard p {
  color: var(--color-dark-blue);
  font-weight: 600;
  font-size: 13px;
}
.signin-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  color: #fff;
  background: rgb(33, 59, 120);
  background: -moz-linear-gradient(top, rgba(33, 59, 120, 1) 0%, rgba(11, 26, 60, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(33, 59, 120, 1) 0%, rgba(11, 26, 60, 1) 100%);
  background: linear-gradient(to bottom, rgba(33, 59, 120, 1) 0%, rgba(11, 26, 60, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213b78', endColorstr='#0b1a3c',GradientType=0 );
}
.signin-container {
  width: 320px;
}

.signin-container .signin-logo {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 25px;
  height: 150px;
}
.signin-container .subtext {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 80px;
}
.signin-container .input-group input {
  padding-right: 35px;
}
.signin-container .input-group img {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 9;
  cursor: pointer;
}
.success {
  color: var(--color-orange);
}
.error {
  color: #f00;
}
.link {
  cursor: pointer;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-header h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-dark-blue);
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.card-header h2 svg {
  width: 27px;
  height: 19px;
  margin-right: 10px;
}
.upload {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.upload .label {
  color: var(--color-dark-blue);
  font-size: 14px;
  font-weight: 600;
}
.upload label {
  width: 108px;
  height: 108px;
  background: #c6d9df;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.upload.admin label {
  background: #213b78;
  position: relative;
}
.upload label input + img {
  border-radius: 100%;
  width: 108px;
  height: 108px;
  object-fit: cover;
}
.upload.admin label .add {
  position: absolute;
  right: -5px;
  bottom: -2px;
}
.custom-control.right {
  padding-left: 0;
  padding-right: 2.5rem;
}
.custom-control.right .custom-control-label:before,
.custom-control.right .custom-control-label::after {
  right: 0;
  left: auto;
}
.custom-control.big .custom-control-label {
  line-height: 38px;
  color: var(--color-dark-blue);
  font-weight: 600;
}
.custom-control.big .custom-control-label:before,
.custom-control.big .custom-control-label:after {
  width: 30px;
  height: 30px;
}
.signin-container .success,
.signin-container .error {
  margin-top: 20px;
  text-align: center;
}
.signin-container .link {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.signin-container .link a {
  color: var(--color-white);
}

/* ############# COMPANIES ################### */
#companies-table {
  padding-top: 30px;
}

/* ############# EMPLOYEES ################ */
.table {
  padding-top: 30px;
}
.table .avtar {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
}
.table tbody tr td a {
  color: #68667f;
}
.table tbody tr td .msg-icon {
  width: 20px;
  margin-left: 30px;
}
.form-group .assigned-link {
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark-blue);
}

/* ######################################
                 EMP DEtAILS
#########################################*/
.emp-details-topbar {
  background: #fff8ea;
  margin: -24px -24px 0;
  border-radius: 8px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.emp-details-topbar .avt-updates {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emp-details-topbar .emp-forms {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  border-left: 2px solid #ede2cd;
  border-right: 2px solid #ede2cd;
  flex-direction: column;
}
.emp-details-topbar .emp-forms .form-group {
  width: 100%;
}
.emp-details-topbar .save-infos {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.emp-details-topbar .save-infos .total-pts {
  position: relative;
  margin-bottom: 15px;
}
.emp-details-topbar .save-infos .total-pts img {
  height: 200px;
}
.emp-details-topbar .save-infos .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.emp-details-topbar .save-infos .info h2 {
  font-size: 50px;
  line-height: 1;
  margin: 0;
}
.emp-details-topbar .save-infos .info .text {
  font-size: 16px;
  font-weight: 600;
}
.emp-details-topbar .save-infos .btn {
  min-width: 200px;
  font-size: 14px;
}
.dropdown.custom-dropdown .btn-default {
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  text-align: left;
}
.dropdown.custom-dropdown .dropdown-toggle::after {
  right: 10px;
  top: 19px;
  left: auto !important;
  position: absolute;
}
.dropdown.custom-dropdown .dropdown-menu.show {
  width: 100%;
}
.dropdown.custom-dropdown .dropdown-menu li label {
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.emp-tab-section {
  margin: 15px -24px 0;
}
.emp-tab-section .resp-tabs-list li {
  border-bottom: 4px solid transparent !important;
  font-size: 16px;
  color: var(--color-dark-blue);
  font-weight: 400;
  margin: 0 30px;
}
.emp-tab-section li.resp-tab-active {
  border: none;
  border-bottom: 4px solid var(--color-dark-blue) !important;
  font-weight: 700;
}
.emp-tab-section .resp-tabs-container .resp-tab-content {
  padding: 30px 20px;
  border: none;
  border-top: 1px solid #c1c1c1;
}
.emp-tab-section .resp-tabs-container .personal h4 {
  color: var(--color-grey);
  margin-bottom: 5px;
}
.emp-tab-section .resp-tabs-container .personal p {
  font-size: 16px;
  margin-bottom: 20px;
}
.acd-topbar {
  border-bottom: 1px solid #7d99b2;
}
.acd-topbar ul {
  display: flex;
}
.acd-topbar ul li {
  font-size: 16px;
  font-weight: 600;
}
.acd-topbar ul li:nth-child(2) {
  padding-left: 60px;
}
.acd-topbar ul li:nth-child(3) {
  padding-left: 500px;
}
.acd-topbar ul li:nth-child(4) {
  margin-left: auto;
  padding-right: 20px;
}

.finding .accordion-toggle .sbj {
  padding-left: 53px;
  width: 605px;
  display: inline-block;
}
.find-table-content {
  padding-left: 100px;
  padding-bottom: 20px;
}
.find-table-content .find-sub-img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.find-table-content .find-sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.messages table tbody td .avt-md {
  margin-right: 10px;
}
.messages table .find-table-content {
  padding-left: 60px;
}

/* Accordion Table */
table.fold-table {
  width: 100%;
}
table.fold-table thead tr {
  border-bottom: 1px solid #7d99b2;
}
table.fold-table thead tr th {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}
table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
  cursor: pointer;
}
table.fold-table > tbody > tr.view td {
  padding: 20px 0;
  color: #6d6d6d;
}
table.fold-table > tbody > tr.view:not(:last-child) {
  border-bottom: 1px solid #c6d9df;
}
table.fold-table > tbody > tr.view.open:not(:last-child) {
  border-bottom: none;
}
table.fold-table > tbody > tr.view td:last-child {
  position: relative;
}
table.fold-table > tbody > tr.view td:last-child::before {
  position: absolute;
  content: "";
  background: url("../../assets/images/plus.png");
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
table.fold-table > tbody > tr.view.open td:last-child::before {
  background: url("../images/minus.png");
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
}

table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
  border-bottom: 1px solid #c6d9df;
}

.fold-content {
  padding: 0.5em;
}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  border: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
  background: #eee;
}
.top-header .custom-radio-fill:not(:first-child) {
  margin-left: 20px;
}

/* ####################### CHALLENGES ################# */
#challenges-table td .logo {
  height: 40px;
}
.items {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 0 50px;
}
.items li {
  width: 108px;
  height: 108px;
  background: var(--color-dark-blue);
  color: var(--color-white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.items li.active {
  background: var(--color-orange);
}
.items li:not(:last-child) {
  margin-right: 35px;
}
.items li img {
  filter: brightness(100);
  height: 40px;
  margin-bottom: 5px;
}
.select-items {
  margin-top: 50px;
  padding: 0px 0 0 50px;
}
.select-items li {
  margin-bottom: 25px;
}
.select-items li .sub-items {
  padding-top: 25px;
  padding-left: 35px;
}
.select-items li .sub-items label {
  color: #848484;
}
.select-items li .sub-items .form-control {
  max-width: 300px;
}
.custom .input-group-addon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  color: #929292;
  z-index: 9;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: var(--color-dark-blue) !important;
  background-image: none !important;
  color: var(--color-white) !important;
}
.form-group .input-group-text .fa {
  color: #929292;
}
/* ############## MANAGE GIFT ############### */
.equal {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-74%, -50%);
  display: inline-block;
  font-size: 23px;
}
.input-group-cad {
  position: relative;
}
.input-group-cad .group-text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-weight: 600;
}
.minimum-redm {
  padding-top: 50px;
}
.gift-card-img {
  position: relative;
  height: 200px;
  margin-bottom: 30px;
}
.gift-card-img .img-wrap {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.gift-card-img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift-card-img .upload-img {
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
}
/* ################## MESSAGES #################### */
.msg-tab-section {
  margin-top: 40px;
}
.msg-tab-section .resp-tabs-list .resp-tab-item {
  min-width: 145px;
  text-align: center;
  background: #c6d9df;
  color: var(--color-dark-blue);
  font-size: 15px;
  font-weight: 700;
}
.msg-tab-section .resp-tabs-list .resp-tab-item:not(:last-child) {
  margin-right: 2px;
}
.msg-tab-section .resp-tabs-list .resp-tab-item.resp-tab-active {
  background: var(--color-dark-blue);
  color: var(--color-white);
  border: none;
}
.msg-tab-section .resp-tab-content {
  border: none;
  border-top: 1px solid #c1c1c1;
}
.msg-tab-section table td {
  font-size: 18px;
}
.msg-tab-section table td .sq-img {
  width: 50px;
}
.challenges-wrap .username {
  margin: 0;
  color: var(--color-dark-blue);
  font-weight: 600;
}
.challenges-wrap .date {
  font-weight: 700;
  margin: 5px 0;
  font-size: 12px;
}
.challenges-wrap .chlng-img {
  margin: 10px 0;
  width: 150px;
}
.challenges-wrap .reply {
  margin: 20px 0 10px;
  color: var(--color-dark-blue);
  font-weight: 600;
}
.challenges-wrap textarea {
  border: 1px solid #9db2c5;
  margin-bottom: 20px;
}
/*.location-list {
    padding: 25px !important;
    margin: 25px 35px;
    background: #f9f9f9;
}
.location-list li {
    width: 100%;
    display: flex;
    align-content: center;
}
.location-list li select{
  width: 100%;
}
.location-list li span:first-child {
    color: #333;
    font-weight: 500;
    width: 20%;
}
.location-list li span:nth-child(2) {
    width: 30%;
}
.location-list li [id*="employee_specific_wp_"]{
  width: 20%;
  padding: 0 10px;
}
.location-list li [id*="employee_list_wp_"]{
  width: 30%;
}*/

.select-specific {
  background: #eee;
  padding: 20px;
  margin-left: 37px;
}
.select-specific ul > li {
  display: flex;
  width: 100%;
}
.select-specific > ul > li:not(:last-child){
  margin-bottom: 20px;
}
.select-specific > ul > li > .specific-label {
  font-weight: bold;
  width: 20%;
}
.select-specific  > ul > li > .specific-select {  
  width: 25%;
  display: flex;
  align-items: flex-start;
}
.select-specific > ul > li > .specific-select select{
  max-height: 57px;
}
.select-specific  > ul > li > .specific-select .info{
  margin-right: 10px;
  cursor: pointer;
}
.select-specific  > ul > li > .specific-select select{
  width: 100%;
}
.select-specific  > ul > li > .specific-inputs {
  width: 30%;
  padding: 0 10px;
  font-size: 12px;
}
textarea.select2-search__field {
  min-height: inherit;
}
li.select2-selection__choice {
  width: auto !important;
  margin: 0 5px !important;
}

.c-assignment {
  background: #c6d9df;
  margin-top: 20px;
  padding: 20px;
  border-radius: 6px;
}
.c-assignment ul li {
  display: flex;
  width: 100%;
  align-items: center;
}
.c-assignment ul li:not(:last-child){
  margin-bottom: 20px;
}
.c-assignment ul li .c-label {
  width: 20%;
  margin: 0;
  font-weight: bold;
}
.c-assignment ul li .c-select{
  width: 40%;
  padding: 0 10px;
}
.c-assignment ul li .c-select select{
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  border-radius: 4px;
  background: transparent;
}
.c-assignment ul li .c-select.disabled select{
/*  pointer-events: none;*/
  background: #c6d9df;
}
.dropdown.custom-dropdown.company-dropdown {
    width: 300px;
}
.dropdown.custom-dropdown.company-dropdown .dropdown-menu {
    height: 150px;
    width: 100%;
    overflow: auto;
}
.dropdown.custom-dropdown.company-dropdown .dropdown-menu li {
    margin-bottom: 5px;
}
.dropdown.custom-dropdown.company-dropdown .dropdown-menu li a {
    width: 100%;
    color: #333;
}
.dropdown.custom-dropdown.company-dropdown .dropdown-menu li a input {
    margin-right: 10px;
}
.select-specific ul li .form-label {
    width: 16%;
    font-weight: bold;
    text-transform: capitalize;
}
.select-specific > ul > li > .specific-inputs input {
    margin-right: 10px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, 
.select2-container--default .select2-selection--multiple {   
    max-height: 60px;
    overflow-y: auto;
}
.select-specific.specific-details {
    margin-left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
  font-size: 10px
}
.morecontent .morelink{
    display: block;
    margin-top: 20px;
    font-weight: bold;
    color: #213b78;

}
.reply .form-label {
    font-size: 16px;
}
.upload.admin.msg-img {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-grow: 1;
    position: relative;
}
.upload.admin.msg-img #remove_image {
    position: absolute;
    left: 0;
    top: 0;
    background: #f00;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.upload.admin.msg-img label {
    width: 70px;
    height: 70px;
    border-radius: 0;    
}
.upload.admin.msg-img label img {
    width: auto;
    height: auto;
    border-radius: 0;
}
.msg-footer {
    display: flex;
    align-items: center;
}
.msg-footer #clear{
  cursor: pointer;
}
.msg-footer #clear:hover {
    color: #f00;
}
.msg-history {
    padding-top: 30px;
}
.msg-history .msg-title {
    color: #213b78;
}
.msg-history .msg-card:not(:last-child){
  margin-bottom: 20px
}
.msg-history .msg-card.company-msg .msg-name, .msg-history .msg-card.company-msg p{
  color: #213b78;
}

.msg-history .msg-card img {
    width: 300px !important;
    max-width: inherit;
}
.msg-date-time {
    display: flex;
    align-items: center;
}
.msg-date-time .date{
  margin-right: 10px
}
.error-info {
    color: #f00;
    padding-bottom: 20px;
}
#listEmp {
    max-height: 300px;
    overflow: auto;
}
#listEmp .specific-select .form-group {
    margin: 0;
}
#listEmp li {
    display: flex;
    align-items: center;
}
#listEmp li .form-label {
    margin: 0;
    border: 1px solid #b7b7b7;
    min-width: 160px;
    padding: 9px;
    font-weight: normal;
    color: #333;
    border-radius: 4px;
}
#listEmp  > li > .specific-inputs{
  padding-left: 30px;
}
#listEmp li .specific-select {
    width: auto;
}
.c-assignment li .specific-label {
    width: 20%;
    border: 1px solid #9aa6aa;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 0;
}
.c-assignment .for-all-emp {
    margin-left: 30px;
    width: 20%;
    border: 1px solid #9aa6aa;
    padding: 7px 10px;
    border-radius: 4px;   
}
.c-assignment .dropdown.custom-dropdown.company-dropdown {    
    margin-left: 30px;
    width: 20%;
}
.c-assignment .dropdown.custom-dropdown.company-dropdown .btn {
    border-radius: 4px;
}
.c-assignment .dropdown.custom-dropdown.company-dropdown .dropdown-menu{   height: 150px; }
.cms-table tbody tr td .btn-info {
    padding: 5px;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #213b78;
    border-color: #213b78;
}
.cms-table tbody tr td:last-child .btn {     margin-right: 22px; }
.expand-btn{ display: inline-block; position: relative; vertical-align: middle;
margin-left: 10px;}
.expand-btn:before{position: absolute;
content: "";
background: url("../../assets/images/plus.png");
width: 22px;
height: 22px;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);}

.view.open .expand-btn:before{
  background: url("../images/minus.png");
}
.side-panel{
  display: flex; align-items: center;
}
.sub-content{padding-left: 20px;}
.sub-content .btn {padding: 0.275rem 0.75rem; margin-top: 10px;}

#remove_image {
  width: 20px;
  height: 20px;
  background: red;
  display: block;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  position: relative;
  top: 19px;
  right: -31px;
  cursor: pointer;
  text-align: center;
  line-height: 17px;
  font-weight: 700;
  z-index: 1;
}