/********************   imported files    ************************/
/*********************   Layout   *******************/
/******************************   imported files    ********************************/
/******************************   Style    ********************************/
/******************************   imported files    ********************************/
/******************************   Style    ********************************/
/****************************   imported files    *************************/
/******************************   variables   *******************************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/******************************   Style    ********************************/
.body-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/auth_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  padding: 100px 56px;
}

.auth-card {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1607843137);
  max-width: 1190px;
}
.auth-card .auth-welcome-side {
  background-color: #FCF8EC;
  height: 100%;
  padding: 35px 72px 0;
}
.auth-card .auth-title {
  font-size: 23px;
  color: #000;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 35px;
}
.auth-card .auth-form-side {
  background-color: #fff;
  height: 100%;
  padding: 60px;
}
.auth-card .auth-form-txt {
  color: #6A6B6D;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}
.auth-card .auth-form-title {
  color: #000;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
}
.auth-card .auth-field {
  border-color: transparent;
  border-left: 6px solid #156B68;
  border-radius: 3px;
  background-color: #F7F7F7;
}
.auth-card .auth-field:focus {
  border-color: #86b7fe !important;
  border-left: 6px solid #156B68 !important;
}
.auth-card .auth-small-txt {
  color: #156B68;
  font-weight: 600;
  font-size: 14px;
  margin-top: 11px;
  margin-bottom: 50px;
}

.auth-btn {
  background-color: #156B68;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  padding: 12px;
  border: 1px solid #156B68;
}
.auth-btn:hover {
  background-color: #fff;
  color: #156B68;
  border: 1px solid #156B68;
}

.form-field {
  margin-bottom: 20px;
}

.auth-btn-small {
  background-color: #156B68;
  color: #fff;
  border-radius: 5px;
  min-width: 100px;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 5px 7px;
  margin-top: 40px;
}

#wrapper {
  display: flex;
  height: 100vh;
}
#wrapper .brand-img {
  padding: 16px;
  border-bottom: 2px solid #AB8E48;
  background-image: url("../img/logo-bg.png");
}
#wrapper #sidebar-wrapper {
  background-color: #FCF8EC;
  width: 219px;
}
#wrapper .sidebar-nav li {
  padding: 16px;
  border-bottom: 1px solid rgba(171, 141, 72, 0.13);
}
#wrapper .sidebar-nav li:hover .sidebar-list-txt {
  color: #156B68;
  font-weight: 600;
}
#wrapper .sidebar-nav li.active .sidebar-list-txt {
  color: #156B68;
  font-weight: 600;
}
#wrapper .sidebar-nav .sidebar-list-icon {
  color: #156B68;
}
#wrapper .sidebar-nav .sidebar-list-txt {
  margin-left: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
#wrapper #navbar-wrapper {
  background-color: #156B68;
  padding: 15px 30px;
}
#wrapper #content-wrapper {
  padding: 30px;
}
#wrapper .content-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}

.card-box {
  border-radius: 15px !important;
  border: 1px solid #E3E3E3 !important;
}
.card-box .card-header {
  padding: 16px 30px;
  border-radius: 15px 15px 0 0 !important;
  background-color: #FCF8EC;
}
.card-box .card-header .card-title {
  color: #156B68;
  font-size: 17px;
  font-weight: 600;
}
.card-box .card-body {
  padding: 40px 30px;
  border-radius: 0 0 15px 15px !important;
}
.card-box .card-body .card-item {
  border-bottom: 2px solid #fff;
}
.card-box .card-body .card-item:nth-child(odd) {
  background-color: #F2F2F2;
}
.card-box .card-body .card-item:nth-child(even) {
  background-color: #F6F6F6;
}
.card-box .card-body .card-item .item-title {
  padding: 13px 0 13px 30px;
  width: 50%;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border-right: 1px solid #fff;
}
.card-box .card-body .card-item .item-content {
  padding: 13px 30px 13px 0;
  width: 50%;
  color: #000;
  font-size: 16px;
}

.card-item-certificate {
  border-bottom: 2px solid #fff;
  display: flex;
  justify-content: space-between;
}
.card-item-certificate:nth-child(odd) {
  background-color: #FCF8EC;
}
.card-item-certificate:nth-child(even) {
  background-color: #FFFCF5;
}
.card-item-certificate .item-title {
  padding: 13px 0 13px 30px;
  width: 50%;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border-right: 1px solid #fff;
}
.card-item-certificate .item-content {
  padding: 13px 30px 13px 0;
  width: 50%;
  color: #000;
  font-size: 16px;
  text-align: end;
}

.edit-btn {
  background-color: #156B68;
  color: #fff;
  border-radius: 5px;
  min-width: 155px;
  font-weight: 600;
  font-size: 15px;
  padding: 7px 5px 5px;
  margin-top: 50px;
  border: 1px solid #156B68;
}
.edit-btn:hover {
  background-color: #fff;
  color: #156B68;
  border: 1px solid #156B68;
}

.edit-btn-2 {
  min-width: 121px;
}

.edit-icon-btn {
  color: #078218;
  border: 1px solid #E1E1E1;
  background-color: #fff;
  padding: 2px 6px;
}
.edit-icon-btn:hover {
  background-color: #156B68;
  color: #fff;
}

.year-input-box {
  border: 1px solid #ced4da;
  border-radius: 0.375rem 0 0 0.375rem;
  border-right: 0;
  padding: 6px;
}

