@CHARSET "UTF-8";
:root {
  --system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
  "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
.hidden {
  display: none !important;
}

.login-panel {
  overflow: visible !important;
}
.login-panel section.panel:not(.panel-primary) {
  width: 100% !important;
}
.login-panel section.panel {
  padding-top: 0 !important;
}
.login-panel .img-view > img {
  object-fit: contain;
  width: 90%;
  padding: 170px 0;
}
.login-panel #login,
.login-panel #forgot-password,
.login-panel #reset-password {
  overflow: hidden;
  border-top: 20px solid #0077BA !important;
  border-bottom: 5px solid #0077BA !important;
  background-color: #FFFFFF;
  padding: 2.2em;
  width: 80% !important;
  margin: auto;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.login-panel #login .form-group,
.login-panel #forgot-password .form-group,
.login-panel #reset-password .form-group {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .login-panel #login,
  .login-panel #forgot-password,
  .login-panel #reset-password {
    width: 100% !important;
  }
}
.login-panel #login .panel-title, .login-panel #login header,
.login-panel #forgot-password .panel-title,
.login-panel #forgot-password header,
.login-panel #reset-password .panel-title,
.login-panel #reset-password header {
  display: none;
}
.login-panel .semiorbit-form-submit-wrap {
  padding: 1em !important;
}
.login-panel .semiorbit-form-submit-wrap .btn {
  width: auto;
}

.fab-btn {
  width: 60px;
  height: 60px;
  background-color: #008FC1;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
  font-size: 25px;
  text-align: center;
  line-height: 60px;
  position: fixed;
  right: 100px;
  bottom: 40px;
  color: #FFFFFF !important;
  z-index: 50;
}

[dir=rtl] .fab-btn {
  right: auto;
  left: 100px;
}

.fab-btn:hover {
  box-shadow: 0 2px 14px 0 rgba(102, 102, 102, 0.5);
  transform: scale(1.05);
}

.fab-btn-danger {
  background-color: #F54B0F !important;
}

.fab-btn-green {
  background-color: #84C450 !important;
}

.fab-cp {
  background-color: #95BA33 !important;
  left: 0;
  box-shadow: none;
  z-index: 2000;
  border-radius: 0;
  opacity: 0.4;
  bottom: 20px;
}
.fab-cp:hover {
  opacity: 1;
  box-shadow: initial;
}

[dir=rtl] .fab-cp {
  left: auto;
  right: 0px;
}

.panel {
  box-shadow: none;
}

.semicolon-form-astric {
  color: #ff0000;
}

.semicolon-form-editor .semicolon-form-field {
  width: 100%;
}
.semicolon-form-editor .semicolon-form-label {
  width: 50%;
}
.semicolon-form-editor .semicolon-form-control {
  width: 75%;
  text-align: start;
}
.semicolon-form-editor .semicolon-form-note {
  display: block;
}

.semicolon-val-err {
  border-color: rgba(255, 0, 0, 0.8) !important;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
  background-color: #ffdddd !important;
}

.form-group {
  text-align: left;
}

[dir=rtl] .form-group {
  text-align: right;
}

.semiorbit-file-preview {
  width: 100%;
}
.semiorbit-file-preview .semiorbit-file-image {
  max-width: 87%;
}

.semiorbit-file-preview-tools {
  overflow: hidden;
  width: 88%;
}

.semiorbit-file-preview-icon {
  float: left;
}

.semiorbit-file-preview-delete {
  float: right;
  margin-top: 3px;
}

.err-msg {
  position: fixed;
  bottom: -4em;
  z-index: 1500;
  text-align: start;
  color: #FFA200;
  text-shadow: 1px 1px #C0C0C0;
  border: 0 #DDD8CB solid;
  background-color: #F54B0F;
  margin: 10px 0;
  padding: 20px 30px !important;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal !important;
  overflow: hidden;
  border-radius: 10px;
  font-family: "Tajawal", var(--system-font), sans-serif;
  animation: slide 1s ease 0.1s forwards;
}

@keyframes slide {
  from {
    bottom: -4em;
  }
  to {
    bottom: 20px;
  }
}
.done-msg {
  color: #FFFFFF !important;
  text-shadow: none !important;
  background-color: #42B574;
}

.err-msg-icon {
  float: start;
  margin: 0 10px;
  background-color: #FFFFFF;
  padding: 5px;
  border-radius: 50%;
}

.semicolon-login-panel {
  width: 50%;
  margin: 5% auto auto;
}
.semicolon-login-panel .panel-title {
  border-bottom: 5px #191919 solid;
  padding: 10px 0;
}
.semicolon-login-panel .panel-body {
  padding: 0;
}
.semicolon-login-panel .semicolon-form-field {
  width: 100%;
}
.semicolon-login-panel .semicolon-form-note {
  display: none;
}
.semicolon-login-panel .semicolon-form-control {
  width: 60%;
}

.semicolon-login-msg {
  color: #d9534f;
  text-shadow: 1px 1px #360a16;
  padding: 15px 27%;
}

