﻿:root {
    --dropdown-menu-height: calc(1.55rem + 2px);
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.Roboto-Light {
    font-family: "Roboto-Light";
}

.Roboto-Medium {
    font-family: "Roboto-Medium";
}

.Roboto-Bold {
    font-family: "Roboto-Bold";
}

body {
    margin: 0;
    height: 100vh;
    font-family: 'Roboto-Regular', Arial;
    font-size: .8rem !important;
    color: #666666;
}

body,
.login.content {
    background-color: #d2d6de !important;
}

select[readonly] {
    pointer-events: none !important;
}

.bootstrap-select:has(select[readonly]) .dropdown-toggle {
    pointer-events: none !important;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0 0 rgba(0, 0, 0, 0);
    --bs-accordion-active-bg: white;

    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232374BB' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9.5H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232374BB' viewBox='0 0 16 16'%3E%3Cpath d='M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

.bg-theme {
    background-color: #492F75;
}

.app-main>.content {
    padding: 0rem;
}

.app-main {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    background-color: #e9f1f8;
}

section {
    padding: 0px .1rem !important;
}

.policyIconLink {
    font-size: 1.4rem;
    text-decoration: none;
    color: white;
}

.loaderDiv {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 999999;
    /* margin: auto; */
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid blue;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

a:hover,
a {
    text-decoration: none !important;
    color: inherit;
}

tbody a:hover,
tbody a {
    text-decoration: underline !important;
    color: #2374BB !important;
}

/*[Begin] SweetAlert*/
div.swal2-popup>div.swal2-actions {
    z-index: 0;
}

.btn-swal2-cancel {
    min-width: 95px;
    color: #434343 !important;
    background-color: #f3f3f3 !important;
    font-family: 'Roboto-Regular', Arial;
    font-size: 0.85rem;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.btn-swal2-cancel:hover {
    opacity: 0.9;
}

.btn-swal2-confirm {
    min-width: 95px;
    color: #fff !important;
    background-color: #6aca6b !important;
    font-family: 'Roboto-Regular', Arial;
    font-size: 0.85rem;
    border-radius: 5px;
    border: 1px solid #6aca6b;
}

.btn-swal2-confirm:hover {
    opacity: 0.9;
}

/*[End] SweetAlert*/

/*[Begin] Customise <input> or <select> */
.required label:after {
    color: red;
    content: ' *';
    display: inline;
    font-size: 0.8rem;
}

.form-check-input.top {
    margin-top: -.1rem !important;
}

.form-check-input.align {
    margin-top: .2rem !important;
}

form label {
    color: #666666;
    font-family: Roboto, Arial;
    text-decoration: none;
    font-size: 0.65rem;
    margin-bottom: 0;
    font-weight: 400 !important;
    text-shadow: none;
}

form input:not([type=checkbox]):not([type=radio]),
form select {
    --dropdown-menu-height: calc(1.55rem + 2px);
    font-size: 0.7rem !important;
    height: var(--dropdown-menu-height) !important;
    font-family: Roboto-Light !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fffece !important;
}

/*[End] Customise look for Form or Input*/


/* [Start] Select2 */
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    color: #666666 !important;
    font-weight: normal !important;
    font-family: 'Roboto-Regular', Arial;
    font-size: .8rem !important;
}

/* [End] Select2 */

/* [Start] Selectpicker */
button.dropdown-toggle[data-toggle='dropdown'][role='combobox'] {
    --dropdown-menu-height: calc(1.50rem + 1px);
    height: var(--dropdown-menu-height) !important;
    padding: 2px 10px;
}

button.dropdown-toggle[data-toggle='dropdown'][role='combobox']>div.filter-option {
    --dropdown-menu-height: calc(1.50rem + 1px);
    max-height: var(--dropdown-menu-height) !important;
    font-size: 0.8rem !important;
}

div.dropdown-menu>div.bs-searchbox>input[type='search'] {
    height: var(--dropdown-menu-height);
    font-size: 0.8rem !important;
}

div.dropdown-menu>div[role='listbox'] ul li a {
    height: var(--dropdown-menu-height);
    font-size: 0.8rem !important;
}


div.dropdown-menu div[role='listbox'] ul li.no-results {
    height: var(--dropdown-menu-height);
    font-size: 0.8rem !important;
}

/* [End] Selectpicker */

/* [Begin] owl carousel */
.highlightContentBox {
    height: 400px;
    position: relative;
}

.carouselBanner {
    max-height: 300px;
    min-height: 300px;
}

.marketingContentDescription {
    position: absolute;
    top: 0;
    bottom: 0%;
    right: 0;
    left: 0;
    padding: 15px 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #492f75 !important;
}

/* [End] */


/*[Begin]*/
.card-head-with-info-style-1>div:first-child>div {
    margin-top: auto;
    margin-bottom: auto;
}

.card-head-with-info-style-1>div:not(:first-child) {
    margin-top: 2rem;
}

.card-head-with-info-style-1>div:last-child {
    margin-bottom: 1.5rem;
}

.card-head-with-info-style-1 .header-title {
    color: #492F75;
    text-decoration: none;
    font-family: Roboto-Medium, Arial;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
}

.card-head-with-info-style-1 .title {
    color: #999999;
    font-family: Roboto-Regular, Arial;
    font-size: 0.75rem;
}

.card-head-with-info-style-1 .detail {
    color: #434343;
    text-decoration: none;
    font-family: Roboto-Medium, Arial;
    font-size: 1.15rem;
}

.accordion>.card {
    overflow: visible;
}

/*[End]*/
/*[Begin] For page with card description Ex. MCIS Member Movement Declaration / Underwriting*/
.card-body-with-description {
    padding: 10px;
    background-color: #fff;
}

.card-body-with-description div.card-body-with-description-title {
    padding-bottom: 10px;
    font-size: 1.5rem;
    color: #2374BB !important;
    font-family: "Roboto-Bold";
    text-align: center !important;
    text-transform: uppercase;
}

.card-body-with-description div.card-body-with-description-content {
    padding-bottom: 10px;
    font-style: italic;
    font-family: "Roboto-Light";
    text-align: center !important;
    color: #999999 !important;
}

/*[End] For page with card description Ex. MCIS Member Movement Declaration / Underwriting*/

/*[Begin] DataTable Custom Styling*/
table {
    width: 100% !important;
    white-space: nowrap;
}

.table td,
.table th {
    padding: .5rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

/*.table-responsive {
    overflow: initial;
    overflow-x: auto;
}*/

#mcis_table_wrapper .row:last-of-type {
    align-items: center;
}

.dt-search,
.dataTables_paginate,
.dataTables_info {
    padding: 0.85em;
}

.mcis-table thead tr,
.mcis-table thead tr th {
    background-color: #492f75 !important;
    color: white;
}

.mcis-table thead tr td,
.mcis-table thead tr th {
    font-weight: lighter;
    white-space: nowrap;
}

.mcis-table thead tr td,
.mcis-table thead tr th {
    vertical-align: middle;
    font-family: 'Roboto-Light', Arial;
}

.mcis-table tbody tr td {
    vertical-align: middle;
    font-family: 'Roboto-Light', Arial;
    color: #666666;
}

.mcis_table_title {
    display: none !important;
}

.mcis_table_title_new_position {
    text-transform: uppercase;
    color: #2374BB;
    font-family: 'Roboto-Medium', Arial;
    font-size: 14.0pt;
    font-weight: normal;
}

/*
.dt-search {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding: 0;
}*/

#mcis_table_filter input[type=search] {
    border-radius: 21px;
    border: 1px solid #b4b4b4;
    padding: 1.1rem 0.5rem;
    color: black;
}


#mcis_table_filter input[type=search]::-webkit-search-cancel-button {
    display: none;
}

#mcis_table_filter button.dropdown-toggle::after {
    display: none;
}

#mcis_table_filter label {
    margin: 0;
}

#mcis_table_filter>div.dt-buttons {
    width: auto;
}

.btn-mcis-datatable {
    border: none;
    border-color: transparent;
    background-color: transparent;
    font-size: 1.5rem;
}

.btn-mcis-datatable:hover {
    background-color: #7f7f7f33;
}

.dt-buttons.btn-group.flex-wrap {
    position: relative !important;
}

.mcis_table_search_box_icon {
    position: relative;
    top: 0.2rem;
    right: 1.9rem;
    font-size: 1.2rem;
    color: #696969
}

#mcis_table_wrapper {
    padding: 10px 0px;
}

#mcis_table_wrapper .btn-group .dt-button-collection {
    left: -50px !important;
}

div.dt-container div#mcis_table_filter input {
    margin-left: 0em;
}

#mcis_table tbody tr a {
    color: #468AC6;
    text-decoration: underline;
}

#mcis_table tbody tr a:hover {
    color: #468AC6;
    text-decoration: underline;
    background-color: transparent;
}

#mcis_table tbody tr a.btn,
#mcis_table tbody tr button.btn {
    text-decoration: underline;
    color: #666666;
    padding: .375rem .35rem;
}

/*[End] DataTable Custom Styling*/


/* [Begin] Exprimental MCIS Table CSS*/
.table {
    width: 100% !important
}

table.mcis-datatable {
    width: 100% !important;
}

table.mcis-datatable thead tr,
table.mcis-datatable thead tr th {
    background-color: #492f75 !important;
    color: white;
}

table.mcis-datatable thead tr td,
table.mcis-datatable thead tr th {
    font-weight: lighter;
    vertical-align: middle;
    font-family: 'Roboto-Light', Arial;
    /* color: #fff !important; */
}

table.mcis-datatable tr th {
    vertical-align: middle;
    font-family: 'Roboto-Light', Arial;
    /* color: #fff; */
}

