/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.eva-criteria-list, .css-equal-content, .css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.flex-subtitle, .col-gap-15 {
  column-gap: 15px;
}

.progress-blk.five-steps ul li .progress-circle-div, .link-style, .flex-subtitle, .profile-form .group-img i, .profile-img-del:hover, .profile-img-del, .count-wrapper .count-card .count-icon, .settings-btn .upload, .avatar-title, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.flex-card {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  column-gap: 20px;
}

.flex-li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  column-gap: 7px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table td.table-truncate {
  text-overflow: ellipsis;
  max-width: 257px;
  overflow: hidden;
}

.profile-photo, .display-flex-center-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.profile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.btn-primary:disabled, .btn-primary:active:not(:disabled):not(.disabled), .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.progress-blk.five-steps ul li .progress-circle-div, .link-style, .flex-subtitle, .profile-form .group-img i, .profile-img-del:hover, .profile-img-del, .count-wrapper .count-card .count-icon, .settings-btn .upload, .avatar-title, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/******* BASE *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.primary {
  background-color: #203E80;
}

.secondary {
  background-color: #374B5C;
}

html {
  height: 100%;
  background-color: #F9F9F9;
}

body {
  background-color: #F9F9F9;
  color: #141414;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

h1 {
  color: #374B5C;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}

h3 {
  color: #374B5C;
}

h4 {
  color: #374B5C;
}

h5 {
  color: #374B5C;
}

h6 {
  color: #374B5C;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important;
}

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

::-webkit-scrollbar-thumb {
  background: #203E80;
}

::-webkit-scrollbar-thumb:hover {
  background: #203E80;
}

a {
  outline: none;
  text-decoration: none;
  color: #203E80;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  outline: none;
  color: #203E80;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:active {
  outline: none;
  color: #203E80;
  text-decoration: none;
}
a:focus {
  outline: none;
  color: #203E80;
  text-decoration: none;
}

input {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.table-responsive {
  white-space: nowrap;
}

.gap-14 {
  gap: 14px;
}

.gap-10 {
  gap: 10px;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  border: 1px solid #E3E3E3;
  box-shadow: none;
  background-color: #ffffff;
  color: #000000;
  height: 46px;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 8px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-control:focus {
  border-color: #203E80;
  box-shadow: none;
  outline: none;
}

.form-grouphead {
  margin: 0 0 24px;
}
.form-grouphead h2 {
  font-size: 16px;
  font-weight: 700;
}

textarea.form-control {
  border: 1px solid #E3E3E3;
  box-shadow: none;
  color: #203E80;
  height: 135px;
  padding: 15px;
  border-radius: 8px;
  background: #ffffff;
  resize: vertical;
}

.table-content h5 {
  font-size: 14px;
  font-weight: 600;
}
.table-content h6 {
  color: #666666;
  font-size: 13px;
  margin: 0;
}

.form-control.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-control.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

button {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
}
button:focus {
  outline: none;
}

input[type=file] {
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navbar-nav > li {
  float: left;
}

.btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 10px 18px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .btn {
    padding: 7px 12px;
  }
}

.form-set {
  margin-bottom: 20px;
}
.form-set label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
}
.form-set label span.mandatory {
  color: #FC1313;
  margin-left: 5px;
}
.form-set label span {
  color: #B7B7B7;
  font-size: 13px;
  margin-left: 0;
  font-weight: 400;
}

.input-group .form-control {
  height: 40px;
}

.nav .open > a {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.font-weight-600 {
  font-weight: 600;
}

div.dataTables_wrapper div.dataTables_length select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.badge-suspend {
  padding: 5px;
  background-color: #203E80;
  color: #ffffff;
  border-radius: 5px;
}

.badge-reset {
  padding: 5px;
  background-color: #ffbc34;
  color: #ffffff;
  border-radius: 5px;
}

.badge-permission {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background-color: #27c24c;
  color: #ffffff;
  border-radius: 5px;
}
.badge-permission:hover {
  color: #ffffff;
  background-color: #22C55E;
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.eva-criteria-list, .css-equal-heights, .css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.flex-subtitle, .col-gap-15 {
  column-gap: 15px;
}

.progress-blk.five-steps ul li .progress-circle-div, .link-style, .flex-subtitle, .profile-form .group-img i, .profile-img-del:hover, .profile-img-del, .count-wrapper .count-card .count-icon, .settings-btn .upload, .avatar-title, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.flex-card {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  column-gap: 20px;
}

.flex-li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  column-gap: 7px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table td.table-truncate {
  text-overflow: ellipsis;
  max-width: 257px;
  overflow: hidden;
}

.profile-photo, .display-flex-center-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.profile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.btn-primary:disabled, .btn-primary:active:not(:disabled):not(.disabled), .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.progress-blk.five-steps ul li .progress-circle-div, .link-style, .flex-subtitle, .profile-form .group-img i, .profile-img-del:hover, .profile-img-del, .count-wrapper .count-card .count-icon, .settings-btn .upload, .avatar-title, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }
  .col.col-xs-11 {
    width: 91.66666667%;
  }
  .col.col-xs-10 {
    width: 83.33333333%;
  }
  .col.col-xs-9 {
    width: 75%;
  }
  .col.col-xs-8 {
    width: 66.66666667%;
  }
  .col.col-xs-7 {
    width: 58.33333333%;
  }
  .col.col-xs-6 {
    width: 50%;
  }
  .col.col-xs-5 {
    width: 41.66666667%;
  }
  .col.col-xs-4 {
    width: 33.33333333%;
  }
  .col.col-xs-3 {
    width: 25%;
  }
  .col.col-xs-2 {
    width: 16.66666667%;
  }
  .col.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }
  .col.col-sm-11 {
    width: 91.66666667%;
  }
  .col.col-sm-10 {
    width: 83.33333333%;
  }
  .col.col-sm-9 {
    width: 75%;
  }
  .col.col-sm-8 {
    width: 66.66666667%;
  }
  .col.col-sm-7 {
    width: 58.33333333%;
  }
  .col.col-sm-6 {
    width: 50%;
  }
  .col.col-sm-5 {
    width: 41.66666667%;
  }
  .col.col-sm-4 {
    width: 33.33333333%;
  }
  .col.col-sm-3 {
    width: 25%;
  }
  .col.col-sm-2 {
    width: 16.66666667%;
  }
  .col.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }
  .col.col-md-11 {
    width: 91.66666667%;
  }
  .col.col-md-10 {
    width: 83.33333333%;
  }
  .col.col-md-9 {
    width: 75%;
  }
  .col.col-md-8 {
    width: 66.66666667%;
  }
  .col.col-md-7 {
    width: 58.33333333%;
  }
  .col.col-md-6 {
    width: 50%;
  }
  .col.col-md-5 {
    width: 41.66666667%;
  }
  .col.col-md-4 {
    width: 33.33333333%;
  }
  .col.col-md-3 {
    width: 25%;
  }
  .col.col-md-2 {
    width: 16.66666667%;
  }
  .col.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-11 {
    width: 91.66666667%;
  }
  .col.col-lg-10 {
    width: 83.33333333%;
  }
  .col.col-lg-9 {
    width: 75%;
  }
  .col.col-lg-8 {
    width: 66.66666667%;
  }
  .col.col-lg-7 {
    width: 58.33333333%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-5 {
    width: 41.66666667%;
  }
  .col.col-lg-4 {
    width: 33.33333333%;
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: 16.66666667%;
  }
  .col.col-lg-1 {
    width: 8.33333333%;
  }
}

/******* COMPONENTS ******/
.btn-primary {
  background-color: #203E80;
  border: 1px solid #203E80;
  box-shadow: inset 0 0 0 #ffffff;
  border-radius: 5px;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #ffffff;
  border: 1px solid #203E80;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #203E80;
}
.btn-primary:focus {
  background-color: linear-gradient(90deg, #203E7F 0%, #2E77E3 100%);
  border: 1px solid #203E80;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #203E80;
}
.btn-primary:active {
  background-color: #ffffff;
  border: 1px solid #203E80;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #203E80;
}
.btn-primary:active:focus {
  background-color: #ffffff;
  border: 1px solid #203E80;
  box-shadow: inset 0 70px 0 0 #203E80;
  color: #203E80;
}
.btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-primary:active:hover {
  background-color: #ffffff;
  border: 1px solid #203E80;
  box-shadow: inset 0 70px 0 0 #203E80;
  color: #203E80;
}
.btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #ffffff;
  border: 1px solid #203E80;
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: #203E80;
}
.btn-primary:disabled {
  background-color: #ffffff;
  border: 1px solid #203E80;
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: #203E80;
}

.btn-primary-outline {
  border: 1px solid #203E80;
  color: #203E80;
}
.btn-primary-outline:hover {
  background-color: #203E80;
  border: 1px solid #203E80;
  box-shadow: 0 50px 0 0 #203E80 inset;
  color: #ffffff;
}
.btn-primary-outline:focus {
  background-color: #203E80;
  border: 1px solid #203E80;
  box-shadow: 0 50px 0 0 #203E80 inset;
  color: #ffffff;
}

.btn-secondary-outline {
  border: 1px solid #999999;
  color: #999999;
  background: transparent;
}
.btn-secondary-outline:hover {
  box-shadow: 0 50px 0 0 #999999 inset;
  color: #ffffff !important;
}
.btn-secondary-outline:focus {
  box-shadow: 0 50px 0 0 #999999 inset;
  color: #ffffff !important;
}

.btn-primary-light {
  background: rgba(32, 62, 127, 0.1);
  color: #203E80;
}
.btn-primary-light:hover {
  background-color: linear-gradient(90deg, rgb(253, 153, 0) 0%, rgb(255, 106, 23) 100%);
  border: 1px solid #203E80;
  box-shadow: 0 50px 0 0 #203E80 inset;
  color: #ffffff;
}
.btn-primary-light:hover img {
  filter: brightness(0) invert(1);
}
.btn-primary-light:focus {
  background-color: linear-gradient(90deg, rgb(253, 153, 0) 0%, rgb(255, 106, 23) 100%);
  border: 1px solid #203E80;
  box-shadow: 0 50px 0 0 #203E80 inset;
  color: #ffffff;
}

.btn-greys {
  background: rgba(236, 236, 236, 0.2);
  color: #999999;
  border: 1px solid rgba(236, 236, 236, 0.2);
  border-radius: 5px;
}
.btn-greys.active {
  background-color: rgba(32, 62, 127, 0.1);
  border: 1px solid rgba(32, 62, 127, 0.1);
  color: #203E80;
}
.btn-greys:hover {
  background-color: rgba(32, 62, 127, 0.1);
  border: 1px solid rgba(32, 62, 127, 0.1);
  box-shadow: 0 50px 0 0 rgba(32, 62, 127, 0.1) inset;
  color: #ffffff;
}
.btn-greys:focus {
  background-color: #203E80;
  border: 1px solid #203E80;
  box-shadow: 0 50px 0 0 #203E80 inset;
  color: #ffffff;
}

.flatpickr-day.selected {
  background-color: #203E80;
  border-color: #203E80;
}
.flatpickr-day.selected:hover {
  background-color: #203E80;
  border-color: #203E80;
}

.btn-gray {
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
}
.btn-gray:hover {
  background: #203E80;
  color: #fff;
}

/****** LAYOUT ******/
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar .border {
  border-width: 3px !important;
}
.avatar .rounded {
  border-radius: 6px !important;
}
.avatar .avatar-title {
  font-size: 18px;
}

.avatar-title {
  width: 100%;
  height: 100%;
  background-color: #203E80;
  color: #ffffff;
}

.avatar-away:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  background-color: #ffbc34;
}

.avatar-offline:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  background-color: #f05050;
}

.avatar-online:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  background-color: #27c24c;
}

.avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.avatar-xs .border {
  border-width: 2px !important;
}
.avatar-xs .rounded {
  border-radius: 4px !important;
}
.avatar-xs .avatar-title {
  font-size: 12px;
}

.avatar-xs.avatar-away:before {
  border-width: 1px;
}

.avatar-xs.avatar-offline:before {
  border-width: 1px;
}