.number-input {
  border-left: 0 !important;
  border-radius: 0 0.375rem 0.375rem 0 !important;
}

.notification-box {
  max-height: 100px;
  overflow-y: auto;
  padding: 10px;
}

.certificate-btns-box {
  display: flex;
}

.cert-print-btn {
  margin: 0 15px;
}

.pointer {
  cursor: pointer;
}

.delete-icon-btn {
  color: #D60000;
}

.add-btn {
  background-color: #FBEFCD;
  color: #156B68;
  border-radius: 5px;
  min-width: 165px;
  font-weight: 600;
  font-size: 15px;
  padding: 7px 5px 5px;
  margin-top: 50px;
  border: 1px solid #FBEFCD;
}
.add-btn:hover {
  background-color: #fff;
  color: #156B68;
  border: 1px solid #156B68;
}

.plus-icon {
  color: #156B68;
}

.add-txt {
  color: #156B68;
  font-size: 16px;
}

.heads-certificate-table thead th {
  background-color: #156B68;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.heads-certificate-table tbody td {
  color: #656565 !important;
}

.pager-link {
  border-radius: 50% !important;
  padding: 0 !important;
  width: 33px;
  height: 33px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #202020 !important;
}
.pager-link:hover, .pager-link.active {
  background-color: #156B68 !important;
  color: #fff !important;
  border-color: #156B68 !important;
  box-shadow: none !important;
}

.signature-img {
  border: 1px solid #EAEAEA;
}

.dividor-line {
  border-top: 2px solid #CBCBCB;
  margin: 30px 0;
}

.multi-actions-box {
  margin-bottom: 40px;
  display: flex;
}
.multi-actions-box .action-btn {
  margin-right: 20px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  min-width: 128px;
  padding: 9px 15px;
}
.multi-actions-box .action-btn:last-child {
  margin-right: 0;
}
.multi-actions-box .action-title {
  font-weight: 600;
  font-size: 16px;
}

.greenish-title {
  color: #156B68;
}

.dark-blue-title {
  color: #092853;
}

.nowrap-item th {
  white-space: nowrap;
}

.brand-img-responsive {
  background-repeat: no-repeat;
  background-size: cover;
}

.collapsed-menu-block {
  min-height: 40px;
  background-color: #AB8E48;
  padding: 4px 15px;
  text-align: end;
}

.menu-icon {
  font-size: 23px;
  color: #fff;
}

.collapsed-menu-btn:focus-visible {
  outline: none;
}

.hidden-txt {
  visibility: hidden;
}

.hidden-code {
  position: relative;
}
.hidden-code:before {
  content: "******";
  position: absolute;
  top: 11px;
  right: 30px;
  font-size: 23px;
}

/********************************************   responsive    ***********************************************/
@media (max-width: 607px), not all and (min-width: 608px) {
  .certificate-btns-box {
    flex-flow: wrap;
  }
  .cert-print-btn {
    margin: 0 0;
  }
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .card-item-certificate {
    display: block;
  }
  .card-item-certificate .item-title, .card-item-certificate .item-content {
    border-right: 0;
    padding: 8px 14px;
    width: 100%;
  }
  .card-item-certificate .item-content {
    text-align: start;
  }
}
/****************   Components   *******************/
/******************************   imported files    ********************************/
/******************************   Style    ********************************/
/******************************   imported files    ********************************/
/******************************   Style    ********************************/
@media (max-width: 991px), not all and (min-width: 992px) {
  .body-container {
    padding: 50px 39px;
  }
  .auth-card .auth-form-side {
    padding: 60px 25px;
  }
  .auth-card .auth-form-title {
    font-size: 19px;
    margin-bottom: 22px;
  }
  .auth-card .auth-form-txt {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .auth-card .auth-title {
    font-size: 19px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .form-control {
    font-size: 14px !important;
  }
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .body-container {
    padding: 50px 52px;
  }
  #sidebar-wrapper {
    display: none;
  }
  .brand-img-responsive {
    display: block;
  }
}
@media (max-width: 575px), not all and (min-width: 576px) {
  .body-container {
    padding: 50px 30px;
  }
  .auth-card .auth-welcome-side {
    padding: 35px 34px 0;
  }
  .auth-card .auth-title {
    font-size: 17px;
  }
  .auth-card .auth-form-side {
    padding: 29px 14px;
  }
}
/****************************   imported files    *************************/
/******************************   variables   *******************************/
/******************************   Style    ********************************/
a {
  text-decoration: none !important;
}

body {
  font-family: "Almarai", sans-serif !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-select:focus {
  box-shadow: none !important;
}

/******************************   imported files    ********************************/
/******************************   Style    ********************************/
.rtl-direction .auth-card .auth-field {
  border-left: 0;
  border-right: 6px solid #156B68;
}
.rtl-direction #wrapper .sidebar-nav .sidebar-list-txt {
  margin-left: 0;
  margin-right: 12px;
}

/*****************   Abstracts   *******************/
/************************************    d-flex   ***********************************/
/************************************    bg-img   ***********************************/
/************************************    fs + color + fw   ***********************************/
/************************************    w x h   ***********************************/
/************************************    min-w x min-h   ***********************************/
/************************************    min-max height   ***********************************/
/************************************    bg-color + color   ***********************************/
/************************************    font-size + color   ***********************************/
/************************************    fs + color + fw + bgc   ***********************************/
/******************************   variables   *******************************//*# sourceMappingURL=style.css.map */