/*================ 1. Google Fonts =================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/*================ End Google Fonts =================*/

/*================ 2. Basic Styles =================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus-visible {
  outline: none;
}
html {
  font-family: "Manrope", sans-serif;
}
body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #121212;
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
iframe {
  border: 0;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
i {
  display: flex;
}
i::before {
  content: "";
  display: inline-block;
  background-size: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-repeat: no-repeat;
}
/* .container{max-width: 1248px;} */
.border-bottom {
  border-color: rgba(150, 153, 156, 0.5) !important;
}
.border-box {
  border: 1px solid #e0e8ef;
}
/*================ End Basic Styles =================*/

/*================ 3. Typography =================*/
h1,
.heading-one {
  font-size: 48px;
  line-height: 70px;
}
h2,
.heading-two {
  font-size: 40px;
  line-height: 48px;
}
h3,
.heading-three {
  font-size: 30px;
  line-height: 42px;
}
h4,
.heading-four {
  font-size: 28px;
  line-height: 40px;
}
h5,
.heading-five {
  font-size: 24px;
  line-height: 30px;
}
h6,
.heading-six {
  font-size: 20px;
  line-height: 34px;
}
h1,
.heading-one {
  font-weight: 700;
}
h2,
h3,
h6,
.heading-two,
.heading-three,
.heading-six {
  font-weight: 600;
}
h4,
.heading-four,
h5,
.heading-five {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-one,
.heading-two,
.heading-three,
.heading-four,
.heading-five,
.heading-six {
  color: #002868;
}
p,
a {
  font-size: 14px;
  line-height: 21px;
  color: #121212;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
dl,
ol,
ul {
  list-style-type: none;
  padding: 0;
}

.body-extra-large {
  font-size: 20px;
  line-height: 30px;
}
.body-large {
  font-size: 18px;
  line-height: 30px;
}
.body-medium {
  font-size: 16px;
  line-height: 24px;
}
.body-normal {
  font-size: 16px;
  line-height: 19px;
}
.body-caps {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.body-extra-small {
  font-size: 12px;
  line-height: 16px;
}
.body-extra-large {
  font-weight: 700;
}
.body-large,
.body-normal,
.body-small,
.body-extra-small {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.h-85 {
  height: 85%;
}
/*================ End Typography =================*/

/*================ Color Style =================*/
.text-blue {
  color: #002868;
}
.text-dark {
  color: #121212;
}
.text-green {
  color: #3ebb89;
}
.text-orange {
  color: #f4911c;
}
.text-yellow {
  color: #d3af30;
}
.text-red {
  color: #bf0a30;
}
.text-sky-blue {
  color: #4ab1c8;
}
.text-purple {
  color: #630a9a;
}
.text-light-green {
  color: #24ac9c;
}
.text-dark-red {
  color: #892b2b;
}
.text-light-purple {
  color: #aa81de;
}

.text-grey {
  color: #5e5e5e;
}
.text-light-grey {
  color: #96999c;
}

.bg-blue {
  background: #002868;
}
.bg-green {
  background: #3ebb89;
}
.bg-yellow {
  background: #ffb400;
}
.bg-red {
  background: #bf0a30;
}
.bg-grey {
  background: #efefef;
}
.bg-light-grey {
  background: #f6f6f6;
}
.bg-light-blue {
  background: #e1edff;
}
/*================ End Color Style =================*/

/*================ 4. Anchor Tag Style =================*/
a {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #002868;
  text-decoration: none;
  transition: all 0.4s;
}
a:focus,
a:hover {
  color: #2457b4;
  transition: all 0.4s;
}
/*================ End Anchor Tag Style =================*/

/*================ 5. Button Style =================*/
button {
  transition: all 0.4s;
}
button:hover,
button:focus {
  transition: all 0.4s;
}
.solid-btn,
.line-btn,
.text-btn {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  color: #fff;
  background: #002868;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  position: relative;
  border: 1px solid #002868;
  transition: all 0.35s;
  overflow: hidden;
}
.with-icon {
  padding: 11px 24px;
}
.small-btn {
  padding: 8px 24px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.line-btn,
.text-btn {
  color: #002868;
  background: transparent;
}
.text-btn {
  border: 0;
}
.solid-btn span,
.line-btn span,
.text-btn span {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 8;
}
.solid-btn::before,
.solid-btn::after,
.line-btn::before,
.line-btn::after,
.text-btn::before,
.text-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solid-btn::before,
.line-btn::before,
.text-btn::before {
  background: #fff;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.solid-btn::after,
.line-btn::after,
.text-btn::after {
  content: "";
  background: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.line-btn::before,
.text-btn::before,
.line-btn::after,
.text-btn::after {
  background: #002868;
}
.solid-btn:hover span,
.line-btn:hover span,
.text-btn:hover span,
.solid-btn:focus span,
.line-btn:focus span,
.text-btn:focus span {
  color: #002868;
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
/* .solid-btn:focus span,
.line-btn:focus span,
.text-btn:focus span {
  color: #fff;
} */
.line-btn:hover span,
.text-btn:hover span {
  color: #fff;
}
/* .line-btn:focus span,
.text-btn:focus span {
  color: #002868;
} */
.solid-btn:hover::before,
.line-btn:hover::before,
.text-btn:hover::before,
.solid-btn:focus::before,
.line-btn:focus::before,
.text-btn:focus::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.solid-btn:hover::after,
.line-btn:hover::after,
.text-btn:hover::after,
.solid-btn:focus::after,
.line-btn:focus::after,
.text-btn:focus::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.solid-btn i::before {
  width: 24px;
  height: 24px;
}
.small-btn i::before {
  width: 16px;
  height: 16px;
}
.solid-btn:hover i::before {
  background-color: #002868;
}
@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.solid-btn:disabled,
.line-btn:disabled,
.text-btn:disabled {
  opacity: 0.5;
}

/*================ End Button Style =================*/

/*================ 7. Form Style =================*/
.form-group {
  position: relative;
}

.invalid-tooltip {
  top: inherit;
  bottom: -2px;
  left: 4px;
  background-color: transparent;
  font-size: 12px;
  line-height: 15px;
  color: #bf0a30;
}
input,
select,
textarea {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid #efefef;
  color: #000;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  margin-bottom: 16px;
}
input::placeholder,
textarea::placeholder {
  color: #96999c;
}
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: 0;
  border-color: #002868;
}
input:disabled,
select:disabled,
textarea:disabled {
  background: #f6f6f6;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("../images/icon_dropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px !important;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  padding-right: 40px;
}
label {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0 0 8px;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
  box-shadow: none;
}
.check-group {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.check-group label {
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}
.form-check-input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #96999c;
  background-color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: none;
  border-radius: 0;
}
.form-check-input[type="checkbox"]:checked {
  background-color: #002868;
  border: 1px solid #002868;
  background-image: url("../images/icon_check_box_right.svg");
  background-repeat: no-repeat;
  background-size: 20px 9px;
  background-position: center;
  transition: none;
}
.form-check-input[type="checkbox"]:disabled {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  opacity: 1;
}
.form-check-input.error[type="checkbox"]:checked {
  background-color: #bf0a30;
  border: 1px solid #bf0a30;
}
.form-check-input[type="radio"] {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #96999c;
  transition: all 0.5s;
}
.form-check-input[type="radio"]:checked {
  background-color: #fff;
  border: 1px solid #002868;
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url(../images/icon_radio_inner.svg);
}
.form-check-input.error:checked[type="radio"] {
  --bs-form-check-bg-image: url(../images/icon_radio_inner_error.svg);
}
.form-check-input.error[type="radio"]:checked {
  background-color: #fff;
  border: 1px solid #bf0a30;
}
.form-check-input[type="radio"]:disabled {
  background-color: #fff;
  border: 1px solid #96999c;
}

.form-password {
  position: relative;
}
.form-password input {
  padding-right: 44px;
}
.toggle-password {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}
.show-password,
.hide-password {
  padding: 0;
  border: none;
  width: 24px;
  height: 24px;
  display: block;
}
.show-password {
  background: url("../images/icon_eye.svg") no-repeat center;
}
.hide-password {
  display: none;
  background: url("../images/icon_eye_hide.svg") no-repeat center;
}
.show-hide-password .hide-password {
  display: block;
}
.show-hide-password .show-password {
  display: none;
}

/* upload file progressbar */
.upload-file-label {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.upload-file-label input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
}
.upload-file-box {
  position: relative;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.upload-process .dropzone.dz-clickable {
  position: relative;
  cursor: pointer;
  color: #396e90;
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  padding: 0;
  min-height: auto;
}
.upload-process .dropzone.dz-clickable p {
  color: #808186;
  font-weight: 400;
  line-height: 22px;
}
.upload-process .dropzone .camera-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 15px;
  position: absolute;
  left: 0;
}
.upload-process .dropzone .camera-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.upload-process .dropzone .camera-img i::before {
  width: 33px;
  height: 37px;
}
.upload-process .dropzone .dz-message {
  margin: 0 0 20px;
}
.upload-process .dropzone.dz-started .dz-message {
  display: block;
}
.upload-process .dropzone .dz-preview .dz-details .dz-size {
  display: none;
}
.upload-process .dropzone .dz-preview .dz-details {
  padding: 0 24px 0 0;
  text-align: left;
  display: flex;
  align-items: center;
  opacity: 1;
  justify-content: space-between;
  position: static;
}
.upload-process .dropzone .dz-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: auto;
  margin: 0;
  background: #fff !important;
  border-radius: 8px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #efefef;
}
.upload-process .dropzone .dz-preview.dz-complete .file-data,
.upload-process .dropzone .dz-preview.dz-complete .dz-progress {
  display: none !important;
}
.upload-process .dropzone .dz-preview .dz-progress {
  margin: 0;
  height: 4px;
  width: auto;
  position: static;
  background: #d9d9d9;
}
.upload-process .dropzone .file-data span {
  font-weight: normal;
}
.upload-process .dropzone .dz-preview .dz-image {
  height: auto;
  width: auto;
  border-radius: 0 !important;
  /* display: none; */
}
.upload-process .dropzone .dz-preview .dz-details .dz-filename {
  display: flex;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span,
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 0;
}
.upload-process .dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-filter: none;
  filter: none;
}
.upload-process .dropzone .dz-preview .dz-image img {
  height: 100%;
  width: 100%;
}
.upload-process .dropzone .dz-preview .dz-progress .dz-upload {
  background: #0070ff;
}
.upload-process .dropzone .dz-preview .dz-error-message {
  top: auto;
  left: 0;
  background: linear-gradient(to bottom, #ff0000, #ff0000);
  background: #ff0000;
}
.upload-process .dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #ff0000;
}
.upload-process .dropzone .dz-preview .dz-remove {
  background: url(../images/icon_cross.svg);
  background-size: cover;
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 14px;
  text-decoration: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 16px;
  z-index: 8;
}
/* .upload-process .dropzone .dz-preview.dz-complete .dz-remove {
  top: 16px;
} */
.upload-process .dropzone .dz-preview.image__open .dz-image {
  display: block;
}
.upload-process .dropzone .dz-preview.image__open .uploading {
  display: none;
}
/* upload file progressbar */
.form-check-input.error.disabled[type="checkbox"]:checked {
  background-image: url(../images/icon_cross_red.svg);
  background-color: #fff;
}
.form-check-input.error.grey.disabled[type="checkbox"]:checked {
  background-image: url(../images/icon_cross_grey.svg);
}
.form-check-input.error.disabled[type="checkbox"]:checked ~ label {
  color: #bf0a30;
  text-decoration: line-through;
}
.form-check-input.error.grey.disabled[type="checkbox"]:checked ~ label {
  color: #96999c;
}
.input-group input {
  position: relative;
  flex: 1 1;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-left: 0;
}
.select2-selection__rendered .select-option-icon {
  max-width: 16px;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  background-image: url(../images/icon_calendar.svg);
  width: 17px;
  height: 17px;
  padding: 0;
  cursor: pointer;
}
.scheduler-date {
  width: auto;
  padding: 0;
  border: 0;
  gap: 4px;
  color: #96999c;
  font-weight: 600;
  margin: 0;
}
.scheduler-date::-webkit-datetime-edit {
  order: 2;
}
.scheduler-date::-webkit-calendar-picker-indicator {
  order: 1;
}
.switch-toggle input[type="checkbox"].toggle {
  display: none;
}
.switch-toggle input[type="checkbox"].toggle + label {
  height: auto;
  background-color: #fff;
  padding: 6px;
  border-radius: 50px;
  border: 1px solid #b4d1ff;
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  width: 48px;
  height: 24px;
}
.switch-toggle [type="checkbox"].toggle:checked + label,
.switch-toggle input[type="checkbox"].toggle:focus:checked + label {
  background-color: #002868;
  transition: all 0.4s ease-in-out;
}
.switch-toggle [type="checkbox"].toggle + label:hover:before,
.switch-toggle input[type="checkbox"].toggle + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #002868;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.switch-toggle input[type="checkbox"].toggle:checked + label:before,
.switch-toggle input[type="checkbox"].toggle:checked + label:hover:before,
.switch-toggle input[type="checkbox"].toggle:focus:checked + label:before,
[type="checkbox"].toggle:focus:checked + label:hover:before {
  background-color: #fff;
  background-position: 0 0;
  top: 2px;
  left: 100%;
  margin-left: -20px;
  transition: all 0.4s ease-in-out;
}
/*================ End Form Style =================*/

/*================ Spacing Style =================*/
.mt-10 {
  margin-top: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.p-20 {
  padding: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.py-60 {
  padding: 60px 0;
}
.p-30 {
  padding: 30px;
}
/*================ End Spacing Style =================*/

/*================ Modal Style =================*/
.modal-content {
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  border: none;
}
.modal-dialog {
  max-width: 590px;
}
.large-modal .modal-dialog {
  max-width: 870px;
}
.modal-backdrop.show {
  opacity: 0.3;
}
.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.modal-header {
  padding: 0 0 12px;
  border-bottom: 1px solid #efefef;
}
.modal-body {
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-x: hidden;
}
.modal-header .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  opacity: 1;
  box-shadow: none !important;
  background: url("../images/icon_cross.svg");
  z-index: 9;
}
.modal-header .btn-close:hover {
  filter: brightness(0.5);
}
.modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto 20px;
}
.modal-icon .icon-logout::before {
  width: 30px;
  height: 30px;
  background-color: #002868;
}
/*================ End Modal Style =================*/

/* =============== Custom Scroll style =================== */
.select2-container
  .select2-selection--multiple
  .select2-selection__rendered::-webkit-scrollbar,
.dataTables_scroll::-webkit-scrollbar {
  height: 4px;
  background: transparent;
}
.select2-container
  .select2-selection--multiple
  .select2-selection__rendered::-webkit-scrollbar-thumb,
.sidebar-wrapper .navigation_wrapper .navigation::-webkit-scrollbar-thumb,
.outlet-wrapper::-webkit-scrollbar-thumb,
.dataTables_scroll::-webkit-scrollbar-thumb,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb,
.notification-offcanvas .notification-list::-webkit-scrollbar-thumb,
.offcanvas-body::-webkit-scrollbar-thumb {
  background: #96999c;
  border-radius: 4px;
}
.sidebar-wrapper .navigation_wrapper .navigation::-webkit-scrollbar,
.outlet-wrapper::-webkit-scrollbar,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar,
.notification-offcanvas .notification-list::-webkit-scrollbar,
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
/* =============== End Custom Scroll style =================== */

/*================ Loader Style =================*/
.loader-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
/*================ End Loader Style =================*/

/*================ Site Icon Class Style =================*/
.icon-google::before {
  background-image: url(../images/icon_google.svg);
  width: 24px;
  height: 24px;
}
.icon-msoffice::before {
  background-image: url(../images/icon_msoffice.svg);
  width: 24px;
  height: 24px;
}
.icon-quickbooks::before {
  background-image: url(../images/icon_quickbooks.svg);
  width: 24px;
  height: 24px;
}
.icon-notification::before {
  mask-image: url(../images/icon_notification.svg);
  -webkit-mask-image: url(../images/icon_notification.svg);
  width: 28px;
  height: 28px;
  background-color: #5e5e5e;
}
.icon-help::before {
  mask-image: url(../images/icon_help.svg);
  -webkit-mask-image: url(../images/icon_help.svg);
  width: 32px;
  height: 32px;
  background-color: #5e5e5e;
}
.icon-dashboard::before {
  mask-image: url(../images/icon_dashboard.svg);
  -webkit-mask-image: url(../images/icon_dashboard.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-master-job::before {
  mask-image: url(../images/icon_master_job.svg);
  -webkit-mask-image: url(../images/icon_master_job.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-files::before {
  mask-image: url(../images/icon_files.svg);
  -webkit-mask-image: url(../images/icon_files.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-task::before {
  mask-image: url(../images/icon_task.svg);
  -webkit-mask-image: url(../images/icon_task.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-scheduler::before {
  mask-image: url(../images/icon_scheduler.svg);
  -webkit-mask-image: url(../images/icon_scheduler.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-cfilter::before {
  mask-image: url(../images/clearfilter.png);
  -webkit-mask-image: url(../images/clearfilter.png);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-crm::before {
  mask-image: url(../images/icon_crm.svg);
  -webkit-mask-image: url(../images/icon_crm.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-admin::before {
  mask-image: url(../images/icon_admin.svg);
  -webkit-mask-image: url(../images/icon_admin.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-report::before {
  mask-image: url(../images/icon_report.svg);
  -webkit-mask-image: url(../images/icon_report.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-library::before {
  mask-image: url(../images/icon_library.svg);
  -webkit-mask-image: url(../images/icon_library.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-logout::before {
  mask-image: url(../images/icon_logout.svg);
  -webkit-mask-image: url(../images/icon_logout.svg);
  width: 24px;
  height: 24px;
  background-color: #5e5e5e;
}
.icon-plus::before {
  mask-image: url(../images/icon_plus.svg);
  -webkit-mask-image: url(../images/icon_plus.svg);
  width: 16px;
  height: 16px;
  background-color: #5e5e5e;
}
.icon-eye::before {
  mask-image: url(../images/icon_view.svg);
  -webkit-mask-image: url(../images/icon_view.svg);
  width: 16px;
  height: 16px;
  background-color: #f2c94c;
}
.icon-edit::before {
  mask-image: url(../images/icon_edit.svg);
  -webkit-mask-image: url(../images/icon_edit.svg);
  width: 14px;
  height: 14px;
  background-color: #002868;
}
.icon-upload::before {
  mask-image: url(../images/icon_upload.svg);
  -webkit-mask-image: url(../images/icon_upload.svg);
  width: 18px;
  height: 18px;
  background-color: #808186;
}
.icon-upload-preview::before {
  mask-image: url(../images/iocn_upload_preview.svg);
  -webkit-mask-image: url(../images/iocn_upload_preview.svg);
  width: 18px;
  height: 18px;
  background-color: #bf0a30;
}
.icon-delete::before {
  mask-image: url(../images/icon_delete.svg);
  -webkit-mask-image: url(../images/icon_delete.svg);
  width: 18px;
  height: 18px;
  background-color: #96999c;
}
.icon-task-table::before {
  mask-image: url(../images/icon_task_table.svg);
  -webkit-mask-image: url(../images/icon_task_table.svg);
  width: 16px;
  height: 16px;
  background-color: #24ac9c;
}
.icon-notes-table::before {
  mask-image: url(../images/icon_notes_table.svg);
  -webkit-mask-image: url(../images/icon_notes_table.svg);
  width: 16px;
  height: 16px;
  background-color: #52b0d8;
}
.icon-picture::before {
  mask-image: url(../images/icon_picture.svg);
  -webkit-mask-image: url(../images/icon_picture.svg);
  width: 24px;
  height: 24px;
  background-color: #002868;
}
.icon-create-note::before {
  mask-image: url(../images/icon_create_note.svg);
  -webkit-mask-image: url(../images/icon_create_note.svg);
  width: 24px;
  height: 24px;
  background-color: #002868;
}
.icon-pencil::before {
  mask-image: url(../images/icon_pencil.svg);
  -webkit-mask-image: url(../images/icon_pencil.svg);
  width: 14px;
  height: 14px;
  background-color: #fff;
}
.icon-support::before {
  mask-image: url(../images/icon_help.svg);
  -webkit-mask-image: url(../images/icon_help.svg);
  width: 24px;
  height: 24px;
  background-color: rgb(53, 59, 59);
}
.icon-description::before {
  mask-image: url(../images/icon_description.svg);
  -webkit-mask-image: url(../images/icon_description.svg);
  width: 24px;
  height: 24px;
  background-color: #002868;
}
.icon-download::before {
  mask-image: url(../images/icon_download.svg);
  -webkit-mask-image: url(../images/icon_download.svg);
  width: 16px;
  height: 16px;
  background-color: #002868;
}
.icon-notify::before {
  mask-image: url(../images/icon_notify.svg);
  -webkit-mask-image: url(../images/icon_notify.svg);
  width: 16px;
  height: 16px;
  background-color: #a36124;
}
.icon-group::before {
  mask-image: url(../images/icon_group.svg);
  -webkit-mask-image: url(../images/icon_group.svg);
  width: 16px;
  height: 16px;
  background-color: #245bac;
}
.icon-technician::before {
  mask-image: url(../images/icon_technician.svg);
  -webkit-mask-image: url(../images/icon_technician.svg);
  width: 16px;
  height: 16px;
  background-color: #f4911c;
}
.white-icon::before {
  background-color: #fff;
}
.blue-icon::before {
  background-color: #002868;
}
/*================ End Site Icon Class Style =================*/

/*================ Diff. Animation Styles =================*/
/* Dot Typing */
.loading-icon {
  width: 74px;
  height: 60px;
  background: #f6f8fa;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.dot-typing {
  position: relative;
  left: -9999px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #7a869a;
  color: #7a869a;
  box-shadow: 9988px 0 0 0 #7a869a, 9999px 0 0 0 #7a869a, 10010px 0 0 0 #7a869a;
  animation: dotTyping 1.5s infinite linear;
}
@keyframes dotTyping {
  0% {
    box-shadow: 9988px 0 0 0 #7a869a, 9999px 0 0 0 #7a869a,
      10010px 0 0 0 #7a869a;
  }
  16.667% {
    box-shadow: 9988px -10px 0 0 #7a869a, 9999px 0 0 0 #7a869a,
      10010px 0 0 0 #7a869a;
  }
  33.333% {
    box-shadow: 9988px 0 0 0 #7a869a, 9999px 0 0 0 #7a869a,
      10010px 0 0 0 #7a869a;
  }
  50% {
    box-shadow: 9988px 0 0 0 #7a869a, 9999px -10px 0 0 #7a869a,
      10010px 0 0 0 #7a869a;
  }
  66.667% {
    box-shadow: 9988px 0 0 0 #7a869a, 9999px 0 0 0 #7a869a,
      10010px 0 0 0 #7a869a;
  }
  83.333% {
    box-shadow: 9988px 0 0 0 #7a869a, 9999px 0 0 0 #7a869a,
      10010px -10px 0 0 #7a869a;
  }
  100% {
    box-shadow: 9988px 0 0 0 #7a869a, 9999px 0 0 0 #7a869a,
      10010px 0 0 0 #7a869a;
  }
}
/*================ End Diff. Animation Styles =================*/

/*================ Login Style =================*/
.view-port-sec {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.view-port-sec .left-col,
.view-port-sec .right-col {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px;
  background: linear-gradient(
    172deg,
    #85c8ff 6.87%,
    #8db4ff 38.73%,
    #808eff 79.84%,
    #9a88fe 96.34%
  );
}
.view-port-sec .full-col {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px;
}
.view-port-sec .welcome-box {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(15px);
  padding: 30px;
  max-width: 452px;
}
.view-port-sec .left-col-inner .wave {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #8cd3f78f;
  width: 1000px;
  height: 1000px;
  margin-left: -150px;
  margin-top: 300px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 10000ms infinite linear;
}
.view-port-sec .left-col-inner .wave.wave-3 {
  animation: drift 12000ms infinite linear;
  position: absolute;
  background-color: #89aaff;
  top: 0;
  margin: 0;
  left: 0;
}
.view-port-sec .left-col-inner .wave.wave-2 {
  animation: drift 8000ms infinite linear;
  opacity: 0.1;
  background: black;
  position: absolute;
  margin: 0;
  top: 30%;
  left: -40%;
}
@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
.view-port-sec .right-col {
  background: #fff;
}
.view-port-sec .login-box {
  width: 364px;
}
.view-port-sec .full-col .login-box {
  width: 500px;
  border: 1px solid rgb(150 153 156 / 30%);
  padding: 60px;
  border-radius: 8px;
}
/*================ End Login Style =================*/

/*================ Side Navigation Menu =================*/
.sidebar-wrapper {
  height: 100vh;
  overflow: hidden;
}
.sidebar-header {
  text-align: center;
}
.sidebar-header img {
  max-width: 86px;
}
.sidebar-wrapper .navigation_wrapper,
.sidebar-wrapper .navigation_wrapper .navigation {
  height: calc(100vh - 136px);
  overflow-y: auto;
  margin: 0;
}
.navigation_wrapper .navigation .nav-link {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #5e5e5e;
}
.navigation_wrapper .navigation .nav-link.active,
.navigation_wrapper .navigation .nav-link:hover,
.navigation_wrapper .navigation .nav-link.show {
  background: #fff;
  color: #002868;
}
.navigation_wrapper .nav-link.active i::before,
.navigation_wrapper .nav-link:hover i::before,
.navigation_wrapper .navigation .nav-link.show i::before {
  background-color: #002868;
}
.navigation_wrapper .dropdown-toggle::after {
  position: absolute;
  background: url(../images/icon_plus.svg) no-repeat;
  right: 24px;
}
.navigation_wrapper .dropdown-toggle.show::after {
  background: url(../images/icon_minus.svg) no-repeat;
}
.navigation_wrapper .dropdown-menu {
  position: static !important;
  transform: none !important;
  border: 0;
}
.navigation_wrapper .dropdown-menu li a {
  padding: 14px 24px 14px 56px;
  border: 0;
  color: #5e5e5e;
}
.navigation_wrapper .dropdown-menu li a:hover,
.navigation_wrapper .dropdown-menu li a.active {
  color: #002868;
  background: #fff;
}
/*================ End Side Navigation Style =================*/

/*================ Dashboard Header Style =================*/
.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.site-header button {
  border: 0;
  padding: 0;
  background: transparent;
}
.site-header .notification-btn {
  position: relative;
  display: block;
}
.site-header .notification-btn::after {
  display: none;
}
.site-header .notification-btn .count {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -5px;
  right: -8px;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.site-header .profile-dropdown .profile-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header .profile-btn img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  object-fit: cover;
}
.site-header .profile-btn .user-name {
  color: #172b4d;
}
.dropdown-toggle::after {
  border: 0;
  background: url(../images/icon_dropdown_dark.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}
.dropdown-menu {
  border-radius: 0;
  border: 1px solid #efefef;
  padding: 0;
}
.dropdown-menu li .dropdown-item {
  padding: 12px 12px;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}
/* .notification-offcanvas .dropdown-menu {
  width: 475px;
  border-radius: 8px;
  padding: 30px;
} */
.offcanvas {
  background-color: #fff;
}
.offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 15px 30px;
  /* border-bottom: 1px solid #efefef; */
  /* margin-bottom: 24px; */
  background-color: #e0e8ef;
}
.notification-offcanvas .offcanvas-header .notification-count {
  padding: 3px 8px;
  background-color: #bf0a30;
  border-radius: 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
}
.notification-list li {
  display: flex;
  align-items: start;
  gap: 16px;
  padding: 16px;
}
.notification-list li:first-child {
  padding-top: 0;
}
.notification-list .notification-preview {
  background-color: #f6f6f6;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.notification-list .notification-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-list .notification-info {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
.notification-list .notification-info .notification-time {
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.notification-list .notification-info .latest-green {
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #46a44a;
}
.offcanvas .offcanvas-footer {
  padding: 16px;
  border-top: 1px solid #efefef;
}
.offcanvas .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  opacity: 1;
  box-shadow: none !important;
  background: url("../images/icon_cross.svg");
  z-index: 9;
}
.offcanvas.canvas-large {
  width: 1058px;
}
.offcanvas.canvas-extra-large {
  width: 1125px;
}
.notification-offcanvas .notification-list {
  height: calc(100vh - 168px);
  overflow-y: auto;
  margin: 0;
}
.notification-list .notification-info p {
  max-width: 300px;
}
.notification-list.notification-page li:last-child {
  padding-bottom: 0;
}
/*================ End Dashboard Header Style =================*/

/*================ Breadcrumb | Outlet Style =================*/
.outlet-wrapper {
  padding: 48px;
  height: calc(100vh - 80px);
  overflow-y: auto;
}
.breadcrumb-block .breadcrumb a {
  color: #5e5e5e;
}
.breadcrumb-block .breadcrumb a:hover {
  color: #2457b4;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #5e5e5e;
}
.breadcrumb-item.active {
  color: #002868;
}
/*================ End Breadcrumb | Outlet Style =================*/

/*================ Table Style =================*/
table.dataTable {
  margin: 0 !important;
}
.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.dataTables_length label select {
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 85px;
  padding: 5px 16px;
  border-color: #96999c;
  border-radius: 4px;
}
div.dataTables_wrapper div.dataTables_filter label {
  margin: 0;
}
div.dataTables_wrapper div.dataTables_filter input {
  width: 300px;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  background-color: #f6f6f6;
}
table.dataTable thead th,
table.dataTable tfoot th {
  white-space: nowrap;
  border-bottom: 0;
  color: #5e5e5e;
}
table.dataTable td,
table.dataTable th {
  padding: 16px;
  color: #5e5e5e;
}
table.dataTable tr:last-child td {
  border-bottom: 0;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  content: url(../images/icon_up.svg);
  opacity: 1;
}
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  content: url(../images/icon_down.svg);
  opacity: 1;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}
.table-footer {
  align-items: center;
  padding: 12px 20px;
}
/* .no-footer .table-footer {
  display: none;
} */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  gap: 20px;
  margin: 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination::after,
div.dataTables_wrapper div.dataTables_paginate ul.pagination::before {
  display: none;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  width: 27px;
  height: 27px;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 20px;
}
.page-link {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #96999c;
  font-weight: 500;
}
.active > .page-link,
.page-link.active {
  color: #002868;
  background: transparent;
  border: 0;
}
.action-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.action-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.action-icon:disabled {
  opacity: 0.5;
}
.dataTables_scroll {
  overflow-x: auto;
}
/*================ End Table Style =================*/

/*================ Setting Style =================*/
.user-profile-block {
  position: relative;
  width: 120px;
  height: 120px;
}
.user-profile-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.user-profile-block input {
  display: none;
}
.user-profile-block label {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}
.setting-pills.nav-pills {
  display: flex;
  border: 0;
}
.setting-pills.nav-pills .nav-link {
  padding: 14px 12px;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  border-radius: 0;
  text-align: left;
  background: transparent;
}
.setting-pills.nav-pills .nav-link.active {
  color: #002868;
  background: #fff;
}
.notification-table {
  width: 100%;
}
.notification-table td,
.notification-table th {
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
}
.notification-table th {
  padding-top: 0;
}
/*================ End Setting Style =================*/

/*================ Support Style =================*/
.support-title-box {
  border: 1px solid #efefef;
  padding: 14px 30px;
}
.support-title-box .box-inner {
  display: flex;
  align-items: stretch;
}
.support-title-box .box-inner > * {
  width: 50%;
}
.support-box-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 -12px;
}
.support-box-list li {
  width: 33.33%;
  padding: 0 12px 24px;
}
.support-box-list li .support-box {
  display: inline-block;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.support-box-list li .support-box:hover {
  background: #f6f6f6;
  transition: all 0.4s ease-in-out;
}
/*================ End Support Style =================*/

/*================ Master Job Style =================*/
.contact-box {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.contact-box .contact-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.contact-box .action-icons {
  gap: 8px;
}
.residential-block {
  display: none;
}
/*================ End Master Job Style =================*/

/*================ CRM Module Style =================*/
.page-nav-tabs {
  border-bottom: 1px solid #e0e8ef;
  margin-bottom: 24px;
  gap: 30px;
}
.page-nav-tabs .nav-link {
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #96999c;
  border-bottom: 1px solid transparent;
}
.page-nav-tabs .nav-link.active {
  color: #002868;
  border-bottom-color: #002868;
}
.nav-pills {
  border: 1px solid #002868;
  border-radius: 4px;
  overflow: hidden;
  display: inline-flex;
}
.nav-pills .nav-link {
  padding: 6px 20px;
  background: white;
  color: #002868;
  border-radius: 0;
}
.nav-pills .nav-link.active {
  background: #002868;
  color: #fff;
}
.offcanvas.add-person-offcanvas {
  width: 850px;
}

.tag {
  display: inline-block;
  border-radius: 4px;
  background-color: #002868;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  white-space: nowrap;
}
/*================ End CRM Module Style =================*/

/*================ Files Module Style =================*/
.status-select ~ .select2-container--default {
  width: 100% !important;
  margin: 0;
}
.status-select ~ .select2-container--default .select2-selection--single {
  border: 0;
  height: auto;
}
.status-select
  ~ .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 36px 0 0;
  font-weight: 500;
}
.status-select ~ .select2-container--default.select2::before {
  width: 16px;
  height: 16px;
  background-size: cover;
}
.file-detail-header {
  background: #edf4ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.file-detail-header .file-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}
.file-detail-header .file-heading .file-type-icon {
  width: 24px;
  height: 24px;
}
.file-detail-header .file-detail-header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.file-detail-header-right .text-link-group {
  display: flex;
  align-items: center;
}
.file-detail-header-right .text-link-group a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.file-detail-header-right .text-link-group a:not(:last-child) {
  border-right: 1px solid #002868;
  padding-right: 16px;
  margin-right: 16px;
}
.single-select.with-bg
  ~ .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 16px;
  padding: 8px 16px;
}
.single-select.with-bg ~ .select2-container--default {
  margin: 0;
}
.single-select.with-bg
  ~ .select2-container--default
  .select2-selection--single {
  background-color: #4ab1c8;
  border: 0;
  height: auto;
}
.single-select.with-bg ~ .select2-container--default.select2::before {
  background-image: url(../images/icon_dropdown_white.svg);
}
.title-with-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-with-icon .icon-circle {
  width: 20px;
  height: 20px;
  background-color: #002868;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.financial-list-box {
  padding-right: 16px;
  padding-top: 16px;
}
.financial-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.financial-list li {
  width: calc(16.66% - 16px);
  padding: 0 32px 0 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.financial-list li:not(:last-child) {
  border-right: 1px solid #e0e8ef;
}
.financial-list li:nth-child(6n) {
  border-right: 0;
}
.milestone-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.milestone-list li:not(:last-child) {
  margin-bottom: 12px;
}
.milestone-list li p {
  margin-bottom: 0;
}
.milestone-list li p:last-child {
  text-align: right;
}
.file-details-group {
  column-count: 3;
  column-gap: 16px;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.file-details-group .file-detail-box {
  margin-bottom: 16px;
  break-inside: avoid;
  page-break-inside: avoid;
}
.description-box-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  line-clamp: 5;
  -webkit-line-clamp: 5;
}
.upload-pictures {
  display: block;
  width: 254px;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #efefef;
  cursor: pointer;
}
.upload-pic-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.upload-pic-item {
  position: relative;
}
.upload-pic-img {
  width: 254px;
  height: 224px;
  object-fit: cover;
  border-radius: 8px;
}
.select-file-type input {
  display: none;
}
.select-file-type input ~ .select-file-type {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 16px;
  filter: grayscale(0.9);
}
.select-file-type input:checked ~ .select-file-type {
  filter: grayscale(0);
}
.estimate-box,
.estimate-box-inner {
  display: flex;
  align-items: center;
}
.estimate-box-inner {
  gap: 8px;
}
.estimate-box-inner:not(:last-child) {
  padding-right: 36px;
  margin-right: 36px;
  border-right: 1px solid #e0e8ef;
}
.estimate-box-inner > * {
  margin-bottom: 0;
}
.estimate-box-inner input {
  width: 120px;
  padding: 6px 16px;
}
.tab-btn.hide {
  display: none;
}
.table-cost-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e0e8ef;
  padding: 10px 30px;
}
/*================ End Files Module Style =================*/

/*================ Admin Module - Permission Style =================*/
table.dataTable td.dt-control:before {
  display: none;
}
td.details-control {
  background: url("../images/icon_plus.svg") no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url("../images/icon_minus.svg") no-repeat center center;
}
/*================ End Admin Module - Permission Style =================*/

/*================ Dashboard Module =================*/
.dashboard-page .no-footer .table-footer {
  display: flex;
}
.chat-wrapper {
  padding: 30px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
.apexcharts-legend-series {
  margin: 0 !important;
  margin-bottom: 9px !important;
  align-items: center;
}
.apexcharts-legend-marker {
  margin-right: 12px !important;
  border-radius: 0 !important;
  width: 20px !important;
  height: 20px !important;
}
.apexcharts-legend-text {
  position: relative;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "Manrope", sans-serif !important;
  color: #000000 !important;
}

.search-bar-block {
  position: relative;
  display: flex;
  align-items: center;
}
.search-input {
  width: 310px;
  padding: 9px 16px;
  padding-left: 38px;
}
.search-input::placeholder {
  color: #96999c;
}
.search-btn {
  position: absolute;
  left: 16px;
  top: 12px;
}
/*================ End Dashboard Module =================*/

/*================ Schedular by Employee Module =================*/
.mbsc-calendar-popup .mbsc-popup,
.mbsc-picker .mbsc-popup {
  max-width: max-content !important;
}
.mbsc-popup {
  max-width: 800px !important;
  width: 100% !important;
}
.md-meal-type {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}
.md-meal-planner-popup .mbsc-popup .mbsc-popup-header {
  padding-top: 8px;
  padding-bottom: 8px;
}
.md-meal-planner-cont {
  position: relative;
  padding-left: 34px;
  text-align: left;
}
.md-meal-planner-title {
  font-size: 20px;
}
.md-meal-planner-kcal {
  color: #929292;
}
.md-meal-planner-icon {
  position: absolute;
  left: 0;
}
.md-meal-planner-calendar.mbsc-calendar .mbsc-schedule-event-all-day-inner {
  height: 40px;
  display: flex;
  align-items: center;
}
.mbsc-ios.mbsc-segmented {
  background: #e0e8ef;
}
.md-meal-planner-calendar .md-meal-planner-event-title {
  font-size: 12px;
}
.md-meal-planner-calendar .md-meal-planner-event-desc {
  opacity: 0.6;
}
.md-meal-planner-popup
  .mbsc-segmented-item:first-child
  .mbsc-selected.mbsc-material,
.md-meal-planner-popup
  .mbsc-segmented-item:first-child
  .mbsc-selected.mbsc-windows,
.md-meal-planner-popup
  .mbsc-segmented-item:first-child
  .mbsc-segmented-selectbox-inner {
  background: #002868;
}
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(2)
  .mbsc-selected.mbsc-material,
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(2)
  .mbsc-selected.mbsc-windows,
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(2)
  .mbsc-segmented-selectbox-inner {
  background: #002868;
}
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(3)
  .mbsc-selected.mbsc-material,
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(3)
  .mbsc-selected.mbsc-windows,
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(3)
  .mbsc-segmented-selectbox-inner {
  background: #002868;
}
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(4)
  .mbsc-selected.mbsc-material,
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(4)
  .mbsc-selected.mbsc-windows,
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(4)
  .mbsc-segmented-selectbox-inner {
  background: #002868;
}
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(5)
  .mbsc-selected.mbsc-material,
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(5)
  .mbsc-selected.mbsc-windows,
.md-meal-planner-popup
  .mbsc-segmented-item:nth-child(5)
  .mbsc-segmented-selectbox-inner {
  background: #002868;
}
.md-meal-planner-popup
  .mbsc-segmented-item:last-child
  .mbsc-selected.mbsc-material,
.md-meal-planner-popup
  .mbsc-segmented-item:last-child
  .mbsc-selected.mbsc-windows,
.md-meal-planner-popup
  .mbsc-segmented-item:last-child
  .mbsc-segmented-selectbox-inner {
  background: #002868;
}
.mbsc-ios.mbsc-segmented-button.mbsc-selected {
  color: #fff;
}
.mbsc-ios.mbsc-popup-body {
  background: #fff;
}
.date-time-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  padding: 0;
  margin-bottom: 0;
}
span.date-time-label {
  padding-right: 22px;
}
.mbsc-event-date-time {
  display: flex;
  align-items: center;
}
.date-block {
  padding-right: 5px;
}
.mbsc-font {
  font-family: "Manrope", sans-serif;
}
.mbsc-ios.mbsc-page {
  padding: 10px;
}
.demo-timeline-time-grid .timeline-switch {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 2;
}
.demo-timeline-time-grid label {
  margin-bottom: 0;
}
.demo-timeline-time-grid input[type="checkbox"] {
  margin-left: 10px;
  margin-bottom: 0;
}
.mbsc-ios.mbsc-page {
  padding: 0;
  background: #fff;
  position: relative;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-title {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.mbsc-calendar-button.mbsc-calendar-button-today {
  order: 1;
}
.mbsc-calendar-button.mbsc-calendar-button-prev {
  order: 2;
}
.mbsc-calendar-button.mbsc-calendar-button-next {
  order: 3;
}
.mbsc-calendar-title-wrapper {
  order: 4;
}
.mbsc-ios.mbsc-calendar-button.mbsc-button {
  color: #002868;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  opacity: 1;
}
.mbsc-ios.mbsc-calendar-button.mbsc-button svg {
  color: #7a869a;
}
.mbsc-calendar-button.mbsc-calendar-button-today {
  padding-left: 28px;
  background: url(../images/icon_calendar_blue.svg) no-repeat;
  background-size: 24px;
  background-position: left;
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header,
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days,
.mbsc-ios.mbsc-schedule-date-header,
.mbsc-ios.mbsc-schedule-wrapper {
  background: #fff;
}
.mbsc-ios.mbsc-schedule-date-header-text {
  margin-bottom: 30px;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.mbsc-schedule-fake-scroll-y {
  display: none;
}
.mbsc-ios.mbsc-schedule-date-header {
  border: none;
}
.mbsc-ios.mbsc-schedule-wrapper .mbsc-schedule-header {
  background: #e0e8ef;
  padding: 16px 0;
  border: none;
}
.mbsc-schedule-resource-title,
.timeline-text,
.mbsc-ios.mbsc-textfield {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 0;
  text-align: left;
  color: #000000;
  padding: 0 20px;
}
.mbsc-ios.mbsc-textfield {
  text-align: left;
}
.mbsc-ios.mbsc-textfield-wrapper {
  align-items: center;
}
.mbsc-ios.mbsc-label-inline.mbsc-ltr {
  padding-left: 16px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
  opacity: 1;
}
.mbsc-ios.mbsc-button-flat {
  color: #000000;
}
.mbsc-ios.mbsc-schedule-resource.mbsc-ltr {
  border: none;
}
.mbsc-ios.mbsc-schedule-all-day-item:after,
.mbsc-ios.mbsc-schedule-column,
.mbsc-ios.mbsc-schedule-item,
.mbsc-ios.mbsc-schedule-resource,
.mbsc-ios.mbsc-schedule-resource-group,
.mbsc-ios.mbsc-timeline-column,
.mbsc-ios.mbsc-timeline-day:after,
.mbsc-ios.mbsc-timeline-footer,
.mbsc-ios.mbsc-timeline-footer-column,
.mbsc-ios.mbsc-timeline-footer-date,
.mbsc-ios.mbsc-timeline-footer-week,
.mbsc-ios.mbsc-timeline-header,
.mbsc-ios.mbsc-timeline-header-column,
.mbsc-ios.mbsc-timeline-header-date,
.mbsc-ios.mbsc-timeline-header-month,
.mbsc-ios.mbsc-timeline-header-week,
.mbsc-ios.mbsc-timeline-resource,
.mbsc-ios.mbsc-timeline-resource-footer-cont,
.mbsc-ios.mbsc-timeline-resource-header-cont,
.mbsc-ios.mbsc-timeline-row,
.mbsc-ios.mbsc-timeline-row-date,
.mbsc-ios.mbsc-timeline-row-group:after,
.mbsc-ios.mbsc-timeline-sidebar-footer-cont,
.mbsc-ios.mbsc-timeline-sidebar-header-cont,
.mbsc-ios.mbsc-timeline-sidebar-resource,
.mbsc-ios.mbsc-timeline-slot-header,
.mbsc-ios.mbsc-timeline-slots,
.mbsc-ios.mbsc-schedule-all-day-wrapper,
.mbsc-ios.mbsc-form-control-wrapper:after,
.mbsc-ios.mbsc-form-control-wrapper:before,
.mbsc-ios.mbsc-popup-header-center {
  border-color: #e0e8ef;
  padding-top: 0;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time,
.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time-indicator-time-x,
.mbsc-ios.mbsc-schedule-all-day-text,
.mbsc-ios.mbsc-schedule-timezone-label {
  border-right: 1px solid #e0e8ef;
}
.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
  background: #002664;
  border-color: #002664;
}
.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
  background-color: #e0e8ef;
}
.mbsc-ios.mbsc-calendar-day-text {
  font-size: 14px;
  line-height: 24px;
}
.mbsc-page .switch-toggle input[type="checkbox"].toggle + label {
  border: 1px solid #96999c;
}
.box-white {
  background-color: #fff;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:after,
.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before {
  display: none;
}
.mbsc-ios.mbsc-textfield {
  text-align: left;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 14px 16px;
  height: 100%;
}
.popup-label {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0 0 8px;
}
.mbsc-ios.mbsc-label-inline {
  overflow: inherit !important;
  max-width: 100% !important;
  width: 100% !important;
}
.mbsc-ios.mbsc-label-inline.mbsc-ltr {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0 0 8px;
  padding: 0;
}
.mbsc-ios.mbsc-label-inline.mbsc-ltr > span {
  margin-bottom: 0 !important;
}
.mbsc-ios.mbsc-textarea-inner {
  padding-bottom: 0;
  padding-top: 0;
}
.mbsc-ios.mbsc-textarea-inner textarea {
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 14px 16px;
  height: 100% !important;
}
.mbsc-ios.mbsc-textfield:focus-within,
.mbsc-ios.mbsc-textarea-inner textarea:focus-within {
  outline: 0;
  border-color: #002868;
}
.mbsc-textfield-wrapper {
  flex-wrap: wrap;
}
.mbsc-ios.mbsc-switch-track {
  height: 24px;
  width: 24px;
}
.mbsc-ios.mbsc-switch-track:after {
  border-radius: 50px;
  bottom: 0;
  content: "";
  left: -12px;
  position: absolute;
  right: -12px;
  top: 0;
  transition: background-color 0.2s ease-out;
  z-index: 1;
  border: 1px solid #96999c;
  background: #fff;
}
.mbsc-ios.mbsc-switch-handle {
  background: #002868;
  border-radius: 1.75em;
  box-shadow: 0 0.1875em 0.75em rgba(0, 0, 0, 0.16),
    0 0.1875em 0.0625em rgba(0, 0, 0, 0.1);
  height: 18px;
  left: 50%;
  margin: -9px 0 0 -9px;
  top: 50%;
  width: 18px;
  z-index: 2;
}
.mbsc-ios.mbsc-switch-track.mbsc-checked:after {
  background: #002868;
}
.mbsc-ios.mbsc-switch-handle.mbsc-checked {
  background: #fff;
}
.md-meal-planner-popup .mbsc-popup .mbsc-popup-header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e0e8ef;
}
.mbsc-form-group {
  margin: 0;
}
.mbsc-ios.mbsc-switch-right {
  padding: 0;
}
.mbsc-ios .mbsc-button-group,
.mbsc-ios .mbsc-button-group-block,
.mbsc-ios .mbsc-button-group-justified {
  margin: 0 12px;
  border: 0;
  background: transparent;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-outline {
  border-color: #bf0a30;
  color: #fff;
  background-color: #bf0a30;
}
.mbsc-popup-button.mbsc-popup-button-center.mbsc-ltr.mbsc-popup-button-flex.mbsc-popup-button-primary.mbsc-reset.mbsc-font.mbsc-button.mbsc-ios.mbsc-ltr.mbsc-button-flat {
  background-color: #002664;
  color: #fff;
  transition: 0.4s;
}
.mbsc-timeline-header-date-text,
.mbsc-ios.mbsc-timeline-header-active {
  font-size: 14px;
  line-height: 24px;
  color: #002664;
  font-weight: 600;
}
.mbsc-timeline-header-active:after {
  display: none;
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-wrapper {
  border: 0;
}
.mbsc-timeline {
  border-top: 1px solid #e0e8ef;
  margin-top: 30px;
}
.mbsc-ios.mbsc-schedule-cursor-time,
.mbsc-ios.mbsc-schedule-time-indicator-time {
  color: #002664;
  font-weight: 600;
}
.mbsc-ios.mbsc-schedule-time-indicator {
  border-color: #002664;
}
.mbsc-ios.mbsc-schedule-grid-wrapper {
  padding-bottom: 6px;
}
.weekly-options .form-check {
  padding: 0;
  position: relative;
}
.weekly-options .form-check input {
  position: absolute;
  visibility: hidden;
}
.weekly-options .form-check label {
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.weekly-options .form-check input[type="checkbox"]:checked ~ label {
  background-color: #002664;
  color: #fff;
}
.meal-type-checkboxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
body .mbsc-ios.mbsc-checkbox-right {
  padding: 0;
  position: relative;
}
body .mbsc-ios.mbsc-checkbox-right input {
  position: absolute;
  visibility: hidden;
}
body .mbsc-ios.mbsc-checkbox-box {
  display: none;
}
body .mbsc-ios.mbsc-checkbox-right span {
  padding: 8px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
}
body .mbsc-ios.mbsc-checkbox-box.mbsc-checked ~ span {
  background-color: #002664;
  color: #fff;
}




table.dataTable thead > tr > th.sorting.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc.sorting_asc:before{
  content: url(../images/new_blue.svg);
}
table.dataTable thead > tr > th.sorting.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc.sorting_desc:after{
  content: url(../images/new_blue_down.svg);
}
/*================ End Schedular by Employee Module =================*/
