.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}
  
.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}
  
.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}
  
.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}
  
.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}
  
.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}
  
.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}
  
.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}
  
.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}
  
.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}
  
.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}
  
.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}
  
.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}
  
.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}
  
.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}
  
.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}
  
.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}
  
.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: "Poppins", serif;
}

.hidden {
    display: none !important;
}

.btn-info {
    background-color: #122649 !important;
    border-color: #122649 !important;
    color: white !important;
}

.btn-success {
    background-color: #539a00 !important;
    border-color: #539a00 !important;
    color: white !important;
}

.clearance-alert-row {
    color: red !important;
}

.clearance-alert-row > td {
    color: red !important;
}

.clearance-alert-row .text-dark {
    color: red !important;
}

.center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.ms-options {
    min-width: 200px;
}

.nav-link {
    font-weight: 600;
    color: #122649;
}

.btn-primary {
    background-color: #122649;
    border-color: #122649;
    border-radius: 4px;
}

.btn-outline-primary {
    color: #122649;
    border-color: #122649;
    border-radius: 4px;
}

.btn-link {
    color: #67B210;
}

.breadcrumb-item a {
    color: #122649;
}

.col-form-label {
    font-size: 13px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-grow {
    flex-grow: 1;
}

.no-padding {
    padding: 0;
}

.full-width {
    width: 100%;
}

.card-header {
    border: 0;
    background-color: white;
    text-align: center;
    color: #122649;
    font-weight: 600;
    font-size: 20px;
    padding-top: 20px;
}

.card-header-grey {
    border: 0;
    background-color: #DBDEE5;
    text-align: left;
    color: #122649;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.card-body {
    overflow-x: auto;
}

.card-body-blue {
    color: #122649;
}

.form-control:focus {
    border-color: #67B210;
    box-shadow: 0 0 0 .25rem rgba(103, 178, 16, 0.1);
}

.form-control[type=text],
.form-control[type=url],
.form-control[type=tel],
.form-control[type=number],
.form-control[type=color],
.form-control[type=email] {
    background-color: #F1F1F1;
    height: 45px;
    border-radius: 4px;
}

textarea:focus {
    border-color: #67B210;
    box-shadow: 0 0 0 .25rem rgba(103, 178, 16, 0.1);
}

textarea {
    background-color: #F1F1F1 !important;
    border-radius: 4px !important;
}

select:focus {
    border-color: #67B210;
    box-shadow: 0 0 0 .25rem rgba(103, 178, 16, 0.1);
}

select {
    background-color: #F1F1F1 !important;
    height: 45px;
    border-radius: 4px !important;
}

.card {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.09);
    padding: 10px;
}

.card-no-padding {
    padding: 0px !important;
}

.card-container {
    padding-top: 20px;
}

.navbar {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.09);
}

.login-logo {
    width: 100px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.btn-dashboard-container {
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.btn-dashboard {
    border: 1px solid #CACACA;
    border-radius: 4px;
    background-color: rgba(103, 178, 16, 0.1);
    color: #122649;
    flex-grow: 1;
    height: 52px;
    padding-top: 10px;
    font-weight: 500;
    text-align: left;
}

.btn-dashboard:hover {
    border: 1px solid #122649;
    background-color: rgba(103, 178, 16, 0.1);
    color: #122649;
}

.btn-dashboard-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.breadcrumb-header-wrapper {
    justify-content: center;
    flex-grow: 1;
    gap: 20px;
    padding-right: 100px;
}

.breadcrumb-header-wrapper .breadcrumb-item:before {
    content: none !important;
}

.breadcrumb-header-wrapper .breadcrumb-item {
    font-weight: 500;
}

.breadcrumb-header-wrapper .breadcrumb-item a {
    opacity: 0.5;
    text-decoration: none;
}

.input-group .btn {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.action-btn-group {
    gap: 10px;
    margin-top: 35px;
}

.form-multiselect .ms-options-wrap {
    width: 100%;
}

.form-multiselect .ms-options-wrap > button {
    border-radius: 4px !important;
    padding: 10px !important;
    background-color: #F1F1F1 !important;
    color: #122649 !important;
}

.form-multiselect .ms-options-wrap > button:focus {
    border-radius: 4px !important;
    padding: 10px !important;
    background-color: #F1F1F1 !important;
    color: #122649 !important;
    border-color: #67B210;
    box-shadow: 0 0 0 .25rem rgba(103, 178, 16, 0.1);
}

.form-gap {
    gap: 15px;
}

.no-shrink {
    flex-shrink: 0;
}