table.mcis-datatable tbody tr td {
    vertical-align: middle;
    font-family: 'Roboto-Light', Arial;
    color: #666666;
}

table.mcis-datatable tbody tr a {
    color: #468AC6;
    text-decoration: underline;
}

table.mcis-datatable tbody tr a i {
    font-size: 1rem;
}

table.mcis-datatable tbody tr a:hover {
    color: #468AC6;
    text-decoration: underline;
    background-color: transparent;
}

table.mcis-datatable tbody tr a.btn,
table.mcis-datatable tbody tr button.btn {
    text-decoration: underline;
    color: #666666;
    /* padding: .375rem .35rem; */
}

div.mcis_datatable_content_area>div.mcis_datatable_policy_wrapper .dt-search,
div.mcis_datatable_content_area>div.mcis_datatable_policy_wrapper .dt-paging,
div.mcis_datatable_content_area>div.mcis_datatable_policy_wrapper .dataTables_info {
    padding: 0.85em;
}

div.mcis_datatable_content_area>div.dt-container div.row:last-of-type {
    align-items: center;
    /* padding: 0.85em; */
    margin: auto;
}

div.mcis_datatable_content_area>div.dt-container {
    padding: 0px 0px;
}

div.mcis_datatable_content_area>div.dt-container .btn-group .dt-button-collection {
    left: -50px !important;
}

div.mcis_datatable_content_area>.mcis_datatable_title {
    display: none !important;
}

div.mcis_datatable_content_area>div.dt-container div.mcis_datatable_title_new_position {
    text-transform: uppercase;
    color: #2374BB;
    font-family: 'Roboto-Medium', Arial;
    font-size: 14.0pt;
    font-weight: normal;
}

div.mcis_datatable_content_area>div.dt-container div.dt-search label {
    margin: 0;
}

div.mcis_datatable_content_area>div.dt-container div.dt-search input {
    margin-left: 0em;
}

div.mcis_datatable_content_area>div.dt-container div.dt-search input[type=search] {
    border-radius: 21px;
    border: 1px solid #b4b4b4;
    padding: 0.5rem;
    color: black;
}

div.mcis_datatable_content_area>div.dt-container div.dt-search input[type=search]::-webkit-search-cancel-button {
    display: none;
}

div.mcis_datatable_content_area>div.dt-container div.dt-search button.dropdown-toggle::after {
    display: none;
}

div.mcis_datatable_content_area>div.dt-container div.dt-search>div.dt-buttons {
    width: auto;
}

div.mcis_datatable_content_area>div.dt-container div.dt-search>div.dt-buttons .btn-mcis-datatable {
    border: none;
    border-color: transparent;
    background-color: transparent;
    font-size: 1.5rem
}

div.mcis_datatable_content_area>div.dt-container div.dt-search>div.dt-buttons .btn-mcis-datatable:hover {
    background-color: #7f7f7f33;
}

div.mcis_datatable_content_area>div.dt-container div.dt-search .mcis_datatable_search_box_icon {
    position: relative;
    top: 0.2rem;
    right: 1.9rem;
    font-size: 1.2rem;
    color: #696969
}

/* [End] Exprimental MCIS Table CSS*/

.memyfamily-image {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
}


.memyfamily-image img {
    max-width: 45%;
}

.homeboxicon {
    font-size: 70px;
    top: 20px;
    color: rgba(0, 0, 0, .15);
    z-index: 0;
    position: absolute;
    right: 15px;
}