.table-view {
  font-size: 0.95rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.table-view thead {
  background: #FFF;
  position: sticky;
  top: 0;
  z-index: 2;
}
.table-view thead tr {
  border-bottom: 2px solid #0077BA !important;
}
.table-view thead th {
  font-family: "Tajawal", var(--system-font), sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 33px 10px;
  font-size: 0.9em;
  color: #95BA33;
  letter-spacing: 0.4px;
  border-bottom: 2px solid #0077BA !important;
}
.table-view tbody tr {
  border-bottom: 1px solid rgba(39, 63, 2, 0.06);
  transition: background 0.25s ease, transform 0.15s ease;
}
.table-view tbody tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.table-view tbody tr:hover {
  background-color: rgba(0, 119, 186, 0.06);
  transform: scale(1.002);
}
.table-view tbody td {
  padding: 14px 12px;
  text-align: center;
  border: none;
}
.table-view tbody td:first-child {
  font-weight: 600;
  color: #95BA33;
  background: rgba(0, 119, 186, 0.04);
}
.table-view tfoot tr {
  border-top: 2px solid rgba(0, 119, 186, 0.2);
  background: #FFF;
}
.table-view tfoot td > strong {
  color: #F54B0F;
  font-size: 1.1em;
}
.table-view img {
  max-width: 200px;
}

.edit-cell,
.del-cell {
  width: 72px;
}

.pagination_wrap {
  margin-top: 54px;
  text-align: center;
}
.pagination_wrap .pagination {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.pagination_wrap .pagination li a {
  display: inline-block;
  padding: 8px 26px !important;
  background: #FFF;
  color: #95BA33;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid rgba(0, 119, 186, 0.3);
  transition: all 0.3s ease;
  border-radius: 16px !important;
}
.pagination_wrap .pagination li a:hover {
  background: rgb(0, 145.1032258065, 226.8);
  color: #FFF;
  border-color: #0077BA;
  box-shadow: 0 4px 10px rgba(0, 119, 186, 0.25);
}
.pagination_wrap .pagination li a.active {
  background: #0077BA;
  color: #FFF;
  border-color: #0077BA;
  box-shadow: 0 4px 12px rgba(0, 119, 186, 0.35);
}

/* EDITING LINKS************************************************************************************************/
a.semicolon-link,
a.semicolon-link:hover {
  color: #191919;
  text-decoration: none;
}

.semicolon-link > img {
  vertical-align: middle;
  border: none;
  text-decoration: none;
  margin: 0 5px;
}

.semicolon-link > span {
  font-family: "TajawalLight", var(--system-font), sans-serif;
  vertical-align: middle;
}

.semicolon-link:hover > span {
  text-decoration: underline;
}

/*RELATED LINKS*********************************************************************************************************/
.rel-links-panel {
  text-align: left;
  clear: both;
  margin-top: 10px;
  padding-bottom: 20px;
}

[dir=rtl] .rel-links-panel {
  text-align: right;
}

.rel-link {
  display: inline-block;
  margin: 10px 10px 10px 0;
}

[dir=rtl] .rel-link {
  margin: 10px 0 10px 10px;
}

.rel-link a {
  background-color: #F7F7F7;
  display: inline-block;
}

.rel-link a img {
  margin: auto 10px;
}

.rel-link a > .fa {
  padding-top: 1px;
  padding-inline-start: 14px;
  padding-inline-end: 10px;
  vertical-align: middle;
  opacity: 0.9;
}

[dir=rtl] .rel-link a > .fa {
  padding-inline-end: 14px;
  padding-inline-start: 10px;
}

.rel-link a:hover > .fa {
  opacity: 1;
}

.rel-link a span {
  display: inline-block;
  background-color: #95BA33;
  color: #FFF;
  padding: 3px 10px;
}

.rel-link a:hover {
  font-style: normal;
  text-decoration: none;
  background-color: #E6E5E5;
}

.rel-link a span:hover {
  text-decoration: none;
  background-color: #0077BA;
  text-shadow: 1px 1px #000;
}

.rel-link a:hover span {
  text-decoration: none;
  background-color: #0077BA;
  text-shadow: 1px 1px #000;
}

/****************************************************************************************************************/
.tools-cp {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 48px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 56px;
  justify-content: center;
  transition: all 0.4s ease;
}

.tools-cp > a {
  font-family: "Tajawal", var(--system-font), sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 210px;
  padding: 24px 20px;
  color: #95BA33 !important;
  background: linear-gradient(145deg, white, rgb(244.8, 244.8, 244.8));
  border-radius: 18px;
  border: 0 solid rgb(109.5, 202.5887096774, 255);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.4s ease, box-shadow 0.4s ease, color 0.4s ease;
}
.tools-cp > a:hover, .tools-cp > a:active {
  background: linear-gradient(135deg, rgb(0, 151.6290322581, 237), rgb(0, 102.685483871, 160.5));
  color: #FFF !important;
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(0, 119, 186, 0.35);
}

.tools-cp > a > i {
  font-size: 46px;
  margin-bottom: 16px;
  color: #0077BA;
  transition: transform 0.3s ease, color 0.3s ease;
}

.tools-cp > a:hover > i {
  transform: scale(1.2);
  color: #FFF;
}

.tools-cp > a > span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.rel-link a span {
  background-color: #95BA33;
  max-width: 90%;
  border-radius: 6px;
  padding: 4px 10px;
  color: #FFF;
  font-size: 0.85rem;
  font-weight: 500;
}

.semicolon-login-panel .panel-title {
  border-bottom-width: 0;
}

.del-form h3 {
  padding: 1em !important;
  background-color: rgba(245, 191, 47, 0.5);
  border-radius: 5px !important;
  margin: 0 0 1em !important;
}
.del-form .del-form-btns {
  padding-top: 2em !important;
}
.del-form .del-form-btns button {
  width: 150px;
  background-color: #E50A0A !important;
  color: #F2F2F2 !important;
  font-size: large;
}
.del-form .del-form-btns button.no-btn {
  background-color: #42B574 !important;
  font-weight: bold;
}

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