* {
  margin: 0;
  padding: 0;
}

.btn {
  height: 55px;
  border-radius: 15px 0 15px 0px;
  background-color: #357ECD;
  border-color: #357ECD;
  font-weight: 600;
  transition: all 0.3s ease-in;
  padding: 0 1em;
  font-size: 1em;
}
.btn:hover {
  background-color: transparent;
  border-color: #357ECD;
  color: #357ECD;
}

.btn-secondary {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  color: rgba(0, 0, 0, 0.3);
}
.btn-secondary:hover {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.5);
}

html body .btn-primary-outline {
  height: 55px;
  border-radius: 15px 0 15px 0px;
  background-color: #357ECD;
  border-color: #357ECD;
  font-weight: 600;
  transition: all 0.3s ease-in;
  padding: 0 1em;
  font-size: 1em;
  background: #fff;
  color: #357ECD;
  border: 1px solid #357ECD;
}
html body .btn-primary-outline:hover {
  background-color: transparent;
  border-color: #357ECD;
  color: #357ECD;
}
html body .btn-primary-outline:hover {
  background-color: #357ECD;
  color: #fff;
}

a.btn {
  padding: 0;
  line-height: 50px;
  height: 55px;
  border-radius: 15px 0 15px 0px;
  background-color: #357ECD;
  border-color: #357ECD;
  font-weight: 600;
  transition: all 0.3s ease-in;
  padding: 0 1em;
  font-size: 1em;
}
a.btn:hover {
  background-color: transparent;
  border-color: #357ECD;
  color: #357ECD;
}

body {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.added-class {
  padding-top: 30px;
  border-top: 2px solid #D9D9D9;
  padding-bottom: 30px;
}

/* .apped_cls .removeRateGroup {
  display: none;
} */

.rate-group-section.apped_cls {
  border-bottom: 1px solid #ccc;
  padding-top: 18px;
  padding-bottom: 18px;
}
.apped_cls .added-class .removeRateGroup {
  display: block !important;
}

a {
  transition: all ease 0.3s;
  text-decoration: none;
}

/* Input Form */
.select2-container--default .select2-selection--single {
  background-color: #ffffff !important;
  border: 1px solid #E6E6E6 !important;
  border-radius: 6px !important;
  height: 55px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px !important;
  padding-left: 1.2em !important;
  padding-right: 1.2em !important;
  color: #212529 !important;
  font-weight: 400;
  font-size: 0.875em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 53px !important;
  right: 8px !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: #ffffff !important;
  border: 1px solid #E6E6E6 !important;
  border-radius: 6px !important;
  min-height: 55px !important;
  padding: 0.5em 1.2em !important;
}

.form-group {
  position: relative;
}
.form-group .select2-container {
  width: 100% !important;
}
.form-group .form-label {
  font-size: 1em;
  margin-bottom: 0.3em;
  font-weight: 400;
  color: #00173C;
}
.form-group .form-control {
  border-radius: 6px;
  border-color: #E6E6E6;
  font-size: 0.875em;
  padding: 0 1.2em;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-color: #357ECD;
}
.form-group .form-control::-moz-placeholder {
  color: #777777;
}
.form-group .form-control::placeholder {
  color: #777777;
}
.form-group input.form-control,
.form-group select.form-control {
  height: 55px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group textarea.form-control {
  padding: 1.2em 1.2em !important;
}
.form-group span.eyeicon {
  font-size: 18px;
  color: #B8B8B8;
  position: absolute;
  top: 16px;
  right: 16px;
}

/*Sidebar Css Start*/
header.navbar {
  background: #fff;
  margin-left: 300px;
}
@media screen and (max-width: 767.98px) {
  header.navbar {
    margin: 0px;
  }
}
header.navbar .navbar-nav .nav-item .navbaricon iconify-icon {
  font-size: 20px;
  color: #000000;
}
header.navbar .navbar-nav .nav-item.dropdown img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #357ECD;
}
@media screen and (max-width: 991.98px) {
  header.navbar .navbar-nav .nav-item.dropdown img {
    width: 45px;
    height: 45px;
  }
}
header.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  left: initial;
}
header.navbar .navbar-nav .nav-item h4 {
  font-size: 24px;
  color: #357ECD;
  margin-bottom: 2px;
}
@media screen and (max-width: 991.98px) {
  header.navbar .navbar-nav .nav-item h4 {
    font-size: 18px;
  }
}
header.navbar .navbar-nav .nav-item p {
  font-size: 16px;
  color: #777777;
  margin-bottom: 0px;
}
@media screen and (max-width: 991.98px) {
  header.navbar .navbar-nav .nav-item p {
    font-size: 14px;
  }
}

