@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
body {
  font-family: "Poppins", sans-serif;
}
body.white {
  background-color: #fff;
}
body.white .header {
  background-color: #fff;
}
body.white .card.widget .card-header {
  background-color: #fff;
}
body .preloader .preloader-icon {
  border-top: 5px solid #26C0D2;
}

.auth {
  background: none;
}
.auth .card {
  border: 2px dashed #a5a5a5;
}

.login-banner {
  background-image: url("../img/login_banner.png");
  background-size: cover;
}

.menu {
  width: 300px;
}

.btn-primary {
  color: #1cb1c1 !important;
}
.btn-primary:hover {
  color: #1cb1c1 !important;
  background: transparent;
  border-color: #1cb1c1;
}
.btn-primary:disabled {
  color: #1cb1c1 !important;
  background: transparent;
  border-color: #1cb1c1;
}

.btn {
  align-self: center;
  background: transparent;
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: 500;
  color: #1cb1c1;
  outline: none;
  border-style: dashed;
  border-width: 1px;
  border-color: #1cb1c1;
  transition: all 235ms ease-in-out 0s;
  box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
}
.btn:hover {
  color: #1cb1c1;
  transform: translate3d(0, 2px, 0);
  box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
}
.btn:focus {
  box-shadow: none;
}
.btn.no-border {
  border: none;
  box-shadow: none;
}
.btn.small {
  font-size: 13px;
  padding: 5px 10px;
}

.input-group .btn {
  transition: none;
  box-shadow: none;
}
.input-group .btn:hover {
  transform: none;
  box-shadow: none;
}

.form-control, .form-select {
  border-width: 1px;
  border-style: dashed;
  border-color: #707070;
}
.form-control:focus, .form-select:focus {
  border-color: #ff6e40;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  color: #4160ff;
}
a:hover {
  color: #1233dd;
}

.interview a.accept {
  background-color: #05b171 !important;
  border-color: #05b171 !important;
  color: #fff;
}
.interview a.reject {
  background-color: #ea4444 !important;
  border-color: #ea4444 !important;
  color: #fff;
}

.menu-body ul li > a {
  color: #000;
  font-weight: 500;
}
.menu-body ul li > a:hover {
  color: #1cb1c1 !important;
}
.menu-body ul li > a.active {
  color: #1cb1c1 !important;
  background: none;
  border-left: none;
  border-right: none;
}
.menu-body ul li > a + ul li a {
  color: #a5a5a5;
}
.menu-body .down-arrow {
  padding-left: 15px;
  color: #000;
}

h4.page-title {
  margin-top: 0px !important;
  font-size: 25px;
  font-weight: 500;
}

