html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Tajawal-Regular';
}
*,
*:focus {
  outline: none;
}
input,
button {
  font-family: 'Tajawal-Regular';
}
@font-face {
  font-family: 'Tajawal-Regular';
  src: url('../../fonts/tajawal/Tajawal-Regular.ttf');
}
@font-face {
  font-family: 'Tajawal-Medium';
  src: url('../../fonts/tajawal/Tajawal-Medium.ttf');
}
.loginpage {
  background-image: url(../../images/login-bg1.png) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-container-body {
  width: 100%;
  box-shadow: none !important;
  border: 1px solid rgba(47, 43, 61, 0.15);
}
.login-container-body .logo {
  margin: auto;
}
.login-container-body .logo img {
  width: 120px;
  height: 90px;
  margin: auto;
  display: block;
}
.loader-page,
#Loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.72);
}
#Loader {
  display: none;
}
.loader-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-container .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-container .lds-ripple div {
  position: absolute;
  border: 4px solid #f8a51b;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader-container .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
footer.login-footer {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-footer {
  max-width: 200px;
}
.copright {
  font-size: 14px;
  font-weight: 600;
  color: #737171;
}
input:-internal-autofill-selected {
  background: transparent !important;
}
.control-group input {
  margin: 0;
  height: 3.5rem;
  background-color: transparent !important;
  box-shadow: none;
  -webkit-appearance: unset !important;
  border: none;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  bottom: 0px;
  padding: 0 1.875rem;
  position: relative;
  border: 1px solid #ddd;
}
.control-group {
  position: relative;
  margin: 35px 0;
}
.control-group:before {
  position: absolute;
  right: 1.875rem;
  font-family: 'FontAwesome';
  color: #999999;
  z-index: 9;
  font-size: 24px;
  top: 1rem;
}
html[dir='rtl'] .control-group:before {
  right: auto !important;
  left: 1.875rem;
}
.control-group.user:before {
  content: "\f2c0";
}
.control-group.pass:before {
  content: "\f084";
}
.login-container {
  width: 26.25rem;
  margin-top: 6rem;
}
.border-radius-top-left {
  border-radius: 34px 0 0 0;
}
.border-radius-top-right {
  border-radius: 0 0 36px 0;
}
.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem 0 1.5rem;
}
.login-btn {
  background-color: #f8a51b;
  border: 1px solid #f8a51b;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 17px;
  padding: 16px 31px;
  text-decoration: none;
  width: 200px;
  border-radius: 36px 0 36px;
  font-family: 'Tajawal-Regular';
  letter-spacing: 0.9px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #ddd;
  -webkit-text-fill-color: #999;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
.checkbox-style {
  position: relative;
}
.checkbox-style .checkbox {
  padding-left: 28px;
  color: #838692;
  font-size: 16px;
}
.checkbox-style input {
  position: absolute;
  left: 0;
  opacity: 0;
  height: 22px;
  width: 22px;
  margin: 0;
}
.checkbox-style .checkmark {
  border-radius: 3px;
  background: 0 0;
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: #dee2ea;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.checkbox-style .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-style input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-style .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -8px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #f8a51b;
}
html[dir='rtl'] .checkbox-style .checkbox {
  padding-right: 28px;
  padding-left: 0;
}
html[dir='rtl'].checkbox-style input {
  left: auto;
  right: 0;
}
html[dir='rtl'] .checkbox-style .checkmark {
  left: auto;
  right: 0;
}
html[dir='rtl'] .checkbox-style .checkmark:after {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -3px;
  border-width: 2px 0 0 2px;
}
.login-actions {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.login-actions .forget-pass {
  color: #f8a51b;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.login-actions .forget-pass:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  top: 1rem;
  right: 0;
  width: 0%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.login-actions .forget-pass:hover:after {
  border-bottom: 1px solid #f8a51b;
  opacity: 0.3;
  width: 100%;
}
@media (max-width: 765px) {
  .login-container {
    width: 20.25rem;
    margin-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    zoom: 87%;
  }
}
.field-validation-error {
  color: #ef783b;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: -25px;
  font-family: Tajawal-Medium;
}
/* .login-alert .alert-error{
    text-align: center;
    margin-top: 20px;
    background: #fd1361;
    padding: 11px;
    border-radius: 32px 0 32px 0;
    color: #fff;
} */

.login-alert {
  padding: 15px;
  border-radius: 36px 0;
}
.another-login {
  /*width: 100%;*/
  font-size: 17px;
  font-weight: 600;
  color: #607D8B;
  text-decoration: underline;
  cursor: pointer;
}
.other-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/**************************************  Start Search Style  **************************************/

.search-container {
  position: absolute;
  background: rgba(84, 91, 98, 0.3);
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.search-container.open {
  display: flex;
}
.popup-container {
  width: 450px;
  min-height: 160px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 13%;
}
.popup-container .popup-header {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-container .popup-header h2 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: rgba(0, 48, 86, 0.87);
  margin: 0;
}
.popup-container .popup-body {
  padding: 20px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.popup-container .popup-body::-webkit-scrollbar {
  width: 8px;
}
.popup-container .popup-body::-webkit-scrollbar-track {
  background: #f1ebeb;
}
.popup-container .popup-body::-webkit-scrollbar-thumb {
  background: #8e97a9;
  border-radius: 25px;
}
.popup-container .popup-body p.mb-15 {
  margin: 0 0 15px;
}
.popup-container .popup-body .serach-input {
  position: relative;
}
.close-search {
  background: #5f7d95;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  cursor: pointer;
}
.popup-container .popup-body .serach-input:before {
  content: '';
  position: absolute;
  background: url(../images/icons/search-white.svg) no-repeat;
  width: 16px;
  height: 16px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: brightness(0.9);
}
.popup-container .popup-body .serach-input input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 38px;
  padding: 0 55px 0 30px;
}
.popup-container .form-group label {
  width: 100%;
  display: block;
  margin-bottom: 7px;
}
.popup-container .popup-footer {
  border-top: 1px solid #ddd;
  padding: 15px 20px;
  text-align: end;
}
.form-group.d-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.k-icon {
  background: none !important;
}
.k-select {
  background: transparent !important;
  left: auto !important;
  right: 20px;
  padding: 0;
  width: 12px;
}
.k-select::before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  width: 12px;
  right: 14px;
  top: 0px;
  display: flex;
  align-items: center;
  z-index: 9;
}
.form-group {
  margin-bottom: 15px;
}
/**************************************  End Search Style  **************************************/

.jGrowl {
  position: fixed;
  top: 165px;
  right: auto;
  left: auto;
  margin: auto;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  min-width: 300px;
  max-width: 90%;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.jGrowl-notification,
.jGrowl-close {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.jGrowl-notification {
  padding: 10px 35px 10px 25px;
  position: relative;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 600;
  border-color: transparent;
}
.jGrowl-close {
  position: absolute;
  right: 15px;
}
.info-msg {
  background: #e2eaf8;
  color: #2c77f4;
  -webkit-box-shadow: 0 0 13px 0 #e2eaf8;
  box-shadow: 0 0 13px 0 #e2eaf8;
}
.error-msg {
  background: #f2dfe5;
  color: #fd397a;
  -webkit-box-shadow: 0 0 13px 0 #f2dfe5;
  box-shadow: 0 0 13px 0 #f2dfe5;
}
.sucess-msg {
  background: #dceceb;
  color: #1dc9b7;
  -webkit-box-shadow: 0 0 13px 0 #dceceb;
  box-shadow: 0 0 13px 0 #dceceb;
}
.btn {
  background: 0 0;
  outline: 0 !important;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 36px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  font-family: inherit !important;
  box-shadow: none !important;
  margin: 0;
  min-width: 100px;
  margin: 0 !important;
}
.btn .fa {
  margin-right: 5px;
}
.btn.btn-danger {
  background-color: #fd397a !important;
  border-color: #fd397a !important;
  color: #fff !important;
  -webkit-box-shadow: 0 0 13px 0 rgba(253, 57, 122, 0.33) !important;
  box-shadow: 0 0 13px 0 rgba(253, 57, 122, 0.33) !important;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #fd1361 !important;
  border-color: #fc0758 !important;
}
.btn-primary {
  background-color: #5f7d95 !important;
  border-color: #5f7d95 !important;
  color: #fff !important;
  box-shadow: 0 0 13px 0 rgba(95, 125, 149, 0.5) !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #627c90 !important;
  border-color: #627c90 !important;
  color: #fff !important;
}
.btn-borderd {
  background-color: transparent !important;
  color: #5f7d95 !important;
  border-color: #5f7d95 !important;
  text-decoration: none;
}
html[dir="rtl"] .jGrowl-close {
  right: auto;
  left: 15px;
}
html[dir="rtl"] .jGrowl-notification {
  padding: 10px 25px 10px 35px;
}
html[dir="rtl"] .btn .fa {
  margin-right: 0;
  margin-left: 5px;
}
html[dir="rtl"] .k-dropdown-wrap .k-select {
  left: 0 !important;
  right: auto !important;
}
html[dir="rtl"] .k-select::before {
  left: 14px;
  right: auto !important;
}
html[dir="rtl"] .k-dropdown .k-dropdown-wrap {
  padding: 0 20px 0 35px;
}
/*colors themes*/

body .select-color {
  position: fixed;
  top: 200px;
  right: -35px;
  z-index: 99;
}
body .select-color .rotate-spin {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*background-color: @secondary-color;*/
  background-color: #f8a51b;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
body .select-color .rotate-spin i {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
body .select-color ul {
  padding: 0;
  position: fixed;
  top: 230px;
  right: -35px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in;
  list-style: none;
}
body .select-color ul.show {
  right: -35px;
  transition: all 0.3s ease-in;
}
body .select-color ul li {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
body .select-color ul li.blue {
  background-color: #03a9f3;
}
body .select-color ul li.red {
  background-color: #ca0303;
}
body .select-color ul li.brown {
  background-color: #5c3c10;
}
body .select-color ul li.green {
  background-color: #226825;
}
body .select-color ul li.purple {
  background-color: #854777;
}
.k-dropdown {
  width: 100% !important;
  box-shadow: none !important;
  background: transparent;
  position: relative;
}
.k-dropdown:after {
  content: "\f107";
  font-family: 'FontAwesome';
  color: #74788d;
  font-size: 18px;
  position: absolute;
  width: 12px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.k-dropdown .k-dropdown-wrap {
  border-radius: 36px;
  box-shadow: none !important;
  background: #fff;
  width: 100%;
  height: 34px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  background: #fff !important;
  border: 1px solid #e2e5ec !important;
  color: #495057;
  text-align: start !important;
  margin: 0;
  box-sizing: border-box;
  text-indent: unset;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.k-dropdown .k-dropdown-wrap.disabled {
  cursor: no-drop;
}
.k-dropdown .k-input {
  text-indent: unset;
}
.k-dropdown.no-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.k-dropdown.no-arrow:after {
  display: none;
}
.k-dropdown.no-arrow .form-control {
  direction: initial;
  width: calc(100% - 44px);
}
.k-dropdown.no-arrow .box-copy {
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  text-align: center;
  background-color: #ccc;
  color: #000;
  border: 1px solid transparent;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.k-dropdown.no-arrow .box-copy i {
  font-size: 20px;
  height: 34px;
  line-height: 34px;
}
/**/
.jGrowl {
  z-index: 999999;
}
.other-options {
  display: flex;
  margin-top: 15px;
}
.btn-min-width-200 {
  width: auto;
  min-width: 200px;
}
.m-0 {
  margin: 0 !important;
}
.text-danger {
  color: #e53232;
}
.text-notice {
  font-size: 16px;
  font-weight: 700;
}
html[dir="rtl"] .k-dropdown:after {
  left: 14px;
  right: unset;
}