.sidebar {
  background: #00173C;
  width: 300px;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 22px;
  position: fixed;
  top: 0px;
}
@media screen and (min-width: 768px) {
  .sidebar {
    scrollbar-color: #357ECD transparent;
    scrollbar-width: thin;
  }
}
@media screen and (max-width: 767.98px) {
  .sidebar {
    width: auto;
    height: auto;
    background: transparent;
    position: inherit;
    padding: initial;
  }
  .sidebar .offcanvas-md {
    background: #00173C;
  }
  .sidebar .offcanvas-md .btn-close {
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .sidebar .offcanvas-body {
    padding: 15px;
    scrollbar-color: #357ECD transparent;
    scrollbar-width: thin;
  }
}
.sidebar .offcanvas-body .nav li.nav-item {
  margin-bottom: 15px;
}
.sidebar .offcanvas-body .nav li.nav-item a.nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 13px 25px;
}
.sidebar .offcanvas-body .nav li.nav-item a.nav-link .sidebaricon {
  min-width: 24px;
  margin-right: 10px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}
.sidebar .offcanvas-body .nav li.nav-item a.nav-link .sidebaricon iconify-icon {
  font-size: 20px;
  color: #fff;
}
.sidebar .offcanvas-body .nav li.nav-item a.nav-link.active, .sidebar .offcanvas-body .nav li.nav-item a.nav-link:hover {
  background: #357ECD;
  border-radius: 15px 0px 15px 0px;
}

/*Sidebar Css Ends*/
/*Body Wrapper Css Start*/
.minwidth140 {
  min-width: 140px;
}

.paymentdone p {
  font-size: 16px;
  color: #777777;
}