.table th {
  color: #000;
  font-weight: 700 !important;
  font-size: 14px !important;
  border-bottom-color: #d9d9d9 !important;
}
.table th.actions {
  text-align: right;
}
.table th a {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.table td {
  border-style: dashed;
  border-color: #d9d9d9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table td .dropdown a.btn {
  padding: 2px;
}
.table td span.l-d-wrapper {
  display: inline-block;
  padding: 3px 5px;
  border: 1px dashed #8f8f8f;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  margin-right: 5px;
}
.table td span.l-d-wrapper span.year {
  display: block;
  color: #8f8f8f;
  font-size: 12px;
}
.table td span.l-d-wrapper span.month {
  display: block;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.table td span.l-d-wrapper span.day {
  display: block;
  color: #000;
  font-weight: 600;
}
.table td span.full-date {
  display: block;
  text-align: center;
}
.table td span.full-time {
  display: block;
  font-size: 13px;
  text-align: center;
}

.page-item .page-link {
  color: #1cb1c1;
}
.page-item.active .page-link {
  background-color: #1cb1c1;
  border-color: #1cb1c1;
}

.dropdown-menu .dropdown-item {
  font-weight: 500;
}
.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  color: #1cb1c1;
}

.menu-header-logo img {
  width: 168px;
}

span.color {
  display: block;
  width: 40px;
  height: 20px;
}

.form-label {
  font-weight: 500;
}
.form-label i {
  color: #1cb1c1;
}

.chat-block .chat-content .messages .message-item .message-item-content {
  background-color: #f5f5f5;
  max-width: 100%;
}
.chat-block .chat-content .messages .message-item .message-item-content span.name {
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.chat-block .chat-content .messages .message-item .message-item-content span.name span.time-a {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}
.chat-block .chat-content .messages .message-item img {
  max-width: 100%;
}

.ck-content p {
  margin: 0;
}

.profile-box {
  border: 1px dashed #1a1a1a;
  padding: 25px;
  margin-bottom: 24px;
}
.profile-box h3.title {
  font-weight: bold;
  font-size: 20px;
}
.profile-box .sub-title {
  font-size: 16px;
}
.profile-box p.text {
  font-size: 13px;
  color: #585858;
}

.profile .personal h3.name {
  font-weight: bold;
}
.profile .personal p.category {
  color: #a7a7a7;
}
.profile .personal p.search {
  font-weight: 500;
  font-size: 13px;
}
.profile .personal p.search a {
  color: #1cb1c1;
}
.profile .personal a {
  color: #1cb1c1;
}
.profile .personal ul.contacts {
  list-style: none;
  padding: 0;
}
.profile .personal ul.contacts li {
  line-height: 30px;
}
.profile .personal ul.contacts li i {
  font-size: 18px;
  margin-right: 10px;
  color: #a7a7a7;
}
.profile .personal ul.contacts li.linkedin i {
  color: #0073B1 !important;
}
.profile .personal ul.contacts li.fb i {
  color: #1773EA !important;
}
.profile .personal ul.contacts li.twitter i {
  color: #1C96E8 !important;
}
.profile .status-update {
  margin-bottom: 24px;
}
.profile .personal-details ul {
  list-style: none;
  padding: 0;
}
.profile .personal-details ul li {
  width: 50%;
  float: left;
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  .profile .personal-details ul li {
    width: 100%;
    float: none;
  }
}
.profile .personal-details ul li .item .icon {
  width: 40px;
  height: 40px;
  padding: 6px;
  float: left;
  border: 1px dashed #A7A7A7;
  font-size: 20px;
  text-align: center;
  color: #a7a7a7;
  margin-right: 15px;
}
.profile .personal-details ul li .item .text {
  float: left;
}
.profile .personal-details ul li .item .text .bold {
  display: block;
  font-weight: 700;
}
.profile .personal-details ul li .item .text .label {
  display: block;
  font-size: 13px;
  color: #585858;
}
.profile .punch-clock ul, .profile .tech-time ul, .profile .acknowledgements ul, .profile .english ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.profile .punch-clock ul li, .profile .tech-time ul li, .profile .acknowledgements ul li, .profile .english ul li {
  margin-top: 10px;
}
.profile .punch-clock ul li .item .icon, .profile .tech-time ul li .item .icon, .profile .acknowledgements ul li .item .icon, .profile .english ul li .item .icon {
  width: 40px;
  height: 40px;
  padding: 6px;
  float: left;
  border: 1px dashed #A7A7A7;
  font-size: 20px;
  text-align: center;
  color: #a7a7a7;
  margin-right: 15px;
}
.profile .punch-clock ul li .item .text, .profile .tech-time ul li .item .text, .profile .acknowledgements ul li .item .text, .profile .english ul li .item .text {
  float: left;
  width: 85%;
}
@media screen and (max-width: 500px) {
  .profile .punch-clock ul li .item .text, .profile .tech-time ul li .item .text, .profile .acknowledgements ul li .item .text, .profile .english ul li .item .text {
    width: 80%;
  }
}
.profile .punch-clock ul li .item .text .bold, .profile .tech-time ul li .item .text .bold, .profile .acknowledgements ul li .item .text .bold, .profile .english ul li .item .text .bold {
  display: block;
  font-weight: 700;
}
.profile .punch-clock ul li .item .text .label, .profile .tech-time ul li .item .text .label, .profile .acknowledgements ul li .item .text .label, .profile .english ul li .item .text .label {
  display: block;
  font-size: 13px;
  color: #585858;
}
.profile .profile-comments {
  margin-top: 24px;
}
.profile .profile-comments h3.title {
  font-weight: bold;
  font-size: 20px;
}
.profile .profile-comments ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.profile .profile-comments ul li {
  background-color: #F7F7F7;
  padding: 15px;
  margin-bottom: 10px;
}
.profile .profile-comments ul li .comment .top {
  margin-bottom: 10px;
}
.profile .profile-comments ul li .comment .top .user-name {
  font-weight: 500;
}
.profile .profile-comments ul li .comment .top .time {
  font-style: italic;
  font-size: 12px;
}
.profile .profile-comments ul li .comment p {
  margin-bottom: 0;
}

.dashboard h3.page-title {
  font-size: 30px;
  font-weight: 600;
}
.dashboard .dash-box {
  border: 1px dashed #1a1a1a;
  padding: 25px;
  margin-bottom: 24px;
}
.dashboard .dash-box h3.title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.dashboard .dash-box.team-chat {
  background-image: url("../img/chat-bg.png");
}
.dashboard .dash-box.team-chat .chat-content {
  padding-left: 0;
  position: initial;
}
.dashboard .dash-box.news ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.dashboard .dash-box.news ul li {
  padding: 17px 0px;
  border-bottom: 1px dashed #A7A7A7;
}
.dashboard .dash-box.news ul li:first-child {
  padding-top: 0px;
}
.dashboard .dash-box.news ul li:last-child {
  border-bottom: none;
}
.dashboard .dash-box.news ul li .item .date {
  width: 40px;
  height: 40px;
  padding: 2px 4px;
  float: left;
  border: 1px dashed #A7A7A7;
  text-align: center;
  margin-right: 10px;
}
.dashboard .dash-box.news ul li .item .date span {
  display: block;
  line-height: 16px;
}
.dashboard .dash-box.news ul li .item .date span.day {
  font-size: 16px;
  font-weight: 700;
  color: #1cb1c1;
  line-height: 18px;
}
.dashboard .dash-box.news ul li .item .date span.month {
  font-size: 11px;
  font-weight: 500;
  color: #1cb1c1;
}
.dashboard .dash-box.news ul li .item .text {
  float: left;
  width: 80%;
}
@media screen and (max-width: 500px) {
  .dashboard .dash-box.news ul li .item .text {
    width: 80%;
  }
}
.dashboard .dash-box.news ul li .item .text .bold {
  display: block;
  font-weight: 500;
  color: #000;
}
.dashboard .dash-box.news ul li .item .text .label {
  display: block;
  font-size: 13px;
  color: #585858;
}
.dashboard .dash-box.leave-today .avatar-group .avatar {
  margin-right: 5px;
  border: 2px solid #1cb1c1;
  width: 40px;
  height: 40px;
}
.dashboard .dash-box.celebrations ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.dashboard .dash-box.celebrations ul li {
  padding: 10px 0px;
}
.dashboard .dash-box.celebrations ul li:first-child {
  padding-top: 0px;
}
.dashboard .dash-box.celebrations ul li:last-child {
  border-bottom: none;
}
.dashboard .dash-box.celebrations ul li .item .pic {
  float: left;
  margin-right: 10px;
}
.dashboard .dash-box.celebrations ul li .item .pic img {
  width: 40px;
  height: 40px;
}
.dashboard .dash-box.celebrations ul li .item .text {
  float: left;
  width: 80%;
}
@media screen and (max-width: 500px) {
  .dashboard .dash-box.celebrations ul li .item .text {
    width: 80%;
  }
}
.dashboard .dash-box.celebrations ul li .item .text .bold {
  display: block;
  font-weight: 500;
  color: #000;
}
.dashboard .dash-box.celebrations ul li .item .text .label {
  display: block;
  font-size: 13px;
  color: #585858;
}
.dashboard .time {
  margin-bottom: 24px;
}
.dashboard .time h3#time-container {
  font-weight: 600;
  font-size: 26px;
}
.dashboard .time p#day-container {
  color: #1cb1c1;
  font-weight: 500;
}

.orientation {
  margin-top: 20px;
  border: 1px dashed #1a1a1a;
  padding: 50px;
}
@media screen and (max-width: 500px) {
  .orientation {
    padding: 15px;
  }
}
.orientation h3.title {
  font-size: 22px;
}
.orientation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.orientation ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  color: #242424;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.orientation ul li i {
  margin-right: 15px;
  font-size: 30px;
  line-height: 0px;
}
.orientation ul li.done i {
  color: #00E0C5;
}
.orientation ul li.done a {
  color: #242424;
}
.orientation ul li.pending i {
  color: #c1c1c1;
}

.employee-files {
  padding: 10px;
  border: 1px dashed #1a1a1a;
  margin-bottom: 15px;
}

.footer {
    padding: 15px 0px;
}

.footer p {
    text-align: center;
    color: #727272;
    margin: 0;
}

/*# sourceMappingURL=custom_modern.css.map */
