@import url("../fonts/index.css");
body {
  font-size: 16px;
  color: #181D27;
  font-family: "Inter 24pt", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter 24pt", sans-serif;
  line-height: 1.26;
  margin: 0;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 20px;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #535862;
}
p:nth-last-child(1) {
  margin-bottom: 0px;
}

b {
  font-weight: 500;
}

hr {
  border-color: #C7C7C7;
}

a,
a:hover {
  text-decoration: none;
}

p:nth-last-child(1) {
  margin-bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.error-msg {
  font-size: 12px;
  margin-bottom: 0;
  color: #FF5D5D;
  font-weight: 500;
}

.success-msg {
  font-size: 12px;
  margin-bottom: 0;
  color: #0F9D58;
  font-weight: 500;
}

.file-name {
  font-size: 12px;
  margin-bottom: 0;
  color: #1C3A64;
  font-weight: 500;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.note-msg {
  font-size: 12px;
  margin-bottom: 0;
  color: #181D27;
  font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #21263C #DEE5EA;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #DEE5EA;
}

::-webkit-scrollbar-track {
  background: #DEE5EA;
}

::-webkit-scrollbar-thumb {
  background: #21263C;
  border-radius: 5px;
}

@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 21px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 19px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 22px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
}
.text-primary {
  color: #1C3A64 !important;
}

.text-secondary {
  color: #FDB022 !important;
}

.text-secondary-two {
  color: #FF693B !important;
}

.text-success {
  color: #0F9D58 !important;
}

.text-warning {
  color: #FFA114 !important;
}

.text-danger {
  color: #FF5D5D !important;
}

.text-info {
  color: #4C82F7 !important;
}

.text-color {
  color: #181D27;
}

.text-black {
  color: #414651;
}

.btn {
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  border: 1px solid;
  justify-content: center;
  border-radius: 6px;
}
.btn:not(.btn-sm, .btn-lg, .btn-xs) {
  font-size: 16px;
  font-weight: 600;
}
.btn:not(.btn-sm, .btn-lg, .btn-xs) i {
  line-height: 24px;
}
.btn.btn-lg {
  font-size: 20px;
  font-weight: 600;
}
.btn.btn-lg i {
  line-height: 30px;
}
.btn.btn-sm {
  font-size: 14px;
  font-weight: 600;
}
.btn.btn-sm i {
  line-height: 21px;
}
.btn.btn-xs {
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
}
.btn.btn-xs i {
  line-height: 16px;
}
.btn.btn-menu {
  font-size: 20px;
}

.button-group {
  display: flex;
  gap: 8px;
}

.btn-transparent {
  background-color: transparent;
  color: #181D27;
  border: transparent;
}
.btn-transparent:hover {
  color: #181D27;
}

.btn-icon {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.btn-icon:not(.btn-sm, .btn-lg, .btn-xs) {
  width: 38px;
  height: 38px;
}
.btn-icon.btn-lg {
  width: 48px;
  height: 48px;
}
.btn-icon.btn-sm {
  width: 31px;
  height: 31px;
  font-size: 15px;
}
.btn-icon.btn-sm i {
  -webkit-text-stroke: 0px;
}
.btn-icon.btn-xs {
  width: 26px;
  height: 26px;
  font-size: 15px;
}
.btn-icon.btn-xs i {
  -webkit-text-stroke: 0px;
}
.btn-icon i {
  -webkit-text-stroke: 0.2px;
}

.btn-link {
  background-color: transparent !important;
  border: 0px;
  padding: 0px;
  text-decoration: unset;
  cursor: pointer;
}

.btn-icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 7px;
}
.btn-icon-text img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-text.btn-sm img {
  width: 16px;
  height: 16px;
}
.btn-icon-text.btn-sm img {
  width: 12px;
  height: 12px;
}
.btn-icon-text.btn-sx img {
  width: 10px;
  height: 10px;
}

/* --------------------------------- Primary -------------------------------- */
.btn-primary {
  background-color: #1C3A64;
  color: #FFFFFF;
  border-color: #1C3A64;
}
.btn-primary:hover, .btn-primary.btn.active, .btn-primary.btn:active, .btn-primary:focus-visible, .btn-primary:first-child:active {
  background-color: #1f5cae;
  border-color: #1f5cae;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-light-primary {
  background-color: #dbf1fe;
  color: #1C3A64;
  border-color: #dbf1fe;
}
.btn-light-primary:hover, .btn-light-primary.btn.active, .btn-light-primary.btn:active, .btn-light-primary:focus-visible, .btn-light-primary:first-child:active {
  background-color: #1f5cae;
  border-color: #1f5cae;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-light-primary.disabled, .btn-light-primary:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-outline-primary {
  background-color: #FFFFFF;
  color: #1C3A64;
  border-color: #1C3A64;
}
.btn-outline-primary:hover, .btn-outline-primary.btn.active, .btn-outline-primary.btn:active, .btn-outline-primary:focus-visible, .btn-outline-primary:first-child:active {
  background-color: #1C3A64;
  border-color: #1C3A64;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: transparent;
  border-color: #C7C7C7;
  color: #C7C7C7;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

/* --------------------------------- Primary -------------------------------- */
/* --------------------------------- Secondary -------------------------------- */
.btn-secondary {
  background-color: #FDB022;
  color: #FFFFFF;
  border-color: #FDB022;
}
.btn-secondary:hover, .btn-secondary.btn.active, .btn-secondary.btn:active, .btn-secondary:focus-visible, .btn-secondary:first-child:active {
  background-color: #f78e09;
  border-color: #f78e09;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-light-secondary {
  background-color: #ffefc6;
  color: #FDB022;
  border-color: #ffefc6;
}
.btn-light-secondary:hover, .btn-light-secondary.btn.active, .btn-light-secondary.btn:active, .btn-light-secondary:focus-visible, .btn-light-secondary:first-child:active {
  background-color: #f78e09;
  border-color: #f78e09;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-light-secondary.disabled, .btn-light-secondary:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-outline-secondary {
  background-color: #FFFFFF;
  color: #FDB022;
  border-color: #FDB022;
}
.btn-outline-secondary:hover, .btn-outline-secondary.btn.active, .btn-outline-secondary.btn:active, .btn-outline-secondary:focus-visible, .btn-outline-secondary:first-child:active {
  background-color: #FDB022;
  border-color: #FDB022;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: transparent;
  border-color: #C7C7C7;
  color: #C7C7C7;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

/* --------------------------------- Secondary -------------------------------- */
/* --------------------------------- Secondary Two -------------------------------- */
.btn-secondary-two {
  background-color: #FF693B;
  color: #FFFFFF;
  border-color: #FF693B;
}
.btn-secondary-two:hover, .btn-secondary-two.btn.active, .btn-secondary-two.btn:active, .btn-secondary-two:focus-visible, .btn-secondary-two:first-child:active {
  background-color: #E65730;
  border-color: #E65730;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-secondary-two.disabled, .btn-secondary-two:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-light-secondary-two {
  background-color: #FFF7EB;
  color: #FF693B;
  border-color: #FFF7EB;
}
.btn-light-secondary-two:hover, .btn-light-secondary-two.btn.active, .btn-light-secondary-two.btn:active, .btn-light-secondary-two:focus-visible, .btn-light-secondary-two:first-child:active {
  background-color: #E65730;
  border-color: #E65730;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-light-secondary-two.disabled, .btn-light-secondary-two:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-outline-secondary-two {
  background-color: #FFFFFF;
  color: #FF693B;
  border-color: #FF693B;
}
.btn-outline-secondary-two:hover, .btn-outline-secondary-two.btn.active, .btn-outline-secondary-two.btn:active, .btn-outline-secondary-two:focus-visible, .btn-outline-secondary-two:first-child:active {
  background-color: #FF693B;
  border-color: #FF693B;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-outline-secondary-two.disabled, .btn-outline-secondary-two:disabled {
  background-color: transparent;
  border-color: #C7C7C7;
  color: #C7C7C7;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

/* --------------------------------- Secondary Two -------------------------------- */
/* --------------------------------- success -------------------------------- */
.btn-success {
  background-color: #0F9D58;
  color: #FFFFFF;
  border-color: #0F9D58;
}
.btn-success:hover, .btn-success.btn.active, .btn-success.btn:active, .btn-success:focus-visible, .btn-success:first-child:active {
  background-color: #0d9754;
  border-color: #0d9754;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-light-success {
  background-color: #E7F6EF;
  color: #0F9D58;
  border-color: #E7F6EF;
}
.btn-light-success:hover, .btn-light-success.btn.active, .btn-light-success.btn:active, .btn-light-success:focus-visible, .btn-light-success:first-child:active {
  background-color: #0d9754;
  border-color: #0d9754;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-light-success.disabled, .btn-light-success:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-outline-success {
  background-color: #FFFFFF;
  color: #0F9D58;
  border-color: #0F9D58;
}
.btn-outline-success:hover, .btn-outline-success.btn.active, .btn-outline-success.btn:active, .btn-outline-success:focus-visible, .btn-outline-success:first-child:active {
  background-color: #0F9D58;
  border-color: #0F9D58;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  background-color: transparent;
  border-color: #C7C7C7;
  color: #C7C7C7;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

/* --------------------------------- success -------------------------------- */
/* --------------------------------- danger -------------------------------- */
.btn-danger {
  background-color: #FF5D5D;
  color: #FFFFFF;
  border-color: #FF5D5D;
}
.btn-danger:hover, .btn-danger.btn.active, .btn-danger.btn:active, .btn-danger:focus-visible, .btn-danger:first-child:active {
  background-color: #e73636;
  border-color: #e73636;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-light-danger {
  background-color: #FFEFEF;
  color: #FF5D5D;
  border-color: #FFEFEF;
}
.btn-light-danger:hover, .btn-light-danger.btn.active, .btn-light-danger.btn:active, .btn-light-danger:focus-visible, .btn-light-danger:first-child:active {
  background-color: #e73636;
  border-color: #e73636;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-light-danger.disabled, .btn-light-danger:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-outline-danger {
  background-color: #FFFFFF;
  color: #FF5D5D;
  border-color: #FF5D5D;
}
.btn-outline-danger:hover, .btn-outline-danger.btn.active, .btn-outline-danger.btn:active, .btn-outline-danger:focus-visible, .btn-outline-danger:first-child:active {
  background-color: #FF5D5D;
  border-color: #FF5D5D;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: transparent;
  border-color: #C7C7C7;
  color: #C7C7C7;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

/* --------------------------------- danger -------------------------------- */
/* --------------------------------- warning -------------------------------- */
.btn-warning {
  background-color: #FFA114;
  color: #FFFFFF;
  border-color: #FFA114;
}
.btn-warning:hover, .btn-warning.btn.active, .btn-warning.btn:active, .btn-warning:focus-visible, .btn-warning:first-child:active {
  background-color: #df890a;
  border-color: #df890a;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-light-warning {
  background-color: #FFF6E8;
  color: #FFA114;
  border-color: #FFF6E8;
}
.btn-light-warning:hover, .btn-light-warning.btn.active, .btn-light-warning.btn:active, .btn-light-warning:focus-visible, .btn-light-warning:first-child:active {
  background-color: #df890a;
  border-color: #df890a;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-light-warning.disabled, .btn-light-warning:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-outline-warning {
  background-color: #FFFFFF;
  color: #FFA114;
  border-color: #FFA114;
}
.btn-outline-warning:hover, .btn-outline-warning.btn.active, .btn-outline-warning.btn:active, .btn-outline-warning:focus-visible, .btn-outline-warning:first-child:active {
  background-color: #FFA114;
  border-color: #FFA114;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: transparent;
  border-color: #C7C7C7;
  color: #C7C7C7;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

/* --------------------------------- warning -------------------------------- */
/* --------------------------------- info -------------------------------- */
.btn-info {
  background-color: #4C82F7;
  color: #FFFFFF;
  border-color: #4C82F7;
}
.btn-info:hover, .btn-info.btn.active, .btn-info.btn:active, .btn-info:focus-visible, .btn-info:first-child:active {
  background-color: #326be6;
  border-color: #326be6;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-light-info {
  background-color: #EDF9FF;
  color: #4C82F7;
  border-color: #EDF9FF;
}
.btn-light-info:hover, .btn-light-info.btn.active, .btn-light-info.btn:active, .btn-light-info:focus-visible, .btn-light-info:first-child:active {
  background-color: #326be6;
  border-color: #326be6;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-light-info.disabled, .btn-light-info:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-outline-info {
  background-color: #FFFFFF;
  color: #4C82F7;
  border-color: #4C82F7;
}
.btn-outline-info:hover, .btn-outline-info.btn.active, .btn-outline-info.btn:active, .btn-outline-info:focus-visible, .btn-outline-info:first-child:active {
  background-color: #4C82F7;
  border-color: #4C82F7;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: transparent;
  border-color: #C7C7C7;
  color: #C7C7C7;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

/* --------------------------------- info -------------------------------- */
/* --------------------------------- White -------------------------------- */
.btn-white {
  background-color: #535862;
  color: #FFFFFF;
  border-color: #535862;
}
.btn-white:hover, .btn-white.btn.active, .btn-white.btn:active, .btn-white:focus-visible, .btn-white:first-child:active {
  background-color: #F4F5F6;
  border-color: #F4F5F6;
  color: #535862;
  outline: none;
  box-shadow: unset;
}
.btn-white.disabled, .btn-white:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-light-white {
  background-color: #F4F5F6;
  color: #181D27;
  border-color: #F4F5F6;
}
.btn-light-white:hover, .btn-light-white.btn.active, .btn-light-white.btn:active, .btn-light-white:focus-visible, .btn-light-white:first-child:active {
  background-color: #535862;
  border-color: #535862;
  color: #FFFFFF;
  outline: none;
  box-shadow: unset;
}
.btn-light-white.disabled, .btn-light-white:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

.btn-outline-white {
  background-color: #FFFFFF;
  color: #181D27;
  border-color: #D5D7DA;
}
.btn-outline-white:hover, .btn-outline-white.btn.active, .btn-outline-white.btn:active, .btn-outline-white:focus-visible, .btn-outline-white:first-child:active {
  background-color: #D5D7DA;
  border-color: #D5D7DA;
  color: #181D27;
  outline: none;
  box-shadow: unset;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  color: #535E78;
  outline: none;
  box-shadow: unset;
  pointer-events: none;
}

/* --------------------------------- White -------------------------------- */
.form-group {
  margin-bottom: 16px;
  position: relative;
}
.form-group .form-label {
  color: #414651;
  margin-bottom: 5px;
  line-height: 1.42;
  font-weight: 500;
  font-size: 14px;
}
.form-group.required .form-label::after {
  content: "*";
  color: #FF5D5D;
  margin-left: 3px;
}
.form-group .form-control,
.form-group .form-select {
  box-shadow: none !important;
  outline: 0 !important;
  background-color: #FFFFFF;
  border-color: #D5D7DA;
  border-radius: 6px;
  color: #414651;
}
.form-group .form-control:hover, .form-group .form-control:focus,
.form-group .form-select:hover,
.form-group .form-select:focus {
  border-color: #1C3A64 !important;
}
.form-group .form-control:disabled,
.form-group .form-control .disabled,
.form-group .form-select:disabled,
.form-group .form-select .disabled {
  background-color: #F4F5F6 !important;
  border-color: #F4F5F6 !important;
}
.form-group .form-control:disabled:hover, .form-group .form-control:disabled:focus,
.form-group .form-control .disabled:hover,
.form-group .form-control .disabled:focus,
.form-group .form-select:disabled:hover,
.form-group .form-select:disabled:focus,
.form-group .form-select .disabled:hover,
.form-group .form-select .disabled:focus {
  border-color: #F4F5F6 !important;
}
.form-group textarea {
  resize: none;
  min-height: 100px;
}
.form-group .otp-group {
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.form-group .otp-group input {
  border: 0px solid #D5D7DA;
  border-bottom: 1px solid #D5D7DA;
  color: #414651;
  text-align: center;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #F9FAFC;
}
.form-group .otp-group input.ng-dirty {
  background-color: #dbf1fe;
  border-color: #1C3A64;
}
.form-group.form-error .form-control,
.form-group.form-error .form-select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z' fill='%23FF5D5D'/%3e%3cpath d='M9.16999 15.5801C8.97999 15.5801 8.78999 15.5101 8.63999 15.3601C8.34999 15.0701 8.34999 14.5901 8.63999 14.3001L14.3 8.64011C14.59 8.35011 15.07 8.35011 15.36 8.64011C15.65 8.93011 15.65 9.41011 15.36 9.70011L9.69998 15.3601C9.55998 15.5101 9.35999 15.5801 9.16999 15.5801Z' fill='%23FF5D5D'/%3e%3cpath d='M14.83 15.5801C14.64 15.5801 14.45 15.5101 14.3 15.3601L8.63999 9.70011C8.34999 9.41011 8.34999 8.93011 8.63999 8.64011C8.92999 8.35011 9.40998 8.35011 9.69998 8.64011L15.36 14.3001C15.65 14.5901 15.65 15.0701 15.36 15.3601C15.21 15.5101 15.02 15.5801 14.83 15.5801Z' fill='%23FF5D5D'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #FF5D5D;
  color: #FF5D5D;
  padding-right: 40px;
}
.form-group.form-error .form-control:hover, .form-group.form-error .form-control:focus,
.form-group.form-error .form-select:hover,
.form-group.form-error .form-select:focus {
  border-color: #e73636 !important;
}
.form-group.form-error .form-group-icon-end .form-select,
.form-group.form-error .form-group-icon-end .form-control {
  padding-right: 60px;
  background-position: right calc(1.8em + 0.1875rem) center;
}
.form-group.form-success .form-control,
.form-group.form-success .form-select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z' fill='%230F9D58'/%3e%3cpath d='M10.5799 15.5801C10.3799 15.5801 10.1899 15.5001 10.0499 15.3601L7.21994 12.5301C6.92994 12.2401 6.92994 11.7601 7.21994 11.4701C7.50994 11.1801 7.98994 11.1801 8.27994 11.4701L10.5799 13.7701L15.7199 8.6301C16.0099 8.3401 16.4899 8.3401 16.7799 8.6301C17.0699 8.9201 17.0699 9.4001 16.7799 9.6901L11.1099 15.3601C10.9699 15.5001 10.7799 15.5801 10.5799 15.5801Z' fill='%230F9D58'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #0F9D58;
  color: #0F9D58;
  padding-right: 40px;
}
.form-group.form-success .form-control:hover, .form-group.form-success .form-control:focus,
.form-group.form-success .form-select:hover,
.form-group.form-success .form-select:focus {
  border-color: #0d9754 !important;
}
.form-group .message {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  padding: 0 5px;
  color: #181D27;
  margin-top: 5px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.form-group .message.error-message {
  color: #FF5D5D;
  background-color: #FFEFEF;
}
.form-group .message.success-message {
  color: #0F9D58;
  background-color: #E7F6EF;
}
.form-group .form-group-icon-start,
.form-group .form-group-icon-end {
  position: relative;
}
.form-group .form-group-icon-start i,
.form-group .form-group-icon-end i {
  position: absolute;
  top: 0px;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.form-group .form-group-icon-start i {
  left: 12px;
}
.form-group .form-group-icon-start .form-select,
.form-group .form-group-icon-start .form-control {
  padding-left: 38px;
}
.form-group .form-group-icon-end i {
  right: 12px;
}
.form-group .form-group-icon-end .form-select,
.form-group .form-group-icon-end .form-control {
  padding-right: 38px;
}
.form-group .form-group-password {
  position: relative;
}
.form-group .form-group-password .form-control {
  padding-right: 40px;
}
.form-group .form-group-password .btn-password {
  background-color: initial;
  border: 0;
  color: #6F767E;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
}
.form-group .form-group-password .btn-password i {
  left: unset;
  right: unset;
  position: relative;
}
.form-group .form-group-password .btn-password:hover {
  color: #181D27;
}
.form-group .form-group-button {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
}
.form-group .form-group-button .btn-white {
  color: #1C3A64;
}
.form-group .form-group-button > div {
  width: 100%;
}
.form-group .form-floating > label {
  color: #5A6A85;
  font-weight: 600;
}
.form-group .form-floating .form-control,
.form-group .form-floating .form-select {
  background-color: #EDF7FE;
  border-radius: 10px;
}
.form-group .form-floating .form-control:not(:-moz-placeholder-shown) ~ label::after, .form-group .form-floating .form-select:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent;
}
.form-group .form-floating .form-control:focus ~ label::after, .form-group .form-floating .form-control:not(:placeholder-shown) ~ label::after,
.form-group .form-floating .form-select:focus ~ label::after,
.form-group .form-floating .form-select:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}
.form-group.required .form-label::after {
  content: "*";
  color: #FF5D5D;
  margin-left: 3px;
}
.form-group input[type=password]::-ms-reveal,
.form-group input[type=password]::-ms-clear {
  display: none;
}
.form-group .input-group > .form-select,
.form-group .input-group > .input-group-text,
.form-group .input-group > .btn {
  background-color: #F9FAFC;
  border-color: #D5D7DA;
  color: #181D27;
}
.form-group .input-group > .form-control {
  border-color: #D5D7DA;
  color: #181D27;
}
.form-group .input-group .btn {
  font-weight: 400;
  gap: 0 7px;
}
.form-group .input-group .btn:hover, .form-group .input-group .btn:focus {
  border-color: #D5D7DA;
  border-color: #1C3A64;
}
.form-group .input-group .input-group-text {
  background-color: #F9FAFC;
  color: #181D27;
}
.form-group .input-group.input-group-sm > .form-select,
.form-group .input-group.input-group-sm > .input-group-text,
.form-group .input-group.input-group-sm > .btn,
.form-group .input-group.input-group-sm > .form-control {
  border-radius: 6px;
}
.form-group.theme-ngselect.ng-select-opened .ng-select-container {
  border: 1px solid #1C3A64 !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 11L8 5L14 11' stroke='%23343A40' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.form-group.theme-ngselect .ng-select-container {
  min-height: 38px;
  box-shadow: none !important;
  outline: 0 !important;
  background-color: #FFFFFF;
  border-color: #E6EAEE;
  border-radius: 6px;
  color: #292D32;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form-group.theme-ngselect .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-color: transparent;
}
.form-group.theme-ngselect .ng-select-container:hover {
  border: 1px solid #1C3A64 !important;
}
.form-group.theme-ngselect .ng-dropdown-panel {
  border: 1px solid #1C3A64 !important;
}
.form-group.theme-ngselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  text-align: left;
  padding: 6px;
}
.form-group.theme-ngselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option-marked {
  background-color: #dbf1fe;
  color: #1C3A64;
}
.form-group.theme-ngselect .ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 7px;
}
.form-group.theme-ngselect .ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  color: #1C3A64;
  background-color: #dbf1fe;
  border-radius: 4px;
  margin-right: 5px;
  font-weight: 600;
}
.form-group.theme-ngselect .ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 1px 10px 1px 5px;
}
.form-group.form-group-export .ng-select-container {
  width: 100%;
  min-width: 100px;
}
.form-group.form-group-export .ng-select .ng-arrow-wrapper {
  width: 36px;
  height: 18px;
  margin-left: 5px;
  padding-right: 0;
  border-left: 1px solid #D5D7DA;
}
.form-group.form-group-sm {
  margin-bottom: 10px;
}
.form-group.form-group-sm .form-label {
  font-size: 12px;
  margin-bottom: 4px;
}
.form-group.form-group-sm .form-control,
.form-group.form-group-sm .form-select {
  padding: 4px 10px;
  min-height: 30px;
  font-size: 14px;
}
.form-group.form-group-sm .form-group-icon-start i,
.form-group.form-group-sm .form-group-icon-end i {
  font-size: 14px;
}
.form-group.form-group-sm .form-group-icon-start i {
  left: 10px;
}
.form-group.form-group-sm .form-group-icon-start .form-control,
.form-group.form-group-sm .form-group-icon-start .form-select {
  padding-left: 32px;
}
.form-group.form-group-sm .form-group-icon-end i {
  right: 10px;
}
.form-group.form-group-sm .form-group-icon-end .form-control,
.form-group.form-group-sm .form-group-icon-end .form-select {
  padding-right: 32px;
}
.form-group.form-group-sm.theme-ngselect .ng-select-container,
.form-group.form-group-sm .theme-ngselect .ng-select-container {
  height: 31px;
  min-height: 31px;
}
.form-group.form-group-sm.form-group-export .ng-select-container {
  width: 100%;
  min-width: 95px;
}
.form-group.form-group-sm.form-group-export .ng-select .ng-arrow-wrapper {
  width: 33px;
  height: 16px;
}
.form-group.form-group-sm .otp-group input {
  width: 30px;
}
.form-group input[type=color] {
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid #E6EAEE;
  width: 95px;
  height: 37px;
  padding: 8px 11px;
}
.form-group.form-group-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.form-group.form-group-inline-control {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
.form-group.form-group-inline-control .form-label {
  width: 150px;
}
.form-group.form-group-inline-control .form-control-wrapper,
.form-group.form-group-inline-control .form-control,
.form-group.form-group-inline-control .ng-select {
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                       Attachments - File Upload Start                      */
/* -------------------------------------------------------------------------- */
.attachments-container {
  position: relative;
  border: 2px dashed #C7C7C7;
  padding: 15px 25px;
  min-height: auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attachments-container .attachments-content {
  text-align: center;
}
.attachments-container .attachments-content .btn-attachments {
  background-color: #dbf1fe;
  border: 1px solid #dbf1fe;
  color: #414651;
  height: 37px;
  width: 37px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.attachments-container .attachments-content p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
}
.attachments-container input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.attachments-container:hover {
  background-color: #F9FAFC;
  border-color: #1C3A64;
}
.attachments-container:hover .btn-attachments {
  background-color: #1C3A64;
  border-color: #1C3A64;
  color: #FFFFFF;
}
.attachments-container:hover p {
  color: #181D27;
}

.attachments-upload-grid-container {
  margin-top: 15px;
}
.attachments-upload-grid-container .attachments-upload-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
.attachments-upload-grid-container .attachments-upload-row .attachments-upload-col {
  max-width: 100px;
  padding: 0 0px;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload {
  border: 1px solid #D5D7DA;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload .attachments-image {
  height: 100px;
  width: 100%;
  border-radius: 0px;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload .attachments-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload .attachments-body {
  padding: 10px;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload .attachments-body h6 {
  font-size: 14px;
  font-weight: 400;
  color: #414651;
  margin-bottom: 3px;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload .attachments-body p {
  font-size: 12px;
  color: #181D27;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload.attachments-file .attachments-image {
  background-color: #F9FAFC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload.attachments-file .attachments-image img {
  height: 50px;
  width: 50px;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload .btn-close {
  background: 0;
  font-size: 12px;
  color: #181D27;
  opacity: 1;
  box-shadow: none;
  border: 0;
  padding: 0;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload .btn-close i {
  transition: 0.7s;
  -webkit-text-stroke: 0.5px;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload .btn-close:hover {
  background-color: #F4F5F6;
  color: #181D27;
}
.attachments-upload-grid-container .attachments-upload-row .card-attachments-upload .btn-close:hover i {
  transform: rotate(180deg);
}

/* -------------------------------------------------------------------------- */
/*                        Attachments - File Upload End                       */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                         Textbox - File Upload Start                        */
/* -------------------------------------------------------------------------- */
.form-group-inner-file-upload {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.form-group-inner-file-upload .inner-file-upload-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.form-group-inner-file-upload .inner-file-upload-left p {
  font-size: 14px;
  color: #181D27;
}
.form-group-inner-file-upload .inner-file-upload-right p {
  font-size: 14px;
  font-weight: 500;
  color: #181D27;
}

.btn-fileupload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: 400;
}
.btn-fileupload input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.btn-fileupload.btn-fileupload-white {
  position: relative;
  background-color: white;
  border: 1px dotted #C7C7C7;
  color: #181D27;
}
.btn-fileupload.btn-fileupload-white input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.btn-fileupload.btn-fileupload-white:hover {
  background-color: #F9FAFC;
  border-color: #1C3A64;
}

/* -------------------------------------------------------------------------- */
/*                          Textbox - File Upload End                         */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                           Checkbox & Radio Button                          */
/* -------------------------------------------------------------------------- */
/* --------------------------------- .radio --------------------------------- */
.radio {
  padding-left: 0;
  margin: 3px 0;
}

.radio [type=radio]:checked,
.radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.radio [type=radio] + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  line-height: 19px;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  border: 1px solid #a0a7b5;
  border-radius: 50%;
  background-color: #fff;
  margin: 0;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 3px;
  top: 5px;
  border-radius: 50%;
  background-color: #555;
  margin: 0;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type=radio] {
  opacity: 0;
}

.radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 0;
  outline-offset: -2px;
}

.radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #1C3A64;
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: #1C3A64;
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: #1C3A64;
}

.radio.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.radio.radio-small [type=radio] + label {
  height: 17px;
}

/* --------------------------------- .radio --------------------------------- */
/* -------------------------------- checkbox -------------------------------- */
.checkbox {
  margin: 5px 0;
}

.form-check-input:checked {
  background-color: #1C3A64;
  border-color: #1C3A64;
}

.form-check-input:focus,
.form-check-input:checked:focus {
  box-shadow: none;
  outline: none;
}

.checkbox.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.checkbox [type=checkbox]:checked,
.checkbox [type=checkbox]:not(:checked) {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.checkbox [type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  color: #414651;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 25px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.checkbox.checkbox-small [type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  color: #414651;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 22px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.checkbox [type=checkbox] + label:before,
.checkbox [type=checkbox]:not(.filled-in) + label:after {
  border: 1px solid #5a5a5a;
  border-radius: 1px;
  content: "";
  height: 18px;
  left: 0;
  margin-top: 2px;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 18px;
  z-index: 0;
}

.checkbox [type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0);
}

.checkbox [type=checkbox]:not(:checked):disabled + label:before {
  background-color: rgba(0, 0, 0, 0.2588235294);
  border: none;
}

.checkbox [type=checkbox].tabbed:focus + label:after {
  background-color: rgba(0, 0, 0, 0.1019607843);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1019607843);
  transform: scale(1);
}

.checkbox [type=checkbox]:checked + label:before {
  backface-visibility: hidden;
  border-bottom: 2px solid #1C3A64;
  border-left: 2px solid transparent;
  border-right: 2px solid #1C3A64;
  border-top: 2px solid transparent;
  height: 22px;
  left: -5px;
  top: -4px;
  transform: rotate(40deg);
  transform-origin: 100% 100%;
  width: 12px;
}

.checkbox [type=checkbox]:checked:disabled + label:before {
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
  border-right: 2px solid rgba(0, 0, 0, 0.26);
}

.checkbox [type=checkbox]:indeterminate + label:before {
  backface-visibility: hidden;
  border: none;
  border-right: 2px solid #1C3A64;
  height: 22px;
  left: -12px;
  top: -11px;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  width: 10px;
}

.checkbox [type=checkbox]:indeterminate:disabled + label:before {
  background-color: initial;
  border-right: 2px solid rgba(0, 0, 0, 0.26);
}

.checkbox [type=checkbox].filled-in + label:after {
  border-radius: 4px;
}

.checkbox [type=checkbox].filled-in + label:after,
.checkbox [type=checkbox].filled-in + label:before {
  content: "";
  left: 0;
  position: absolute;
  z-index: 1;
}

.checkbox [type=checkbox].filled-in:not(:checked) + label:before {
  border: 3px solid transparent;
  height: 0;
  left: 6px;
  top: 10px;
  transform: rotate(37deg);
  transform-origin: 100% 100%;
  width: 0;
}

.checkbox [type=checkbox].filled-in:not(:checked) + label:after {
  background-color: initial;
  border: 1px solid #C7C7C7;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 0;
}

.checkbox [type=checkbox].filled-in:checked + label:before {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 2px;
  height: 13px;
  left: 1px;
  top: 41%;
  transform: translateY(-50%) rotate(37deg);
  -webkit-transform: translateY(-50%) rotate(37deg);
  transform-origin: 100% 100%;
  width: 8px;
}

.checkbox.checkbox-small [type=checkbox].filled-in:checked + label:before {
  top: 32%;
  transform: translateY(-50%) rotate(37deg);
  -webkit-transform: translateY(-50%) rotate(37deg);
}

.checkbox [type=checkbox].filled-in:checked + label:after {
  background-color: #1C3A64;
  border: 1px solid #1C3A64;
  height: 20px;
  width: 20px;
  z-index: 0;
}

.checkbox [type=checkbox].filled-in.tabbed:focus + label:after {
  background-color: rgba(0, 0, 0, 0.1019607843);
  border-color: #5a5a5a;
  border-radius: 2px;
}

.checkbox [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  background-color: #1C3A64;
  border-color: #1C3A64;
  border-radius: 2px;
}

.checkbox [type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: initial;
  border: 2px solid transparent;
}

.checkbox [type=checkbox].filled-in:disabled:checked + label:before {
  background-color: initial;
}

.checkbox [type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #C7C7C7;
  border-color: #C7C7C7;
}

.checkbox.checkbox-small [type=checkbox].filled-in:checked + label:after,
.checkbox.checkbox-small [type=checkbox].filled-in:not(:checked) + label:after {
  height: 15px;
  width: 15px;
}

.checkbox.checkbox-small [type=checkbox].filled-in:checked + label:before {
  height: 10px;
  width: 6px;
}

.checkbox.checkbox-inline {
  display: inline-block;
  margin-right: 1rem;
}

.checkbox.checkbox-white [type=checkbox].filled-in:not(:checked) + label:after {
  border: 1px solid #FFFFFF;
}

/* -------------------------------- checkbox -------------------------------- */
/* -------------------------------------------------------------------------- */
/*                           Checkbox & Radio Button                          */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Switch Start                                */
/* -------------------------------------------------------------------------- */
.switch-box {
  display: flex;
  align-items: center;
}

.switch-box span {
  margin: 0 10px;
}

.switch-box .switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 40px;
  margin-bottom: 0;
}

.switch-box .switch input {
  display: none;
}

.switch-box .slider {
  background-color: #E6EAEE;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.switch-box .slider:before {
  background-color: #FFFFFF;
  bottom: 4px;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 12px;
}

.switch-box input:checked + .slider {
  background-color: #1C3A64;
}

.switch-box input:checked + .slider:before {
  transform: translateX(20px);
  background-color: #FFFFFF;
}

.switch-box .slider.round {
  border-radius: 34px;
}

.switch-box .slider.round:before {
  border-radius: 50%;
}

.switch-box.switch-notallowed .slider {
  cursor: not-allowed;
}

.switch-box.switch-box-warning input:checked + .slider {
  background-color: #FFA114;
}

.switch-box.switch-box-danger input:checked + .slider {
  background-color: #FF5D5D;
}

.switch-box.switch-box-success input:checked + .slider {
  background-color: #0F9D58;
}

.switch-box.switch-lg .switch {
  height: 30px;
  width: 60px;
}
.switch-box.switch-lg .switch .slider:before {
  height: 22px;
  left: 4px;
  width: 22px;
}
.switch-box.switch-lg input:checked + .slider:before {
  transform: translateX(30px);
  background-color: #FFFFFF;
}
.switch-box input:disabled + .slider {
  opacity: 0.3;
  cursor: no-drop;
}

/* -------------------------------------------------------------------------- */
/*                                 Switch End                                 */
/* -------------------------------------------------------------------------- */
.res-header {
  background-color: #1C3A64;
  padding: 16px 0;
}

.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  height: 100svh;
  padding: 48px 32px;
  overflow-y: auto;
  width: 100%;
  display: flex;
  grid-gap: 48px;
  flex-direction: column;
  color: #FFFFFF;
  max-width: 440px;
  background-color: #1C3A64;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar h1 {
  color: #FDB022;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar .dnd-form-content-stepper-list {
  display: flex;
  flex-direction: column;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar .dnd-form-content-stepper-list .dnd-stepper-list-item {
  opacity: 0.5;
  display: flex;
  grid-gap: 16px;
  position: relative;
  align-items: flex-start;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar .dnd-form-content-stepper-list .dnd-stepper-list-item.active {
  opacity: 1;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar .dnd-form-content-stepper-list .dnd-stepper-list-item .dnd-stepper-item-icon {
  --icon-size: 48px;
  font-size: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
  flex: 0 0 auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar .dnd-form-content-stepper-list .dnd-stepper-list-item .dnd-stepper-item-icon > img {
  width: 0.5em;
  height: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar .dnd-form-content-stepper-list .dnd-stepper-list-item:not(:last-child) .dnd-stepper-item-icon::after {
  content: "";
  width: 2px;
  height: calc(100% - (var(--icon-size) + 10px));
  background: #FFFFFF;
  position: absolute;
  top: calc(var(--icon-size) + 4px);
  left: calc(var(--icon-size) / 2);
  transform: translateX(-50%);
  border-radius: 2px;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar .dnd-form-content-stepper-list .dnd-stepper-list-item .dnd-stepper-item-content {
  display: flex;
  grid-gap: 2px;
  flex-direction: column;
  padding-bottom: 32px;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar .dnd-form-content-stepper-list .dnd-stepper-list-item .dnd-stepper-item-content .dnd-stepper-item-content-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-sidebar .dnd-form-content-stepper-list .dnd-stepper-list-item .dnd-stepper-item-content .dnd-stepper-item-content-subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body {
  width: calc(100% - 440px);
  margin-left: 440px;
  position: relative;
}
@media (max-width: 1199px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-content-background {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box {
  padding: 65px 0 88px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box {
    padding-top: 32px;
  }
}
@media (max-width: 576px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box {
    padding-top: 20px;
  }
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content {
  padding: 0 16px 0 65px;
  display: none;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content.active-body {
  display: block;
}
@media (max-width: 991px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content {
    padding: 0 16px 0 32px;
  }
}
@media (max-width: 575px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content {
    padding: 0 16px;
  }
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content .dnd-stepper-container {
  width: 100%;
  max-width: 670px;
}
@media (max-width: 767px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content .dnd-stepper-container {
    max-width: 100%;
  }
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content .dnd-stepper-container .dnd-stepper-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content .dnd-stepper-container .dnd-stepper-header .dnd-stepper-header-icon {
  font-size: 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #D5D7DA;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin-bottom: 24px;
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content .dnd-stepper-container .dnd-stepper-header .dnd-stepper-header-icon img {
  width: 0.5em;
  height: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content .dnd-stepper-container .dnd-stepper-header .dnd-stepper-header-icon {
    font-size: 48px;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content .dnd-stepper-container .dnd-stepper-header .dnd-stepper-header-icon {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content .dnd-stepper-container .dnd-stepper-header .dnd-stepper-header-content {
  display: flex;
  grid-gap: 12px;
  flex-direction: column;
}
@media (max-width: 575px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-box .dnd-stepper-content .dnd-stepper-container .dnd-stepper-header .dnd-stepper-header-content {
    grid-gap: 0;
  }
}
.dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-action-bar {
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  width: calc(100% - 440px);
  margin-left: 440px;
  z-index: 3;
  border-top: 1px solid #D5D7DA;
}
@media (max-width: 1199px) {
  .dnd-section-patient-form .dnd-patient-form-body .dnd-patient-form-content-body .dnd-patient-form-action-bar {
    width: 100%;
    margin-left: 0;
  }
}

.dnd-practice-check {
  position: relative;
  padding: 0;
}
.dnd-practice-check .form-check-input {
  position: absolute;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.dnd-practice-check .form-check-input:checked + .form-check-label {
  border: 1px solid #1C3A64;
}
.dnd-practice-check .form-check-label {
  padding: 10px;
  border: 1px solid #D5D7DA;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dnd-radio-check {
  margin-bottom: 16px;
  border: 1px solid #D5D7DA;
  border-radius: 8px;
  padding: 0 0 0 8px;
  font-size: 14px;
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.dnd-radio-check:has(.form-check-input:checked) {
  background-color: #dbf1fe;
}
.dnd-radio-check .form-check-input {
  float: unset;
  margin: 0;
}
.dnd-radio-check .form-check-label {
  width: 100%;
  padding: 8px 16px 8px 0;
}

.dnd-external-signature-bar {
  display: flex;
  grid-gap: 10px;
  margin-top: 10px;
  align-items: center;
  width: calc(100% - 20px);
}

.dnd-file-upload-box {
  border: 1px solid #D5D7DA;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dnd-file-upload-box input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.dnd-file-upload-box .dnd-file-upload-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px 10px;
  height: 100%;
}
.dnd-file-upload-box .dnd-file-upload-content-icon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #D5D7DA;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin-bottom: 12px;
}
.dnd-file-upload-box .dnd-file-upload-content-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.dnd-file-preview {
  margin-top: 16px;
}
.dnd-file-preview .row {
  --bs-gutter-y: 16px;
  --bs-gutter-y: 16px;
}
.dnd-file-preview .dnd-file-preview-wrapper {
  border: 1px solid #D5D7DA;
  border-radius: 8px;
  padding: 4px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 200px;
  overflow: hidden;
}
.dnd-file-preview .dnd-file-preview-wrapper .dnd-file-item {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dnd-file-preview .dnd-file-preview-wrapper .dnd-file-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.dnd-medication-group .dnd-medication-control {
  width: calc(100% - 38px);
}
.dnd-medication-group .form-control-spacer,
.dnd-medication-group .remove-medication,
.dnd-medication-group .remove-allergy {
  width: 38px;
  height: 38px;
}