.main-wrapper {
  margin-left: 300px;
}
@media screen and (max-width: 767.98px) {
  .main-wrapper {
    margin-left: 0px;
  }
}
.main-wrapper .dashboardtitle {
  border-bottom: 1px solid #D9D9D9;
}
.main-wrapper .dashboardtitle h2 {
  font-size: 24px;
  color: #00173C;
  font-weight: 600;
  margin-bottom: 0px;
}
.main-wrapper .minwidth156 {
  min-width: 156px;
}
.main-wrapper .minwidth120 {
  min-width: 120px;
}
.main-wrapper .card {
  padding: 0px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.main-wrapper .card .card-header {
  background: #fff;
  padding: 15px 20px;
  min-height: 70px;
  border-radius: 12px 12px 0px 0px;
}
.main-wrapper .card .card-header .btn {
  height: 45px !important;
  line-height: 45px !important;
}
.main-wrapper .card .card-header h2.cardtitle {
  font-size: 20px;
  color: #00173C;
  font-weight: 600;
}
.main-wrapper .card .card-body {
  padding: 10px 20px 20px;
}

.table-responsive table.table.tablecustom2#invoiceTable {
  border-spacing: 0;
}
.table-responsive table.table.tablecustom2#invoiceTable thead tr th {
  background: transparent;
  color: #357ECD;
  font-size: 20px;
}
.table-responsive table.table.tablecustom2#invoiceTable tbody tr td {
  background: transparent;
  border-bottom: 1px dashed #D9D9D9;
  font-size: 16px;
}
.table-responsive table.table.table-custom {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100% !important;
}
.table-responsive table.table.table-custom thead tr th {
  padding: 15px 15px;
  background: #357ECD;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}
.table-responsive table.table.table-custom thead tr th.addtd-style {
  border-top-right-radius: 12px;
}
.table-responsive table.table.table-custom thead tr th:first-child {
  border-top-left-radius: 12px;
}
.table-responsive table.table.table-custom thead tr th:last-child {
  border-top-right-radius: 12px;
}
.table-responsive table.table.table-custom tbody tr td {
  padding: 10px 15px;
  font-size: 14px;
  border: none;
  background: #F7F7F7;
  font-weight: 400;
  height: 51px;
  vertical-align: middle;
  color: #00173C;
}
.table-responsive table.table.table-custom tbody tr td .editicon {
  font-size: 22px;
  color: #357ECD;
  display: inline-flex;
}
.table-responsive table.table.table-custom tbody tr td select {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.table-responsive table.table.table-custom tbody tr td .userimg {
  width: 50px;
  height: 50px;
  border: 1px solid #357ECD;
  padding: 5px;
}
.table-responsive table.table.table-custom tbody tr td .btn-view,
.table-responsive table.table.table-custom tbody tr td .btn-edit,
.table-responsive table.table.table-custom tbody tr td .btn-delete {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
}
.table-responsive table.table.table-custom tbody tr td .btn-view:hover,
.table-responsive table.table.table-custom tbody tr td .btn-edit:hover,
.table-responsive table.table.table-custom tbody tr td .btn-delete:hover {
  opacity: 0.75;
}
.table-responsive table.table.table-custom tbody tr td .btn-view {
  background: #00173C;
}
.table-responsive table.table.table-custom tbody tr td .btn-edit {
  background: #2AA7DF;
}
.table-responsive table.table.table-custom tbody tr td .btn-delete {
  background: #C36262;
}

.badge {
  font-size: 14px;
  font-weight: 400;
}
.badge.badge-primary {
  background: rgba(40, 199, 111, 0.2);
  color: #28C76F !important;
}
.badge.badge-danger {
  background: rgba(195, 98, 98, 0.2);
  color: #C36262 !important;
}

.user_info {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 20px;
}
.user_info img {
  width: 136px;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user_info h4 {
  font-size: 16px;
  color: #00173C;
  font-weight: 500;
}
.user_info p {
  font-size: 14px;
  color: #777777;
  margin-bottom: 0;
}

.view_user .form-group {
  border-bottom: 1px dashed #D9D9D9;
  padding-bottom: 13px;
}
.view_user .form-group span {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
}
.view_user .form-group span.badge {
  font-size: 14px;
}

.badgeinactive iconify-icon {
  color: #CBCBCB;
  margin-right: 5px;
  font-size: 12px;
}

.badgeinservice iconify-icon {
  color: #2AA7DF;
  margin-right: 5px;
  font-size: 12px;
}

.badgedanger iconify-icon {
  color: #C36262;
  margin-right: 5px;
  font-size: 12px;
}

.badgeprimary iconify-icon {
  color: #28C76F;
  margin-right: 5px;
  font-size: 12px;
}

.badgedark iconify-icon {
  color: #00173C;
  margin-right: 5px;
  font-size: 12px;
}

.badgedark iconify-icon {
  color: #00173C;
  margin-right: 5px;
  font-size: 12px;
}

.badgepurple iconify-icon {
  color: #8F2ADF;
  margin-right: 5px;
  font-size: 12px;
}

.input-dropdown select {
  border: none;
  min-width: 20px;
  position: absolute;
  top: 16.5px;
  right: 10px;
  font-size: 14px;
  color: #777777;
  outline: none;
  border-left: 1px solid #D9D9D9;
  padding-left: 10px;
}

#addvesselModal .modalpara {
  color: #777777;
}
#addvesselModal .modalpara b {
  color: #357ECD;
  font-weight: 600;
}
#addvesselModal #creditcard .creditcardhead h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
#addvesselModal #creditcard .creditcardhead p {
  font-size: 16px;
  color: #777777;
  font-weight: 400;
}
#addvesselModal #creditcard .creditcardhead .addcardbtn {
  color: #357ECD;
  font-weight: 600;
  font-size: 16px;
}
#addvesselModal #creditcard .radioinner input:checked + .radiolabel {
  border: 1px solid #357ECD;
}
#addvesselModal #creditcard .radioinner .radiolabel {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 15px;
}
#addvesselModal #creditcard .radioinner .radiolabel .cardimg {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  width: 80px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#addvesselModal #creditcard .radioinner .radiolabel h4 {
  font-size: 16px;
  color: #00173C;
  margin-bottom: 5px;
}
#addvesselModal #creditcard .radioinner .radiolabel p {
  font-size: 14px;
  color: #777777;
}

.modal.editcommissionModal .modal-dialog .modal-content .modal-body input.form-control {
  height: 55px !important;
}
.modal .modal-dialog .modal-content {
  border-radius: 12px;
}
.modal .modal-dialog .modal-content .modal-body .modaltitle {
  font-size: 24px;
  font-weight: 600;
  color: #00173C;
}
.modal .modal-dialog .modal-content .modal-body input.form-control {
  height: 45px !important;
}
.modal .modal-dialog .modal-content .btn {
  height: 45px !important;
  line-height: 45px;
}

