body {
    font-family: 'Inter'; 
    background-color: #FFFFFF;
}

strong {
    font-family: 'Inter'; 
}

a, .panel-title>a {
    font-family: 'Inter'; 
    /* Primary - Master Mint/Master Mint 700 */
    color: #007B7C;
}

a:focused {
    font-family: 'Inter'; 
    /* Primary - Master Mint/Master Mint 700 */
    color: #007B7C;
}

a:active {
    font-family: 'Inter'; 
    /* Primary - Master Mint/Master Mint 700 */
    color: #007B7C;
}

a:visited {
    font-family: 'Inter'; 
    /* Primary - Master Mint/Master Mint 700 */
    color: #007B7C;
}

.table>thead>tr>th, .table>thead>tr td {
    font-family: 'Inter'; 
}

a:hover {
    color: #45BEAA;
}

a:disabled {
    /* Neutrals/Highlight */
    color: #BFBDC8;
}

.pagination>li>a.page-link {
    font-weight: 500;
}

.page-link.arrow, .page-link.arrow:hover {
    color: #007B7C;
}

.pagination>li>a, .pagination>li>span {
    border: none;
    color: #575665;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>span:focus {
    border: none;
    color: #575665;
    border-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
    /* Primary - Master Mint/Master Mint 500 */
    background: #007B7C;
    border-radius: 4px;
    z-index:auto;
}

.form-control {
    font-family: 'Inter'; 
    /* Neutrals / Borders */

    border: 1px solid #E2E1E6;
    border-radius: 4px;
}

.form-control:focus {
    border: 1px solid #007B7C !important;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
    accent-color: #007B7C;
    border-radius: 2px;
}

.has-error .form-control{
    border: 1px solid #D81B2F;
}

.has-error .form-control:focus{
    border: 1px solid #D81B2F;
    box-shadow: none;
}

.has-error .help-block {
    font-family: 'Inter'; 
    color: #D81B2F;
}

.btn, .btn-primary {
    font-family: 'Inter'; 
    /* Primary - Master Mint/Master Mint 700 */

    background: #007B7C;
    border: #007B7C;;
}

::-webkit-file-upload-button {
    font-family: 'Inter'; 
    /* Primary - Master Mint/Master Mint 700 */

    background: #007B7C;
    color: #FFFFFF;
    border: #007B7C;
    border-radius: 24px;
}

input[type="file" i]:disabled::-webkit-file-upload-button  {
    font-family: 'Inter'; 
    /* Primary - Master Mint/Master Mint 700 */

    cursor: not-allowed;
    background: darkgrey;
    color: #FFFFFF;
    border: darkgrey;
    border-radius: 24px;
}

.btn-primary:hover {
    background: #46BEAA;
    border: #46BEAA;
}

.btn-primary:focus {
    background: #005962;
}

.btn-secondary {
    /* Secondary - Sure Sage/Dark Green 100 */

    background: #E5F2F4;
    color: #007B7C;
    border: none;
}

.btn-secondary:hover {
    border: 1px solid #007B7C;
    background: #E5F2F4;
    color: #007B7C;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    background: url("/images/dropdown.png") white no-repeat 98.5% !important;
}

select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    background: url("/images/dropdown.png") #f2f2f2 no-repeat 98.5% !important;
    color: #C8C8CB;
}

select > .form-control > option:checked {
    background: #F5F6FA !important;
    color: #007B7C !important; 
}

.checkbox input[type="checkbox"]+label::before, .radio input[type="checkbox"]+label::before {
    /* Neutral/Mid */
    border: 1px solid #E5E4E4;
    border-radius: 2px;
}

.checkbox input[type="checkbox"]:checked + label::before {
    /* Neutral/Mid */
    border: 1px solid #007B7C;
    border-radius: 2px;
    background: #007B7C;
}

div>span>input[type=checkbox]:checked + label::after {
    /* Neutral/Mid */
    border: 1px solid #007B7C;
    border-radius: 2px;
    background: #007B7C;
}

button:hover {
    /* Primary - Master Mint/Master Mint 550 */
    background: #46BEAA;
}

.not-applicable {
    cursor: not-allowed;
    font-weight: 600;
    font-family: 'Inter';
    font-size: 14px;
    color: #BFBDC8;
}

