body {
  font-family: "Poppins", sans-serif;
}
a {
  color: #1993e4;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
a:hover {
  color: #62c0ff;
  text-decoration: underline;
}
.sidebar-dark .nav-item .nav-link {
  color: #003052;
}
.bg-gradient-primary {
  background-color: #fff;
  background-image: none;
}
.brand-logo {
  width: 110px;
  height: 35px;
}
.sidebar-dark .sidebar-brand {
  color: #003052;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #dfe1e6;
}
.topbar {
  border-bottom: 1px solid #dfe1e6;
}
#wrapper #content-wrapper {
  overflow-y: hidden;
}
.sidebar #sidebarToggle {
  height: auto;
  margin-bottom: 0px;
}
.sidebar #sidebarToggle::after {
  display: none;
}
.fa-search {
  color: #003052;
  position: absolute;
  right: 15px;
  top: 30%;
}
.card .card-header[data-toggle="collapse"]::after {
  line-height: 60px;
}
a.cst-ed svg:hover {
  color: #737373;
}
a.cst-ed svg {
  width: 16px;
  color: #000;
  height: 16px;
  margin-left: 16px;
  margin-top: -5px;
}
.sort-wrp i {
  display: block;
  height: 0px;
  opacity: 0.3;
  color: #7b879a;
}
.sort-wrp i.active {
  opacity: 1;
}
.sort-wrp {
  margin-top: 5px;
}
.a-cancel {
  color: #fff !important;
  cursor: pointer;
}
.brand {
  margin-left: 15px;
}
.sidebar-brand-icon svg {
  color: #003052;
}
.btn-outline-ct {
  background: #1993e4;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1993e4;
  border-color: #1993e4;
}
.btn-outline-ct:hover {
  color: #fff;
}
.bg-light {
  background-color: transparent !important;
}
.topbar .navbar-search input {
  border: 1px solid #dfe1e6;
  border-radius: 10px !important;
  height: 40px;
}
.sidebar .nav-item .nav-link svg {
  padding-right: 3px;
  margin-right: 10px;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #003052;
}
.sidebar-dark .nav-item .nav-link:hover {
  color: #024c80;
}
.btn-primary {
  background-color: #1993e4;
  border-color: #1993e4;
  font-size: 17px !important;
  font-weight: 500 !important;
}
.btn-primary:hover {
  background-color: #22a3f9;
  border-color: #22a3f9;
}
.btn-outline-secondary {
  font-size: 17px !important;
  font-weight: 500 !important;
}
.brd-4 {
  border-radius: 4px !important;
}
.content-wrap {
  padding: 2rem;
  height: 100vh;
}
.login-wrapp {
  padding-top: 10%;
  width: 90%;
  max-width: 540px;
  margin: 0 auto;
}
.log-bg {
  height: 100vh;
  background: url(../images/LoginNewImage.jpg);
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.logo {
  text-align: center;
  padding-top: 4rem;
}
.no-padding {
  padding: 0px;
}
.container-fluidcst {
  width: 100%;
  padding-right: 15px;
  /* padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .login-wrapp {
    padding: 20% 0;
  }
}
.sidebar {
  position: relative;
}
.btm-fix {
  position: fixed;
  bottom: 0;
}

.sidebar-dark .nav-item .nav-link.active {
  background: #f1f3f9;
  padding-top: 0.5rem !important;
  margin-right: 1rem;
  padding-bottom: 0.5rem !important;
  margin-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}
.sidebar-dark .nav-item .nav-link {
  padding-top: 0.5rem !important;
  margin-right: 1rem;
  padding-bottom: 0.5rem !important;
  margin-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .sidebar {
    width: 18rem !important;
  }
  .sidebar.toggled {
    width: 9.5rem !important;
  }
}
.alert-custom {
  color: #003052;
  background-color: #f1f3f9;
  border-color: #f1f3f9;
}
.alert-heading-cst {
  padding-top: 70px;
  font-size: 30px;
}
.cnt-head {
  font-size: 30px;
  padding-top: 30px;
}
.mnt thead th {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background: #f1f3f9;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #7b879a;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #858796;
  border: 1px solid #dfe0eb;
  border-top: 0px;
}
.table td,
.table th {
  vertical-align: top;
  border-top: 1px solid #e3e6f0;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #172b4d;
  overflow-wrap: break-word;
}
.card-title {
  color: #172b4d;
  font-size: 20px;
}
.trs svg {
  color: red;
}
.aad-usr svg {
  margin-right: 10px;
}
.aad-usr a {
  color: #172b4d;
}
.cs-ic a {
  color: #172b4d;
}
.cs-ic svg {
  margin-right: 10px;
  width: 20px;
}
.cst-bg {
  background: #fff;
  border-left: 1px solid #dfe1e6;
}
.cn-wrap h4 {
  color: #172b4d;
}
.wl-tx {
  font-size: 18px;
  font-weight: 400;
  color: #172b4d;
}
.clr {
  color: #003052;
}
.mh-head-txt {
  color: #172b4d;
  font-size: 21px;
}
.add-user-wrap {
  max-width: 40em;
  margin: 0 auto;
}
.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: "Off";
  left: -4rem;
}
.btn-toggle:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #1993e4;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: "Off";
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: "On";
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-cstm {
  font-weight: 400 !important;
  font-size: 15px !important;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}
.job-list tr td img {
  max-width: 80px;
}
.completed {
  background-color: #1cc88a;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.disabled-cst label {
  top: 10px !important;
}
.job-list td,
.job-list th {
  max-width: 255px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #858796;
  content: ">";
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb li a {
  font-size: 15px;
  font-weight: 400;
  color: #5abdff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #5abdff;
  background-color: #fff;
  border-color: #dddfeb #dddfeb #fff;
  border: 0;
  border-bottom: 3px solid #1993e4;
}
.nav-tabs .nav-link:hover {
  border-top-color: #fff;
  border-right-color: #fff;
  border-left-color: #fff;
}
.nav-tabs .nav-link {
  color: #a5a5a5;
}
.tab-head {
  font-weight: 400;
  font-size: 16px;
  color: #222c51;
}
.tab-head-small {
  font-weight: 400;
  font-size: 14px;
  color: #222c51;
}
.cst-tab .nav-item .nav-link {
  font-size: 15px;
}
.not-completed {
  background-color: #e85858;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.sidebar.toggled .nav-item .nav-link svg {
  margin-right: 0;
}
.sh-us svg {
  width: 22px;
  margin-top: -5px;
}
tr:hover {
  background: #f8f8f8;
}
.sidebar-dark .nav-item .nav-link.active span,
.sidebar-dark .nav-item .nav-link.active svg {
  color: #1993e4;
}
.addic {
  position: absolute;
  top: 18px;
  right: 10px;
  color: #003052;
}
.inprogress {
  background-color: #f6c23e;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.small-fg {
  font-size: 13px;
  font-weight: 400;
  color: #172b4d;
}

/* form starting stylings ------------------------------- */
.group {
  position: relative;
  margin-bottom: 23px;
}
.group input {
  font-size: 17px;
  font-weight: 400;
  padding: 20px 24px 0 !important;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: 2px solid #dfe1e6;
}
input:focus {
  outline-color: #1993e4;
  outline-width: thick;
}

/* LABEL ======================================= */
.group label {
  color: #7b879a;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 24px;
  top: 20px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.group input:focus ~ label,
.group input:valid ~ label {
  top: 8px;
  font-size: 14px;
}

/* active state */
.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after {
  width: 50%;
}
.cstm-grp-lbl {
  color: #7b879a !important;
  font-size: 16px !important;
  left: 0px !important;
  font-weight: 400 !important;
  height: 50px;
  border-radius: 4px;
  border: 2px solid #dfe1e6;
  padding-left: 22px;
  padding-top: 10px;
}
.cstm-grp-lbl::after {
  height: 46px;
  line-height: 2.2;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* div center */
.outer-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.outer-wrap .container-wrap {
  padding: 15px 25px;
  width: 100%;
  max-width: 650px;
  /* position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%; */
  margin: 0 auto;
}

/* select starting stylings ------------------------------*/

.select-text {
  font-size: 17px;
  font-weight: 400;
  padding: 20px 24px 0;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: 2px solid #dfe1e6;
}

/* Remove focus */
.select-text:focus {
  outline: none;
  border: 2px solid #dfe1e6;
}

/* Use custom arrow */
.select .select-text {
  appearance: none;
  -webkit-appearance: none;
}

.select:after {
  position: absolute;
  top: 28px;
  right: 10px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* LABEL ======================================= */
.select-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label,
.select-text:valid ~ .select-label {
  font-size: 14px;
  font-weight: 400;
  left: 24px;
  top: 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* BOTTOM BARS ================================= */
.select-bar {
  position: relative;
  display: block;
  width: 350px;
}

.select-bar:before,
.select-bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2f80ed;
  transition: 0.2s ease all;
}

.select-bar:before {
  left: 50%;
}

.select-bar:after {
  right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before,
.select-text:focus ~ .select-bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin: 0 auto;
}

.form__field {
  font-size: 17px;
  font-weight: 400;
  padding: 20px 24px 0;
  display: block;
  width: 100%;
  height: 130px;
  border-radius: 4px;
  border: 2px solid #dfe1e6;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  color: #7b879a !important;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 24px;
  top: 30px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 20px;
  left: 24px;
  font-size: 14px;
  display: block;
  transition: 0.2s;
  color: #7b879a !important;
}

.form__field:focus ~ .form__label {
  color: #009788;
}

textarea:focus {
  outline-color: #1993e4;
  outline-width: thick;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.right .modal-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

@media only screen and (max-width: 991px) {
  .search-form {
    width: 290px;
  }
}
@media only screen and (max-width: 1366px) {
  .cnt-head,
  .alert-heading-cst {
    font-size: 20px;
  }
  .mnt thead th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .alert-heading-cst {
    padding-top: 0px;
  }
  .im-holder {
    display: none;
  }
}
.bld-fnt {
  font-weight: bold;
  color: #494343;
}