.form-check .form-check-input[type=checkbox] {
  width: 21px;
  height: 21px;
}
.form-check .form-check-input[type=checkbox]:checked {
  background-color: #357ECD;
  border-color: #357ECD;
}

.newcall ul.nav-tabs {
  border: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-color: #357ECD transparent;
  scrollbar-width: thin;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767.98px) {
  .newcall ul.nav-tabs {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767.98px) {
  .newcall ul.nav-tabs li.nav-item {
    margin-bottom: 5px;
  }
}
.newcall ul.nav-tabs li.nav-item:not(:last-child) {
  margin-right: 10px;
}
.newcall ul.nav-tabs li.nav-item button.nav-link {
  border: 1px solid #357ECD;
  color: #357ECD;
  border-radius: 10px;
  white-space: nowrap;
}
.newcall ul.nav-tabs li.nav-item button.nav-link.active, .newcall ul.nav-tabs li.nav-item button.nav-link:hover {
  background: #357ECD;
  color: #fff;
}

.creditcardbox .creditcardhead h2 {
  font-size: 20px;
  color: #00173C;
  font-weight: 600;
}
.creditcardbox .creditcardhead h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.creditcardbox .creditcardhead p {
  color: #777777;
  font-size: 16px;
}

.invoicebox {
  background: rgba(53, 126, 205, 0.05);
  border-radius: 12px;
}

.invoicelist .invoiceboxinner h4 {
  font-size: 16px;
  color: #777777;
  font-weight: 400;
}
.invoicelist .invoiceboxinner p {
  font-size: 14px;
  color: #000000;
}

.dotscircle iconify-icon {
  font-size: 7px;
  margin-right: 1px;
}

.table-invoice thead tr th {
  padding: 15px;
  font-size: 16px;
  color: #777777;
  font-weight: 400;
}
.table-invoice thead tr th:nth-child(3),
.table-invoice thead tr th:nth-child(4),
.table-invoice thead tr th:last-child {
  background: rgba(53, 126, 205, 0.05);
}
.table-invoice thead tr th:nth-child(3) {
  border-top-left-radius: 12px;
}
.table-invoice thead tr th:last-child {
  border-top-right-radius: 12px;
}
.table-invoice tbody tr td {
  padding: 15px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.table-invoice tbody tr td:nth-child(3),
.table-invoice tbody tr td:nth-child(4),
.table-invoice tbody tr td:nth-child(5) {
  background: rgba(53, 126, 205, 0.05);
}

.bottomsubtotal {
  font-size: 16px;
  color: #777777;
  font-weight: 400;
  padding: 15px;
}

.subtotalinvoice {
  background: rgba(53, 126, 205, 0.05);
  padding: 0px 15px 15px;
}
.subtotalinvoice .subtotalinner {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.subtotalinvoice .subtotalinner:nth-child(2) {
  border-bottom: 1px solid var(--bs-border-color);
}
.subtotalinvoice .subtotalinner2 {
  background: #357ECD;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px 0px 20px 0px;
  margin: 0px -15px -15px;
}
.subtotalinvoice .subtotalinner2 span {
  color: #ffffff;
  font-size: 14px;
}

.commissionbottom {
  border-top: 1px solid #000000;
  padding-top: 18px;
}
.commissionbottom span {
  color: #357ECD;
}
.commissionbottom span.commissiontext {
  font-size: 16px;
  font-weight: 500;
}
.commissionbottom span.commissionprice {
  font-size: 22px;
  font-weight: 600;
}

.editinvoice .card-body ul.nav-tabs {
  background: #357ECD;
  border-radius: 12px;
  display: flex;
  border: none;
  overflow: hidden;
  border: 1px solid #357ECD;
}
.editinvoice .card-body ul.nav-tabs li {
  flex: 1;
}
.editinvoice .card-body ul.nav-tabs li button.nav-link {
  width: 100%;
  border: none;
  border-radius: 0;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.editinvoice .card-body ul.nav-tabs li button.nav-link.active {
  background: #fff;
  color: #357ECD;
  border-radius: 12px;
}

.edit-update-container {
  display: flex;
  align-items: center;
}

.edit-input {
  display: none;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 6px 12px;
  outline: none;
}

#updateContainer {
  display: none;
}

@media only screen and (min-width: 992px) {
  .modal-width632 {
    --bs-modal-width: 632px;
  }
}
.headinner {
  font-size: 20px;
  color: #00173C;
  font-weight: 600;
}

.signaturemain #signature-pad {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
}
.signaturemain button {
  height: 45px !important;
}

.hidden-td {
  display: table-cell;
}

.hidden {
  display: none !important;
}

.icondetail.icondetailstyle img {
  display: none;
}
.icondetail.icondetailstyle img + img {
  display: inline-block !important;
}

.payrol-hidden {
  display: block;
}

.payrolbtm {
  border-top: 1px solid #000;
}
.payrolbtm h4 {
  color: #357ECD;
  font-size: 16px;
}
.payrolbtm h3 {
  color: #357ECD;
  font-size: 22px;
  font-weight: 600;
}

h2.profilehead {
  font-size: 22px;
  color: #357ECD;
  font-weight: 600;
}

.form-check.mapswitch.form-switch .form-check-input {
  width: 2.5em;
  float: right;
  margin: 0px 0px 0px 10px;
}
.form-check.mapswitch.form-switch .form-check-label {
  font-size: 16px;
  font-weight: 600;
  color: #00173C;
}

.masterschedule-select select.form-control {
  border-radius: 8px;
  border: 1px solid #357ECD;
  color: #357ECD;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 45px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23357ECD' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.masterschedule-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.masterschedule-head a {
  width: 24px;
  height: 24px;
  border: 1px solid #357ECD;
  border-radius: 50%;
  color: #357ECD;
  font-size: 20px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.masterschedule-head span {
  font-size: 20px;
  color: #00173C;
  font-weight: 600;
}

.masterschedule {
  border-spacing: 0px 13px;
  border-collapse: separate;
}
.masterschedule tr th,
.masterschedule tr td {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  height: 51px;
  vertical-align: middle;
  padding: 0 7px;
  border: none;
}
.masterschedule tr th {
  background: #357ECD;
  color: #ffffff;
}
.masterschedule tr th:first-child {
  border-top-left-radius: 12px;
}
.masterschedule tr th:last-child {
  border-top-right-radius: 12px;
}

.task-name {
  background: #F7F7F7;
  color: #000000;
  min-height: 51px;
  padding: 15px;
  border-radius: 4px;
}

.task-empty {
  min-height: 51px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.task-ondock {
  background: rgba(40, 199, 111, 0.2) !important;
  color: #28C76F;
  min-height: 51px;
  padding: 15px;
  border-radius: 4px;
}

.task-oncall {
  background: rgba(224, 202, 6, 0.2) !important;
  color: #DDAC00;
  min-height: 51px;
  padding: 15px;
  border-radius: 4px;
}

.task-notavailable {
  background: rgba(205, 53, 53, 0.2) !important;
  color: #CD3535;
  min-height: 51px;
  padding: 15px;
  border-radius: 4px;
}

.dailyschedule tr th,
.dailyschedule tr td {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  height: 51px;
  vertical-align: middle;
}
.dailyschedule tr th {
  background: #357ECD;
  color: #ffffff;
}
.dailyschedule tr th:first-child {
  border-top-left-radius: 12px;
}
.dailyschedule tr th:last-child {
  border-top-right-radius: 12px;
}
.dailyschedule tr td.task-notavailable, .dailyschedule tr td.task-oncall, .dailyschedule tr td.task-ondock {
  border-radius: 0px;
}

.dashboardregion h2 {
  font-size: 20px;
  color: #00173C;
  font-weight: 600;
  margin-bottom: 20px;
}
.dashboardregion .regiongrid {
  border-radius: 16px;
  padding: 15px;
}
.dashboardregion .regiongrid iconify-icon {
  width: 36px;
  height: 36px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.dashboardregion .regiongrid h3 {
  font-size: 18px;
  font-weight: 600;
  color: #00173C;
  margin-top: 10px;
  margin-bottom: 3px;
}
.dashboardregion .regiongrid p {
  font-size: 16px;
  font-weight: 400;
  color: #00173C;
}
.dashboardregion .regiongrid span {
  font-size: 16px;
  font-weight: 400;
}
.dashboardregion .regiongrid.regiongreen {
  background: #DCFCE7;
}
.dashboardregion .regiongrid.regiongreen iconify-icon {
  background: #3CD856;
}
.dashboardregion .regiongrid.regiongreen span {
  color: #3CD856;
}
.dashboardregion .regiongrid.regionyellow {
  background: #FFF4DE;
}
.dashboardregion .regiongrid.regionyellow iconify-icon {
  background: #FF947A;
}
.dashboardregion .regiongrid.regionyellow span {
  color: #FA5A7D;
}
.dashboardregion .regiongrid.regionpink {
  background: #FFE2E5;
}
.dashboardregion .regiongrid.regionpink iconify-icon {
  background: #FA5A7D;
}
.dashboardregion .regiongrid.regionpink span {
  color: #FA5A7D;
}

.schedulingmain .table tr td, .schedulingmain .table tr th {
  border: 0;
  vertical-align: middle;
}
.schedulingmain .table tr th {
  font-size: 16px;
  color: #00173C;
  font-weight: 400;
}
.schedulingmain .table tr td {
  color: #777777;
  font-size: 14px;
}
.schedulingmain .table tr td input, .schedulingmain .table tr td select {
  font-size: 14px;
  color: #000000;
}

.bootstrap-datetimepicker-widget a.btn {
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #357ECD !important;
  color: #ffffff !important;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: transparent !important;
}

.regionsappend iconify-icon {
  font-size: 24px;
  color: #357ECD;
}
.regionsappend .removeIcon {
  right: 10px;
  top: 15px;
}

.stripeborder {
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  padding: 0.65em 1.2em;
  height: 45px;
}

.stripecards {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.stripecards .radioinner:last-child {
  margin-bottom: 0px !important;
}

ul#suggestions-list {
  border: 1px solid #E6E6E6;
  padding: 15px 35px 15px;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #ffffff;
}
ul#suggestions-list li {
  font-size: 14px;
}
ul#suggestions-list li:not(:last-child) {
  margin-bottom: 5px;
}

.add-spining .add-spin {
  animation: rotate 2s linear infinite; /* Adjust duration as needed */
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

svg.fa-spin {
  animation: rotate 2s linear infinite; /* Adjust duration as needed */
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*Body Wrapper Css Ends*/
/* Scss Separate Folder */
.loginbox {
  display: flex;
}
.loginbox .creditcardhead h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.loginbox .authbtmtext {
  color: #00173C;
}
.loginbox .authbtmtext a {
  color: #357ECD;
  font-weight: 600;
}
.loginbox .authbtmtext a:hover {
  color: #000000;
}
.loginbox__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loginbox__header p {
  color: #00173C;
}
.loginbox__header p a {
  color: #357ECD;
  font-weight: 600;
}
.loginbox__header p a:hover {
  color: #000000;
}
.loginbox__card {
  width: 55%;
  padding: 2em;
  display: flex;
  flex-direction: column;
}
.loginbox__card__body {
  width: 100%;
  max-width: 400px;
  margin: 5em auto 5em;
}
.loginbox__card__body.maxwidth490 {
  max-width: 490px;
}
.loginbox__card__body h1 {
  font-weight: 700;
  font-size: 2.25em;
  color: #00173C;
  margin-bottom: 0.25em;
}
.loginbox__card__body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #00173C;
}
.loginbox__card__body h3 span {
  color: #357ECD;
  font-size: 18px;
}
.loginbox__card__body p {
  font-size: 1em;
  color: #777777;
  margin-bottom: 2.5em;
  line-height: 1.75;
}
.loginbox__card__body .forgot-password {
  color: #357ECD;
  font-weight: 500;
}
.loginbox__card__body .forgot-password:hover {
  color: #000000;
}
@media (min-width: 1441px) {
  .loginbox__card__body {
    max-width: 600px;
  }
}
.loginbox__bg {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  min-height: auto;
  height: 100vh;
  width: 45%;
}
.loginbox__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loginbox__bg::before {
  position: absolute;
  content: "";
  background-color: rgba(53, 126, 205, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1050px) {
  .loginbox__card {
    width: 60%;
  }
  .loginbox__bg {
    width: 40%;
  }
  .loginbox__header {
    flex-direction: column;
    row-gap: 1em;
  }
}
@media (max-width: 813px) {
  .loginbox {
    flex-direction: column;
  }
  .loginbox__card {
    width: 100%;
    height: auto;
    color: #000000;
  }
  .loginbox__card__body {
    margin: 3em auto 2em;
  }
  .loginbox__bg {
    display: none;
  }
}

.minwidth156 {
  min-width: 156px;
}

.minwidth120 {
  min-width: 120px;
}

/*  Pre Loader Css Start */
.error {
  color: red;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader img {
  height: 49px;
  animation: zoom 3s infinite;
}

@keyframes zoom {
  0%, 100% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
/*  Pre Loader Css Ends *//*# sourceMappingURL=styles.css.map */