aside {
    background: #F5F6FA;
    color: #141317;
    font-weight: 500;
}

aside>div .nav-aside li.nav-header {
    font-family: 'Inter'; 
    /* Primary - Master Mint/Master Mint 700 */
    color: #007B7C;
}

aside>div .nav-aside li>a, aside>div .nav-aside li>span {
    color: #141317;
    font-weight: 500;
    font-family: 'Inter';
}

aside>div .nav-aside li.active>a:before, aside>div .nav-aside li.active>span:before {
    background: rgba(0, 123, 124, 0.2);
    border-radius: 4px;
}

aside>div .nav-aside li.active>a, aside>div .nav-aside li.active>span {
    color: #007B7C;
    border-radius: 4px;
    font-weight: 600;
}

aside>div .nav-aside li.sub-menu {
    color: #575665;
}

aside>div .nav-aside li>a:hover, aside>div .nav-aside li.active>a:hover, aside>div .nav-aside li.active>span:hover {
    color: #45BEAA;
}

.panel-footer {
    font-weight: 500;
    padding: 0;
    background-color: #FFFFFF;
}

.alert.alert-success {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 50px;
    gap: 8px;
    box-shadow: 0px 3px 14px rgba(78, 71, 69, 0.3);
    border-radius: 8px;
    background: #EEF7F4 url("/images/alert_success.png") no-repeat 16px 16px;
    border: 1px solid #008556;
    border-radius: 4px;
    color: #008556;
}

.alert.alert-info {
    align-items: center;
    box-shadow: 0px 3px 14px rgba(78, 71, 69, 0.3);
    border-radius: 8px;
    background: #E9FFFD url("/images/alert_info.png") no-repeat 16px 16px;
    border: 1px solid #005A8C;
    border-radius: 4px;
    color: #005A8C;
}

.alert.alert-danger {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 50px;
    gap: 8px;
    box-shadow: 0px 3px 14px rgba(78, 71, 69, 0.3);
    border-radius: 8px;
    background: #FFEAE4 url("/images/alert_danger.png") no-repeat 16px 16px;
    border: 1px solid #D81B2F;
    border-radius: 4px;
    color: #D81B2F;
}

.alert.alert-warning {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 50px;
    gap: 8px;
    box-shadow: 0px 3px 14px rgba(78, 71, 69, 0.3);
    border-radius: 8px;
    background: #FEECD4 url("/images/alert_warning.png") no-repeat 16px 16px;
    border: 1px solid #FF7F4A;
    border-radius: 4px;
    color: #FF7F4A;
}

.label-info {
    background-color: #007B7C;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
}

.label-info:hover {
    background-color: #45BEAA;
    border-radius: 4px;
}

.table-list {
    border: 1px solid #E2E1E6;
    border-bottom: 0;
    border-radius: 4px 4px 0px 0px;
    border-collapse: separate;
}

.table-list>tbody>tr>td {
    border-bottom: 1px solid #E2E1E6;
}

.table-disabled {
    background: #F5F6FA;
    color: #C8C8CB;
    border: 1px solid #E2E1E6;
    border-bottom: 0;
    border-radius: 4px 4px 0px 0px;
    border-collapse: separate;
}

.table-disabled>tbody>tr>td {
    border-bottom: 1px solid #E2E1E6;
}


.table {
    border-radius: 8px;
    border-collapse: separate;
    padding:1.4px !important;
}

.table>thead>tr {
    background: #F5F6FA;
}

.table>thead>tr>td, .table>thead>tr>th
{
    border-bottom: 1px solid #E2E1E6;
}

.table>tbody>tr>td {
    background: none;
}

.table>tbody>tr {
    background: #FFFFFF;
}

.table-list>tbody>tr:hover{
    background: #FAFAFA;
}

.my-thead-center tr td {
    text-align: left !important;
}

.sort {
    display: inline-grid;
}

.sort_up_default {
    background: url("/images/triangle_up_blank.png") no-repeat bottom left 3px;
    background-size: 8px;
    height: 10px;
}

.sort_down_default {
    background: url("/images/triangle_down_blank.png") no-repeat top left 3px;
    background-size: 8px;
}