.wordbreak {
    word-break: break-word;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.btn-main-page-action-back {
    width: 110.0px;
    min-height: 35.0px;
    font-size: 0.8rem;
    text-decoration: none;
    color: #666666 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-main-page-action {
    width: 110.0px;
    min-height: 35.0px;
    font-size: 0.8rem;
    text-decoration: none;
}

.btn-main-page-action>span[data-type='button-description'],
.btn-main-page-action-back>span[data-type='button-description'] {
    vertical-align: middle;
}

.PurpleDivider {
    background-image: url(../img/divider.png);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 10px;
    max-height: 10px;
}

.PasswordPageContent {
    padding-top: 96px;
    align-content: start;
    padding-bottom: 10vh;
}

.PasswordPageContent.no-padding {
    padding: 0;
}

.login-bg {
    background-image: url(../img/login_bg.png);
    min-height: calc(100vh - 98px * 2);
    align-content: center;
    /* min-height: 100vh; */
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.main-footer.withoutlogin {
    /* margin-left: 0 !important; */
    background-color: white !important;
    border: none !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.1rem !important;
}

nav.withoutlogin {
    /* margin-left: 0 !important; */
    min-height: 96px !important;
}

.nav-link {
    display: block;
    padding: .5rem .5rem !important;
}

.CustomInputIcon {
    width: 30px;
}

.menu-icon {
    max-width: 20px;
    width: 20px;
    height: 20px;
    max-height: 20px;
}

.input-group-text {
    background-color: white;
    /* border: 1px solid white; */
    border: none !important;
    /* max-height: 50px !important; */
}

.border-radius25 {
    border-radius: 25px !important;
}

.border-radius15 {
    border-radius: 15px !important;
}

.border-radius5 {
    border-radius: 5px !important;
}

.border-left-white {
    border-left: 3px solid white;
}

.border-bottom-white {
    border-bottom: 3px solid white;
}

.border-bottom-pink {
    border-bottom: 2px solid #C7BBDB;
}

.border-bottom-light {
    border-bottom: 1px solid #d2d6de;
}

.border-color-blue {
    border-color: #8080c0 !important;
}

.border-color-purple {
    border-color: #492f75 !important;
}

.border-05px {
    border: 0.5px solid;
}

.border-1px {
    border: 1px solid;
}

.border-none {
    border: none;
}

.cursor-pointed {
    cursor: pointer;
}

.error-msg {
    color: red;
}

.help-block {
    color: red !important;
    font-size: 10px !important;
}

.all0 {
    padding: 0;
    margin: 0;
}

.clear {
    padding: 0px !important;
    margin: 0px !important;
    height: 1px !important;
    clear: both !important;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group.with-delete-icon>.custom-file:not(:last-child) .custom-file-label,
.input-group.with-delete-icon>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0;
}

.input-group>.input-group-text:not(.show) {
    display: none;
}

.input-group.with-delete-icon>.input-group-text {
    /* margin-bottom: .375rem; */
    background-color: #2374BB;
    color: #fff !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -5px;
    border-left: 0;
    display: flex;
}

.custom-file-input {
    font-size: 0.8rem !important;
    height: calc(1.55rem + 2px) !important;
    font-family: Roboto-Light !important;
}

.custom-file-label {
    line-height: 15px;
    height: calc(1.8rem + 2px);
}

.custom-file-label::after {
    font-size: 0.8rem;
    height: calc(1.8rem + 2px);
    background-color: #492f75;
    color: #fff;
}

.btn-blue {
    background-color: #2374BB !important;
    border-color: #2374BB !important;
    color: white !important;
    font-size: 0.8rem;
}

.btn-blue:hover {
    color: white;
}

.btn-go-blue {
    background-color: #2374BB;
    color: #fff !important;
    min-width: 95px;
    border-radius: 5px;
    font-size: 0.8rem;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-go-blue:hover {
    background-color: #2374BB !important;
    opacity: 0.9;
}

.btn-Save {
    background-color: #6ACA6B !important;
    border-color: #6ACA6B !important;
    border-radius: 4px;
    font-family: 'Roboto-Regular';
    color: white;
}

.btn-Save:hover {
    color: white;
}

.btn-Cancel {
    background-color: #F3F3F3;
    border-color: #CCCCCC;
    border-radius: 4px;
}

.btn.btn-icon {
    border: none !important;
    box-shadow: none !important;
}

.btn.btn-icon:hover {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.bg-blue175 {
    background-color: #175894;
}

.bg-orangeE2 {
    background-color: #E27D0A;
}

.bg-blue23 {
    background-color: #2374BB !important;
}

.bg-blue23-Transparent {
    background: rgba(35, 116, 187, 0.1) !important;
}

.bg-white-Transparent {
    background: rgba(255, 255, 255, 0.5) !important;
}

.bg-blue468 {
    background-color: #468ac6 !important;
}

.bg-purple {
    background-color: #492f75 !important;
}

button.bg-purple,
button.bg-purple:hover {
    color: white;
}

.bg-purple8080 {
    background-color: #8080C0 !important;
}

.bg-purpleC7 {
    background-color: #C7BBDB !important;
}

.bg-purple-light {
    background-color: #F9F5FE !important;
}

.bg-greyF3F3 {
    background-color: #F3F3F3;
}

.bg-grey666 {
    background-color: #666666;
}

.bg-greyF0F0 {
    background-color: #F0F0F0;
}

.bg-green6AC,
.bg-green6AC:hover {
    background-color: #6ACA6B
}

.color-inherit {
    color: inherit;
}

.color-orange {
    color: #FD9927 !important;
}

.color-white {
    color: white !important;
}

.color-black {
    color: black !important;
}

.color-grey57 {
    color: #575757 !important;
}

.color-blue {
    color: #2374BB !important;
}

.color-blue3f {
    color: #3f6892 !important;
}

.color-grey999 {
    color: #999999 !important;
}

.color-grey666 {
    color: #666666 !important;
}

.color-greyCCC {
    color: #cccccc !important;
}

.color-grey4343 {
    color: #434343 !important;
}

.color-grey9595 {
    color: #959595 !important;
}

.color-grey5757 {
    color: #575757 !important;
}

.color-purple {
    color: #492F75 !important;
}

.color-green {
    color: #679868 !important;
}

.color-green6ACA {
    color: #6ACA6B !important;
}

.color-red980 {
    color: #980000 !important;
}

.color-redBA {
    color: #BA0202 !important;
}

.color-red7A {
    color: #7A162E !important;
}

.color-green6AC {
    color: #6ACA6B;
}

.color-orange {
    color: #fd7e14 !important;
}

.curs-pointer {
    cursor: pointer;
}

.curs-auto {
    cursor: auto;
}

.disp-none {
    display: none;
}

.disp-block {
    display: block;
}

.disp-inline {
    display: inline;
}

.disp-inline-block {
    display: inline-block;
}

.divTable {
    float: none;
}

.divTable.isTable {
    display: table;
}

.divTable.isTable.auto {
    table-layout: auto;
}

.divTable.isTable.fixed {
    table-layout: fixed;
}

.divTable.isTable .table-row {
    display: table-row;
}

.divTable.isTable .table-cell {
    display: table-cell;
}

.text-transform-none {
    text-transform: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fs {
    font-size: inherit;
}

.fs-01rem {
    font-size: .1rem;
}

.fs-02rem {
    font-size: .2rem;
}

.fs-03rem {
    font-size: .3rem;
}

.fs-04rem {
    font-size: .4rem;
}

.fs-05rem {
    font-size: .5rem;
}

.fs-06rem {
    font-size: .6rem;
}

.fs-07rem {
    font-size: .7rem;
}

.fs-08rem {
    font-size: .8rem;
}

.fs-09rem {
    font-size: .9rem;
}

.fs-1rem {
    font-size: 1rem;
}

.fs-12rem {
    font-size: 1.2rem;
}

.fs-13rem {
    font-size: 1.3rem;
}

.fs-14rem {
    font-size: 1.4rem;
}

.fs-15rem {
    font-size: 1.5rem;
}

.fs-2rem {
    font-size: 2rem;
}

.fs-25rem {
    font-size: 2.5rem;
}

.fs-3rem {
    font-size: 3rem;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

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

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-45 {
    font-size: 45px;
}

.fs-48 {
    font-size: 48px;
}

.fs-58 {
    font-size: 58px;
}

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

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

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

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

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

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

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

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

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

.font-italic {
    font-style: italic;
}

.font-normal {
    font-weight: normal !important;
}

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

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

.lh-0 {
    line-height: 0px;
}

.lh-0-25 {
    line-height: 0.25;
}

.lh-0-50 {
    line-height: 0.5;
}

.lh-0-75 {
    line-height: 0.75;
}

.lh-1 {
    line-height: 1;
}

.lh-1-25 {
    line-height: 1.25;
}

.lh-1-50 {
    line-height: 1.50;
}

.lh-1-75 {
    line-height: 1.75;
}

.lh-2 {
    line-height: 2;
}

.lh-2-25 {
    line-height: 2.25;
}

.lh-2-50 {
    line-height: 2.50;
}

.lh-2-75 {
    line-height: 2.75;
}

.lh-3 {
    line-height: 3;
}

.ls-0 {
    letter-spacing: 0px;
}

.ls-0-25 {
    letter-spacing: 0.25px;
}

.ls-0-50 {
    letter-spacing: 0.5px;
}

.ls-0-75 {
    letter-spacing: 0.75px;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-1-25 {
    letter-spacing: 1.25px;
}

.ls-1-50 {
    letter-spacing: 1.50px;
}

.ls-1-75 {
    letter-spacing: 1.75px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-2-25 {
    letter-spacing: 2.25px;
}

.ls-2-50 {
    letter-spacing: 2.50px;
}

.ls-2-75 {
    letter-spacing: 2.75px;
}

.ls-3 {
    letter-spacing: 3px;
}

.list-style-none {
    list-style: none;
}

.height-initial {
    height: initial !important;
}

.wh100,
.height100 {
    height: 100%;
}

.height-auto {
    height: auto;
}

.height0vh {
    height: 0vh;
}

.height1vh {
    height: 1vh;
}

.height2vh {
    height: 2vh;
}

.height3vh {
    height: 3vh;
}

.height4vh {
    height: 4vh;
}

.height5vh {
    height: 5vh;
}

.height6vh {
    height: 6vh;
}

.height7vh {
    height: 7vh;
}

.height8vh {
    height: 8vh;
}

.height9vh {
    height: 9vh;
}

.height10vh {
    height: 10vh;
}

.height11vh {
    height: 11vh;
}

.height12vh {
    height: 12vh;
}

.height13vh {
    height: 13vh;
}

.height14vh {
    height: 14vh;
}

.height15vh {
    height: 15vh;
}

.height16vh {
    height: 16vh;
}

.height17vh {
    height: 17vh;
}

.height18vh {
    height: 18vh;
}

.height19vh {
    height: 19vh;
}

.height20vh {
    height: 20vh;
}

.height21vh {
    height: 21vh;
}

.height22vh {
    height: 22vh;
}

.height23vh {
    height: 23vh;
}

.height24vh {
    height: 24vh;
}

.height25vh {
    height: 25vh;
}

.height26vh {
    height: 26vh;
}

.height27vh {
    height: 27vh;
}

.height28vh {
    height: 28vh;
}

.height29vh {
    height: 29vh;
}

.height30vh {
    height: 30vh;
}

.height31vh {
    height: 31vh;
}

.height32vh {
    height: 32vh;
}

.height33vh {
    height: 33vh;
}

.height34vh {
    height: 34vh;
}

.height35vh {
    height: 35vh;
}

.height36vh {
    height: 36vh;
}

.height37vh {
    height: 37vh;
}

.height38vh {
    height: 38vh;
}

.height39vh {
    height: 39vh;
}

.height40vh {
    height: 40vh;
}

.height41vh {
    height: 41vh;
}

.height42vh {
    height: 42vh;
}

.height43vh {
    height: 43vh;
}

.height44vh {
    height: 44vh;
}

.height45vh {
    height: 45vh;
}

.height46vh {
    height: 46vh;
}

.height47vh {
    height: 47vh;
}

.height48vh {
    height: 48vh;
}

.height49vh {
    height: 49vh;
}

.height50vh {
    height: 50vh;
}

.height51vh {
    height: 51vh;
}

.height52vh {
    height: 52vh;
}

.height53vh {
    height: 53vh;
}

.height54vh {
    height: 54vh;
}

.height55vh {
    height: 55vh;
}

.height56vh {
    height: 56vh;
}

.height57vh {
    height: 57vh;
}

.height58vh {
    height: 58vh;
}

.height59vh {
    height: 59vh;
}

.height60vh {
    height: 60vh;
}

.height61vh {
    height: 61vh;
}

.height62vh {
    height: 62vh;
}

.height63vh {
    height: 63vh;
}

.height64vh {
    height: 64vh;
}

.height65vh {
    height: 65vh;
}

.height66vh {
    height: 66vh;
}

.height67vh {
    height: 67vh;
}

.height68vh {
    height: 68vh;
}

.height69vh {
    height: 69vh;
}

.height70vh {
    height: 70vh;
}

.height71vh {
    height: 71vh;
}

.height72vh {
    height: 72vh;
}

.height73vh {
    height: 73vh;
}

.height74vh {
    height: 74vh;
}

.height75vh {
    height: 75vh;
}

.height76vh {
    height: 76vh;
}

.height77vh {
    height: 77vh;
}

.height78vh {
    height: 78vh;
}

.height79vh {
    height: 79vh;
}

.height80vh {
    height: 80vh;
}

.height81vh {
    height: 81vh;
}

.height82vh {
    height: 82vh;
}

.height83vh {
    height: 83vh;
}

.height84vh {
    height: 84vh;
}

.height85vh {
    height: 85vh;
}

.height86vh {
    height: 86vh;
}

.height87vh {
    height: 87vh;
}

.height88vh {
    height: 88vh;
}

.height89vh {
    height: 89vh;
}

.height90vh {
    height: 90vh;
}

.height91vh {
    height: 91vh;
}

.height92vh {
    height: 92vh;
}

.height93vh {
    height: 93vh;
}

.height94vh {
    height: 94vh;
}

.height95vh {
    height: 95vh;
}

.height96vh {
    height: 96vh;
}

.height97vh {
    height: 97vh;
}

.height98vh {
    height: 98vh;
}

.height99vh {
    height: 99vh;
}

.height100vh {
    height: 100vh;
}

.height0px {
    height: 0px;
}

.height1px {
    height: 1px;
}

.height2px {
    height: 2px;
}

.height3px {
    height: 3px;
}

.height4px {
    height: 4px;
}

.height5px {
    height: 5px;
}

.height6px {
    height: 6px;
}

.height7px {
    height: 7px;
}

.height8px {
    height: 8px;
}

.height9px {
    height: 9px;
}

.height10px {
    height: 10px;
}

.height11px {
    height: 11px;
}

.height12px {
    height: 12px;
}

.height13px {
    height: 13px;
}

.height14px {
    height: 14px;
}

.height15px {
    height: 15px;
}

.height16px {
    height: 16px;
}

.height17px {
    height: 17px;
}

.height18px {
    height: 18px;
}

.height19px {
    height: 19px;
}

.height20px {
    height: 20px;
}

.height21px {
    height: 21px;
}

.height22px {
    height: 22px;
}

.height23px {
    height: 23px;
}

.height24px {
    height: 24px;
}

.height25px {
    height: 25px;
}

.height26px {
    height: 26px;
}

.height27px {
    height: 27px;
}

.height28px {
    height: 28px;
}

.height29px {
    height: 29px;
}

.height30px {
    height: 30px;
}

.height31px {
    height: 31px;
}

.height32px {
    height: 32px;
}

.height33px {
    height: 33px;
}

.height34px {
    height: 34px;
}

.height35px {
    height: 35px;
}

.height36px {
    height: 36px;
}

.height37px {
    height: 37px;
}

.height38px {
    height: 38px;
}

.height39px {
    height: 39px;
}

.height40px {
    height: 40px;
}

.height41px {
    height: 41px;
}

.height42px {
    height: 42px;
}

.height43px {
    height: 43px;
}

.height44px {
    height: 44px;
}

.height45px {
    height: 45px;
}

.height46px {
    height: 46px;
}

.height47px {
    height: 47px;
}

.height48px {
    height: 48px;
}

.height49px {
    height: 49px;
}

.height50px {
    height: 50px;
}

.height51px {
    height: 51px;
}

.height52px {
    height: 52px;
}

.height53px {
    height: 53px;
}

.height54px {
    height: 54px;
}

.height55px {
    height: 55px;
}

.height56px {
    height: 56px;
}

.height57px {
    height: 57px;
}

.height58px {
    height: 58px;
}

.height59px {
    height: 59px;
}

.height60px {
    height: 60px;
}

.height61px {
    height: 61px;
}

.height62px {
    height: 62px;
}

.height63px {
    height: 63px;
}

.height64px {
    height: 64px;
}

.height65px {
    height: 65px;
}

.height66px {
    height: 66px;
}

.height67px {
    height: 67px;
}

.height68px {
    height: 68px;
}

.height69px {
    height: 69px;
}

.height70px {
    height: 70px;
}

.height71px {
    height: 71px;
}

.height72px {
    height: 72px;
}

.height73px {
    height: 73px;
}

.height74px {
    height: 74px;
}

.height75px {
    height: 75px;
}

.height76px {
    height: 76px;
}

.height77px {
    height: 77px;
}

.height78px {
    height: 78px;
}

.height79px {
    height: 79px;
}

.height80px {
    height: 80px;
}

.height81px {
    height: 81px;
}

.height82px {
    height: 82px;
}

.height83px {
    height: 83px;
}

.height84px {
    height: 84px;
}

.height85px {
    height: 85px;
}

.height86px {
    height: 86px;
}

.height87px {
    height: 87px;
}

.height88px {
    height: 88px;
}

.height89px {
    height: 89px;
}

.height90px {
    height: 90px;
}

.height91px {
    height: 91px;
}

.height92px {
    height: 92px;
}

.height93px {
    height: 93px;
}

.height94px {
    height: 94px;
}

.height95px {
    height: 95px;
}

.height96px {
    height: 96px;
}

.height97px {
    height: 97px;
}

.height98px {
    height: 98px;
}

.height99px {
    height: 99px;
}

.height100px {
    height: 100px;
}

.padd0 {
    padding: 0px;
}

.padd0i {
    padding: 0px !important;
}

.paddT0,
.paddTB0,
.paddBT0 {
    padding-top: 0px !important;
}

.paddB0,
.paddTB0,
.paddBT0 {
    padding-bottom: 0px;
}

.paddL0,
.paddRL0,
.paddLR0 {
    padding-left: 0px;
}

.paddR0,
.paddRL0,
.paddLR0 {
    padding-right: 0px;
}

.padd3 {
    padding: 3px;
}

.paddT3,
.paddTB3,
.paddBT3 {
    padding-top: 3px;
}

.paddB3,
.paddTB3,
.paddBT3 {
    padding-bottom: 3px;
}

.paddL3,
.paddRL3,
.paddLR3 {
    padding-left: 3px;
}

.paddR3,
.paddRL3,
.paddLR3 {
    padding-right: 3px;
}

.padd5 {
    padding: 5px;
}

.paddT5,
.paddTB5,
.paddBT5 {
    padding-top: 5px;
}

.paddB5,
.paddTB5,
.paddBT5 {
    padding-bottom: 5px;
}

.paddL5,
.paddRL5,
.paddLR5 {
    padding-left: 5px;
}

.paddR5,
.paddRL5,
.paddLR5 {
    padding-right: 5px;
}

.padd10 {
    padding: 10px;
}

.paddT10,
.paddTB10,
.paddBT10 {
    padding-top: 10px;
}

.paddB10,
.paddTB10,
.paddBT10 {
    padding-bottom: 10px;
}

.paddL10,
.paddRL10,
.paddLR10 {
    padding-left: 10px;
}

.paddR10,
.paddRL10,
.paddLR10 {
    padding-right: 10px;
}

.padd12 {
    padding: 12px;
}

.paddT12,
.paddTB12,
.paddBT12 {
    padding-top: 12px;
}

.paddB12,
.paddTB12,
.paddBT12 {
    padding-bottom: 12px;
}

.paddL12,
.paddLR12,
.paddRL12 {
    padding-left: 12px;
}

.paddR12,
.paddLR12,
.paddRL12 {
    padding-right: 12px;
}

.padd15 {
    padding: 15px;
}

.paddT15,
.paddTB15,
.paddBT15 {
    padding-top: 15px;
}

.paddB15,
.paddTB15,
.paddBT15 {
    padding-bottom: 15px;
}

.paddL15,
.paddRL15,
.paddLR15 {
    padding-left: 15px;
}

.paddR15,
.paddRL15,
.paddLR15 {
    padding-right: 15px;
}

.padd20 {
    padding: 20px;
}

.paddT20,
.paddTB20,
.paddBT20 {
    padding-top: 20px;
}

.paddB20,
.paddTB20,
.paddBT20 {
    padding-bottom: 20px;
}

.paddL20,
.paddLR20,
.paddRL20 {
    padding-left: 20px;
}

.paddR20,
.paddLR20,
.paddRL20 {
    padding-right: 20px;
}

.padd25 {
    padding: 25px;
}

.paddT25,
.paddTB25,
.paddBT25 {
    padding-top: 25px;
}

.paddB25,
.paddTB25,
.paddBT25 {
    padding-bottom: 25px;
}

.paddL25,
.paddLR25,
.paddRL25 {
    padding-left: 25px;
}

.paddR25,
.paddLR25,
.paddRL25 {
    padding-right: 25px;
}

.padd30 {
    padding: 30px;
}

.paddT30,
.paddTB30,
.paddBT30 {
    padding-top: 30px;
}

.paddB30,
.paddTB30,
.paddBT30 {
    padding-bottom: 30px;
}

.paddL30,
.paddLR30,
.paddRL30 {
    padding-left: 30px;
}

.paddR30,
.paddLR30,
.paddRL30 {
    padding-right: 30px;
}

.padd45 {
    padding: 45px;
}

.paddT45,
.paddTB45,
.paddBT45 {
    padding-top: 45px;
}

.paddB45,
.paddTB45,
.paddBT45 {
    padding-bottom: 45px;
}

.paddL45,
.paddLR45,
.paddRL45 {
    padding-left: 45px;
}

.paddR45,
.paddLR45,
.paddRL45 {
    padding-right: 45px;
}

.pst-absolute {
    position: absolute;
}

.pst-relative {
    position: relative;
}

.pst-fixed {
    position: fixed;
}

.pst-static {
    position: static;
}

.pst-inherit {
    position: inherit;
}

.pst-absolute.topBtm0,
.pst-absolute.btmTop0,
.pst-absolute.top0 {
    top: 0;
}

.pst-absolute.top25 {
    top: 25%;
}

.pst-absolute.topBtm0,
.pst-absolute.btmTop0,
.pst-absolute.btm0 {
    bottom: 0;
}

.pst-absolute.btm25 {
    bottom: 25%;
}

.pst-absolute.leftRight0,
.pst-absolute.rightLeft0,
.pst-absolute.left0 {
    left: 0;
}

.pst-absolute.left25 {
    left: 25%;
}

.pst-absolute.leftRight0,
.pst-absolute.rightLeft0,
.pst-absolute.right0 {
    right: 0;
}

.pst-absolute.right25 {
    right: 25%;
}

.pst-absolute.top50 {
    top: 50%;
}

.pst-absolute.btm50 {
    bottom: 50%;
}

.pst-absolute.left50 {
    left: 50%;
}

.pst-absolute.right50 {
    right: 50%;
}

.overflow-auto {
    overflow: auto;
}

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

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.marg-auto {
    margin: 0 auto;
}

.marg0 {
    margin: 0px;
}

.margT0,
.margTB0,
.margBT0 {
    margin-top: 0px;
}

.margB0,
.margTB0,
.margBT0 {
    margin-bottom: 0px;
}

.margL0,
.margRL0,
.margLR0 {
    margin-left: 0px;
}

.margR0,
.margRL0,
.margLR0 {
    margin-right: 0px;
}

.margL-auto,
.margRL-auto,
.margLR-auto {
    margin-left: auto;
}

.margR-auto,
.margRL-auto,
.margLR-auto {
    margin-right: auto;
}

.margT2,
.margTB2,
.margBT2 {
    margin-top: 2px;
}

.margB2,
.margTB2,
.margBT2 {
    margin-bottom: 2px;
}

.margT5,
.margTB5,
.margBT5 {
    margin-top: 5px;
}

.margB5,
.margTB5,
.margBT5 {
    margin-bottom: 5px;
}


.marg15 {
    margin: 15px;
}

.margT10,
.margTB10,
.margBT10 {
    margin-top: 10px;
}

.margB10,
.margTB10,
.margBT10 {
    margin-bottom: 10px;
}

.margT15,
.margTB15,
.margBT15 {
    margin-top: 15px;
}

.margB15,
.margTB15,
.margBT15 {
    margin-bottom: 15px;
}

.margL15,
.margRL15,
.margLR15 {
    margin-left: 15px;
}

.margR15,
.margRL15,
.margLR15 {
    margin-right: 15px;
}

.margL20,
.margRL20,
.margLR20 {
    margin-left: 20px;
}

.margR20,
.margRL20,
.margLR20 {
    margin-right: 20px;
}

.marg0i {
    margin: 0px !important;
}

.margT0i,
.margTB0i,
.margBT0i {
    margin-top: 0px !important;
}

.margB0i,
.margTB0i,
.margBT0i {
    margin-bottom: 0px !important;
}

.margL0i,
.margRL0i,
.margLR0i {
    margin-left: 0px !important;
}

.margR0i,
.margRL0i,
.margLR0i {
    margin-right: 0px !important;
}

.width100,
.wh100 {
    width: 100%;
}

.max-width-100 {
    max-width: 100%;
}

.max-height0vh {
    max-height: 0vh;
}

.max-height1vh {
    max-height: 1vh;
}

.max-height2vh {
    max-height: 2vh;
}

.max-height3vh {
    max-height: 3vh;
}

.max-height4vh {
    max-height: 4vh;
}

.max-height5vh {
    max-height: 5vh;
}

.max-height6vh {
    max-height: 6vh;
}

.max-height7vh {
    max-height: 7vh;
}

.max-height8vh {
    max-height: 8vh;
}

.max-height9vh {
    max-height: 9vh;
}

.max-height10vh {
    max-height: 10vh;
}

.max-height11vh {
    max-height: 11vh;
}

.max-height12vh {
    max-height: 12vh;
}

.max-height13vh {
    max-height: 13vh;
}

.max-height14vh {
    max-height: 14vh;
}

.max-height15vh {
    max-height: 15vh;
}

.max-height16vh {
    max-height: 16vh;
}

.max-height17vh {
    max-height: 17vh;
}

.max-height18vh {
    max-height: 18vh;
}

.max-height19vh {
    max-height: 19vh;
}

.max-height20vh {
    max-height: 20vh;
}

.max-height21vh {
    max-height: 21vh;
}

.max-height22vh {
    max-height: 22vh;
}

.max-height23vh {
    max-height: 23vh;
}

.max-height24vh {
    max-height: 24vh;
}

.max-height25vh {
    max-height: 25vh;
}

.max-height26vh {
    max-height: 26vh;
}

.max-height27vh {
    max-height: 27vh;
}

.max-height28vh {
    max-height: 28vh;
}

.max-height29vh {
    max-height: 29vh;
}

.max-height30vh {
    max-height: 30vh;
}

.max-height31vh {
    max-height: 31vh;
}

.max-height32vh {
    max-height: 32vh;
}

.max-height33vh {
    max-height: 33vh;
}

.max-height34vh {
    max-height: 34vh;
}

.max-height35vh {
    max-height: 35vh;
}

.max-height36vh {
    max-height: 36vh;
}

.max-height37vh {
    max-height: 37vh;
}

.max-height38vh {
    max-height: 38vh;
}

.max-height39vh {
    max-height: 39vh;
}

.max-height40vh {
    max-height: 40vh;
}

.max-height41vh {
    max-height: 41vh;
}

.max-height42vh {
    max-height: 42vh;
}

.max-height43vh {
    max-height: 43vh;
}

.max-height44vh {
    max-height: 44vh;
}

.max-height45vh {
    max-height: 45vh;
}

.max-height46vh {
    max-height: 46vh;
}

.max-height47vh {
    max-height: 47vh;
}

.max-height48vh {
    max-height: 48vh;
}

.max-height49vh {
    max-height: 49vh;
}

.max-height50vh {
    max-height: 50vh;
}

.max-height51vh {
    max-height: 51vh;
}

.max-height52vh {
    max-height: 52vh;
}

.max-height53vh {
    max-height: 53vh;
}

.max-height54vh {
    max-height: 54vh;
}

.max-height55vh {
    max-height: 55vh;
}

.max-height56vh {
    max-height: 56vh;
}

.max-height57vh {
    max-height: 57vh;
}

.max-height58vh {
    max-height: 58vh;
}

.max-height59vh {
    max-height: 59vh;
}

.max-height60vh {
    max-height: 60vh;
}

.max-height61vh {
    max-height: 61vh;
}

.max-height62vh {
    max-height: 62vh;
}

.max-height63vh {
    max-height: 63vh;
}

.max-height64vh {
    max-height: 64vh;
}

.max-height65vh {
    max-height: 65vh;
}

.max-height66vh {
    max-height: 66vh;
}

.max-height67vh {
    max-height: 67vh;
}

.max-height68vh {
    max-height: 68vh;
}

.max-height69vh {
    max-height: 69vh;
}

.max-height70vh {
    max-height: 70vh;
}

.max-height71vh {
    max-height: 71vh;
}

.max-height72vh {
    max-height: 72vh;
}

.max-height73vh {
    max-height: 73vh;
}

.max-height74vh {
    max-height: 74vh;
}

.max-height75vh {
    max-height: 75vh;
}

.max-height76vh {
    max-height: 76vh;
}

.max-height77vh {
    max-height: 77vh;
}

.max-height78vh {
    max-height: 78vh;
}

.max-height79vh {
    max-height: 79vh;
}

.max-height80vh {
    max-height: 80vh;
}

.max-height81vh {
    max-height: 81vh;
}

.max-height82vh {
    max-height: 82vh;
}

.max-height83vh {
    max-height: 83vh;
}

.max-height84vh {
    max-height: 84vh;
}

.max-height85vh {
    max-height: 85vh;
}

.max-height86vh {
    max-height: 86vh;
}

.max-height87vh {
    max-height: 87vh;
}

.max-height88vh {
    max-height: 88vh;
}

.max-height89vh {
    max-height: 89vh;
}

.max-height90vh {
    max-height: 90vh;
}

.max-height91vh {
    max-height: 91vh;
}

.max-height92vh {
    max-height: 92vh;
}

.max-height93vh {
    max-height: 93vh;
}

.max-height94vh {
    max-height: 94vh;
}

.max-height95vh {
    max-height: 95vh;
}

.max-height96vh {
    max-height: 96vh;
}

.max-height97vh {
    max-height: 97vh;
}

.max-height98vh {
    max-height: 98vh;
}

.max-height99vh {
    max-height: 99vh;
}

.max-height100vh {
    max-height: 100vh;
}

.min-height0vh {
    min-height: 0vh;
}

.min-height1vh {
    min-height: 1vh;
}

.min-height2vh {
    min-height: 2vh;
}

.min-height3vh {
    min-height: 3vh;
}

.min-height4vh {
    min-height: 4vh;
}

.min-height5vh {
    min-height: 5vh;
}

.min-height6vh {
    min-height: 6vh;
}

.min-height7vh {
    min-height: 7vh;
}

.min-height8vh {
    min-height: 8vh;
}

.min-height9vh {
    min-height: 9vh;
}

.min-height10vh {
    min-height: 10vh;
}

.min-height11vh {
    min-height: 11vh;
}

.min-height12vh {
    min-height: 12vh;
}

.min-height13vh {
    min-height: 13vh;
}

.min-height14vh {
    min-height: 14vh;
}

.min-height15vh {
    min-height: 15vh;
}

.min-height16vh {
    min-height: 16vh;
}

.min-height17vh {
    min-height: 17vh;
}

.min-height18vh {
    min-height: 18vh;
}

.min-height19vh {
    min-height: 19vh;
}

.min-height20vh {
    min-height: 20vh;
}

.min-height21vh {
    min-height: 21vh;
}

.min-height22vh {
    min-height: 22vh;
}

.min-height23vh {
    min-height: 23vh;
}

.min-height24vh {
    min-height: 24vh;
}

.min-height25vh {
    min-height: 25vh;
}

.min-height26vh {
    min-height: 26vh;
}

.min-height27vh {
    min-height: 27vh;
}

.min-height28vh {
    min-height: 28vh;
}

.min-height29vh {
    min-height: 29vh;
}

.min-height30vh {
    min-height: 30vh;
}

.min-height31vh {
    min-height: 31vh;
}

.min-height32vh {
    min-height: 32vh;
}

.min-height33vh {
    min-height: 33vh;
}

.min-height34vh {
    min-height: 34vh;
}

.min-height35vh {
    min-height: 35vh;
}

.min-height36vh {
    min-height: 36vh;
}

.min-height37vh {
    min-height: 37vh;
}

.min-height38vh {
    min-height: 38vh;
}

.min-height39vh {
    min-height: 39vh;
}

.min-height40vh {
    min-height: 40vh;
}

.min-height41vh {
    min-height: 41vh;
}

.min-height42vh {
    min-height: 42vh;
}

.min-height43vh {
    min-height: 43vh;
}

.min-height44vh {
    min-height: 44vh;
}

.min-height45vh {
    min-height: 45vh;
}

.min-height46vh {
    min-height: 46vh;
}

.min-height47vh {
    min-height: 47vh;
}

.min-height48vh {
    min-height: 48vh;
}

.min-height49vh {
    min-height: 49vh;
}

.min-height50vh {
    min-height: 50vh;
}

.min-height51vh {
    min-height: 51vh;
}

.min-height52vh {
    min-height: 52vh;
}

.min-height53vh {
    min-height: 53vh;
}

.min-height54vh {
    min-height: 54vh;
}

.min-height55vh {
    min-height: 55vh;
}

.min-height56vh {
    min-height: 56vh;
}

.min-height57vh {
    min-height: 57vh;
}

.min-height58vh {
    min-height: 58vh;
}

.min-height59vh {
    min-height: 59vh;
}

.min-height60vh {
    min-height: 60vh;
}

.min-height61vh {
    min-height: 61vh;
}

.min-height62vh {
    min-height: 62vh;
}

.min-height63vh {
    min-height: 63vh;
}

.min-height64vh {
    min-height: 64vh;
}

.min-height65vh {
    min-height: 65vh;
}

.min-height66vh {
    min-height: 66vh;
}

.min-height67vh {
    min-height: 67vh;
}

.min-height68vh {
    min-height: 68vh;
}

.min-height69vh {
    min-height: 69vh;
}

.min-height70vh {
    min-height: 70vh;
}

.min-height71vh {
    min-height: 71vh;
}

.min-height72vh {
    min-height: 72vh;
}

.min-height73vh {
    min-height: 73vh;
}

.min-height74vh {
    min-height: 74vh;
}

.min-height75vh {
    min-height: 75vh;
}

.min-height76vh {
    min-height: 76vh;
}

.min-height77vh {
    min-height: 77vh;
}

.min-height78vh {
    min-height: 78vh;
}

.min-height79vh {
    min-height: 79vh;
}

.min-height80vh {
    min-height: 80vh;
}

.min-height81vh {
    min-height: 81vh;
}

.min-height82vh {
    min-height: 82vh;
}

.min-height83vh {
    min-height: 83vh;
}

.min-height84vh {
    min-height: 84vh;
}

.min-height85vh {
    min-height: 85vh;
}

.min-height86vh {
    min-height: 86vh;
}

.min-height87vh {
    min-height: 87vh;
}

.min-height88vh {
    min-height: 88vh;
}

.min-height89vh {
    min-height: 89vh;
}

.min-height90vh {
    min-height: 90vh;
}

.min-height91vh {
    min-height: 91vh;
}

.min-height92vh {
    min-height: 92vh;
}

.min-height93vh {
    min-height: 93vh;
}

.min-height94vh {
    min-height: 94vh;
}

.min-height95vh {
    min-height: 95vh;
}

.min-height96vh {
    min-height: 96vh;
}

.min-height97vh {
    min-height: 97vh;
}

.min-height98vh {
    min-height: 98vh;
}

.min-height99vh {
    min-height: 99vh;
}

.min-height100vh {
    min-height: 100vh;
}

.width-auto {
    width: auto;
}

.word-break-all {
    word-break: break-all;
}

.word-break-word {
    word-break: break-word;
}

.word-keep-all {
    word-break: keep-all;
}

.word-normal {
    word-break: normal;
}

.word-inherit {
    word-break: inherit;
}

.valign-inherit {
    vertical-align: inherit;
}

.valign-auto {
    vertical-align: auto;
}

.valign-top {
    vertical-align: top;
}

.valign-middle {
    vertical-align: middle !important;
}

.valign-btm {
    vertical-align: bottom;
}

.valign-baseline {
    vertical-align: baseline;
}

.valign-text-bottom {
    vertical-align: text-bottom;
}

.valign-text-top {
    vertical-align: text-top;
}

.text-decoration-none {
    text-decoration: none;
}

.text-decoration-none:active,
.text-decoration-none:focus,
.text-decoration-none:hover {
    text-decoration: none;
}

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

.registerDiv {
    position: absolute;
    right: 0px;
    left: 15px;
    bottom: 0px;
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

.dropdown.bootstrap-select.form-select {
    background-image: none !important;
    padding: 0 !important;
}

.dropdown.bootstrap-select .filter-option-inner-inner {
    font-size: 12px;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #4f5962;
}

.user-panel,
.user-panel .info {
    overflow: hidden;
    white-space: nowrap;
}

.user-panel {
    position: relative;
}

.user-panel .image {
    display: inline-block;
    padding-left: .8rem;
}

.user-panel img {
    height: auto;
    width: 2.1rem;
}

.img-circle {
    border-radius: 50%;
}

.user-panel .info {
    display: inline-block;
    padding: 5px 5px 5px 10px;
}

.sidebar .user-panel .info {
    transition: margin-left .3s linear, opacity .3s ease, visibility .3s ease;
}

.user-panel,
.user-panel .info {
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 374px) and (min-width:100px) {
    .main-footer.withoutlogin {
        position: relative;
        width: 100%;
    }

    #registerBtn {
        width: 50%;
    }

    .paddTB15-xxs {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .paddLR5-xxs {
        padding-left: 5px;
        padding-right: 5px;
    }

    .paddB10-xxs {
        padding-bottom: 10px;
    }

    .paddB10-xxs {
        padding-bottom: 10px;
    }

    .fs-5-xxs {
        font-size: 5px;
    }

    .fs-6-xxs {
        font-size: 6px;
    }

    .fs-7-xxs {
        font-size: 7px;
    }

    .fs-8-xxs {
        font-size: 8px;
    }

    .fs-10-xxs {
        font-size: 10px;
    }

    .fs-12-xxs {
        font-size: 12px;
    }

    .fs-14-xxs {
        font-size: 14px;
    }

    .fs-16-xxs {
        font-size: 16px;
    }

    .fs-18-xxs {
        font-size: 18px;
    }

    .fs-20-xxs {
        font-size: 20px;
    }

    .fs-21-xxs {
        font-size: 21px;
    }


    .fs-22-xxs {
        font-size: 22px;
    }

    .fs-24-xxs {
        font-size: 24px;
    }

    .fs-30-xxs {
        font-size: 30px;
    }
}

@media (max-width: 450px) and (min-width:375px) {
    .main-footer.withoutlogin {
        position: relative;
        width: 100%;
    }

    .paddT5-xs {
        padding-top: 5px;
    }

    .paddB10-xs {
        padding-bottom: 10px;
    }

    .paddB15-xs {
        padding-bottom: 15px;
    }

    .paddTB20-xs {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .paddLR5-xs {
        padding-left: 5px;
        padding-right: 5px;
    }

    paddLR10-xs {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fs-6-xs {
        font-size: 6px;
    }

    .fs-7-xs {
        font-size: 7px;
    }


    .fs-8-xs {
        font-size: 8px;
    }

    .fs-10-xs {
        font-size: 10px;
    }

    .fs-11-xs {
        font-size: 10px;
    }

    .fs-12-xs {
        font-size: 12px;
    }

    .fs-14-xs {
        font-size: 14px;
    }

    .fs-16-xs {
        font-size: 16px;
    }

    .fs-18-xs {
        font-size: 18px;
    }

    .fs-20-xs {
        font-size: 20px;
    }

    .fs-21-xs {
        font-size: 21px;
    }


    .fs-22-xs {
        font-size: 22px;
    }

    .fs-24-xs {
        font-size: 24px;
    }

    .fs-30-xs {
        font-size: 30px;
    }
}

/* xs screen only */
@media (max-width: 767px) and (min-width:451px) {

    .main-footer.withoutlogin {
        position: relative;
        width: 100%;
    }

    .fs-8-sm {
        font-size: 8px;
    }

    .fs-10-sm {
        font-size: 10px;
    }

    .fs-12-sm {
        font-size: 12px;
    }

    .fs-14-sm {
        font-size: 14px;
    }

    .fs-16-sm {
        font-size: 16px;
    }

    .fs-18-sm {
        font-size: 18px;
    }

    .fs-20-sm {
        font-size: 20px;
    }

    .fs-21-sm {
        font-size: 21px;
    }


    .fs-22-sm {
        font-size: 22px;
    }

    .fs-24-sm {
        font-size: 24px;
    }

    .fs-30-sm {
        font-size: 30px;
    }

    .all0-xs {
        padding: 0;
        margin: 0;
    }

    .clear-xs {
        padding: 0px !important;
        margin: 0px !important;
        height: 1px !important;
        clear: both !important;
    }

    .padd0-xs {
        padding: 0px;
    }

    .paddT0-xs,
    .paddTB0-xs,
    .paddBT0-xs {
        padding-top: 0px;
    }

    .paddB0-xs,
    .paddTB0-xs,
    .paddBT0-xs {
        padding-bottom: 0px;
    }

    .paddL0-xs,
    .paddRL0-xs,
    .paddLR0-xs {
        padding-left: 0px;
    }

    .paddR0-xs,
    .paddRL0-xs,
    .paddLR0-xs {
        padding-right: 0px;
    }

    .padd5-xs {
        padding: 5px;
    }

    .paddT5-xs,
    .paddTB5-xs,
    .paddBT5-xs {
        padding-top: 5px;
    }

    .paddB5-xs,
    .paddTB5-xs,
    .paddBT5-xs {
        padding-bottom: 5px;
    }

    .paddL5-xs,
    .paddRL5-xs,
    .paddLR5-xs {
        padding-left: 5px;
    }

    .paddR5-xs,
    .paddRL5-xs,
    .paddLR5-xs {
        padding-right: 5px;
    }

    .padd10-xs {
        padding: 10px;
    }

    .paddT10-xs,
    .paddTB10-xs,
    .paddBT10-xs {
        padding-top: 10px;
    }

    .paddT15-xs,
    .paddTB15-xs,
    .paddBT15-xs {
        padding-top: 15px;
    }

    .paddT20-xs {
        padding-top: 20px;
    }

    .paddB10-xs,
    .paddTB10-xs,
    .paddBT10-xs {
        padding-bottom: 10px;
    }

    .paddL10-xs,
    .paddRL10-xs,
    .paddLR10-xs {
        padding-left: 10px;
    }

    .paddR10-xs,
    .paddRL10-xs,
    .paddLR10-xs {
        padding-right: 10px;
    }

    .padd15-xs {
        padding: 15px;
    }

    .paddT15-xs,
    .paddTB15-xs,
    .paddBT15-xs {
        padding-top: 15px;
    }

    .paddB15-xs,
    .paddTB15-xs,
    .paddBT15-xs {
        padding-bottom: 15px;
    }

    .paddB20-xs {
        padding-bottom: 20px;
    }

    .paddL15-xs,
    .paddRL15-xs,
    .paddLR15-xs {
        padding-left: 15px;
    }

    .paddR15-xs,
    .paddRL15-xs,
    .paddLR15-xs {
        padding-right: 15px;
    }

    .padd45-xs {
        padding: 45px;
    }

    .paddT45-xs,
    .paddTB45-xs,
    .paddBT45-xs {
        padding-top: 45px;
    }

    .paddB45-xs,
    .paddTB45-xs,
    .paddBT45-xs {
        padding-bottom: 45px;
    }

    .paddL45-xs,
    .paddLR45-xs,
    .paddRL45-xs {
        padding-left: 45px;
    }

    .paddR45-xs,
    .paddLR45-xs,
    .paddRL45-xs {
        padding-right: 45px;
    }

    .marg-auto-xs {
        margin: 0 auto;
    }

    .marg0-xs {
        margin: 0px;
    }

    .marg0i-xs {
        margin: 0px !important;
    }

    .margT0-xs,
    .margTB0-xs,
    .margBT0-xs {
        margin-top: 0px;
    }

    .margB0-xs,
    .margTB0-xs,
    .margBT0-xs {
        margin-bottom: 0px;
    }

    .margL0-xs,
    .margRL0-xs,
    .margLR0-xs {
        margin-left: 0px;
    }

    .margR0-xs,
    .margRL0-xs,
    .margLR0-xs {
        margin-right: 0px;
    }

    .margT15-xs {
        margin-top: 15px;
    }

    .homeSlide .divTable.isTable {
        display: block;
    }

    .homeSlide .divTable {
        float: left;
    }

    .partnerSection .divTable.isTable {
        display: table;
    }

    .partnerSection .divTable {
        float: none;
    }
}

/* sm screen only */
@media (min-width: 768px) and (max-width:991px) {

    .all0-sm {
        padding: 0;
        margin: 0;
    }

    .clear-sm {
        padding: 0px !important;
        margin: 0px !important;
        height: 1px !important;
        clear: both !important;
    }

    .height100-sm {
        height: 100%;
    }

    .padd0-sm {
        padding: 0px;
    }

    .paddT0-sm,
    .paddTB0-sm,
    .paddBT0-sm {
        padding-top: 0px;
    }

    .paddB0-sm,
    .paddTB0-sm,
    .paddBT0-sm {
        padding-bottom: 0px;
    }

    .paddL0-sm,
    .paddRL0-sm,
    .paddLR0-sm {
        padding-left: 0px;
    }

    .paddR0-sm,
    .paddRL0-sm,
    .paddLR0-sm {
        padding-right: 0px;
    }

    .padd5-sm {
        padding: 5px;
    }

    .paddT5-sm,
    .paddTB5-sm,
    .paddBT5-sm {
        padding-top: 5px;
    }

    .paddB5-sm,
    .paddTB5-sm,
    .paddBT5-sm {
        padding-bottom: 5px;
    }

    .paddL5-sm,
    .paddRL5-sm,
    .paddLR5-sm {
        padding-left: 5px;
    }

    .paddR5-sm,
    .paddRL5-sm,
    .paddLR5-sm {
        padding-right: 5px;
    }

    .padd10-sm {
        padding: 10px;
    }

    .paddT10-sm,
    .paddTB10-sm,
    .paddBT10-sm {
        padding-top: 10px;
    }

    .paddT15-sm,
    .paddTB15-sm,
    .paddBT15-sm {
        padding-top: 15px;
    }

    .paddT20-sm {
        padding-top: 20px;
    }

    .paddB10-sm,
    .paddTB10-sm,
    .paddBT10-sm {
        padding-bottom: 10px;
    }

    .paddL10-sm,
    .paddRL10-sm,
    .paddLR10-sm {
        padding-left: 10px;
    }

    .paddR10-sm,
    .paddRL10-sm,
    .paddLR10-sm {
        padding-right: 10px;
    }

    .padd15-sm {
        padding: 15px;
    }

    .paddT15-sm,
    .paddTB15-sm,
    .paddBT15-sm {
        padding-top: 15px;
    }

    .paddB15-sm,
    .paddTB15-sm,
    .paddBT15-sm {
        padding-bottom: 15px;
    }

    .paddB20-sm {
        padding-bottom: 20px;
    }

    .paddL15-sm,
    .paddRL15-sm,
    .paddLR15-sm {
        padding-left: 15px;
    }

    .paddR15-sm,
    .paddRL15-sm,
    .paddLR15-sm {
        padding-right: 15px;
    }

    .padd45-sm {
        padding: 45px;
    }

    .paddT45-sm,
    .paddTB45-sm,
    .paddBT45-sm {
        padding-top: 45px;
    }

    .paddB45-sm,
    .paddTB45-sm,
    .paddBT45-sm {
        padding-bottom: 45px;
    }

    .paddL45-sm,
    .paddLR45-sm,
    .paddRL45-sm {
        padding-left: 45px;
    }

    .paddR45-sm,
    .paddLR45-sm,
    .paddRL45-sm {
        padding-right: 45px;
    }

    .marg-auto-sm {
        margin: 0 auto;
    }

    .marg0-sm {
        margin: 0px;
    }

    .margT0-sm,
    .margTB0-sm,
    .margBT0-sm {
        margin-top: 0px;
    }

    .margB0-sm,
    .margTB0-sm,
    .margBT0-sm {
        margin-bottom: 0px;
    }

    .margL0-sm,
    .margRL0-sm,
    .margLR0-sm {
        margin-left: 0px;
    }

    .margR0-sm,
    .margRL0-sm,
    .margLR0-sm {
        margin-right: 0px;
    }

    .margT15-sm {
        margin-top: 15px;
    }

    .fr-sm {
        float: right;
    }
}

/* md screen only */
@media (min-width: 992px) and (max-width:1199px) {

    .fs-8-md {
        font-size: 8px;
    }

    .fs-10-md {
        font-size: 10px;
    }

    .fs-11-md {
        font-size: 10px;
    }

    .fs-12-md {
        font-size: 12px;
    }

    .fs-14-md {
        font-size: 14px;
    }

    .fs-16-md {
        font-size: 16px;
    }

    .fs-18-md {
        font-size: 18px;
    }

    .fs-20-md {
        font-size: 20px;
    }

    .fs-21-md {
        font-size: 21px;
    }


    .fs-22-md {
        font-size: 22px;
    }

    .fs-24-md {
        font-size: 24px;
    }

    .fs-30-md {
        font-size: 30px;
    }

    .all0-md {
        padding: 0;
        margin: 0;
    }

    .clear-md {
        padding: 0px !important;
        margin: 0px !important;
        height: 1px !important;
        clear: both !important;
    }

    .height100-md {
        height: 100%;
    }

    .padd0-md {
        padding: 0px;
    }

    .paddT0-md,
    .paddTB0-md,
    .paddBT0-md {
        padding-top: 0px;
    }

    .paddB0-md,
    .paddTB0-md,
    .paddBT0-md {
        padding-bottom: 0px;
    }

    .paddL0-md,
    .paddRL0-md,
    .paddLR0-md {
        padding-left: 0px;
    }

    .paddR0-md,
    .paddRL0-md,
    .paddLR0-md {
        padding-right: 0px;
    }

    .padd5-md {
        padding: 5px;
    }

    .paddT5-md,
    .paddTB5-md,
    .paddBT5-md {
        padding-top: 5px;
    }

    .paddB5-md,
    .paddTB5-md,
    .paddBT5-md {
        padding-bottom: 5px;
    }

    .paddL5-md,
    .paddRL5-md,
    .paddLR5-md {
        padding-left: 5px;
    }

    .paddR5-md,
    .paddRL5-md,
    .paddLR5-md {
        padding-right: 5px;
    }

    .padd10-md {
        padding: 10px;
    }

    .paddT10-md,
    .paddTB10-md,
    .paddBT10-md {
        padding-top: 10px;
    }

    .paddB10-md,
    .paddTB10-md,
    .paddBT10-md {
        padding-bottom: 10px;
    }

    .paddL10-md,
    .paddRL10-md,
    .paddLR10-md {
        padding-left: 10px;
    }

    .paddR10-md,
    .paddRL10-md,
    .paddLR10-md {
        padding-right: 10px;
    }

    .padd15-md {
        padding: 15px;
    }

    .paddT15-md,
    .paddTB15-md,
    .paddBT15-md {
        padding-top: 15px;
    }

    .paddB15-md,
    .paddTB15-md,
    .paddBT15-md {
        padding-bottom: 15px;
    }

    .paddB20-md {
        padding-bottom: 20px;
    }

    .paddL15-md,
    .paddRL15-md,
    .paddLR15-md {
        padding-left: 15px;
    }

    .paddR15-md,
    .paddRL15-md,
    .paddLR15-md {
        padding-right: 15px;
    }

    .padd45-md {
        padding: 45px;
    }

    .paddT45-md,
    .paddTB45-md,
    .paddBT45-md {
        padding-top: 45px;
    }

    .paddB45-md,
    .paddTB45-md,
    .paddBT45-md {
        padding-bottom: 45px;
    }

    .paddL45-md,
    .paddLR45-md,
    .paddRL45-md {
        padding-left: 45px;
    }

    .paddR45-md,
    .paddLR45-md,
    .paddRL45-md {
        padding-right: 45px;
    }

    .marg-auto-md {
        margin: 0 auto;
    }

    .marg0-md {
        margin: 0px;
    }

    .margT0-md,
    .margTB0-md,
    .margBT0-md {
        margin-top: 0px;
    }

    .margB0-md,
    .margTB0-md,
    .margBT0-md {
        margin-bottom: 0px;
    }

    .margL0-md,
    .margRL0-md,
    .margLR0-md {
        margin-left: 0px;
    }

    .margR0-md,
    .margRL0-md,
    .margLR0-md {
        margin-right: 0px;
    }

    .margT200-md {
        margin-top: 200px;
    }

    .margT15-md {
        margin-top: 15px;
    }

    .margT-md {
        margin-top: 15px;
    }

    .fr-md {
        float: right;
    }
}

@media (min-width: 451px) and (max-height: 799px) {

    .fs-8-xmd {
        font-size: 8px;
    }

    .fs-10-xmd {
        font-size: 10px;
    }

    .fs-11-xmd {
        font-size: 10px;
    }

    .fs-12-xmd {
        font-size: 12px;
    }

    .fs-14-xmd {
        font-size: 14px;
    }

    .fs-16-xmd {
        font-size: 16px;
    }

    .fs-18-xmd {
        font-size: 18px;
    }

    .fs-20-xmd {
        font-size: 20px;
    }

    .fs-21-xmd {
        font-size: 21px;
    }


    .fs-22-xmd {
        font-size: 22px;
    }

    .fs-24-xmd {
        font-size: 24px;
    }

    .fs-30-xmd {
        font-size: 30px;
    }

    .paddT5-xmd {
        padding-top: 5px;
    }

    .paddB10-xmd {
        padding-bottom: 10px;
    }

    .paddB15-xmd {
        padding-bottom: 15px;
    }

    .paddTB15-xmd {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {

    .all0-lg {
        padding: 0;
        margin: 0;
    }

    .clear-lg {
        padding: 0px !important;
        margin: 0px !important;
        height: 1px !important;
        clear: both !important;
    }

    .height100-lg {
        height: 100%;
    }

    .padd0-lg {
        padding: 0px;
    }

    .paddT0-lg,
    .paddTB0-lg,
    .paddBT0-lg {
        padding-top: 0px;
    }

    .paddB0-lg,
    .paddTB0-lg,
    .paddBT0-lg {
        padding-bottom: 0px;
    }

    .paddL0-lg,
    .paddRL0-lg,
    .paddLR0-lg {
        padding-left: 0px;
    }

    .paddR0-lg,
    .paddRL0-lg,
    .paddLR0-lg {
        padding-right: 0px;
    }

    .padd5-lg {
        padding: 5px;
    }

    .paddT5-lg,
    .paddTB5-lg,
    .paddBT5-lg {
        padding-top: 5px;
    }

    .paddB5-lg,
    .paddTB5-lg,
    .paddBT5-lg {
        padding-bottom: 5px;
    }

    .paddL5-lg,
    .paddRL5-lg,
    .paddLR5-lg {
        padding-left: 5px;
    }

    .paddR5-lg,
    .paddRL5-lg,
    .paddLR5-lg {
        padding-right: 5px;
    }

    .padd10-lg {
        padding: 10px;
    }

    .paddT10-lg,
    .paddTB10-lg,
    .paddBT10-lg {
        padding-top: 10px;
    }

    .paddB10-lg,
    .paddTB10-lg,
    .paddBT10-lg {
        padding-bottom: 10px;
    }

    .paddL10-lg,
    .paddRL10-lg,
    .paddLR10-lg {
        padding-left: 10px;
    }

    .paddR10-lg,
    .paddRL10-lg,
    .paddLR10-lg {
        padding-right: 10px;
    }

    .padd15-lg {
        padding: 15px;
    }

    .paddT15-lg,
    .paddTB15-lg,
    .paddBT15-lg {
        padding-top: 15px;
    }

    .paddB15-lg,
    .paddTB15-lg,
    .paddBT15-lg {
        padding-bottom: 15px;
    }

    .paddL15-lg,
    .paddRL15-lg,
    .paddLR15-lg {
        padding-left: 15px;
    }

    .paddR15-lg,
    .paddRL15-lg,
    .paddLR15-lg {
        padding-right: 15px;
    }

    .padd45-lg {
        padding: 45px;
    }

    .paddT45-lg,
    .paddTB45-lg,
    .paddBT45-lg {
        padding-top: 45px;
    }

    .paddB45-lg,
    .paddTB45-lg,
    .paddBT45-lg {
        padding-bottom: 45px;
    }

    .paddL45-lg,
    .paddLR45-lg,
    .paddRL45-lg {
        padding-left: 45px;
    }

    .paddR45-lg,
    .paddLR45-lg,
    .paddRL45-lg {
        padding-right: 45px;
    }

    .marg-auto-lg {
        margin: 0 auto;
    }

    .marg0-lg {
        margin: 0px;
    }

    .margT0-lg,
    .margTB0-lg,
    .margBT0-lg {
        margin-top: 0px;
    }

    .margB0-lg,
    .margTB0-lg,
    .margBT0-lg {
        margin-bottom: 0px;
    }

    .margL0-lg,
    .margRL0-lg,
    .margLR0-lg {
        margin-left: 0px;
    }

    .margR0-lg,
    .margRL0-lg,
    .margLR0-lg {
        margin-right: 0px;
    }

    .margT200-lg {
        margin-top: 200px;
    }

    .fr-lg {
        float: right;
    }
}

.custom-file {
    position: relative;
    width: 90%;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    padding-right: 80px;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
}

.custom-file-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.custom-file-label {
    padding: 10px;
    flex: 1;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.browse-btn {
    position: absolute !important;
    right: 0;
    height: 100%;
    width: 80px;
    border: none;
    background-color: #452c63;
    color: white;
    cursor: pointer;
}

.accordion-button {
    --bs-accordion-active-color: #2374BB;
    --bs-accordion-btn-color: #2374BB;
    font-size: 1.25rem;
    font-weight: bold;
}

.form-check-input {
    --bs-border-color: #666666;
}

.bootstrap-select>.dropdown-toggle {
    --bs-btn-padding-y: 0.175rem;
}

.paddB60 {
    padding-bottom: 60px;
}

.border-radius10 {
    border-radius: 10px;
}

.border-radius20 {
    border-radius: 20px;
}

.bg-color-959595 {
    background-color: #959595;
}

.bg-color-8080C0 {
    background-color: #8080C0;
}

.bg-color-468ac6 {
    background-color: #468ac6;
}

.bg-color-98ade0 {
    background-color: #98ade0;
}

.bottom-10 {
    bottom: 10px;
}

.right-0 {
    right: 10px;
}

.color-492F75 {
    color: #492F75;
}

.color-468AC6 {
    color: #468AC6;
}

.color-e46673 {
    color: #e46673;
}

.color-9d0d0d {
    color: #9d0d0d;
}

.color-2374BB {
    color: #2374BB;
}

.color-6ACA6B {
    color: #6ACA6B;
}

.color-980000 {
    color: #980000;
}

.color-1d6f42 {
    color: #1d6f42;
}

.color-b30b00 {
    color: #b30b00;
}

.color-1d6f42 {
    color: #1d6f42;
}

.color-696969 {
    color: #696969;
}

.font-size-08rem {
    font-size: 0.8rem;
}

.font-size-1rem {
    font-size: 1rem;
}

.font-size-115rem {
    font-size: 1.15rem;
}

.font-size-2rem {
    font-size: 2rem;
}

.font-size-14pt {
    font-size: 14.0pt
}

.resize-none {
    resize: none;
}

.height-35 {
    height: 35px;
}

.height-35i {
    height: 35px !important;
}

.height-100 {
    height: 100px;
}

.height-400 {
    height: 400px;
}

.min-height5 {
    min-height: 5px;
}

.min-height35 {
    min-height: 35px;
}

.min-height60 {
    min-height: 60px;
}

.min-height90 {
    min-height: 90px;
}

.min-height120 {
    min-height: 120px;
}

.min-height180 {
    min-height: 180px;
}

.min-height250 {
    min-height: 250px;
}

.min-height400 {
    min-height: 400px;
}

.min-height500 {
    min-height: 500px;
}

.max-height280 {
    max-height: 280px;
}

.max-height500 {
    max-height: 500px;
}

.max-height600 {
    max-height: 600px;
}

.wh-100 {
    width: 100px;
    height: 100px;
}

.width-0 {
    width: 0;
}

.width-100 {
    width: 100px;
}

.min-width-90 {
    min-width: 90px;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-120 {
    min-width: 120px;
}

.width-20percent {
    width: 20%;
}

.width-25percent {
    width: 25%;
}

.width-30percent {
    width: 30%;
}

.width-30percent-i {
    width: 30% !important;
}

.max-width-50percent {
    max-width: 50%;
}

.margin-left-1rem {
    margin-left: 1rem;
}

.margin-top-05rem {
    margin-top: 0.5rem;
}

.margin-tb-05rem {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.margin-bottom-05rem {
    margin-bottom: 0.5rem;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.member-summary-header {
    font-size: 1.2rem;
    font-family: 'Roboto-Medium', Arial;
    text-transform: uppercase
}

.btn-calculated-height {
    height: calc(1.55rem + 2px);
    padding: .1rem .75rem;
}

.btn-dependent-468AC6 {
    color: #468AC6;
    font-size: 0.8rem;
}

.height-1-border {
    height: 1px;
    border: 1px solid #000000;
}

.card-body-with-description-title.login-statics {
    padding: 40px 0px 10px;
}

.p-375-350rem {
    padding: .375rem .35rem;
}

.pointer {
    cursor: pointer;
}