.avatar-xs.avatar-online:before {
  border-width: 1px;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.avatar-sm .border {
  border-width: 3px !important;
}
.avatar-sm .rounded {
  border-radius: 4px !important;
}
.avatar-sm .avatar-title {
  font-size: 15px;
}

.avatar-sm.avatar-away:before {
  border-width: 2px;
}

.avatar-sm.avatar-offline:before {
  border-width: 2px;
}

.avatar-sm.avatar-online:before {
  border-width: 2px;
}

.btn-block {
  width: 100%;
}

.btn-link {
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: underline;
}

.btn.focus {
  box-shadow: unset;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.font-12 {
  font-size: 12px !important;
}

.text-underline {
  text-decoration: underline !important;
}

.badge {
  display: inline-block;
  padding: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  border-radius: 5px;
  text-align: center;
}

.table .badge {
  min-width: 104px;
}

.badge-primary {
  background-color: #203E80 !important;
}

.badge-success {
  background-color: #22C55E !important;
}

.badge-info {
  background-color: #009efb !important;
}

.badge-warning {
  background-color: #203E80 !important;
}

.badge-danger {
  background-color: #f62d51 !important;
}

.text-primary {
  color: #203E80;
}

.badge-warning-light {
  background: rgba(32, 62, 127, 0.1) !important;
  color: #203E80 !important;
}

.badge-success-light {
  background: rgba(0, 153, 0, 0.1);
  color: #009900;
}

.badge-info-light {
  background: rgba(0, 10, 255, 0.1);
  color: #000AFF;
}

.badge-test-light {
  background: rgba(9, 145, 243, 0.1);
  color: #0991F3;
}

.badge-primary-light {
  background: rgba(32, 62, 127, 0.1);
  color: #203E80;
}

.badge-grey-light {
  background: #E7E7E7;
  color: #000;
}

.text-info {
  color: #0564F2 !important;
}

.reported-text {
  font-weight: 500 !important;
}

.hide {
  display: none !important;
}

.dropdown-menu {
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  transform-origin: left top 0;
  box-shadow: inherit;
  background-color: #ffffff;
  font-size: 14px;
  color: #999999;
  padding: 0;
}
.dropdown-menu > li > a.text-primary {
  color: #203E80 !important;
}
.dropdown-menu > li > a.text-success {
  color: #23ad44 !important;
}
.dropdown-menu > li > a.text-danger {
  color: #f05050 !important;
}
.dropdown-menu > li > a.text-info {
  color: #009efb !important;
}
.dropdown-menu > li > a.text-warning {
  color: #ffbc34 !important;
}
.dropdown-menu > li > a.text-purple {
  color: #7460ee !important;
}

.text-success {
  color: #23ad44 !important;
}

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

.text-info {
  color: #009efb !important;
}

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

.text-purple {
  color: #7460ee !important;
}

.text-muted {
  color: #757575 !important;
}

.bg-primary {
  background-color: linear-gradient(90deg, #203E7F 0%, #2E77E3 100%);
}

.btn-primary {
  background-color: linear-gradient(90deg, #203E7F 0%, #2E77E3 100%);
}
.btn-primary:hover {
  background-color: #203E80;
  border: 1px solid #203E80;
  box-shadow: 0 50px 0 0 #ffffff inset;
  color: #203E80;
}
.btn-primary:focus {
  background-color: #203E80;
  border: 1px solid #203E80;
}
.btn-primary:active {
  background-color: #203E80;
  border: 1px solid #203E80;
}
.btn-primary:active:focus {
  background: #203E80;
  border: 1px solid #203E80;
}
.btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-primary:active:hover {
  background: #203E80;
  border: 1px solid #203E80;
}
.btn-primary:active:not(:disabled):not(.disabled) {
  background: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.btn-primary:disabled {
  background-color: #203E80;
  border-color: #203E80;
  color: #ffffff;
}

.btn-submit {
  background-color: #203E80;
  border-color: #203E80;
  border-width: 2px;
  color: #F1F1F1;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 28px;
  display: flex;
  align-items: center;
}
.btn-submit:hover {
  background-color: #203E80;
  border: 2px solid #203E80;
  box-shadow: 0 50px 0 0 #ffffff inset;
  color: #203E80;
}
.btn-submit:focus {
  background-color: #203E80;
  border: 2px solid #203E80;
}
.btn-submit:active {
  background-color: #203E80;
  border: 2px solid #203E80;
}
.btn-submit:active:focus {
  background: #203E80;
  border: 1px solid #203E80;
}
.btn-submit:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-submit:active:hover {
  background: #374B5C;
  border: 2px solid #374B5C;
}
.btn-submit:active:not(:disabled):not(.disabled) {
  background: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.btn-submit:disabled {
  background-color: #374B5C;
  border-color: #374B5C;
  color: #ffffff;
}

.btn-cancel {
  background-color: #F4EFFC;
  border-color: #F4EFFC;
  border-width: 2px;
  color: #999999;
  font-size: 15px;
  font-weight: 400;
}
.btn-cancel:hover {
  background-color: #F4EFFC;
  border: 2px solid #F4EFFC;
  box-shadow: 0 50px 0 0 #ffffff inset;
  color: #999999;
}
.btn-cancel:focus {
  background-color: #F4EFFC;
  border: 2px solid #F4EFFC;
}
.btn-cancel:active {
  background-color: #374B5C;
  border: 2px solid #374B5C;
}
.btn-cancel:active:focus {
  background: #374B5C;
  border: 1px solid #374B5C;
}
.btn-cancel:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-cancel:active:hover {
  background: #374B5C;
  border: 2px solid #374B5C;
}
.btn-cancel:active:not(:disabled):not(.disabled) {
  background: #374B5C;
  border-color: #374B5C;
  color: #ffffff;
}
.btn-cancel:disabled {
  background-color: #374B5C;
  border-color: #374B5C;
  color: #ffffff;
}

.btn-secondary {
  border-width: 2px;
}

.fs-14 {
  font-size: 14px !important;
}

.btn-primary.active {
  background-color: #203E80;
  border: 2px solid #203E80;
}
.btn-primary.active:focus {
  background: #203E80;
  border: 1px solid #203E80;
}
.btn-primary.active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-primary.active:hover {
  background: #203E80;
  border: 1px solid #203E80;
}
.btn-primary.active:not(:disabled):not(.disabled) {
  background: #203E80;
  border-color: #203E80;
  color: #ffffff;
}

.open > .dropdown-toggle.btn-primary {
  background-color: #203E80;
  border: 2px solid #203E80;
}
.open > .dropdown-toggle.btn-primary:focus {
  background: #203E80;
  border: 1px solid #203E80;
}
.open > .dropdown-toggle.btn-primary:hover {
  background: #203E80;
  border: 1px solid #203E80;
}
.open > .dropdown-toggle.btn-primary.focus {
  background: #203E80;
  border: 1px solid #203E80;
}
.open > .dropdown-toggle.btn-success {
  background-color: #27c24c;
  border: 1px solid #27c24c;
  color: #ffffff;
}
.open > .dropdown-toggle.btn-success:focus {
  background-color: #27c24c;
  border: 1px solid #27c24c;
}
.open > .dropdown-toggle.btn-success:hover {
  background-color: #27c24c;
  border: 1px solid #27c24c;
}
.open > .dropdown-toggle.btn-success.focus {
  background-color: #27c24c;
  border: 1px solid #27c24c;
}
.open > .dropdown-toggle.btn-info {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.open > .dropdown-toggle.btn-info:focus {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.open > .dropdown-toggle.btn-info:hover {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.open > .dropdown-toggle.btn-info.focus {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.open > .dropdown-toggle.btn-warning {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.open > .dropdown-toggle.btn-warning:focus {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.open > .dropdown-toggle.btn-warning:hover {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.open > .dropdown-toggle.btn-warning.focus {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.open > .dropdown-toggle.btn-danger {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.open > .dropdown-toggle.btn-danger:focus {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.open > .dropdown-toggle.btn-danger:hover {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.open > .dropdown-toggle.btn-danger.focus {
  background-color: #f05050;
  border: 1px solid #f05050;
}

.btn-primary.active.focus {
  background: #203E80;
  border: 1px solid #203E80;
}

.btn-primary.focus:active {
  background: #203E80;
  border: 1px solid #203E80;
}

.show > .btn-primary.dropdown-toggle {
  background: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-success.dropdown-toggle {
  background-color: #27c24c;
  border-color: #27c24c;
  color: #ffffff;
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-info.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
  color: #ffffff;
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-warning.dropdown-toggle {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #ffffff;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-danger.dropdown-toggle {
  background-color: #f05050;
  border-color: #f05050;
  color: #ffffff;
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #203E80;
  border-color: #203E80;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-success.dropdown-toggle {
  background-color: #27c24c;
  border-color: #27c24c;
}
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-info.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
}
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #f05050;
  border-color: #f05050;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary.disabled {
  background-color: #203E80;
  border-color: #203E80;
  color: #ffffff;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.btn-secondary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.btn-success {
  background-color: #27c24c;
  border: 1px solid #27c24c;
  background: #27c24c;
  color: #fff !important;
}
.btn-success:hover {
  background-color: #27c24c;
  border: 1px solid #27c24c;
  color: #ffffff;
}
.btn-success:focus {
  background-color: #27c24c;
  border: 1px solid #27c24c;
  color: #ffffff;
}
.btn-success:active {
  background-color: #27c24c;
  border: 1px solid #27c24c;
  color: #ffffff;
}
.btn-success:active:focus {
  background-color: #27c24c;
  border: 1px solid #27c24c;
}
.btn-success:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-success:active:hover {
  background-color: #27c24c;
  border: 1px solid #27c24c;
}
.btn-success:active:not(:disabled):not(.disabled) {
  background-color: #27c24c;
  border-color: #27c24c;
  color: #ffffff;
}
.btn-success:disabled {
  background-color: #27c24c;
  border-color: #27c24c;
  color: #ffffff;
}

.btn-success.active {
  background-color: #27c24c;
  border: 1px solid #27c24c;
  color: #ffffff;
}
.btn-success.active:focus {
  background-color: #27c24c;
  border: 1px solid #27c24c;
}
.btn-success.active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-success.active:hover {
  background-color: #27c24c;
  border: 1px solid #27c24c;
}
.btn-success.active:not(:disabled):not(.disabled) {
  background-color: #27c24c;
  border-color: #27c24c;
  color: #ffffff;
}

.btn-success.active.focus {
  background-color: #27c24c;
  border: 1px solid #27c24c;
}

.btn-success.focus:active {
  background-color: #27c24c;
  border: 1px solid #27c24c;
}

.btn-success.disabled {
  background-color: #27c24c;
  border-color: #27c24c;
  color: #ffffff;
}

.btn-info {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:hover {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:focus {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:active {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:active:focus {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-info:active:hover {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:active:not(:disabled):not(.disabled) {
  background-color: #009efb;
  border-color: #009efb;
  color: #ffffff;
}
.btn-info:disabled {
  background-color: #009efb;
  border-color: #009efb;
  color: #ffffff;
}

.btn-info.active {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info.active:focus {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info.active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-info.active:hover {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info.active:not(:disabled):not(.disabled) {
  background-color: #009efb;
  border-color: #009efb;
  color: #ffffff;
}

.btn-info.active.focus {
  background-color: #009efb;
  border: 1px solid #009efb;
}

.btn-info.focus:active {
  background-color: #009efb;
  border: 1px solid #009efb;
}

.btn-info.disabled {
  background-color: #009efb;
  border-color: #009efb;
  color: #ffffff;
}

.btn-warning {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:hover {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:focus {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:active {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:active:focus {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-warning:active:hover {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:active:not(:disabled):not(.disabled) {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #ffffff;
}
.btn-warning:disabled {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #ffffff;
}

.btn-warning.active {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning.active:focus {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning.active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-warning.active:hover {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning.active:not(:disabled):not(.disabled) {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #ffffff;
}

.btn-warning.active.focus {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}

.btn-warning.focus:active {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}

.btn-warning.disabled {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #ffffff;
}

.btn-danger {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.btn-danger:hover {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.btn-danger:focus {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.btn-danger:active {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.btn-danger:active:focus {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.btn-danger:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-danger:active:hover {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.btn-danger:active:not(:disabled):not(.disabled) {
  background-color: #f05050;
  border-color: #f05050;
  color: #ffffff;
}
.btn-danger:disabled {
  background-color: #f05050;
  border-color: #f05050;
  color: #ffffff;
}

.btn-danger.active {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.btn-danger.active:focus {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.btn-danger.active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-danger.active:hover {
  background-color: #f05050;
  border: 1px solid #f05050;
}
.btn-danger.active:not(:disabled):not(.disabled) {
  background-color: #f05050;
  border-color: #f05050;
  color: #ffffff;
}

.btn-danger.active.focus {
  background-color: #f05050;
  border: 1px solid #f05050;
}

.btn-danger.focus:active {
  background-color: #f05050;
  border: 1px solid #f05050;
}

.btn-danger.disabled {
  background-color: #f05050;
  border-color: #f05050;
  color: #ffffff;
}

.btn-light.active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.btn-light {
  border-color: #e6e6e6;
  color: #a6a6a6;
}
.btn-light:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.btn-dark:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.btn-outline-primary {
  color: #203E80;
  border-color: #203E80;
}
.btn-outline-primary:hover {
  background-color: #203E80;
  border-color: #203E80;
}
.btn-outline-primary:focus {
  box-shadow: none;
}
.btn-outline-primary:disabled {
  color: #203E80;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #203E80;
  border-color: #203E80;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #203E80;
  border-color: #203E80;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn-outline-primary.focus {
  box-shadow: none;
}

.btn-outline-primary.disabled {
  color: #203E80;
  background-color: transparent;
}

.btn-outline-success {
  color: #27c24c;
  border-color: #27c24c;
}
.btn-outline-success:hover {
  background-color: #27c24c;
  border-color: #27c24c;
}
.btn-outline-success:focus {
  box-shadow: none;
}
.btn-outline-success:disabled {
  color: #27c24c;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #27c24c;
  border-color: #27c24c;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled).active {
  background-color: #27c24c;
  border-color: #27c24c;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn-outline-success.focus {
  box-shadow: none;
}

.btn-outline-success.disabled {
  color: #27c24c;
  background-color: transparent;
}

.btn-outline-info {
  color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:focus {
  box-shadow: none;
}
.btn-outline-info:disabled {
  background-color: transparent;
  color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active {
  background-color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn-outline-info.focus {
  box-shadow: none;
}

.btn-outline-info.disabled {
  background-color: transparent;
  color: #009efb;
}

.btn-outline-warning {
  color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning:hover {
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning:focus {
  box-shadow: none;
}
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-warning:not(:disabled):not(.disabled).active {
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn-outline-warning.focus {
  box-shadow: none;
}

.btn-outline-warning.disabled {
  background-color: transparent;
  color: #ffbc34;
}

.btn-outline-danger {
  color: #f05050;
  border-color: #f05050;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f05050;
  border-color: #f05050;
}
.btn-outline-danger:focus {
  box-shadow: none;
}
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #f05050;
}
.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #f05050;
  border-color: #f05050;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-danger:not(:disabled):not(.disabled).active {
  background-color: #f05050;
  border-color: #f05050;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn-outline-danger.focus {
  box-shadow: none;
}

.btn-outline-danger.disabled {
  background-color: transparent;
  color: #f05050;
}

.pagination > .active > a {
  background-color: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.pagination > .active > a:focus {
  background-color: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.pagination > .active > a:hover {
  background-color: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.pagination > .active > span {
  background-color: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.pagination > .active > span:focus {
  background-color: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.pagination > .active > span:hover {
  background-color: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.pagination > li > a {
  color: #203E80;
}
.pagination > li > span {
  color: #203E80;
}

.page-link:hover {
  color: #203E80;
}
.page-link:focus {
  box-shadow: unset;
}

.page-item:first-child .page-link {
  margin-left: 0 !important;
}

.page-item.active .page-link {
  background-color: #203E80;
  border-color: #203E80;
}

.dropdown-item.active {
  background-color: #203E80;
}

.dropdown-item {
  font-size: 13px;
  color: #374B5C;
  padding: 7px 12px;
}
.dropdown-item:active {
  background-color: #203E80;
}

.navbar-nav .open .dropdown-menu {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.card-body {
  padding: 1.5rem;
}

.card-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 1.5rem;
}

.card-footer {
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  padding: 1rem 1.5rem;
}

.card .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
}
.card .card-header .card-title {
  margin-bottom: 0;
  font-size: 18px;
}

.btn-update:hover {
  background: transparent;
  color: #203E80;
}

.custom-radios {
  padding-left: 25px;
}
.custom-radios input[type=radio] + label {
  position: relative;
}
.custom-radios input[type=radio] + label::after {
  position: absolute;
  content: "";
  background: #C9C9C9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -18px;
  top: 6px;
}
.custom-radios input[type=radio] + label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #C9C9C9;
  left: -22px;
  top: 2px;
  border-radius: 50%;
  background: #ffffff !important;
}
.custom-radios .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #203E80;
}
.custom-radios .custom-control-input:checked ~ .custom-control-label::after {
  background: #203E80;
}

.radiossets {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0 !important;
}
.radiossets input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiossets input:checked ~ .checkmark-radio {
  background-color: #ffffff;
  border: 1px solid #203E80;
}
.radiossets input:checked ~ .checkmark-radio:after {
  display: block;
}
.radiossets:hover input ~ .checkmark-radio {
  background-color: #eee;
}
.radiossets .checkmark-radio:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #203E80;
}

.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #D1D1D6;
}
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

ul.custom-radiosbtn {
  display: flex;
}
ul.custom-radiosbtn li {
  margin-right: 20px;
}

.input-tags.form-control {
  display: block;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #999999;
  min-height: 44px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 10px;
}

.vw-auto {
  min-width: auto !important;
}

.bor-b-0 {
  border-bottom: 0 !important;
}

.bootstrap-tagsinput {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #999999;
  height: 44px;
  padding: 5px;
  width: 100%;
  box-shadow: none;
  flex-wrap: wrap;
  overflow: auto;
}
.bootstrap-tagsinput .tag {
  margin-bottom: 0;
  color: #999999;
  background: #ECECEC;
  font-size: 12px;
  font-weight: 500;
  margin: 5px;
  padding: 0px 5px;
  border-radius: 5px;
  display: flex;
}
@media (max-width: 568px) {
  .bootstrap-tagsinput .tag {
    white-space: nowrap;
  }
}

.manidory {
  color: #203E80;
  margin-left: 5px;
}

.settings-label {
  margin-bottom: 10px;
}

.settings-btn {
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  color: #203E80;
  cursor: pointer;
  font-weight: 400;
  padding: 15px 15px;
  position: relative;
  width: 100%;
  height: 50px;
}
.settings-btn .hide-input {
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-height: auto;
  padding-left: 4px;
  padding-top: 0;
  line-height: 10px;
  width: 100%;
  opacity: 0;
}
.settings-btn .upload {
  position: absolute;
  z-index: 11;
  background: #203E80;
  border-radius: 5px;
  right: 2px;
  top: 1.5px;
  width: 44px;
  height: 45px;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
}

.form-head span {
  color: #f05050;
  font-size: 10px;
  margin-left: 10px;
}

.form-heads {
  font-size: 18px;
  font-weight: 500;
  color: #203E80;
}

.socail-links-set ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.socail-links-set a.dropdown-toggle.nav-link {
  background: #858585;
  color: #ffffff;
  border-radius: 5px;
}

.cards {
  border: 1px solid #EEF1FE;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.0196078431);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.f-14 {
  font-size: 14px !important;
}

.upload-images {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  display: flex;
  margin-top: 20px;
  width: 196px;
  height: auto;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 5px;
}
.upload-images img {
  max-height: 195px;
  width: 100%;
}
.upload-images .btn-icon {
  color: #f05050;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  padding: 0;
  width: 15px;
  height: 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 10px;
  top: 10px;
  justify-content: center;
  -webkit-justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 9px;
  border: 1px solid #f05050;
}
.upload-images .btn-icon:hover {
  background: #f05050;
  color: #ffffff;
}
.upload-images h6 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
.upload-images h5 {
  font-size: 10px;
  font-weight: 400;
}

.color-set {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: block;
  margin-left: 25px;
  margin-right: 15px;
}

textarea.form-control {
  height: 150px;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #203E80 0%, #203E80 50%, #c4c4c4 50%, #c4c4c4 100%);
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 10px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  background: #203E80;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 14px rgba(154, 154, 154, 0.25);
}
.slider::-webkit-slider-thumb:hover {
  background: #000000;
}
.slider::-moz-range-thumb {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(154, 154, 154, 0.25);
}
.slider::-moz-range-thumb:hover {
  background: #000000;
}

.hidden-web {
  display: block;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.modal-footer.text-left {
  text-align: left;
}

.modal-footer.text-center {
  text-align: center;
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: #203E80;
  text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #203E80;
  text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #203E80;
}

.badge.badge-primary {
  background: #203E80;
  box-shadow: 0 1px 1px rgba(32, 62, 128, 0.5);
  color: #ffffff;
}

.badge {
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.badge.badge-xs {
  font-size: 10px;
  padding: 0px 5px;
  line-height: 18px;
}
.badge.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}
.badge.badge-md {
  font-size: 12px;
  padding: 5px 12px;
  line-height: 1.5;
}
.badge.badge-lg {
  padding: 0px 10px;
  line-height: 30px;
}
.badge.badge-xl {
  padding: 0px 15px;
  line-height: 35px;
}

.progress-xs {
  height: 4px;
}

.progress-sm {
  height: 15px;
}

.progress.progress-sm {
  height: 6px;
}

.progress.progress-md {
  height: 8px;
}

.progress.progress-lg {
  height: 18px;
}

.row.row-sm {
  margin-left: -3px;
  margin-right: -3px;
}
.row.row-sm > div {
  padding-left: 3px;
  padding-right: 3px;
}

.swal2-title {
  font-size: 22px !important;
  font-weight: 500;
}

.swal2-content {
  font-size: 14px !important;
  color: #374B5C !important;
}

.swal2-styled.swal2-confirm {
  font-size: 14px !important;
}

.fc-button {
  background: #fff;
  border: none;
  color: #1e1e1e;
  text-transform: capitalize;
  box-shadow: none;
  height: auto !important;
  border: 1px solid #203E80;
  margin: 0;
  padding: 6px 12px;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: rgba(32, 62, 127, 0.1) !important;
  color: #203E80 !important;
  text-shadow: none !important;
  border-color: #203E80;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.fc button {
  padding: 8px 15px;
  color: #203E80;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

th.fc-widget-header {
  background: #fff;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 10px 0;
}

.fc-event {
  border: none;
  cursor: move;
  font-size: 13px;
  text-align: center;
  border-radius: 50px;
  margin: 1px 7px;
  padding: 5px;
}

.fc-day {
  line-height: 70px;
}

.card-header-tabs {
  border-bottom: 0;
}

.tab-content {
  padding-top: 20px;
}

.select2-container {
  z-index: unset;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #999999;
  height: 44px;
  background-color: #FFFFFF;
  transition: all 0.5s;
  border-radius: 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 3px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 275px;
}

.select2-container--focus .select2-selection--single {
  border: 1px solid #203E80;
  background-color: rgba(32, 62, 127, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #363853;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #363853;
  line-height: 44px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #203E80;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #F8F8F8;
  min-height: 46px;
  background-color: #F9F9FB;
  padding: 4px 8px;
  color: #ffffff;
  border-radius: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #203E80;
  border: 0;
  font-size: 13px;
  margin-top: 6px;
  padding: 3px 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  margin-right: auto;
  float: right;
  margin-left: 15px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: relative;
  top: 1px;
  padding: 2px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ddd;
  border-width: 0 6px 6px;
  border-color: #666666;
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: -2px;
}

.form-set .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 35px;
}
.form-set.select2-fix .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.select2-dropdown {
  border: 1px solid #E3E3E3;
}

.filter-sorting .review-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-left: 0 !important;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #999999;
  background: transparent;
  height: 44px;
  overflow: auto;
}

.sidebar {
  background-color: #ffffff;
  margin-top: 0;
  border-right: 1px solid #cccccc;
  width: 270px;
  z-index: 1001;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 991px) {
  .sidebar {
    margin-left: -270px;
    width: 270px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
  }
}
.sidebar .sidebar-menu > ul > li > a span {
  display: inline-block;
  margin-left: 15px;
}
.sidebar .sidebar-menu > ul > li > a span.chat-user {
  margin-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
  margin-left: auto;
}

.sidebar.opened {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar-inner {
  height: 100%;
  min-height: 100%;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu {
  padding: 0 15px 15px;
  padding-bottom: 35px;
}
.sidebar-menu ul {
  font-size: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar-menu ul li {
  margin-bottom: 10px;
}
.sidebar-menu ul ul {
  display: none;
}
.sidebar-menu ul ul a.active {
  color: #203E80;
  text-decoration: underline;
}
.sidebar-menu ul ul a {
  display: block;
  font-size: 15px;
  padding: 7px 10px 7px 50px;
  position: relative;
}
.sidebar-menu ul ul a .menu-arrow {
  top: 10px;
}
.sidebar-menu ul ul ul a {
  padding-left: 65px;
}
.sidebar-menu ul ul ul ul a {
  padding-left: 85px;
}
.sidebar-menu ul li a i {
  display: inline-block;
  font-size: 23px;
  color: #203E80;
  text-align: left;
  vertical-align: middle;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul li.menu-title a i {
  font-size: 16px !important;
  margin-right: 0;
  text-align: right;
  width: auto;
}
.sidebar-menu li a {
  color: #868686;
  display: block;
  font-size: 14px;
  height: auto;
  padding: 0 20px;
}
.sidebar-menu li a:hover {
  color: #203E80;
}
.sidebar-menu li a > .badge {
  color: #ffffff;
}
.sidebar-menu li a.subdrop {
  color: #203E80;
}
.sidebar-menu li a.subdrop i {
  color: #203E80;
}
.sidebar-menu li a.subdrop .menu-arrow i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-menu li a.subdrop:hover {
  background-color: #ffffff;
  color: #203E80;
}
.sidebar-menu li a.subdrop:hover i {
  color: #203E80;
}
.sidebar-menu li a.subdrop:hover span {
  color: #203E80;
}
.sidebar-menu > ul > li > a {
  align-items: center;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  padding: 10px 12px;
  position: relative;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.sidebar-menu > ul > li > a:hover {
  color: #203E80;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.sidebar-menu > ul > li > a:hover i {
  color: #203E80;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.sidebar-menu > ul > li > a.active i {
  color: #203E80 !important;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.sidebar-menu > ul > li > a:hover span {
  color: #203E80;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.sidebar-menu > ul > li > a.active {
  position: relative;
  background-color: rgba(32, 62, 127, 0.1);
  color: #203E80;
}
.sidebar-menu > ul > li > a.active i {
  color: #ffffff;
}
.sidebar-menu > ul > li > a.active img {
  filter: invert(17%) sepia(9%) saturate(1784%) hue-rotate(185deg) brightness(80%) contrast(94%);
}
.sidebar-menu > ul > li > a.active:hover {
  color: #203E80;
}
.sidebar-menu > ul > li > a.active:hover span {
  color: #203E80;
}
.sidebar-menu > ul > li.active > a:hover {
  color: #203E80;
}
.sidebar-menu li.active > a {
  background-color: #203E80;
  color: #ffffff;
}
.sidebar-menu li.menu-title a {
  display: inline-block;
  margin-left: auto;
  padding: 0;
}
.sidebar-menu li.menu-title a.btn {
  color: #ffffff;
  display: block;
  float: none;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.sidebar-menu .menu-arrow i {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  position: absolute;
  right: 15px;
  display: inline-block;
  text-rendering: auto;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 12px;
  width: auto;
}

.menu-title {
  display: flex;
  font-size: 14px;
  opacity: 1;
  color: #203E80;
  margin: 15px 0px 15px 0px;
  padding: 0px 10px 15px 0px;
  border-bottom: 1px solid rgba(237, 237, 237, 0.2);
  white-space: nowrap;
}
.menu-title h6 {
  color: #203E80;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.menu-title > i {
  float: right;
  line-height: 40px;
}

.siderbar-toggle {
  position: relative;
}
.siderbar-toggle .switch {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.siderbar-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.siderbar-toggle .slider {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #B7B7B7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 41px;
  height: 21px;
}
.siderbar-toggle .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.siderbar-toggle input:checked + .slider {
  background-color: #203E80;
}
.siderbar-toggle input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  left: -5px;
}
.siderbar-toggle input:focus + .slider {
  box-shadow: 0 0 1px #203E80;
}
.siderbar-toggle .slider.round {
  border-radius: 34px;
}
.siderbar-toggle .slider.round:before {
  border-radius: 50%;
}

.sidebar-header {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 20px 15px;
  justify-content: space-between;
  height: 76px;
}

.form-groupbtn ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.form-groupbtn ul li {
  margin-right: 12px;
}
.form-groupbtn .btn {
  min-width: 104px;
  padding: 7px 15px;
  font-size: 16px;
}

.socail-links-set .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 10px;
  top: 17px;
}

.btn-update {
  border: 2px solid #203E80;
  color: #ffffff;
  background: #203E80;
}

.card-heads {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.mobile_btn {
  display: none;
  float: left;
}

.mini-sidebar .siderbar-toggle {
  opacity: 0;
  width: 1px;
}
.mini-sidebar .logo-small {
  display: block;
  min-width: 30px;
}
.mini-sidebar .sidebar-header {
  padding: 15px 0;
  justify-content: center;
}
.mini-sidebar .sidebar-logo .logo {
  display: none;
}

.mini-sidebar.expand-menu .sidebar-header {
  padding: 15px;
  justify-content: space-between;
}
.mini-sidebar.expand-menu .logo {
  display: block;
}
.mini-sidebar.expand-menu .logo-small {
  display: none;
}
.mini-sidebar.expand-menu .siderbar-toggle {
  opacity: 1;
  width: auto;
}

.logo-small {
  display: none;
}

@media (min-width: 992px) {
  .header.fixed-header #toggle_btn {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    float: left;
    font-size: 30px;
    height: 60px;
    margin-left: 15px;
    justify-content: center;
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .mini-sidebar .header-left .logo img {
    height: auto;
    max-height: 24px;
    width: auto;
  }
  .mini-sidebar .header-left .logo.logo-small {
    display: block;
  }
  .mini-sidebar .header .header-left {
    padding: 0 5px;
    width: 90px;
  }
  .mini-sidebar .header .header-left .logo {
    display: none;
  }
  .mini-sidebar .sidebar {
    width: 90px;
  }
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span {
    display: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .mini-sidebar .menu-title {
    visibility: hidden;
    white-space: nowrap;
  }
  .mini-sidebar .menu-title a {
    visibility: hidden;
  }
  .mini-sidebar .page-wrapper {
    margin-left: 90px;
  }
  .mini-sidebar .main-wrapper > .header {
    left: 90px;
  }
  .mini-sidebar .header.fixed-header {
    left: 90px;
  }
}
@media (min-width: 992px) {
  .mini-sidebar.expand-menu .sidebar {
    width: 270px;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
    display: inline;
    opacity: 1;
  }
  .mini-sidebar.expand-menu .menu-title {
    visibility: visible;
  }
  .mini-sidebar.expand-menu .menu-title a {
    visibility: visible;
  }
  .mini-sidebar.expand-menu .page-wrapper {
    margin-left: 270px;
  }
  .mini-sidebar.expand-menu .main-wrapper > .header {
    left: 270px;
  }
  .mini-sidebar.expand-menu .main-wrapper > .header.fixed-header {
    left: 270px;
  }
}

@media (min-width: 992px) {
  .modal-open.mini-sidebar .sidebar {
    z-index: 1051;
  }
}

.sidebar-overlay {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0;
}
.sidebar-overlay .opened {
  display: block;
}

.mini-sidebar .sidebar-menu > ul > li > a {
  justify-content: center;
}

.mini-sidebar.expand-menu .sidebar-menu > ul > li > a {
  justify-content: flex-start;
}

.menu-icon {
  width: 18px;
  fill: #203E80;
}
.menu-icon path {
  fill: #ff0000 !important;
}

.kanban-wrapper {
  display: flex;
  overflow-x: auto;
  align-items: self-start;
  margin-bottom: 24px;
}
.kanban-wrapper .kanban-list-head {
  margin-bottom: 24px;
}
.kanban-wrapper .kanban-list-items {
  margin: 0 20px 20px 0;
  padding: 15px;
  width: 100%;
  min-width: 275px;
  background: #eee;
}
@media (max-width: 991px) {
  .kanban-wrapper .kanban-list-items {
    min-width: 250px;
  }
}
.kanban-wrapper .kanban-list-items ul li {
  margin-bottom: 15px;
}
.kanban-wrapper .kanban-list-items ul li:last-child {
  margin-bottom: 0;
}
.kanban-wrapper .kanban-card-head {
  margin-bottom: 16px;
}
.kanban-wrapper .kanban-card {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
}
.kanban-wrapper .kanban-card p {
  font-size: 16px;
  color: #000;
}
.kanban-wrapper .kanban-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topnav-dropdown-header {
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.topnav-dropdown-header .notification-title {
  color: #777;
  display: block;
  float: left;
  font-size: 14px;
}
.topnav-dropdown-header .clear-noti {
  color: #f05050;
  float: right;
  font-size: 11px;
  text-transform: uppercase;
}

.notifications .noti-content {
  height: 290px;
  width: 350px;
  overflow-y: auto;
  position: relative;
}
.notifications .notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notifications .notification-list li {
  margin-top: 0;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
}
.notifications .notification-list li a {
  display: block;
  padding: 12px;
  border-radius: 2px;
}
.notifications .notification-list li .avatar {
  width: 34px;
  height: 34px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.notifications .notification-list li .avatar img {
  border-radius: 50%;
}
.notifications .notification-list li .noti-title {
  color: #777;
  font-weight: 500;
}
.notifications .notification-list li .noti-details {
  color: #777;
  margin: 0;
}
.notifications .notification-list li p.noti-time {
  margin: 0;
}
.notifications .notification-list li .notification-time {
  font-size: 12px;
  line-height: 1.35;
  color: #777;
}
.notifications .notification-list li .list-item {
  border: 0;
  padding: 0;
  position: relative;
}
.notifications .notification-list li .list-item .list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}
.notifications .notification-list li .list-item .list-body {
  padding: 0 0 0 50px;
}
.notifications .notification-list li .list-item .list-body .message-author {
  color: #777;
  float: left;
  font-weight: 500;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notifications .notification-list li .list-item .list-body .message-time {
  color: #777;
  float: right;
  font-size: 11px;
}
.notifications .notification-list li .list-item .list-body .message-content {
  color: #777;
  font-size: 13px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topnav-dropdown-footer {
  border-top: 1px solid #d5d5d5;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.topnav-dropdown-footer a {
  display: block;
  text-align: center;
  color: #777;
}

.list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}

.list-body {
  padding: 0 0 0 50px;
}
.list-body .message-author {
  color: #777;
  float: left;
  font-weight: 500;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-body .message-time {
  color: #777;
  float: right;
  font-size: 11px;
}
.list-body .message-content {
  color: #777;
  font-size: 13px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity {
  width: 100%;
}
.activity .activity-box {
  position: relative;
}
.activity .activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.activity .activity-list li {
  background-color: #ffffff;
  position: relative;
  border: 1px solid #555;
  margin: 0 0 10px;
  padding: 20px 10px 10px;
  font-size: 15px;
}
.activity .activity-list li .activity-user {
  height: 50px;
  margin: 0;
  padding: 0;
  width: 50px;
  position: absolute;
  top: 12px;
  left: 8px;
}
.activity .activity-list li .activity-content {
  background-color: #ffffff;
  position: relative;
  margin: 0 0 0 60px;
  padding: 0;
}
.activity .activity-list li .time {
  color: #777;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.activity .activity-list li a.name {
  color: #000000;
}
.activity .activity-list li a {
  color: #141414;
  font-weight: 600;
  font-size: 15px;
}
.activity .activity-list li a img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.main-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}

.page-wrapper {
  margin-left: 270px;
  padding-top: 60px;
  position: relative;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-wrapper > .content {
  padding: 24px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-wrapper > .content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .page-wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.page-header {
  margin-bottom: 1.875rem;
}

.page-header-card {
  background-color: #ffffff;
  margin: 0 0 50px;
  padding: 30px;
  border-radius: 5px;
}

.login-pages {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
  padding: 40px 70px;
}
@media (max-width: 991px) {
  .login-pages {
    padding: 30px 15px;
  }
}
@media (max-width: 767.98px) {
  .login-pages {
    padding: 12px;
  }
}

.login-logo {
  margin: 0 0 18px;
  text-align: center;
}
@media (max-width: 1400px) {
  .login-logo {
    margin: 0 0 40px;
  }
}
@media (max-width: 992px) {
  .login-logo {
    margin: 0 0 30px;
    text-align: center;
  }
}

.login-main-wrapper {
  height: 100vh;
}

.login-input .form-set label {
  color: #203E80;
  font-size: 16px;
}
.login-input .form-control {
  background: #ffffff;
  border: 1px solid #E3E3E3;
}
.login-input .form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #B7B7B7;
  opacity: 1;
}
.login-input .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #B7B7B7;
  opacity: 1;
}
.login-input .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #B7B7B7;
  opacity: 1;
}
.login-input .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #B7B7B7;
  opacity: 1;
}
.login-input .form-control:focus {
  border: 1px solid #203E80;
  border-left: 5px solid #203E80;
}

.login-contenthead {
  margin-bottom: 60px;
}
.login-contenthead h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .login-contenthead h5 {
    font-size: 24px;
  }
}
.login-contenthead h6 {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 18px;
}
.login-contenthead p {
  margin: 0;
  font-weight: 400;
}
.login-contenthead p a {
  color: #203E80;
  text-decoration: underline;
}

.flag-nav img {
  min-width: 18px;
  height: 18px;
  width: 18px;
}
@media (max-width: 992px) {
  .flag-nav {
    display: none;
  }
}

.forgetpassword-link {
  color: #203E80;
  text-decoration: underline;
}

.tab-sets {
  border-bottom: 2px solid #F1F1F1;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-contents-sets ul {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .tab-contents-sets ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .tab-contents-sets ul li {
    width: 50%;
    padding: 0 !important;
    text-align: center;
  }
}
.tab-contents-sets ul li + li {
  padding-left: 35px;
}
.tab-contents-sets ul li a {
  color: #374B5C;
  font-weight: 500;
  position: relative;
  padding: 0 0 12px 0;
}
.tab-contents-sets ul li a:hover {
  color: #203E80;
}
.tab-contents-sets ul li a:hover::after {
  position: absolute;
  content: "";
  background: #203E80;
  width: 100%;
  height: 2px;
  left: 0;
  top: 29px;
}
@media (max-width: 992px) {
  .tab-contents-sets ul li a:hover::after {
    height: 0;
  }
}
@media (max-width: 575px) {
  .tab-contents-sets ul li a {
    padding: 10px;
    display: block;
  }
}
.tab-contents-sets ul li a.active {
  color: #203E80;
}
.tab-contents-sets ul li a.active::after {
  position: absolute;
  content: "";
  background: #203E80;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
}
@media (max-width: 992px) {
  .tab-contents-sets ul li a.active::after {
    height: 0;
  }
}

@media (max-width: 992px) {
  .tab-contents-count {
    display: none;
  }
}
.tab-contents-count h6 {
  margin: 0;
  font-size: 14px;
  color: #374B5C;
  font-weight: 400;
}

.table-imgname {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  padding-right: 30px;
}
.table-imgname img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.badge-pending {
  background: #FFF9E8;
  padding: 6px;
  min-width: 80px;
  margin: 0;
  font-size: 13px;
  color: #FFC107;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

.delete-table:hover img {
  filter: brightness(0) invert(1);
}

.badge-inactive {
  background: #F1F8FF;
  padding: 6px;
  min-width: 80px;
  margin: 0;
  font-size: 13px;
  color: #007BFF;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

.badge-active {
  background: #F2FFF6;
  padding: 6px;
  min-width: 80px;
  margin: 0;
  font-size: 13px;
  color: #1BA345;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
.badge-active:hover {
  background: #F2FFF6;
  padding: 6px;
  min-width: 80px;
  margin: 0;
  color: #1BA345;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

.badge-delete {
  background: #FFF3F3;
  padding: 6px;
  min-width: 80px;
  margin: 0;
  font-size: 13px;
  color: #FF4949;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

.card-bg {
  background-color: #ffffff;
  padding: 24px;
}
.card-bg h5 {
  margin: 0 0 25px;
}

.login-pages::before {
  content: "";
  background-image: url(../img/login-bg-01.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .login-pages::before {
    display: none;
  }
}

.login-pages::after {
  content: "";
  background-image: url(../img/login-bg-02.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .login-pages::after {
    display: none;
  }
}

.login-wrap {
  max-width: 500px;
  margin: 0 auto;
}

.forgotpassword-pages {
  padding: 60px;
}

.signup-pages {
  padding: 60px;
}

.main-wrapper .wrapper-login {
  background-color: #F9FAFC;
}

.fc .fc-daygrid-event {
  background-color: #F0F8FF !important;
  border: 1px solid #006FD5;
}
.fc .fc-daygrid-event .fc-event-title {
  color: #141414 !important;
}

.position-inherit-style {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  right: 77px;
}

.radius-3 {
  border-radius: 10px;
  overflow: hidden;
}

.list-items a {
  color: #000000;
}
.list-items a:hover {
  color: #203E80;
}
.list-items i {
  color: #203E80;
}

.header {
  position: fixed;
  z-index: 999;
  height: 64px;
  transition: all 0.45s ease 0s;
}
@media (max-width: 991px) {
  .header .mobile_btn {
    color: #203E80;
    cursor: pointer;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
  }
}
.header .header-left {
  float: left;
  height: 76px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 270px;
  z-index: 1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
}
.header .header-left .logo {
  display: inline-block;
  line-height: 60px;
}
@media (max-width: 991px) {
  .header .header-left .logo {
    display: none;
  }
}
.header .header-left .logo img {
  max-height: 24px;
  width: auto;
}
@media (max-width: 991px) {
  .header .header-left .logo img {
    max-height: 36px;
    height: 36px;
  }
}
@media (max-width: 991px) {
  .header .header-left {
    position: absolute;
    width: 100%;
    display: block;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.header .dropdown-menu > li > a {
  position: relative;
  padding: 10px 18px;
}
.header .dropdown-menu > li > a:focus {
  background-color: #203E80;
  color: #ffffff;
}
.header .dropdown-menu > li > a:focus i {
  color: #ffffff;
}
.header .dropdown-menu > li > a:hover {
  background-color: #203E80;
  color: #ffffff;
}
.header .dropdown-menu > li > a:hover i {
  color: #ffffff;
}
.header .dropdown-menu > li > a i {
  color: #203E80;
  margin-right: 10px;
  text-align: center;
  width: 18px;
}
.header .dropdown-toggle:after {
  display: none;
}
.header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
}
.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .user-menu .dropdown-menu > li > a i {
  color: #203E80;
  font-size: 16px;
  margin-right: 10px;
  min-width: 18px;
  text-align: center;
}
.header .user-menu .dropdown-menu > li > a:focus i {
  color: #ffffff;
}
.header .user-menu .dropdown-menu > li > a:hover i {
  color: #ffffff;
}

.header.fixed-header .mobile_btn {
  color: #ffffff;
}

.hidden-web {
  display: none;
}

.page-headers h6 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .page-headers {
    display: none;
  }
}

.header-left .logo-small {
  display: none;
}
@media (max-width: 992px) {
  .header-left .logo-small {
    display: block;
  }
}

.header-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-split {
    justify-content: end;
  }
}
.header-split .header-start h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.header-split .header-start p {
  color: #7c7c7c;
}
@media (max-width: 991px) {
  .header-split .header-start {
    display: none;
  }
}

.animate-circle {
  -webkit-animation: heartbit 1s ease-out;
  animation: heartbit 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 5px solid #f1f1f1;
  border-radius: 70px;
  height: 60px;
  position: absolute;
  left: -8px;
  top: -8px;
  width: 60px;
  z-index: -1;
}
@media (max-width: 991px) {
  .animate-circle {
    width: 50px;
    height: 50px;
    top: -4px;
    left: -5px;
    border-width: 0;
  }
}

@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.user-menu {
  float: right;
  position: relative;
  z-index: 99;
  align-items: center;
}
.user-menu .dropdown-menu {
  min-width: 200px;
  padding: 0px;
  margin-top: 12px !important;
}
.user-menu .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #E3E3E3;
  padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
  color: #203E80;
}

.dropdown-heads {
  margin: 0 5px;
}
.dropdown-heads > a {
  background: transparent;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: center;
}

.user-menu.nav > li.dropdown-heads a:hover {
  background-color: transparent;
}
.user-menu.nav > li.dropdown-heads a:hover img {
  filter: brightness(0) invert(1);
}
.user-menu.nav > li.dropdown-heads a:focus {
  background-color: transparent;
}
.user-menu.nav > li.dropdown-heads a:focus img {
  filter: brightness(0) invert(1);
}
.user-menu.nav > li > a {
  color: #203E80;
  font-size: 14px;
  padding: 0 5px;
}
.user-menu.nav > li > a:hover {
  background-color: transparent;
}
.user-menu.nav > li > a:hover i {
  color: #203E80;
}
.user-menu.nav > li > a:focus {
  background-color: transparent;
}
.user-menu.nav > li > a:focus i {
  color: #203E80;
}
.user-menu.nav > li > a.mobile_btn {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.user-menu.nav .notification-message a:hover .avatar-img img {
  filter: none !important;
}

.user-img {
  position: relative;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-img img {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-link {
  display: flex;
  align-items: center;
}

span.user-content {
  padding-left: 8px;
}
@media (min-width: 992px) {
  span.user-content {
    display: none;
  }
}
@media (min-width: 1030px) {
  span.user-content {
    display: block;
  }
}
@media (max-width: 767.98px) {
  span.user-content {
    display: none;
  }
}

span.user-name {
  display: block;
  color: #203E80;
  font-size: 15px;
  font-weight: 600;
}

span.user-details {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
}

.mobile_btn {
  display: none;
  float: left;
}

.slide-nav .sidebar {
  margin-left: 0;
}

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.sidebar-overlay.opened {
  display: block;
}

html.menu-opened {
  overflow: hidden;
}
html.menu-opened body {
  overflow: hidden;
}

.view-btn {
  margin-right: 15px;
}
@media (max-width: 992px) {
  .view-btn {
    display: none;
  }
}

.select-by {
  min-width: 134px;
  margin-right: 25px;
}
@media (max-width: 992px) {
  .select-by {
    display: none;
  }
}

.modal.contentmodal .modal-content h3 {
  font-size: 24px;
}
.modal.contentmodal .modal-content .submit-section .btn {
  padding: 7px 12px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  min-width: 150px;
  margin-top: 5px;
}

.delete-wrap {
  margin-bottom: 30px;
}
.delete-wrap h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
.delete-wrap p {
  font-size: 24px;
  margin-bottom: 20px;
}

.modal-content .close-btn i {
  font-size: 20px;
  color: #f05050;
}

.modal-content.doctor-profile {
  border-radius: 10px;
}

.del-icon {
  margin-bottom: 23px;
  margin-bottom: 23px;
}
.del-icon i {
  font-size: 60px;
  color: #f05050;
  margin-bottom: 23px;
}

.submit-section {
  text-align: center;
  margin-top: 25px;
}

.page-headers .search-bar {
  position: relative;
  width: 250px;
  margin-right: 5px;
}
.page-headers .search-bar .form-control {
  border: 1px solid #F1F1F1;
  border-radius: 6px;
  padding: 5px 9px 5px 36px;
  height: 38px;
  color: #374B5C;
  font-weight: 400;
  font-size: 15px;
}
.page-headers .search-bar .form-control::placeholder {
  color: #374B5C;
}
.page-headers .search-bar span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  color: #203E80;
}
@media (max-width: 992px) {
  .page-headers {
    display: none;
  }
}

.table {
  color: #203E80;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  background-color: #ffffff;
  --bs-table-bg: transparent;
}
.table tbody {
  border: 0px solid transparent;
}
.table tbody tr {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
}
.table tbody tr:hover {
  background: #f5f5f5;
}
.table > tbody > tr > th {
  border-top: 0;
  padding: 10px 8px;
}
.table th {
  white-space: nowrap;
  vertical-align: middle;
}
.table td {
  white-space: nowrap;
  vertical-align: middle;
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
}
.table td .border-div img {
  border: 1px solid #F1F1F1;
  padding: 10px;
  border-radius: 5px;
  width: 44px;
  height: 44px;
}
.table thead tr th {
  font-weight: 500;
  border: 0;
  background: #EEEEEE;
}
.table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
.table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
.table thead th {
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #141414;
  background: transparent;
}

.table-avatar {
  display: flex;
  align-items: center;
}
.table-avatar a {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}
.table-avatar a:hover {
  color: #203E80;
}
.table-avatar a.avatar {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.table-avatar a span {
  color: #7C7C7C;
  font-weight: 500;
  margin-top: 5px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f8f9fa;
}
.table-striped thead tr {
  border-color: transparent;
}
.table-striped tbody tr {
  border-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(235, 235, 235, 0.4);
}

.table.no-border > tbody > tr > td {
  border-top: 0;
  padding: 10px 8px;
}
.table.no-border > tfoot > tr > td {
  border-top: 0;
  padding: 10px 8px;
}
.table.no-border > tfoot > tr > th {
  border-top: 0;
  padding: 10px 8px;
}
.table.no-border > thead > tr > td {
  border-top: 0;
  padding: 10px 8px;
}
.table.no-border > thead > tr > th {
  border-top: 0;
  padding: 10px 8px;
}

.table-resposnive {
  overflow-x: auto;
}

.table-nowrap td {
  white-space: nowrap;
}
.table-nowrap th {
  white-space: nowrap;
}

.table.dataTable {
  background-color: #ffffff;
  border-collapse: collapse !important;
  border-spacing: 0px 10px;
  margin: 0 !important;
  width: 100% !important;
}

table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
table.table td h2 a {
  color: #203E80;
}
table.table td h2 a:hover {
  color: #203E80;
}
table.table td h2 span {
  color: #7F7F7F;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
table.table td h2.table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.table.custom-table {
  border-collapse: separate !important;
  border-spacing: 0px 5px !important;
}
.table.custom-table tbody tr td {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.table.custom-table tbody tr td:first-child {
  border-radius: 6px 0px 0px 6px;
  border-left: 1px solid #ececec;
}
.table.custom-table tbody tr td:last-child {
  border-radius: 0px 6px 6px 0px;
  border-right: 1px solid #ececec;
}

.action-language ul {
  display: flex;
  align-items: center;
}
.action-language ul li {
  margin: 0 5px;
}
.action-language .btn {
  padding: 5px 10px;
  min-width: 90px;
}

.btn-grey {
  background: #7c7c7c;
}

.table.table-center td {
  vertical-align: middle;
}
.table.table-center th {
  vertical-align: middle;
}

.table-bottom {
  margin-bottom: 40px;
}

.table-hover tbody tr:hover {
  background-color: #F7F7F7;
}

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table-bordered th {
  border-color: rgba(0, 0, 0, 0.05);
}
.table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}

.card-table .card-body {
  padding: 0;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .card-body .table tr td:first-child {
  padding-left: 1.5rem;
}
.card-table .card-body .table tr td:last-child {
  padding-right: 1.5rem;
}
.card-table .card-body .table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table .card-body .table tr th:last-child {
  padding-right: 1.5rem;
}
.card-table .table td {
  border-top: 1px solid #F1F1F1;
  padding: 1rem 0.75rem;
  white-space: nowrap;
}
.card-table .table th {
  border-top: 1px solid #F1F1F1;
  padding: 1rem 0.75rem;
  white-space: nowrap;
}

.actions a {
  width: 85px;
}

.invoice-total-inner .add-links:hover {
  color: #203E80;
}

.dataTables_info {
  float: right;
  padding-right: 15px;
  padding-top: 18px !important;
  margin-top: 5px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 15px;
}

.dataTables_length {
  margin-top: 15px !important;
  float: left;
  font-size: 12px;
}
.dataTables_length label:before {
  content: "";
  margin-right: 5px;
  font-size: 14px;
  color: #0D233E;
  padding: 10px;
}
.dataTables_length label:after {
  content: "";
  margin-right: 5px;
  font-size: 14px;
  color: #0D233E;
  padding: 10px;
}

.paging_numbers {
  float: right;
}

.form-control::-webkit-input-placeholder {
  color: #B7B7B7;
}
.form-control:-ms-input-placeholder {
  color: #B7B7B7;
}
.form-control::placeholder {
  color: #B7B7B7;
}

.login-content {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-radius: 6px;
}
@media (max-width: 992px) {
  .login-content .login-pages {
    background-color: none;
  }
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 1;
}

.edit-table {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  color: #203E80;
  border: 1px solid #203E80;
}
.edit-table:hover {
  background: #203E80;
  color: #ffffff;
}

.delete-table {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
}
.delete-table:hover {
  background: #7c7c7c;
  color: #ffffff;
}
.delete-table:focus {
  background: #7c7c7c;
  color: #ffffff;
}

.dataTables_filter {
  margin-bottom: 24px;
}
.dataTables_filter label {
  margin: 0;
}
.dataTables_filter label input {
  width: 250px;
  border: 1px solid #999999;
  padding: 10px;
  height: 38px !important;
  padding-left: 40px;
  position: relative;
  background: url(../img/icons/search.svg) no-repeat 5% 50%;
}

.table-staff {
  border: 1px solid #D9D9D9;
  border-radius: 5px 5px 0 0;
  margin-bottom: 24px;
  background-color: #EDEDED;
}
.table-staff h4 {
  background: #EDEDED;
  font-size: 20px;
  font-weight: 500;
  color: #141414;
  padding: 20px 0;
  text-align: center;
}
.table-staff thead th {
  border-radius: 0 !important;
}

.border-radius-custom {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.check:checked + .checktoggle {
  background-color: #203E80;
}
.check:checked + .checktoggle:after {
  left: 100%;
  transform: translate(calc(-100% - 5px), -50%);
}

.checktoggle {
  background-color: #203E80;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 48px;
}
.checktoggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 300ms ease, transform 300ms ease;
}

.onoffswitch {
  margin-left: auto;
  position: relative;
  width: 73px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 0;
}

.onoffswitch-inner {
  display: block;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
  width: 200%;
}
.onoffswitch-inner:before {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  width: 50%;
  background-color: #203E80;
  color: #ffffff;
  content: "ON";
  padding-left: 14px;
}
.onoffswitch-inner:after {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  width: 50%;
  content: "OFF";
  padding-right: 14px;
  background-color: #7c7c7c;
  color: #ffffff;
  text-align: right;
}

.onoffswitch-switch {
  background: #ffffff;
  border-radius: 20px;
  bottom: 0;
  display: block;
  height: 20px;
  margin: 5px;
  position: absolute;
  right: 43px;
  top: 0;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  width: 20px;
}

.password-strength {
  display: flex;
  margin-top: 15px;
}
.password-strength span {
  width: 100%;
  height: 5px;
  background: #E3E3E3;
  margin-right: 10px;
  border-radius: 5px;
}
.password-strength span:last-child {
  margin-right: 0;
}

.weak-pass .password-strength span {
  background: #f05050;
}

.custom-modal .modal-body {
  padding: 20px 20px 0px 20px;
}

/****** PAGES ******/
.login-content .login-wrap {
  margin: 0 auto;
  padding: 25px;
  color: #666666;
  min-width: 500px;
}
.login-content .login-wrap p {
  color: #666666;
  background: #ffffff;
  max-width: 425px;
  margin: 0 auto;
}
.login-content .login-wrap .custom_check {
  color: #0d233e;
  position: relative;
  padding: 0 0 0 30px;
}
.login-content .login-wrap .custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.login-content .login-wrap .custom_check input:checked ~ .checkmark {
  background-color: #203E80;
  border: 1px solid #203E80;
}
.login-content .login-wrap .custom_check input:checked ~ .checkmark:after {
  display: block;
}
.login-content .login-wrap .custom_check .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  border-radius: 3px;
}
.login-content .login-wrap .custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 3px;
  top: 0px;
  color: #ffffff;
  font-size: 11px;
}
.login-content .login-wrap .login-btn {
  margin: 20px 0 0;
  padding: 13px 25px;
}
.login-content .login-wrap .form-set {
  margin: 0 0 20px;
}

.group-img {
  position: relative;
}
.group-img input {
  padding: 6px 15px 6px 38px;
  min-height: 52px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}
.group-img input::placeholder {
  color: #b7b7b7;
}
.group-img i {
  position: absolute;
  top: 18px;
  left: 14px;
  color: #203E80;
}

.password-form {
  text-align: center;
}
.password-form form {
  margin: 0 0 20px;
}

.login-header {
  text-align: center;
  margin: 0 0 20px;
}
.login-header h4 {
  font-size: 21px;
  margin: 0 0 15px;
  color: #0d233e;
}
.login-header p {
  color: #7c7c7c;
}
.login-header img.logo-blk {
  width: 230px;
  margin: 0 0 30px;
}

.toggle-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #7c7c7c;
  cursor: pointer;
}

.messages-form .custom_check {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.messages-form .custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.messages-form .custom_check input:checked ~ .checkmark {
  background-color: #203E80;
  border: 1px solid #203E80;
}
.messages-form .custom_check input:checked ~ .checkmark:after {
  display: block;
}
.messages-form .custom_check .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  border-radius: 3px;
}
.messages-form .custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 3px;
  top: 0px;
  color: #ffffff;
  font-size: 11px;
}

.login-or {
  text-align: center;
  padding: 30px 0;
  color: #000000;
}
.login-or span {
  font-weight: 500;
}

.register-link {
  margin: 0;
  color: #000000;
}
.register-link .forgot-link {
  margin-left: 5px;
}

.btm-text {
  margin: 30px 0 0 0;
}

.btn-google {
  background: rgba(32, 62, 127, 0.1);
  border-radius: 4px;
  color: #000000;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-google:hover {
  color: #203E80;
  border: 1px solid #203E80;
}

.btn-check:checked + .btn {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.forgot-link {
  color: #203E80;
}
.forgot-link:hover {
  color: #374B5C;
}
@media (max-width: 767.98px) {
  .forgot-link {
    margin-bottom: 5px;
  }
}

.back-home:hover {
  color: #203E80;
}

.register-form .login-btn {
  margin-top: 0px;
  font-weight: 300;
}
.register-form .login-header p span {
  color: #203E80;
  font-weight: 700;
}

.terms-content .page-title h5 {
  color: #0d233e;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .terms-content .page-title h5 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.terms-content p {
  color: #666666;
  margin: 0 0 30px;
  line-height: 27px;
}
@media (max-width: 767.98px) {
  .terms-content p {
    font-size: 15px;
    margin: 0 0 24px;
  }
}
.terms-content p:last-child {
  margin-bottom: 0;
}

.error-logo {
  text-align: center;
}

.error-wrap {
  text-align: center;
  margin: 0 0 85px;
}
.error-wrap h2 {
  font-weight: 700;
  margin: 30px 0 0;
  color: #0d233e;
  font-size: 40px;
}
@media (max-width: 991px) {
  .error-wrap h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .error-wrap h2 {
    font-size: 26px;
  }
}
.error-wrap .btn-primary {
  padding: 10px 31px;
}
.error-wrap .error-img {
  margin: 0 0 40px;
}

.unexpecterror h2 {
  margin: 30px 0;
}

.flex-login {
  display: flex;
  flex-wrap: wrap;
  background: #F8F8FC;
  border-top: 6px solid #203E80;
}
.flex-login.forgot-password {
  height: 100vh;
}
.flex-login .login-content {
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
.flex-login .login-img-wrapper {
  padding: 50px 70px;
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .flex-login .login-img-wrapper {
    padding: 20px;
  }
  .flex-login .login-img-wrapper h2 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .flex-login .login-img-wrapper .login-img .shape-icon1-blk, .flex-login .login-img-wrapper .login-img .shape-icon2-blk {
    display: none;
  }
}
.flex-login .login-img-wrapper .login-img .shape-icon1-blk {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.flex-login .login-img-wrapper .login-img .shape-icon2-blk {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.flex-login .login-img-wrapper .login-img .content-info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.flex-login .login-img-wrapper .login-img .content-info h3 span {
  color: #FE0000;
}
.radiossets {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0 !important;
}
.radiossets input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiossets input:checked ~ .checkmark-radio {
  background-color: #ffffff;
  border: 1px solid #203E80;
}
.radiossets input:checked ~ .checkmark-radio:after {
  display: block;
}
.radiossets:hover input ~ .checkmark-radio {
  background-color: #eee;
}
.radiossets .checkmark-radio:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #203E80;
}

.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #D1D1D6;
}
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

ul.custom-radiosbtn {
  display: flex;
}
ul.custom-radiosbtn li {
  margin-right: 20px;
}

.form-set {
  margin-bottom: 20px;
}
.form-set label {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
}
.form-set label span.mandatory {
  margin-left: 5px;
}
.form-set label span {
  font-size: 13px;
  margin-left: 0;
  font-weight: 400;
}

.plan-card {
  border: 1px solid #7c7c7c;
  border-radius: 10px;
  margin: 0 0 0 0;
  padding: 20px 10px;
  background-color: #ffffff;
}
.plan-card .flex-plan {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.plan-card .flex-plan .flex-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.plan-card .flex-plan .flex-title h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.plan-card .flex-plan .flex-title span {
  font-size: 16px;
  font-weight: 600;
}
.plan-card .flex-plan p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
}
.plan-card .flex-plan p span {
  color: #7c7c7c;
}

.custom_check {
  color: #1B2559;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_check input:checked ~ .checkmark {
  background-color: #203E80;
  border-color: #203E80;
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 21px;
  border: 1px solid #C4C4C4;
  background-color: #ffffff;
  border-radius: 6px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 5px;
  top: 5px;
  color: #ffffff;
  font-size: 9px;
}

@keyframes "loader" {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes "loader-inner" {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #ffffff;
}

.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 10000;
  border: 4px solid #203E80;
  top: 50%;
  animation: loader 2s infinite ease;
  left: 50%;
  border-radius: 5px;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #203E80;
  animation: loader-inner 2s infinite ease-in;
}

.sidbarnews {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.profile-menu {
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 1.5rem;
}
.profile-menu .nav-tabs.nav-tabs-solid {
  background-color: transparent;
}

.cal-icon {
  position: relative;
  width: 100%;
}
.cal-icon:after {
  color: #203E80;
  content: "\f073";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 15px;
}

.dropdown-heads > a:hover {
  background: #203E80 !important;
  color: #ffffff !important;
}
.dropdown-heads > a:hover i {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .dropdown-heads {
    margin: 0 5px;
    display: none;
  }
}

.main-wrapper {
  height: auto;
}
.main-wrapper > .header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ECECEC;
  left: 270px;
  height: 76px;
  position: fixed;
  top: 0;
  right: 0;
  padding: 13px 15px;
}
@media (max-width: 991px) {
  .main-wrapper > .header {
    left: 0;
  }
}
@media (max-width: 575px) {
  .main-wrapper > .header {
    right: 0;
    top: 0;
    left: 0;
    padding: 10px 0;
    height: 60px;
  }
}

.profilemenu {
  background: #ffffff;
  border-radius: 10px;
  min-width: 210px;
}
.profilemenu a:hover {
  color: #272751;
}

.user-menu .dropdown-menu {
  transition: all 0.5s;
  transform: translate(0px, 100px);
}
.user-menu .dropdown-menu.menu-drop-user {
  margin-top: 6px !important;
  transform: translate3d(0px, 54px, 0px) !important;
}

.user-detials a {
  display: flex;
  color: #222;
  align-items: center;
  text-align: left;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(213, 213, 213, 0.8352941176);
}
.user-detials a span.profile-image img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  display: block;
  border-radius: 50px;
}
.user-detials a span.profile-content {
  flex-direction: column;
  align-items: start;
}
.user-detials a span.profile-content h5 {
  font-size: 16px;
  margin: 0;
}
.user-detials a span.profile-content h6 {
  margin: 0;
}

.subscription-detials {
  padding: 15px 10px;
  border-bottom: 1px solid #d5d5d5;
}

.subscription-menu ul {
  padding: 10px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
}
.subscription-menu ul li {
  margin: 0 0 10px;
}
.subscription-menu ul li:last-child {
  margin-bottom: 0;
}
.subscription-menu ul li a {
  color: #333;
}
.subscription-menu ul li a:hover {
  color: #203E80;
}

.subscription-logout a {
  padding: 10px;
  color: #333;
  display: block;
}

.property-listset {
  padding: 20px;
}

.user-view {
  border: 1px solid #d5d5d5;
  margin-bottom: 25px;
}

.user-viewhead {
  padding: 15px;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
}

.product-help {
  background: #ffffff;
  position: fixed;
  left: -500px;
  top: 0;
  height: 100vh;
  width: 400px;
  z-index: 10000;
  transition: all 0.5s;
}

.user-menu.nav > li > a.viewsite {
  font-size: 13px;
  font-weight: 400;
  color: #374B5C;
  display: flex;
  align-items: center;
}
.user-menu.nav > li > a.viewsite:hover {
  color: #203E80;
}
.user-menu.nav > li > a.viewsite:hover i {
  color: #203E80;
}
@media (max-width: 992px) {
  .user-menu.nav > li > a.viewsite {
    display: none;
  }
}

.page-wrapper {
  background-color: #F9F9F9;
  padding-top: 74px;
  min-height: calc(100vh - 74px);
}
@media (max-width: 575px) {
  .page-wrapper {
    padding-top: 60px;
  }
}

.page-wrapper:before {
  content: "";
  width: 100%;
  height: 4.875rem;
  position: fixed;
  top: 0px;
  z-index: 10;
  backdrop-filter: saturate(200%) blur(10px);
  background: linear-gradient(180deg, rgba(248, 247, 250, 0.7) 44%, rgba(248, 247, 250, 0.43) 73%, rgba(248, 247, 250, 0));
  -webkit-mask: linear-gradient(#f8f7fa, #f8f7fa 18%, transparent 100%);
  mask: linear-gradient(#f8f7fa, #f8f7fa 18%, transparent 100%);
}

.card {
  border-radius: 10px;
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
  width: 100%;
}

.card-body {
  padding: 20px;
}
@media (max-width: 992px) {
  .card-body {
    padding: 12px;
  }
}

.sidebar-logo {
  display: flex;
  justify-content: center;
}
.sidebar-logo .logo {
  max-width: 167px;
  display: block;
}
@media (max-width: 992px) {
  .sidebar-logo .logo-small {
    display: none;
  }
}

.location-set {
  margin-bottom: 25px;
}

.location-setcontent h5 {
  font-size: 16px;
  color: #28283C;
  font-weight: 600;
  margin: 0 0 5px;
}
.location-setcontent h6 {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 400;
  margin: 0;
}

.pricing-box .pricing-selected .card {
  background-color: #203E80;
  border-color: #203E80;
  color: #ffffff;
}
.pricing-box .pricing-selected .pricing-header h2 {
  color: #ffffff;
}
.pricing-box .pricing-selected .pricing-header p {
  color: #ffffff;
}
.pricing-box .pricing-selected .pricing-card-price .heading2 {
  color: #ffffff;
}
.pricing-box .pricing-selected .pricing-card-price p {
  color: #ffffff;
}
.pricing-box .pricing-selected .btn {
  background-color: #ffffff;
  color: #203E80;
}
.pricing-box .pricing-selected .pricing-options li {
  color: #ffffff;
}
.pricing-box .pricing-header {
  margin-bottom: 2rem;
}
.pricing-box .pricing-header h2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.pricing-box .pricing-header p {
  color: #9b9b9b;
  font-size: 0.875rem;
  line-height: 1.43;
}
.pricing-box .pricing-card-price {
  margin-bottom: 1.563rem;
}
.pricing-box .pricing-card-price .heading2 {
  margin-bottom: 5px;
}
.pricing-box .pricing-card-price p {
  color: #9b9b9b;
}
.pricing-box .pricing-card-price p + p {
  margin: 0;
}
.pricing-box .pricing-options {
  list-style: none;
  padding: 0;
  margin-bottom: 1.875rem;
}
.pricing-box .pricing-options li {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.43;
  position: relative;
}

.content-sidelink {
  min-width: 289px;
  background: transparent;
  padding: 25px;
}

.content-sidelinkheading {
  margin-bottom: 20px;
}
.content-sidelinkheading h6 {
  font-size: 18px;
  color: #666666;
  font-weight: 500;
}

.content-sidelinkmenu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.content-sidelinkmenu ul li {
  margin-bottom: 10px;
}
.content-sidelinkmenu ul li h5 {
  font-size: 15px;
  color: #203E80;
  font-weight: 600;
  margin-bottom: 15px;
}
.content-sidelinkmenu ul li h5 a {
  color: #203E80;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0;
}
.content-sidelinkmenu ul li a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.content-sidelinkmenu ul li h4 {
  color: #666666;
  font-size: 13px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.content-sidelinkmenu ul li:last-child {
  margin: 0;
}
.content-sidelinkmenu ul li.submenu-sidelink a {
  padding-left: 40px;
}

.symbol-input {
  position: relative;
}
.symbol-input > span {
  position: absolute;
  background: #F2F2F2;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  top: 5px;
  right: 5px;
}

.group-image .form-control {
  padding-left: 30px;
}

.page-settings {
  display: flex;
}

.content-page-header {
  margin: 0 0 15px;
}
@media (max-width: 992px) {
  .content-page-header .content-page-headersplit h5 {
    margin: 0 0 15px;
  }
}

.add-button {
  box-shadow: 0px 0px 12px 0px rgba(255, 0, 128, 0.2);
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.filter-btn {
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.02);
  border: 0;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #203E80;
  border-radius: 10px;
}
.filter-btn:hover {
  background-color: #203E80;
  color: #ffffff;
}
.filter-btn:focus {
  background-color: #203E80;
  color: #ffffff;
}

.filter-card .form-set {
  margin-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.filter-card .form-set label {
  position: absolute;
  background: white;
  font-size: 12px;
  left: 10px;
  top: -7px;
  padding: 0 7px;
  color: #858585;
  z-index: 10009;
}
.filter-card .form-control {
  height: 48px;
}
.filter-card .btn {
  height: 48px;
}
.filter-card .select2-container .select2-selection--single {
  height: 48px;
}
.filter-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}
.filter-card .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

.has-error .help-block {
  color: red;
}

small.help-block {
  color: #F44336 !important;
}

.toggle.ios {
  border-radius: 20px;
}
.toggle.ios .toggle-handle {
  border-radius: 20px;
}

.toggle-on.ios {
  border-radius: 20px;
}

.toggle-off.ios {
  border-radius: 20px;
}

.service-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.service-header h2 {
  font-weight: bold;
}

.service-cate a {
  color: #ffffff;
  padding: 2px 10px;
  text-transform: uppercase;
  background: #d9c505;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
}

.service-images {
  margin-bottom: 30px;
}

.widget {
  margin-bottom: 30px;
}

.service-amount {
  color: #203E80;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-left: auto;
}

.about-author {
  min-height: 80px;
}

.about-provider-img {
  background-color: #ffffff;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}

.provider-details {
  margin-left: 100px;
}

.ser-provider-name {
  display: inline-block;
  margin-bottom: 5px;
  color: #272b41;
  font-size: 16px;
  font-weight: 600;
}

.last-seen {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.last-seen i {
  color: #ffbc34;
  margin-right: 5px;
  font-size: 12px;
}
.last-seen i.online {
  color: #00e65b;
}

.provider-info {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 4px;
}

.available-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.available-widget ul li {
  color: #858585;
  overflow: hidden;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
.available-widget ul li span {
  float: left;
}
.available-widget ul li:first-child {
  padding-top: 0;
}
.available-widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.rating {
  list-style: none;
  margin: 0 0 7px;
  padding: 0;
  width: 100%;
}
.rating i {
  color: #dedfe0;
}
.rating i.filled {
  color: #FFCC08;
}

.service-widget {
  background-color: #ffffff;
  border: 2px solid rgba(102, 102, 102, 0.09);
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-widget .rating {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px;
}
.service-widget .rating i {
  font-size: 14px;
}
.service-widget:hover .service-img .serv-img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
.service-widget .serv-info {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.service-widget .serv-info h6 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}
.service-widget .service-content .title a:hover {
  color: #203E80;
  color: #203E80;
}
.service-widget .btn-book {
  background: #F7F7FF;
  border-radius: 10px;
  font-weight: 500;
  padding: 6px 15px;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.service-widget .btn-book:hover {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #203E80;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #203E80;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.service-widget .fav-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 15px;
  z-index: 1;
}

.nav-tabs.menu-tabs {
  margin-bottom: 30px;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link {
  color: #203E80;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link::after {
  opacity: 1;
}
.nav-tabs.menu-tabs .nav-item {
  padding-right: 2.25rem;
}
@media (max-width: 992px) {
  .nav-tabs.menu-tabs .nav-item {
    padding-right: 1.25rem;
  }
}
.nav-tabs.menu-tabs .nav-link {
  padding: 0 0 1rem;
  font-weight: 700;
  position: relative;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  background: transparent;
}
.nav-tabs.menu-tabs .nav-link::before {
  position: absolute;
  content: "";
}
.nav-tabs.menu-tabs .nav-link::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #203E80;
  opacity: 0;
}
.nav-tabs.menu-tabs .nav-link:focus {
  background: transparent;
  color: #203E80;
}
.nav-tabs.menu-tabs .nav-link .badge {
  margin-left: 0.25rem;
}

.nav-tabs .nav-link::after {
  position: absolute;
  content: "";
}
.nav-tabs .nav-link:hover {
  background: transparent;
}

.noti-dropdown > a {
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 6px !important;
  min-width: 36px;
}
.noti-dropdown > a::before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e5e5e5;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.noti-dropdown > a:hover::before {
  opacity: 1;
  height: 40px;
  width: 40px;
}

.login-page {
  background-color: #f5f5f5;
  position: relative;
  padding: 0;
  margin: -20px -20px -20px 0;
}
.login-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  height: 50vh;
  background-color: #203E80;
  border-radius: 0 0 2.5rem 2.5rem;
  z-index: 0;
}

.login-body {
  z-index: 10;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 15px;
  min-height: 100vh;
  display: flex;
}
.login-body .form-control {
  height: 50px;
}
.login-body .form-control::placeholder {
  color: #bbb;
  opacity: 1;
}

.login-header {
  margin-bottom: 20px;
}
.login-header p {
  color: #B1B1B1;
  margin-bottom: 0;
}
.login-header h3 {
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.login-header h3 span {
  color: #203E80;
}

.account-btn {
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: 100%;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

#toggle_btn {
  padding: 0 20px;
}
@media (max-width: 991px) {
  #toggle_btn {
    display: none;
  }
}

.mini-sidebar .siderbar-toggle .slider {
  background: #203E80;
}
.mini-sidebar .siderbar-toggle .slider:before {
  transform: translateX(26px);
  left: -5px;
}

.service-carousel .owl-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.service-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.service-carousel .owl-carousel .owl-nav div {
  height: 48px;
  width: 48px;
  line-height: 48px;
  top: 50%;
  background: #666;
  color: #ffffff;
  font-size: 25px;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  margin-top: -24px;
}
.service-carousel .owl-carousel .owl-nav div:hover {
  color: #ffffff;
}
.service-carousel .owl-carousel .owl-nav .owl-prev {
  left: -75px;
}
.service-carousel .owl-carousel .owl-nav .owl-prev:hover {
  left: -65px;
}
.service-carousel .owl-carousel .owl-nav .owl-next {
  right: -75px;
}
.service-carousel .owl-carousel .owl-nav .owl-next:hover {
  right: -65px;
}
.service-carousel .owl-dots {
  margin-top: 50px;
}
.service-carousel .owl-dots .owl-dot {
  margin-right: 5px;
}
.service-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.service-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-carousel .owl-dots .owl-dot.active span {
  border-color: transparent;
  width: 30px;
  height: 12px;
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.check:checked + .checktoggle {
  background-color: #203E80;
}
.check:checked + .checktoggle:after {
  left: 100%;
  transform: translate(calc(-100% - 5px), -50%);
}

.checktoggle {
  background-color: #C8C8C8;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 48px;
}
.checktoggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 300ms ease, transform 300ms ease;
}

.onoffswitch {
  margin-left: auto;
  position: relative;
  width: 73px;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 0;
}

.form-set p {
  font-size: 14px;
  margin: 5px 0 0;
}

.active-switch .switch {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 21px;
  margin: 0;
}
.active-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.active-switch .sliders {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.active-switch .sliders:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.active-switch input:checked + .sliders {
  background-color: #203E80;
}
.active-switch input:checked + .sliders:before {
  left: -5px;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.active-switch input:focus + .sliders {
  box-shadow: 0 0 1px #203E80;
}
.active-switch .sliders.round {
  border-radius: 34px;
}
.active-switch .sliders.round:before {
  border-radius: 50%;
}
.active-switch .onoffswitch-inner {
  display: block;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
  width: 200%;
}
.active-switch .onoffswitch-inner:before {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  width: 50%;
  background-color: #55ce63;
  color: #ffffff;
  content: "ON";
  padding-left: 14px;
}
.active-switch .onoffswitch-inner:after {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  width: 50%;
  content: "OFF";
  padding-right: 14px;
  background-color: #ccc;
  color: #ffffff;
  text-align: right;
}
.active-switch .onoffswitch-switch {
  background: #ffffff;
  border-radius: 20px;
  bottom: 0;
  display: block;
  height: 20px;
  margin: 5px;
  position: absolute;
  right: 43px;
  top: 0;
  transition: all 0.3s ease-in 0s;
  width: 20px;
}
.active-switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.active-switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.connectetapps {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .connectetapps .connectetapps {
    flex-direction: column;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 10px;
    align-items: start;
  }
}

.pass-group {
  position: relative;
}
.pass-group .toggle-password {
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #797979;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pass-group .toggle-passworda {
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #797979;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pass-group .toggle-passwords {
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #797979;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.change-passwordback a {
  margin-bottom: 40px;
  display: block;
  color: #5F648A;
  font-size: 15px;
}

.modal-header h5 {
  font-size: 20px;
  font-weight: 500;
}

.change-password {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  margin: auto;
  padding: 30px 15px;
  height: 100vh;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 992px) {
  .change-password {
    display: block;
  }
}

.change-passwordhead {
  margin-bottom: 35px;
}
.change-passwordhead h3 {
  font-size: 20px;
  font-weight: 500;
}
.change-passwordhead p {
  font-size: 14px;
  color: #666666;
}

.connectetappsimg {
  display: flex;
  align-items: center;
}

.connectet-img {
  width: 46px;
  height: 46px;
  background: #eee;
  padding: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connectet-content {
  margin-left: 15px;
}
.connectet-content h3 {
  font-size: 14px;
  font-weight: 600;
}
.connectet-content p {
  font-size: 13px;
  margin: 0;
  color: #666666;
}
.connectet-content p span {
  color: #666666;
}

.connectetappscontent {
  display: flex;
  align-items: center;
}
.connectetappscontent .active-switch {
  margin-left: 90px;
}
@media (max-width: 992px) {
  .connectetappscontent {
    margin: 15px 0 0;
  }
}

.transfer-lists .theme-image-content {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.transfer-lists .theme-image-content i {
  color: #203E80;
}

.transfer-lists.active .theme-image-content {
  display: block;
}

.success-labels {
  background: #F2FFF6;
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
  color: #1BA345;
  border-radius: 50px;
  display: inline-block;
}

.delete-labels {
  background: #ffffff;
  padding: 7px 23px;
  margin: 0;
  font-size: 14px;
  color: #FF4949;
  border-radius: 50px;
  display: inline-block;
}

.noti-contents {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  color: #a1a1a1;
  justify-content: center;
}

#filter_inputs {
  display: none;
}

textarea.form-control.content-textarea {
  height: 100px;
  min-height: auto;
}

.service-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
.service-img .serv-img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.action-search a {
  color: #203E80;
  font-weight: 500;
}
.action-search a:hover {
  color: #203E80;
}
.action-search a i {
  color: #9C9C9C;
}

.serv-info i {
  margin-right: 5px;
}

a.serv-edit {
  margin-right: 30px;
}

.service-widget-image {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.service-widget-image h6 {
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.service-widget-image h6 img {
  margin-right: 6px;
}

.service-content {
  padding: 15px;
}
.service-content .title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.service-content .title a {
  color: #666666;
}
.service-content p {
  color: #374B5C;
}

.item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 15px 15px;
  z-index: 1;
}
.item-info span {
  background: #C10037;
  border-radius: 6px;
  font-size: 14px;
  padding: 6px 15px;
  color: #ffffff;
}

.fav-icon {
  width: 32px;
}

.site-logo {
  max-height: 32px;
  width: auto;
}

.admin-noti-wrapper .noti-list {
  padding: 7px 10px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  position: relative;
}
.admin-noti-wrapper .noti-list .noti-avatar {
  left: auto;
  height: 40px;
  width: 40px;
  position: absolute;
}
.admin-noti-wrapper .noti-list .noti-avatar img {
  height: 40px;
  width: 40px;
}
.admin-noti-wrapper .noti-list .noti-contents {
  margin-left: 50px;
  font-size: 13px;
}
.admin-noti-wrapper .noti-list .noti-contents h3 {
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
}

.modal {
  z-index: 1050;
}

.modal-backdrop {
  z-index: 1040;
}

.slider-card {
  position: relative;
  background-color: #203E80;
  color: #ffffff;
  z-index: 1;
  border-radius: 10px;
  padding: 15px;
}
.slider-card .ad-img-blk {
  width: 104px;
  height: 104px;
}
.slider-card .ad-img-blk img {
  border-radius: 10px;
}
.slider-card .ad-content-blk h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.slider-card .ad-content-blk .info-list-style {
  display: flex;
  column-gap: 20px;
}
.slider-card .ad-content-blk .info-list-style div:not(:first-child) {
  border-left: 1px solid #F0FFFF;
  padding: 0 0 0 20px;
}
.slider-card .ad-content-blk .info-list-style .list-unstyled li {
  color: #F0FFFF;
  font-size: 12px;
}
.slider-card .ad-content-blk .info-list-style .list-unstyled li:not(:last-child) {
  margin: 0 0 10px 0;
}

.slider-card:before {
  position: absolute;
  content: "";
  background: url("../img/card-shape.png") no-repeat;
  background-blend-mode: saturation;
  width: 192px;
  height: 110px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.ratings span {
  background: #FF823B;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 2px 9px;
  border-radius: 4px;
  font-size: 14px;
}

.avatar-blk span {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.count-wrapper {
  gap: 20px;
}
.count-wrapper .count-card .count-info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.count-wrapper .count-card .count-info p {
  font-weight: 600;
  text-transform: uppercase;
  color: #7c7c7c;
}
.count-wrapper .count-card .count-info h2 {
  font-size: 40px;
  font-weight: 600;
}
.count-wrapper .count-card .count-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: rgba(0, 51, 153, 0.1);
  color: #203E80;
}
.count-wrapper .count-card .count-icon span {
  font-size: 20px;
}
.count-wrapper .count-card:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px 0 0;
}

.level-blk {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.level-blk.good-blk i {
  color: #04C468;
}
.level-blk.average-blk i {
  color: #FF9E0D;
}
.level-blk.low-blk i {
  color: #13AAFF;
}
.level-blk i {
  font-size: 6px;
}

.rating-blk {
  display: flex;
  align-items: center;
  background-color: #04C468;
  color: #ffffff;
  border-radius: 5px;
  column-gap: 5px;
  font-size: 12px;
  padding: 5px 7px;
}
.rating-blk.good-blk {
  background-color: #04C468;
}
.rating-blk.average-blk {
  background-color: #FF9E0D;
}
.rating-blk.low-blk {
  background-color: #13AAFF;
}
.rating-blk i {
  color: #ffffff;
  font-size: 12px;
}

.flex-column-blk {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.title-blk {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.title-blk h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.title-blk.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-td {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.flex-td .text-muted {
  font-size: 12px;
}

.profile-content .dashboard-info .card-body, .profile-content .dashboard-info .card-header {
  padding: 25px;
}
.profile-content .dashboard-info .card {
  padding: 0;
}

.profile-sidebar .card {
  padding: 0;
}
.profile-sidebar .card-header {
  background: #ffffff;
  padding: 20px;
  margin: 0;
}
.profile-sidebar .card-header h4 {
  margin: 0;
  color: #374B5C;
}
.profile-sidebar .card-body {
  padding: 20px;
}
.profile-sidebar .card-body .col-form-label {
  padding-top: 0;
  padding-bottom: 10px;
  color: #7c7c7c;
}
.profile-sidebar .card-body .lock-icon i {
  color: #203E80;
}
.profile-sidebar .card-body input {
  color: #7c7c7c;
  min-height: 52px;
  border: 1px solid #7c7c7c;
  border-radius: 8px;
}
.profile-sidebar .card-body .btn-primary {
  font-weight: 400;
  padding: 10px;
  display: block;
  width: 100%;
}
.profile-sidebar .group-img input {
  padding: 6px 15px;
}

.profile-photo span {
  font-size: 16px;
}

.settings-upload-img img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
@media (max-width: 1199.98px) {
  .settings-upload-img img {
    width: 50px;
    height: 50px;
  }
}

.profile-img-del {
  background: #203E80;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.profile-img-del:hover {
  background: #203E80;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.profile-form {
  margin: 25px 0 0;
}
.profile-form label {
  color: #7c7c7c;
  margin: 0;
  margin: 0 0 15px;
  padding: 0;
}
.profile-form .group-img i {
  color: #203E80;
  top: 16px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.profile-form .group-img input {
  padding: 6px 15px;
}
.profile-form textarea.form-control {
  border: 1px solid #7c7c7c;
}
.profile-form .form-set {
  margin-bottom: 25px;
}

.profile-form {
  color: #7c7c7c;
  min-height: 52px;
  border-radius: 8px;
}
.profile-form input:focus {
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
  min-height: 52px;
  border-radius: 8px;
}

textarea.form-control {
  background: #ffffff;
  color: #7c7c7c;
  font-size: 15px;
  padding: 10px;
}

.settings-upload-btn {
  position: relative;
  display: inline-block;
  margin: 0 0 0 20px;
}
.settings-upload-btn .hide-input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.settings-upload-btn .file-upload {
  color: #ffffff;
  background: #203E80;
  border: 1px solid #203E80;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-radius: 10px;
  padding: 12px 35px;
  font-size: 16px;
  margin: 0 20px 0 0;
  cursor: pointer;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .settings-upload-btn .file-upload {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.flex-input {
  display: flex;
  align-items: center;
  gap: 12px;
}
.flex-input .select2 {
  max-width: 140px;
}

.li-height {
  height: 40px;
  display: flex;
  align-items: center;
}

.submodules-div {
  display: flex !important;
  flex-wrap: wrap;
}
.submodules-div label {
  width: 50%;
}

.agenda-detail-card {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  margin-top: 20px;
}
.agenda-detail-card .title-head {
  background: #FCFCFC;
  padding: 20px;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 10px 10px 0 0;
}
.agenda-detail-card .title-head h4 {
  font-size: 20px;
  font-weight: 500;
  color: #141414;
}
.agenda-detail-card .detail-body {
  padding: 20px;
}
.agenda-detail-card .detail-slider-card {
  border: 1px solid #D9D9D9;
  padding: 15px;
  display: inline-flex;
  flex-direction: column;
}
.agenda-detail-card .detail-slider-card .detail-list-item {
  margin-bottom: 10px;
}
.agenda-detail-card .detail-slider-card .detail-list-item:last-child {
  margin-bottom: 0;
}
.agenda-detail-card .detail-slider-card .detail-list-item .badge {
  background: rgba(0, 10, 255, 0.1019607843);
  padding: 5px 30px;
  color: #000AFF;
  margin-left: 30px;
}
.agenda-detail-card .detail-slider-card .detail-list-item h5 {
  color: #141414;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.agenda-detail-card .detail-slider-card .detail-list-item span {
  color: #7C7C7C;
}

.module-item .accordion-button {
  background-color: #ffffff;
  box-shadow: none;
}

.report-list .app-listing {
  justify-content: end;
}
.report-list .multiple-selection #checkboxes {
  right: 0;
  left: auto;
  right: 0;
  left: auto !important;
}
.report-list .multiple-selection #checkboxes::before {
  right: 0;
  left: auto;
  right: 0;
  left: auto;
}
.report-list #checkboxes .form-custom {
  position: relative;
}
.report-list #checkboxes .form-custom .form-control {
  padding-left: 30px;
}
.report-list #checkboxes .form-custom i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 10px;
  font-size: 14px;
}
.report-list .selectbox-cont {
  height: auto;
}
.report-list .sortby #checkbox::before {
  right: 0;
  left: auto;
}

.sortby #checkbox {
  right: 0;
  left: auto;
  right: 0;
  left: auto !important;
}
.sortby #checkbox::before {
  right: 0;
  left: auto;
}

.order-by p i {
  color: #e60073;
  width: 20px;
  height: 20px;
}

.custom_radio {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_radio input:checked ~ .checkmark::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.custom_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 1px 0 0 0;
  border: 2px solid #EEF1FE;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.custom_radio .checkmark::after {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #203E80;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lab-title {
  margin-bottom: 10px;
}

.service-report-btn {
  margin-bottom: 20px;
}
.service-report-btn .btn {
  background: #ffffff;
  border: 1px solid #F7F8F9;
  padding: 13px 10px;
  border-radius: 7px;
  width: 100%;
}
.service-report-btn .btn:hover {
  background: #203E80;
  border: 1px solid #203E80;
  color: #ffffff;
}

.btn-path {
  text-align: center;
  display: flex;
  justify-content: center;
}

.btn-upload:hover {
  background: #2469ef;
  color: #ffffff;
}

.fw-500 {
  font-weight: 500 !important;
}

.content-page-header {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-page-header h5 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .content-page-header h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.active-switch h6 {
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px 0 0;
}

.account-status-toggle {
  justify-content: end;
}
.account-status-toggle .checktoggle {
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
}
.account-status-toggle .check:checked + .checktoggle {
  background-color: #203E80;
  border: 1px solid #203E80;
}

.table .invoice-delete a {
  color: #f05050;
}

.sms-group ul li {
  color: #666666;
  font-weight: 500;
  margin-bottom: 15px;
}
.sms-group ul li span {
  float: right;
  color: #374B5C;
  font-weight: 400;
}
.sms-group ul li span .avatar-sm {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.del-action {
  width: 28px;
  height: 28px;
  background: #F5F5F5;
  color: #374B5C;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
}

.con-list {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
  width: 100%;
}
.con-list li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 0 0;
}
.con-list li:last-child {
  margin-right: 0;
}
.con-list li span {
  margin-right: 10px;
}

.con-img img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.con-icon {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 38px;
  height: 38px;
  background: #F1F1F1;
  border-radius: 50%;
}

.con-info h6 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.con-info p {
  font-size: 13px;
  color: #374B5C;
  margin-bottom: 0;
}

.abuse-list li {
  margin-bottom: 20px;
}
.abuse-list li h6 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.abuse-list li p {
  font-size: 13px;
  color: #374B5C;
  margin-bottom: 0;
}

.content-page-headersplit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .content-page-headersplit {
    flex-direction: column;
  }
}

.role-wrap {
  margin-bottom: 17px;
}
.role-wrap h6 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #203E80;
  font-weight: 600;
}
.role-wrap h6 span {
  font-size: 16px;
  color: #203E80;
}
.role-wrap .checkboxs {
  margin-bottom: 15px;
}
.role-wrap .checkboxs .check-content {
  font-size: 16px;
  color: #878A99;
}

.role-table {
  max-height: 615px;
  overflow-y: auto;
}
.role-table thead {
  position: sticky;
  top: 0;
  z-index: 9;
}

.checkboxs {
  cursor: pointer;
  display: flex;
  min-height: 20px;
  align-items: center;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #607D8B;
  font-weight: 400;
}
.checkboxs span {
  position: relative;
  display: flex;
  width: 19px;
  height: 19px;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 8px;
  background: #ffffff;
  border-radius: 4px;
}
.checkboxs span i {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: 3px;
  transform: rotate(-45deg) translateX(0%) translateY(0%) scale(0.7);
  transform-origin: center left;
}
.checkboxs span i:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 20px;
  height: 0;
  top: 50%;
  left: 0;
  width: 2px;
}
.checkboxs span i:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 20px;
  width: 0;
  bottom: 0;
  left: 0;
  height: 2px;
}
.checkboxs input {
  display: none;
}
.checkboxs input:checked ~ span {
  border: none;
  background-color: #203E80;
}
.checkboxs input:checked ~ span i:before {
  height: 50%;
  transition: height 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.checkboxs input:checked ~ span i:after {
  width: 100%;
  transition: width 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.checkboxs .check-content {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
}

.page-menu {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0509803922);
  background: #fff;
  transition: all 0.5s;
}
.page-menu .page-menu-header {
  display: none;
  background: #f5f5f5;
}
.page-menu .page-menu-header h2 {
  font-size: 16px;
}
.page-menu .page-menu-header a {
  width: 24px;
  height: 24px;
  background: #203E80;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .page-menu .page-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  .page-menu {
    height: calc(100vh - 60px);
    position: fixed;
    right: -100%;
    top: 60px;
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
    overflow: auto;
  }
  .page-menu.open-menus {
    right: 0;
    transition: all 0.5s;
  }
}
.page-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.5s;
  padding: 10px;
}
@media (max-width: 991px) {
  .page-menu ul {
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
  }
}
.page-menu ul li {
  margin: 0 10px;
}
@media (max-width: 991px) {
  .page-menu ul li {
    margin: 0;
  }
}
.page-menu ul li a {
  color: #141414;
  font-size: 15px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.page-menu ul li a.active {
  color: #203E80;
}
.page-menu ul li a.active img {
  filter: invert(21%) sepia(54%) saturate(642%) hue-rotate(187deg) brightness(92%) contrast(98%);
}
.page-menu ul li a:hover {
  color: #203E80;
}
.page-menu ul li a:hover img {
  filter: invert(21%) sepia(54%) saturate(642%) hue-rotate(187deg) brightness(92%) contrast(98%);
}

.page-header-link {
  background: #fff;
  padding: 15px;
  text-align: center;
  display: none;
}
.page-header-link .show-menuheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
@media (max-width: 991px) {
  .page-header-link {
    display: block;
  }
}

.btn-header-split {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}
@media (max-width: 991px) {
  .btn-header-split {
    justify-content: start;
  }
}
.btn-header-split li + li {
  margin-left: 10px;
}
.btn-header-split .btn-warning {
  color: #fff;
}
.btn-header-split .btn-warning:hover {
  box-shadow: 0 50px 0 0 #ffffff inset;
  color: #ffbc34;
}

.text-primary {
  color: #203E80 !important;
}

.datatable-paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.dataTables_paginate .pagination li {
  margin: 0 5px;
}
.dataTables_paginate .pagination li a {
  background: #ffffff;
  border-radius: 6px !important;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.dataTables_paginate .pagination li a:hover {
  background: #203E80;
  color: #ffffff;
}
.dataTables_paginate .pagination li.active a.page-link {
  background: #203E80;
  border-color: #203E80;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_paginate .pagination li.previous.disabled {
  width: 24px;
}
.dataTables_paginate .pagination li.previous.disabled a {
  background-color: transparent;
  border: 0;
  width: 20px;
}
.dataTables_paginate .pagination li.next.disabled {
  width: 20px;
}
.dataTables_paginate .pagination li.next.disabled a {
  background-color: transparent;
  border: 0;
  width: 20px;
}

.page-header {
  border-bottom: 1px solid #ECECED;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .page-header {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.page-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 568px) {
  .page-header h3 {
    font-size: 18px;
  }
}
.page-header ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .page-header ul {
    display: none;
  }
}
.page-header ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.page-header ul li a:hover {
  color: #203E80;
}
.page-header ul li + li {
  position: relative;
  padding-left: 15px;
}
.page-header ul li + li::after {
  position: absolute;
  content: "/";
  left: 5px;
}

.form-label {
  font-size: 14px;
  color: #141414;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}

.form-control {
  border: 1px solid #999999;
  height: 44px;
  padding: 12px;
  color: #141414;
  border-radius: 5px;
}
.form-control:focus {
  background-color: rgba(32, 62, 127, 0.1);
}
.form-control:read-only {
  background: #F3F3F3;
}
.form-control.input:read-only {
  background: transparent;
}

textarea.form-control {
  height: 86px;
  border: 1px solid #999999;
  padding: 12px;
}

.manitory {
  color: #FC1313;
}

.modal-customization .modal-dialog {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.modal-customization .modal-content {
  padding: 30px;
  box-shadow: -4px -4px 10px 0px rgba(0, 0, 0, 0.1411764706);
  max-height: 100vh;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-customization .modal-content .modal-header {
  padding: 0;
  padding-bottom: 16px;
}
.modal-customization .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.modal-customization .modal-content .modal-header .btn-close {
  background: rgba(32, 62, 127, 0.1);
  color: #203E80;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0;
  font-size: 16px;
}
.modal-customization .modal-content .modal-header .btn-close:hover {
  background: linear-gradient(90deg, rgb(253, 153, 0) 0%, rgb(255, 106, 23) 100%);
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.modal-customization .modal-content .modal-body {
  padding: 24px 0 0;
}
.modal-customization .modal-footer {
  border: 0;
  padding: 0;
  justify-content: start;
}
.modal-customization .modal-footer .btn {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.modal-customization .modal-footer .btn + .btn {
  margin-left: 10px;
}
.modal-customization .modal-footer .btn-cancel {
  background: #F4EFFC;
  border: 2px solid #E2CFFF;
  color: #000000;
  justify-content: center;
}
.modal-customization .modal-footer .btn-cancel:hover {
  box-shadow: 0 50px 0 0 #E2CFFF inset;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0;
}

.project-id {
  padding: 14px;
  background: #ECECEC;
  border-radius: 5px;
  margin-bottom: 20px;
}
.project-id h6 {
  color: #141414;
  font-size: 16px;
  font-weight: 400;
}
.project-id h6 span {
  color: #203E80;
}

.header-status {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-status h5 {
  font-size: 18px;
  color: #141414;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.header-status .btn {
  min-width: 120px;
  font-size: 15px;
}

.card-body-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.card-body-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: #141414;
}
@media (max-width: 568px) {
  .card-body-header h5 {
    font-size: 16px;
  }
}
.card-body-header a.btn {
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body-header a.btn-primary {
  padding: 10px 18px;
  width: inherit;
  height: inherit;
}

.card-body-content {
  margin-bottom: 24px;
}
.card-body-content p {
  color: #7C7C7C;
}

.project-details ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.project-details ul li {
  width: 20%;
  padding: 12px;
  border: 1px solid #ECECEC;
  height: 78px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .project-details ul li {
    width: 33%;
    height: auto;
  }
}
@media (max-width: 568px) {
  .project-details ul li {
    width: 50%;
  }
}
.project-details ul li h5 {
  color: #141414;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.project-details ul li h6 {
  color: #7C7C7C;
  font-size: 14px;
  font-weight: 400;
}
.project-details ul li h4 {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.project-details ul li .badge {
  min-width: 96px;
}

.head-client {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.head-client h3 {
  color: #141414;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 568px) {
  .head-client h3 {
    font-size: 16px;
  }
}

.client-details li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .client-details li {
    margin: 0 0 10px;
  }
}
.client-details li h5 {
  width: 50%;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 568px) {
  .client-details li h5 {
    width: 100%;
  }
}
.client-details li h6 {
  width: 50%;
  color: #7C7C7C;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 568px) {
  .client-details li h6 {
    width: 100%;
  }
}
.client-details li h4 {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .client-details li h4 {
    width: 100%;
  }
}
.client-details li:last-child {
  margin: 0;
}
@media (max-width: 568px) {
  .client-details li:last-child {
    margin: 0 0 10px;
  }
}

.client-file-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.client-file-div .client-file-name {
  display: flex;
  align-items: center;
}
.client-file-div .client-file-name h6 {
  color: #141414;
}
.client-file-div .client-file-action a {
  color: #141414;
}
.client-file-div .client-file-action a:hover {
  color: #203E80;
}

.client-file {
  position: relative;
  margin-bottom: 15px;
}
.client-file input {
  height: 95px;
  opacity: 0;
  width: 100%;
  z-index: 99;
  position: relative;
}
.client-file h6 {
  height: 95px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  top: 0;
}

.client-overflow {
  max-height: 120px;
  overflow: auto;
}

.tab-set.tab-set-risk .nav-link, .tab-set .nav-tabs-four .nav-link {
  width: 25%;
}
@media (max-width: 568px) {
  .tab-set.tab-set-risk .nav-link, .tab-set .nav-tabs-four .nav-link {
    width: auto;
  }
}
.tab-set.nav-tabs-three .nav-link {
  width: 33.3%;
}
@media (max-width: 568px) {
  .tab-set.nav-tabs-three .nav-link {
    width: auto;
  }
}
.tab-set.nav-tabs-two .nav-link {
  width: 50%;
}
@media (max-width: 568px) {
  .tab-set.nav-tabs-two .nav-link {
    width: auto;
  }
}
.tab-set .nav-tabs {
  border-bottom: 1px solid #ECECEC;
}
.tab-set .tab-content {
  padding: 20px;
}
.tab-set .nav-link {
  width: 20%;
  padding: 20px 15px;
  border-radius: 0;
  font-size: 16px;
  color: #000000;
  border: 0;
  border-bottom: 2px solid transparent;
  box-shadow: none;
  text-align: center;
}
@media (max-width: 568px) {
  .tab-set .nav-link {
    width: auto;
    padding: 10px 5px;
  }
}
.tab-set .nav-link:hover {
  border: 0;
  box-shadow: none;
}
.tab-set .nav-link:focus {
  border: 0;
  box-shadow: none;
}
.tab-set .nav-link.active {
  border: 0;
  border-bottom: 2px solid #203E80;
  color: #203E80;
}
.tab-set .nav-link.current {
  border: 0;
  border-bottom: 2px solid #203E80;
  color: #203E80;
}

.btn-page {
  padding-top: 24px;
}
.btn-page ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btn-page ul .btn {
  padding: 13px 30px;
}
.btn-page ul li + li {
  margin-left: 10px;
}

.linked-head {
  border-bottom: 1px solid #ECECED;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}

.text-link {
  color: #0A3DF1 !important;
}
.text-link:hover {
  color: #203E80 !important;
}

.linked-content .select2-container--default {
  width: 100% !important;
}

.activity-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  border-radius: 5px;
  position: relative;
}
.activity-path::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 24px;
  bottom: -26px;
  left: 25px;
}
.activity-path:last-child {
  margin-bottom: 0;
}
.activity-path:last-child::after {
  height: 0;
}
.activity-path .activity-path-content h6 {
  font-size: 16px;
  font-weight: 400;
  color: #7C7C7C;
}
@media (max-width: 568px) {
  .activity-path .activity-path-content h6 {
    font-size: 14px;
  }
}
.activity-path .activity-path-content h6 span {
  margin-right: 5px;
}
.activity-path .activity-path-content h6 b {
  font-weight: 600;
  color: #141414;
}
.activity-path .activity-path-content h5 {
  color: #141414;
  margin-bottom: 5px;
  font-size: 16px;
}
.activity-path .activity-path-time h6 {
  font-size: 16px;
  font-weight: 600;
  color: #7C7C7C;
}
@media (max-width: 568px) {
  .activity-path .activity-path-time h6 {
    font-size: 14px;
  }
}

.comments-path {
  width: 75%;
}
@media (max-width: 568px) {
  .comments-path {
    width: 100%;
  }
}
.comments-path .comments-div {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E9EBF0;
}
.comments-path .comments-div:last-child {
  border-bottom: 0;
}
.comments-path .comments-div .comments-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .comments-path .comments-div .comments-head {
    flex-direction: column;
    align-items: start;
  }
}
.comments-path .comments-div .comments-head .badge {
  font-size: 12px;
  padding: 2px 5px;
}
.comments-path .comments-div .comments-head h5 {
  font-size: 15px;
  font-weight: 500;
  color: #141414;
}
@media (max-width: 568px) {
  .comments-path .comments-div .comments-head h5 {
    margin-bottom: 5px;
  }
}
.comments-path .comments-div .comments-head h5 span {
  margin-left: 5px;
  color: #67727E;
}
.comments-path .comments-div .comments-head a {
  color: #999999;
}
.comments-path .comments-div .comments-head a:hover {
  color: #203E80;
}
.comments-path .comments-div .comments-content p {
  margin: 0;
  color: #141414;
  font-size: 16px;
}
.comments-path .comments-div .comments-content b {
  font-weight: 600;
}
.comments-path .comments-div.comments-reply {
  padding: 10px 24px;
  border-left: 1px solid #E9EBF0;
}
@media (max-width: 568px) {
  .comments-path .comments-div.comments-reply {
    padding: 10px;
  }
}

.comments-btn textarea {
  border: 1px solid #E9EBF0;
}

.td-badge-dot {
  position: relative;
  padding-left: 18px !important;
}
.td-badge-dot:after {
  background: #999999;
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  border-radius: 50px;
}
.td-badge-dot.primary-dot:after {
  background: #203E80;
}
.td-badge-dot.pink-dot::after {
  background: #E40081;
}
.td-badge-dot.success-dot:after {
  background: #04AF34;
}
.td-badge-dot.warning-dot:after {
  background: #FFC909;
}
.td-badge-dot.purple-dot:after {
  background: #AB6EFA;
}
.td-badge-dot.info-dot:after {
  background: #09A6FF;
}
.td-badge-dot.danger-dot:after {
  background: #FF0000;
}

.badge-dot {
  position: relative;
  padding-left: 18px !important;
}
.badge-dot span {
  background: #999999;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50px;
}
.badge-dot span.primary-dot {
  background: #203E80;
}
.badge-dot span.success-dot {
  background: #04AF34;
}
.badge-dot span.warning-dot {
  background: #FFC909;
}
.badge-dot span.purple-dot {
  background: #AB6EFA;
}
.badge-dot span.info-dot {
  background: #09A6FF;
}
.badge-dot span.danger-dot {
  background: #FF0000;
}

.client-details li h6:after {
  top: 5px;
}

.priority-div {
  background: #F9F9F9;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.priority-div .select2-container .select2-selection--single {
  background: transparent;
}

.priority-cal {
  margin-bottom: 10px;
}
.priority-cal h6 {
  font-size: 16px;
  color: #141414;
  font-weight: 600;
}

.select-path {
  align-items: center;
  flex-wrap: wrap;
}
.select-path .select2-container {
  width: 140px !important;
}
.select-path > label {
  margin-right: 10px;
  margin-bottom: 0;
}

.progress {
  margin-bottom: 5px;
  height: 6px;
  background-color: #D9D9D9;
}
.progress .progress-bar {
  background-color: #203E80;
}
.progress .progress-bar.progress-bar-success {
  background-color: #04AF34;
}

.progress-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-div h5 {
  font-size: 14px;
  font-weight: 500;
  color: #141414;
  margin: 0;
}
.progress-div h6 {
  font-size: 13px;
  color: #7C7C7C;
  font-weight: 500;
}

.btn-header-split.btn-header-splitset .btn {
  display: flex;
  align-items: center;
}
.btn-header-split.btn-header-splitset .btn.active img {
  filter: invert(51%) sepia(94%) saturate(1310%) hue-rotate(10deg) brightness(109%) contrast(96%);
}
.btn-header-split.btn-header-splitset .btn:hover {
  color: #203E80;
}
.btn-header-split.btn-header-splitset .btn:hover img {
  filter: invert(51%) sepia(94%) saturate(1310%) hue-rotate(10deg) brightness(109%) contrast(96%);
}
@media (max-width: 991px) {
  .btn-header-split {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .btn-header-split li {
    margin: 5px;
  }
}

#close-sidebar-res {
  display: none;
}
@media (max-width: 991px) {
  #close-sidebar-res {
    display: block;
  }
}

.kanban-list-items {
  padding: 20px;
  border-radius: 10px;
}
.kanban-list-items.kanban-todo {
  background: #D5CCFF;
}
.kanban-list-items.kanban-inprogress {
  background: rgba(228, 0, 129, 0.2);
}
.kanban-list-items.kanban-inprogress .kanban-title-head h5 {
  color: #E40081;
}
.kanban-list-items.kanban-inprogress .kanban-title-head .badge {
  background: #E40081;
}
.kanban-list-items.kanban-inprogress .kaban-name span {
  background: #E40081;
}
.kanban-list-items.kanban-inprogress .kanban-spirints-active li span.active {
  background: #E40081;
}
.kanban-list-items.kanban-success {
  background: rgba(52, 168, 83, 0.2);
}
.kanban-list-items.kanban-success .kanban-title-head h5 {
  color: #2B1887;
}
.kanban-list-items.kanban-success .kanban-title-head .badge {
  background: #2B1887;
}
.kanban-list-items.kanban-success .kaban-name span {
  background: #2B1887;
}
.kanban-list-items.kanban-success .kanban-spirints-active li span.active {
  background: #2B1887;
}

.kanban-spirints-active {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.kanban-spirints-active li span {
  position: relative;
  width: 24px;
  height: 12px;
  border-radius: 0px 4px 4px 24px;
  background: #D9D9D9;
  display: inline-block;
}
.kanban-spirints-active li span.active {
  background: #203E80;
}
.kanban-spirints-active li + li {
  margin-left: 5px;
}

.kaban-div {
  display: flex;
  align-items: center;
}

.kaban-name span {
  background: #2B1887;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.kanban-title-head .badge {
  background: #2B1887;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin-left: 5px;
}
.kanban-title-head h5 {
  font-weight: 600;
}

.radio label {
  margin-bottom: 0;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label {
  position: relative;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  border: 1px solid #999999;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:after {
  background-color: #203E80;
  width: 11px;
  height: 11px;
  z-index: 9;
  content: "";
  position: absolute;
  border-radius: 50px;
  left: 3.5px;
  top: 3.5px;
}
.radio input[type=radio]:checked + .radio-label:before {
  border: 1px solid #203E80;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #203E80;
}

.card-div {
  border: 1px solid #ECECEC;
  border-radius: 5px;
}
.card-div .card-head-div {
  padding: 20px;
  border-bottom: 1px solid #ECECEC;
}
.card-div .card-head-div h4 {
  font-size: 18px;
  color: #141414;
  font-weight: 600;
}
.card-div .card-head-div .custom-input-width {
  max-width: 300px;
}
.card-div .card-body-div {
  padding: 20px;
}

.server-div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.server-div h5 {
  font-size: 16px;
  font-weight: 600;
  width: 60%;
}
.server-div ul {
  display: flex;
  align-items: center;
  width: 40%;
}
.server-div ul li + li {
  margin-left: 15px;
}

.server-divs.server-access ul li {
  width: auto;
}
.server-divs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.server-divs ul li {
  width: 20%;
}
.server-divs ul li + li {
  margin-left: 15px;
}

.sub-case-path {
  border: 1px solid #ECECEC;
  background: #FCFCFC;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.text-remove {
  color: #999999;
}
.text-remove:hover {
  color: #203E80;
}

.sub-head {
  margin-bottom: 10px;
}
.sub-head h6 {
  font-size: 16px;
  font-weight: 500;
}

.task-count {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.task-count h6 {
  font-size: 12px;
}
.task-count h6 img {
  width: 12px;
}
.task-count h6 + h6 {
  margin-left: 10px;
}

.dataTables_paginate ~ .dataTables_paginate {
  display: none;
}

.dataTables_filter ~ .dataTables_filter {
  display: none;
}

.participent-link {
  color: #203E80;
  text-decoration: underline;
}
.participent-link:hover {
  color: #333;
  text-decoration: underline;
}

ul.letter-word {
  display: flex;
  align-items: center;
}
ul.letter-word li {
  margin: 0;
}
ul.letter-word li span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
}
ul.letter-word li:nth-child(1) span {
  background: #4F4CF4;
}
ul.letter-word li:nth-child(2) span {
  background: #ED63F9;
}
ul.letter-word li:nth-child(3) span {
  background: #F96363;
}
ul.letter-word li:nth-child(4) span {
  background: #203E80;
}
ul.letter-word li .btn-secondary-light {
  background: #E2E7F9;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #363853;
  padding: 0;
}
ul.letter-word li + li {
  margin-left: -10px !important;
}
ul.letter-word li:hover span {
  z-index: 99;
  position: relative;
}

.dependency-td span {
  color: #141414;
  font-weight: 500;
  text-decoration: underline;
}
.dependency-td span:hover {
  color: #203E80;
}
.dependency-td p {
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #141414;
  font-weight: 500;
}

.priority-div .bootstrap-tagsinput {
  background: transparent;
}

.tasktimeline-head ul {
  display: flex;
  align-items: center;
}
.tasktimeline-head ul li {
  width: 100px;
  min-width: 100px;
  padding: 15px 0;
  text-align: center;
}

.taskline {
  display: flex;
  align-items: center;
}

.taskline .timeline-task {
  height: 80px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.taskline .timeline-task:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 86px;
  height: 1px;
  bottom: 0;
}
.taskline .timeline-task:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 1px;
  right: 0;
  top: 0;
}
.taskline .timeline-task h5 {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.taskline .timeline-task h6 {
  color: #141414;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.taskline .timeline-task.open h5 {
  color: #9747FF;
}
.taskline .timeline-task.open h5 img {
  filter: invert(29%) sepia(74%) saturate(2381%) hue-rotate(249deg) brightness(103%) contrast(105%);
}
.taskline .timeline-task.inprogress h5 {
  color: #E40081;
}
.taskline .timeline-task.inprogress h5 img {
  filter: invert(17%) sepia(96%) saturate(7019%) hue-rotate(318deg) brightness(90%) contrast(104%);
}
.taskline .timeline-task.closed h5 {
  color: #34A853;
}
.taskline .timeline-task.closed h5 img {
  filter: invert(60%) sepia(16%) saturate(4613%) hue-rotate(90deg) brightness(91%) contrast(60%);
}
.taskline .task-bar {
  position: relative;
  padding: 5px 15px;
  border-radius: 50px;
  width: 0;
  opacity: 0;
  transition: all 0.65s;
  white-space: nowrap;
  overflow: hidden;
  line-height: 25px;
}

.task-overflow {
  overflow: auto;
}

.toast-container {
  top: 15px;
  border-radius: 5px !important;
  border: none;
}
.toast-container .toast {
  box-shadow: 0px 16px 20px -8px rgba(3, 5, 18, 0.1) !important;
  border-radius: 5px !important;
  border-left: 7px solid #203E80 !important;
  border: 0px solid transparent;
  margin: 0px;
}
.toast-container .toast .toast-header {
  padding: 12px;
}
.toast-container .toast.error-blk {
  border-left: 7px solid #FF3B30 !important;
}
.toast-container .toast.warning-blk {
  border-left: 7px solid #FF9500 !important;
}

b {
  font-weight: 600 !important;
}

.btn.btn-assign {
  padding: 1px 7px;
  min-width: 80px;
}
.btn.btn-assign.btn-primary {
  min-width: 130px;
}
.btn.btn-assign.btn-primary:hover img {
  filter: invert(51%) sepia(94%) saturate(1310%) hue-rotate(10deg) brightness(109%) contrast(96%);
}

.decision-ul {
  min-width: 400px;
  max-width: 600px;
}
.decision-ul ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.decision-ul ul li {
  margin-bottom: 10px;
  font-weight: 500;
}
.decision-ul ul li span {
  color: #000000;
  font-weight: 500;
}
.decision-ul ul li span.badge {
  padding: 5px 7px;
  font-size: 13px;
}

.card-heads {
  font-weight: 600;
  color: #141414;
  font-size: 16px;
  margin-bottom: 15px;
}

.decition-sets ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.decition-sets ul li {
  font-weight: 500;
  font-size: 14px;
}
.decition-sets ul li + li {
  margin-left: 10px;
}
.decition-sets ul li span {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.decition-sets.no-margin-blk ul {
  gap: 15px;
}
.decition-sets.no-margin-blk ul li + li {
  margin-left: 0px;
  margin-right: 10px;
}

.card-split-path {
  border-left: 1px solid #ECECEC;
}
.card-split-path h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.access-div {
  border: 1px solid #D9D9D9;
  background: #F9F9F9;
  padding: 20px;
  border-radius: 5px;
}
.access-div .select2-container .select2-selection--single {
  background: transparent;
}
.access-div .form-control {
  background: transparent;
}

.add-item .card {
  border: 1px solid #B1B1B1;
  overflow: hidden;
}
.add-item .card .tab-set .nav-tabs {
  border-bottom: 1px solid #B1B1B1;
}

.profile-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.profile-upload .profile-upload-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  position: relative;
  margin-right: 15px;
  border-radius: 5px;
  border: 2px dashed #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.profile-upload .profile-upload-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  position: relative;
  margin-right: 15px;
  border-radius: 5px;
  border: 2px dashed #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.profile-upload .profile-upload-img i {
  font-size: 12px;
  margin-right: 8px;
}
.profile-upload .profile-upload-content .profile-upload-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #203E80;
  background: rgba(32, 62, 127, 0.1);
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.5s;
}
.profile-upload .profile-upload-content .profile-upload-btn input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}
.profile-upload .profile-upload-content .profile-upload-btn p {
  font-weight: 500;
  color: #6f6f6f;
}

.profile-upload .profile-remove {
  display: none;
}

.profile-upload .profile-remove-btn {
  width: 14px;
  height: 14px;
  font-size: 10px;
  color: #fff;
  background: #fc0027;
  border: 1px solid #fc0027;
  border-radius: 5px;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
}

.profile-upload .preview1 {
  display: none;
}
.profile-upload .it {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  display: block;
  position: relative;
  background: #fff;
}

.profile-upload .profile-upload-img span {
  color: #6f6f6f;
  position: absolute;
}

.card-nav-header .nav-tabs {
  border-bottom: 1px solid #B1B1B1;
}
.card-nav-header .nav-link {
  padding: 14px 20px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #B1B1B1;
  border-bottom: 0;
  position: relative;
  top: 1px;
  background: #F9F9F9;
}
@media (max-width: 991px) {
  .card-nav-header .nav-link {
    padding: 7px 12px;
    font-size: 16px;
  }
}
.card-nav-header .nav-link + .nav-link {
  margin-left: 10px;
}
.card-nav-header .nav-link.active {
  background: #203E80;
  color: #fff;
}
.card-nav-header .nav-link:hover {
  background: #203E80;
  color: #fff;
}

.fade-flip {
  transform: rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.fade-flip.show {
  opacity: 1;
  transform: rotateX(0deg);
}

.fade-flip .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
}

.title-append-blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.title-append-blk h5 {
  font-weight: 500;
}
.title-append-blk a {
  color: #203E80;
}

.append-info {
  background-color: #fcfcfc;
  border: 1px solid #D9D9D9;
  padding: 20px 20px 0px;
  border-radius: 5px;
}

.table.custom-tab-table thead th {
  background: transparent;
  font-weight: 600;
  font-size: 16px;
}
.table.custom-tab-table tbody tr {
  border: 0;
}
.table.custom-tab-table tbody tr:hover {
  background: transparent;
}
.table.custom-tab-table tbody tr td .select2-container {
  width: 100px !important;
}
.table.custom-tab-table tbody tr td .fixed-width-input {
  width: 100px;
}

.cause-card-head {
  border-bottom: 1px solid #D9D9D9;
}
.cause-card-head .tab-head-titile {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cause-card-head .input-field {
  margin-bottom: 20px;
}

.custom-table-border thead {
  border-bottom: 1px solid #D9D9D9;
}
.custom-table-border tbody {
  border-bottom: 1px solid #D9D9D9;
  padding: 15px;
  display: table-caption;
}
.custom-table-border tbody:last-child {
  border: 0;
}

.text-Remove {
  color: #999999;
}
.text-Remove:hover {
  color: #203E80;
}

.flatpickr-day {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  border-radius: 5px;
  padding: 0;
}
.flatpickr-day.selected {
  border-radius: 5px;
}
.flatpickr-day.today {
  background: #203E80;
  border-color: #203E80;
  color: #ffffff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 14px;
}

.flatpickr-current-month input.cur-year {
  font-size: 14px;
}

.modal-scrolls {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dash-card {
  padding: 25px 15px 15px;
  background: rgba(32, 62, 127, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
}
.dash-card.dash1 {
  background: rgba(0, 224, 255, 0.1);
}
.dash-card.dash1 .dash-img {
  background: #00E0FF;
}
.dash-card.dash2 {
  background: rgba(66, 0, 255, 0.1);
}
.dash-card.dash2 .dash-img {
  background: #4200FF;
}
.dash-card.dash3 {
  background: rgba(54, 229, 10, 0.1);
}
.dash-card.dash3 .dash-img {
  background: #36E50A;
}
.dash-card .dash-img {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  background: rgba(32, 62, 127, 0.1);
  color: #203E80;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dash-card .dash-img i {
  font-size: 20px;
}
.dash-card h5 {
  font-size: 32px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}
.dash-card h6 {
  font-size: 18px;
  color: #000;
  font-size: 16px;
}

.alternative-div {
  display: flex;
  overflow-x: auto;
  margin-bottom: 20px;
}
.alternative-div .alternative-path {
  width: 320px;
  min-width: 320px;
  margin-right: 15px;
  border: 1px solid #D9D9D9;
  margin-bottom: 15px;
}
.alternative-div .alternative-path .alternative-head {
  padding: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.alternative-div .alternative-path .alternative-head h6 {
  font-weight: 600;
}
.alternative-div .alternative-path .alternative-content {
  padding: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.alternative-div .alternative-path .alternative-content h6 span {
  margin-left: 5px;
}
.alternative-div .alternative-path .alternative-footer {
  padding: 15px;
}
.alternative-div .alternative-path .alternative-footer h6 {
  font-weight: 600;
}
.alternative-div .alternative-path:not(:first-child) {
  width: 122px;
  min-width: 122px;
}
.alternative-div .alternative-path:not(:first-child) .row .col-lg-4 {
  width: 100%;
}
.alternative-div .alternative-path:not(:first-child) .row .col-lg-4:not(:last-child) {
  display: none;
}
.alternative-div .alternative-path:not(:first-child) .row:first-child .col-4 {
  width: 100%;
}
.alternative-div .alternative-path:not(:first-child) .row:first-child .col-4:not(:last-child) {
  display: none;
}
.alternative-div .alternative-path:not(:first-child) .alternative-content .row .col-lg-4 {
  width: 100%;
}
.alternative-div .alternative-path:not(:first-child) .alternative-content .row .col-lg-4:not(:last-child) {
  display: none;
}
.alternative-div .alternative-path:not(:first-child) .alternative-content .row:first-child .col-4 {
  width: 100%;
}
.alternative-div .alternative-path:not(:first-child) .alternative-content .row:first-child .col-4:not(:last-child) {
  display: none;
}
.alternative-div .alternative-path:not(:first-child) .alternative-footer .row .col-lg-4 {
  width: 100%;
}
.alternative-div .alternative-path:not(:first-child) .alternative-footer .row .col-lg-8 {
  display: none;
}

.info-alternative {
  color: #B1B1B1;
}

.training {
  position: relative;
  padding-left: 15px;
}
.training::after {
  position: absolute;
  content: "";
  background: #203E80;
  width: 5px;
  height: 100%;
  border-radius: 50px;
  left: 0;
  top: 0;
}
.training.tran1::after {
  background: #05C7F2;
}
.training.tran2::after {
  background: #0A05F2;
}
.training h6 {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.training h4 {
  font-size: 23px;
  color: #000;
  font-weight: 600;
}

.task-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.task-div:last-child {
  margin: 0;
}
.task-div h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.task-div h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.progress-bar-details {
  min-width: 150px;
}

.text-links {
  text-decoration: underline;
  color: #7C7C7C;
}
.text-links:hover {
  color: #203E80;
  text-decoration: underline;
}

.text-grey {
  color: #1C1B1F;
}

.vulner-li span + span {
  margin-left: 10px;
}

fieldset {
  position: relative;
  display: none;
}
fieldset#first {
  display: block;
}

.conformation-popup {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s;
  transform: scale(0);
}
.conformation-popup.open {
  transform: scale(1);
}
.conformation-popup .conformation-popup-content {
  margin-bottom: 25px;
}
.conformation-popup .conformation-popup-content h6 {
  font-size: 24px;
}

#progressbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 24px;
  border-bottom: 1px solid #B1B1B1;
  flex-wrap: wrap;
}
#progressbar h5 {
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
#progressbar .progress-active {
  border-bottom: 1px solid #203E80;
}
#progressbar .progress-active h5 {
  color: #203E80;
}

.widget-btn {
  display: flex;
  flex-wrap: wrap;
}
.widget-btn .btn-cancel {
  margin-left: 15px;
  width: calc(50% - 15px);
  border-radius: 5px;
  border: 2px solid #F4EFFC;
}
@media (max-width: 575px) {
  .widget-btn .btn-cancel {
    width: 100%;
    margin: 5px 0;
  }
}
.widget-btn .btn-primary {
  width: 50%;
}
@media (max-width: 575px) {
  .widget-btn .btn-primary {
    width: 100%;
  }
}

.priority-control {
  padding: 24px 24px 9px;
  border: 1px solid #D9D9D9;
  margin-bottom: 24px;
  border-radius: 5px;
}

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title, .fc-event {
  color: #202020 !important;
}

.policy-card {
  background: #FAFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 15px;
}
.policy-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
}
.policy-card h6 {
  font-size: 14px;
  font-weight: 400;
  color: #676767;
}

.tab-links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
}
.tab-links ul li {
  width: 25%;
}
.tab-links ul li a {
  font-size: 16px;
  color: #000000;
  padding: 15px 10px;
  display: block;
  text-align: center;
}
.tab-links ul li a.active {
  color: #203E80;
  border-bottom: 1px solid #203E80;
}
.tab-links ul li a:hover {
  color: #203E80;
  border-bottom: 1px solid #203E80;
}

.policy-catergory {
  padding: 15px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  transition: all 0.5s;
}
.policy-catergory:hover {
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
.policy-catergory h5 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.policy-catergory h6 {
  font-size: 16px;
  font-weight: 400;
  color: #676767;
  max-width: 225px;
}

.policy-add a {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  background: #FAFAFA;
  padding: 15px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  width: 100%;
}
.policy-add a i {
  font-size: 24px;
  color: #203E80;
  margin-bottom: 10px;
}
.policy-add a:hover {
  background: rgba(32, 62, 127, 0.1);
}

.total-effort {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
}
.total-effort ul {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.total-effort li {
  width: 20%;
}
.total-effort li:first-child {
  border-right: 1px solid #d5d5d5;
}
.total-effort li:nth-child(2) {
  padding-left: 15px;
}
.total-effort li h6 {
  font-size: 16px;
  font-weight: 600;
}

.text-bold {
  font-weight: 700 !important;
}

.view-estimation {
  background: rgba(0, 153, 0, 0.1);
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 24px;
}
.view-estimation h5, .view-estimation h6 {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
}
.view-estimation h5 {
  margin-bottom: 5px;
}

.task-table tr:nth-child(2) th {
  border-radius: 0 !important;
}
.task-table th {
  border: 1px solid #FFFFFF !important;
  text-align: center;
}
.task-table th.task-th {
  font-size: 16px;
}
.task-table th.function-th {
  background: #ECF6EC;
}

.weightage-point {
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  margin-bottom: 15px;
}
.weightage-point h4 {
  background: rgba(0, 153, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  color: #141414;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.weightage-point .weightage-head {
  background: #FAFAFA;
  padding: 10px 0;
  color: #141414;
  text-align: center;
}
.weightage-point .weightage-input {
  text-align: center;
  padding: 10px 0;
}
.weightage-point .weightage-input input {
  width: 65px;
  padding: 5px;
}
.weightage-point .weightage-footer {
  padding: 10px;
  background: rgba(0, 153, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.weightage-point .weightage-footer .badge-success {
  background: #1CA905 !important;
}
.weightage-point h5 {
  color: #1CA905;
}

.team-input {
  width: 68px;
  padding: 5px;
}

.overall-project {
  background: rgba(0, 153, 0, 0.1);
}
.overall-project h5 {
  color: #1CA905;
}

.total-project {
  background: rgba(0, 153, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-project h5 {
  color: #1CA905;
}
.total-project .badge-success {
  background: #1CA905 !important;
}

.tab-card {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}

.tab-card-head h2 {
  font-size: 18px;
  font-weight: 600;
  padding: 18px 10px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}
.tab-card-head .tab-score {
  padding: 10px 10px 0;
}
.tab-card-head .tab-score h5 {
  font-size: 18px;
  padding: 15px 10px;
  text-align: center;
  font-weight: 600;
  background: #EEEEEE;
  border-radius: 10px;
}
.tab-card-head .tab-score ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tab-card-head .tab-score ul li {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
  padding: 14px 0;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  text-align: center;
}

.global-card-div {
  padding-top: 20px;
}
.global-card-div .global-card {
  background: rgba(0, 153, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.global-card-div .global-card h5, .global-card-div .global-card h6 {
  font-size: 16px;
  font-weight: 600;
}

.analysis-table th, .analysis-table td {
  width: 20%;
  white-space: normal;
}
.analysis-table .custom-input-width ~ span {
  white-space: normal;
}

.readonly-blk {
  pointer-events: none;
}
.readonly-blk .risk-type-color {
  border-radius: 5px;
}
.readonly-blk .risk-type-color select {
  background-color: transparent !important;
  opacity: 1 !important;
}
.readonly-blk .risk-type-color .select2-selection--single {
  background-color: transparent !important;
  opacity: 1 !important;
  border: 1px solid transparent !important;
}
.readonly-blk .risk-type-color .select2-selection__arrow {
  color: #e3e3e3;
  opacity: 1 !important;
}
.readonly-blk select {
  background-color: #e3e3e3;
  opacity: 0.8;
}
.readonly-blk .select2-selection--single {
  background-color: #e3e3e3;
  opacity: 0.8;
  border: 1px solid #e3e3e3;
}
.readonly-blk .select2-selection__arrow {
  color: #e3e3e3;
  opacity: 0.8;
}

td input {
  min-width: 95px;
}

.flex-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
}
.flex-title h3 {
  color: #141414;
  font-size: 20px;
  font-weight: 600;
}
.flex-title a {
  margin-left: auto;
}

.h6-flex {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.h6-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 0 0;
}

.select-truncate ul li.select2-selection__choice {
  width: 100%;
  max-width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.append-color {
  border-radius: 5px;
  padding-left: 15px;
  height: 44px;
  display: flex;
  align-items: center;
}
.append-color .form-control {
  width: auto;
  display: flex;
  height: 32px;
  padding: 0;
  min-width: 10px;
  background-color: rgba(255, 255, 255, 0.68);
  text-align: left;
  padding-left: 7px;
  font-weight: 700;
}

.badge-blk {
  display: flex;
  background-color: #203E80;
  border: 1px solid #203E80;
  box-shadow: inset 0 0 0 #ffffff;
  border-radius: 5px;
  margin: 0;
  padding: 5px 10px;
  color: #ffffff;
}
.badge-blk span {
  max-width: 320px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.risk-type-color .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}
.risk-type-color .select2-container .select2-selection--single .select2-selection__rendered {
  height: 30px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.68);
  border-radius: 5px;
  font-weight: 700;
  line-height: 30px;
}

.alternative-content h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.alternative-content h6 {
  display: flex;
  align-items: center;
}
.alternative-content .badge {
  font-size: 12px;
  padding: 5px;
}

.flex-col-style ul {
  flex-direction: column;
  align-items: start;
}

.badge.amber-blk {
  color: #FFBF00;
  width: auto;
  background-color: rgba(255, 191, 0, 0.2);
}
.badge.green-blk {
  color: #32790c;
  width: auto;
  background-color: rgba(50, 121, 12, 0.2);
}
.badge.yellow-blk {
  color: #b3b300;
  width: auto;
  background-color: #ffff66;
}
.badge.red-blk {
  color: #e13214;
  width: auto;
  background-color: rgba(225, 50, 20, 0.2);
}

.badge-grey-light.amber-span {
  background: #FFBF00;
  color: #806000;
}
.badge-grey-light.green-span {
  background: #32790c;
  color: #effde8;
}
.badge-grey-light.yellow-span {
  background: #ffff66;
  color: #666600;
}
.badge-grey-light.red-span {
  background: #e13214;
  color: #fdebe8;
}

.flex-span {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

td .td-badge-dot {
  display: block;
}
td .td-badge-dot:not(:last-child) {
  margin-bottom: 5px;
}

.flex-switch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.info-blk {
  box-shadow: 0px 16px 20px -8px rgba(3, 5, 18, 0.1) !important;
  border-radius: 5px !important;
  border-left: 7px solid #203E80 !important;
  border: 0px solid transparent;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  background-color: #fafafa;
}
.info-blk.success-border {
  border-left: 7px solid #34C759 !important;
}

.flex-avatar {
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.flex-avatar .avatar-name-blk {
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.master-link-blk {
  border-radius: 10px;
  background-color: #F3F3F3;
  margin: 0px;
  padding: 10px;
}

.master-list {
  background-color: #ffffff;
  padding: 20px;
}
.master-list li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #717171;
  padding: 0px 0px 0px 15px;
}
.master-list li a.active {
  color: #141414;
}
.master-list li a.active:before {
  background-color: #203E80;
  content: "";
}
.master-list li a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  border-radius: 100%;
  content: "";
  left: 0px;
}
.master-list li:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 15px 0px;
}

.highlights-card {
  overflow: hidden;
}
.highlights-card .card-header {
  background-color: #F1F1F1;
}
.highlights-card .decition-sets {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 15px;
}
.highlights-card .decition-sets ul {
  column-gap: 20px;
  row-gap: 10px;
}
.highlights-card .btn-assign {
  margin-left: 1.5rem;
  width: fit-content;
  padding: 10px;
  margin-bottom: 10px;
}

.flex-count-blk {
  column-gap: 14px;
}
.flex-count-blk .count-start {
  padding-right: 14px;
  border-right: 1px solid #E3E3E3;
}

.apexcharts-legend {
  display: flex;
  margin-top: auto !important;
  justify-content: center !important;
}

.mh-44 {
  min-height: 44px;
}

.h6-flex {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.h6-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 0 0;
}

.result-blk {
  display: flex;
  justify-content: center;
  font-weight: 700;
}

.list-blk li {
  color: #7c7c7c;
}
.list-blk li span {
  color: #000000;
  font-weight: 500;
}

.border-blk {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link-style {
  color: #203E80;
}

.btm-title-blk {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin: 0 0 10px;
}

.max-width-230 {
  min-width: 357px;
}

.eva-criteria-list {
  row-gap: 5px;
}
.eva-criteria-list li {
  min-width: 100px;
}

.card-blk {
  border: 1px solid #D9D9D9;
  background-color: #FAFAFA;
  border-radius: 10px;
  margin: 0;
  padding: 15px;
}
.card-blk h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #D9D9D9;
}
.card-blk ul li {
  background-color: #ffffff;
  width: auto;
  flex: 1 0 0;
}

.li-result {
  background-color: rgba(0, 153, 0, 0.1) !important;
}

.card-wrapper .card-grid {
  display: flex;
  flex-wrap: wrap;
  flex-flow: wrap;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .card-wrapper .card-grid {
    flex-direction: column;
  }
}
.card-wrapper .card-grid .card-view {
  box-shadow: 0 5px 10px rgba(35, 35, 35, 0.14);
  padding: 15px;
  border-radius: 10px;
  flex: 1 0 0;
  position: relative;
}
.card-wrapper .card-grid .card-view h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.card-wrapper .card-grid .card-view p {
  font-size: 14px;
  font-weight: 400;
  color: #676767;
  margin: 0;
  padding: 0;
  max-width: 167px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .card-wrapper .card-grid .card-view p {
    max-width: 100%;
  }
}
.card-wrapper .card-grid .card-view .btn-action {
  background: rgba(32, 62, 127, 0.1);
  color: #203E80;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0;
  font-size: 14px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.card-wrapper .card-grid .card-view .btn-action:hover {
  background: linear-gradient(90deg, rgb(253, 153, 0) 0%, rgb(255, 106, 23) 100%);
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.5s;
}
.card-wrapper .card-grid:not(:last-child) {
  margin: 0 0 20px;
}

.master-list-blk {
  border-radius: 10px;
  background-color: #F3F3F3;
  margin: 0px;
  padding: 10px;
}

.master-wrapper .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D9D9D9 !important;
  margin: 0px;
  padding: 0px;
}
.master-wrapper .accordion-item .accordion-button {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #141414;
}
.master-wrapper .accordion-item:not(:last-child) {
  margin: 0px 0px 10px;
}

.master-list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #717171;
  padding: 0px 0px 0px 15px;
}
.master-list ul li a.active {
  color: #141414;
}
.master-list ul li a.active:before {
  background-color: #203E80;
  content: "";
}
.master-list ul li a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  border-radius: 100%;
  content: "";
  left: 0px;
}
.master-list ul li:not(:last-child) {
  padding: 0px 0px 15px 0px;
}

.master-content-info h3 {
  font-size: 18px;
  font-weight: 500;
  color: #141414;
  margin: 0px 0px 15px;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #D9D9D9;
}
.master-content-info .card-border-blk {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 15px;
}
.master-content-info .card-border-blk .append-list-blk {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: end;
}
.master-content-info .card-border-blk .append-list-blk:not(:last-child) {
  margin: 0px 0px 15px;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #D9D9D9;
}

.dash-card {
  padding: 15px;
  background: #F5F5F5;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
}
.dash-card h5 {
  font-size: 32px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
}
.dash-card h6 {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
  max-width: 100px;
}

.insight-list li {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.insight-list li span {
  font-weight: 900;
}
.insight-list li i {
  font-size: 8px;
}
.insight-list li i.draft-status {
  color: #ffbc34;
}
.insight-list li i.retired-status {
  color: #009efb;
}
.insight-list li i.danger-status {
  color: #FC1313;
}

.badge-insights {
  background-color: #203E80;
  padding: 5px 10px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 30px;
}

.select-sm .select2-container .select2-selection--single {
  height: 32px;
}
.select-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.select-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.table-spacing-blk {
  border-collapse: separate;
  border-spacing: 5px;
}

.color-middle-blk {
  background-color: #FAFAFA !important;
}

.color-btm-blk {
  background-color: #EDF6FF !important;
}
.color-btm-blk .colspan-blk {
  background-color: #BDE7FF;
  color: #05466B;
}
.color-btm-blk .colspan-blk-2 {
  background-color: #7CD0FF;
  color: #05466B;
}

.progress-blk.five-steps ul {
  display: flex;
  align-items: center;
  gap: 0px;
  overflow: hidden;
}
.progress-blk.five-steps ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-right: 20px;
}
.progress-blk.five-steps ul li .progress-circle-div {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #D9D9D9;
  z-index: 5;
  border: 1px solid #D9D9D9;
  margin: 0px auto;
}
.progress-blk.five-steps ul li .progress-circle-div i {
  color: #D0D5DD;
}
.progress-blk.five-steps ul li .progress-circle-div.active {
  background-color: #203E80;
}
.progress-blk.five-steps ul li .progress-circle-div.active i {
  color: #ffffff;
}
.progress-blk.five-steps ul li .progress-circle-div.completed {
  background-color: #D9D9D9;
}
.progress-blk.five-steps ul li .progress-circle-div.completed i {
  color: #ffffff;
}
.progress-blk.five-steps ul li .progress-circle-div.completed::before {
  background-color: #cc00ff;
}
.progress-blk.five-steps ul li .progress-circle-div::before {
  position: absolute;
  left: 22px;
  width: 68px;
  height: 2px;
  content: "";
  background-color: #D9D9D9;
  z-index: -1;
}
.progress-blk.five-steps ul li span {
  font-size: 10px;
}
.progress-blk.five-steps ul li:nth-child(1) .progress-circle-div::before {
  background-color: #D9D9D9;
}
.progress-blk.five-steps ul li:last-child .progress-circle-div::before {
  display: none;
}

.flex-list {
  display: flex;
  border-top: 1px solid #D9D9D9;
  margin: 0 0 20px;
  padding: 15px 0;
  border-bottom: 1px solid #D9D9D9;
  flex-wrap: wrap;
  gap: 20px;
}
.flex-list li {
  display: flex;
  color: #000000;
  flex: 1 0 0;
}
.flex-list li strong {
  min-width: 131px;
}
.flex-list li span {
  color: #7C7C7C;
}

.left-blk-col h5 {
  font-size: 18px;
  margin: 0 0 15px;
  color: #000000;
}
.left-blk-col ul li {
  color: #7C7C7C;
  font-weight: 600;
}
.left-blk-col ul li:not(:last-child) {
  margin: 0 0 15px;
  padding: 0;
}
.left-blk-col ul li a {
  text-decoration: underline;
  color: #000000;
}
.left-blk-col ul li i {
  color: #203E80;
}

.status-head {
  margin: 0;
  padding: 15px;
}
.status-head p {
  margin: 0;
  padding: 0;
}

.status-wrapper {
  background-color: #FAFAFA;
  margin: 0;
  padding: 15px;
}

.para-blk {
  margin: 15px 0 0;
}
.para-blk p:not(:last-child) {
  margin: 0 0 10px;
}

.accord-blk h5 {
  color: #000000;
  margin: 0 0 10px;
}
.accord-blk .master-wrapper .accordion-item .accordion-button {
  padding: 1rem 1rem 1rem 3rem;
}
.accord-blk .master-wrapper .accordion-item .accordion-button::after {
  position: absolute;
  left: 1rem;
}
.accord-blk .select2-container .select2-selection--single {
  height: 35px;
}
.accord-blk .select2-container .select2-selection--single {
  line-height: 35px;
}
.accord-blk .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
.accord-blk .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.range-card-group .btn {
  padding: 3px 5px;
}
.range-card-group .btn.rangeactive {
  color: #203E80;
}

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