.sort_up_filled {
    background: url("/images/triangle_up_filled.png") no-repeat bottom left 3px;
    background-size: 8px;
    height: 10px;
}

.sort_down_filled {
    background: url("/images/triangle_down_filled.png") no-repeat top left 3px;
    background-size: 8px;
}

.dropdown-menu {
    background: #FFFFFF;
    border-radius: 4px;
}

/*hover menu color*/
.dropdown-menu> li> a:hover{
    background: #FAFAFA !important;
    color: #45BEAA !important;
}

.action-btn {
    background: transparent;
    color: #007B7C; 
    font-family: 'Inter'; 
    border: none;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;

}

.action-btn:hover {
    background: transparent;
    color: #45BEAA; 
    font-family: 'Inter'; 
    border: none;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

h4, .h4 {
    font-family: 'Inter';
}

.first_page_disabled {
    background: url("/images/first_page_disabled.png") no-repeat center;
    margin: 10px;
}

.previous_page_disabled {
    background: url("/images/previous_page_disabled.png") no-repeat center;
    margin: 10px;
}

.fixed_header {
    width: 100%;
    table-layout: fixed;
}
.fixed_header tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    max-height: 260px;
    border-bottom: 1px solid #E2E1E6;

}
.fixed_header thead tr {
    display: block;
    width: 100%;
}

.fixed_header th,
.fixed_header td {
    padding: 5px;
    text-align: left;
    width: 700px;
}

.modal-content .modal-body {
    padding: 5px 28px;
    background-color: #f7f7f9;
}

.select2-container {
    z-index: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007B7C !important;
    border-radius: 4px !important;
    height: 25px;
    padding: 4px 8px !important;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Inter';
    border: none !important;
    margin-top: 7px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #E2E1E6 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #007B7C !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background-color: #45BEAA !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background-color: #45BEAA !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFFFFF !important;
    font-weight: 400 !important;
    float: right !important;
    margin-left: 7px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F6FA !important;
    color: #007B7C !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FAFAFA !important;
    color: #45BEAA !important;
}

.select2:focus {
    border: 1px solid #007B7C;
}

.bootstrap-tagsinput input {
    padding: 3px !important;
}

.bootstrap-tagsinput:focus {
    border: 1px solid #007B7C;
}

.select2-selection__rendered input:focus-visible {
    border: 1px solid #007B7C;
}

.align-input-text-field {
    height: 48.35px !important;
}

.align-input-text-field>li:hover {
    color: #007B7C !important;
    background: #E5FAFA !important;
}

.panel-heading {
    background:#FAFAFA;
    margin-bottom: 0;
}

.search-bar {
    padding: 5px;
    background: #F5F6FA;
    overflow: auto;
    display: revert !important;
}

.search-bar>thead>tr>td {
    background: #F5F6FA;
    border: none;
}

.search-bar>tbody>tr>td {
    background: #F5F6FA;
}

.search-bar-border {
    border: 1px solid #E2E1E6;
    border-radius: 4px;
}

.table-text-underline {
    font-weight: 600;
    text-decoration-line: underline;
    color: #007B7C;
}

.table-text-underline:hover {
    font-weight: 600;
    text-decoration-line: underline;
}

.indicator {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

.dot {
    /* Rectangle */
    width: 6px;
    height: 6px;

    /* Semantic - Success/Success Regular */
    background: #008556;
    border-radius: 181px;

    /* Inside auto layout */
    flex: none;
    flex-grow: 0;
}

.dot-imported {
    /* Rectangle */
    width: 6px;
    height: 6px;

    /* Semantic - Success/Success Regular */
    background: darkorange;
    border-radius: 181px;

    /* Inside auto layout */
    flex: none;
    flex-grow: 0;
}

.card-number-dot{
    transform: translateX(-50%);
    border-radius: 49%;
    background: #007B7C;
    bottom: 32px;
    height: 6px;
    content: '';
    width: 6px;
    left: 7px;
}
.tooltip-dot{
    opacity: 1;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    box-shadow: -4px 1px 33px -4px rgba(23,23,23,0.45);
    -webkit-box-shadow: -4px 1px 33px -4px rgba(23,23,23,0.45);
    -moz-box-shadow: -4px 1px 33px -4px rgba(23,23,23,0.45);
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.va-top {
    vertical-align: text-top
}