/*
-------------------
CUSTOM STYLE
-------------------
*/
:root {
    --color-default: #33485E;
    --color-alternative:#8E7161;
    --color-text: #FFFFFF;
    --color-black: #000000;
    --color-gray: #7C7C7C;
    --color-soft:#B9C9D9;
    --color-link:#778598;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

ion-icon {
    font-size: 48px;
    color: #ffffff;
}

.color-default {
    color: var(--color-default) !important;
}

.color-alternative {
    color: var(--color-alternative) !important;
}

.color-text {
    color: var(--color-text) !important;
}

.color-black {
    color: var(--color-black) !important;
}

.color-danger {
    color: #C0392B;
}

.color-warning {
    color: #EB984E;
}

.color-success {
    color: #229954;
}

.background-negative {
    background-color: var(--color-gray) !important;
}

.background-success {
    background-color: #229954 !important;
}

.background-warning {
    background-color: #EB984E !important;
}

.background-danger {
    background-color: #C0392B !important;
}

.bold {
    font-weight: 400;
}

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

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

.text-justify {
    text-align: justify;
}

.card-section {
    width: 100%;
    padding: 2%;
    padding-bottom: 15px;
    margin: 0px 0px 20px 0px;
    list-style: none;
    float: left;
    clear: both;
    background-color: #171a29;
}

.light {
    background-color: #45495e !important;
}

.centered {
	text-align: center;
    position: relative;
    top: 20%;
}

.credit-payment-check {
	font-size: 80px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.error-view-icon {
	font-size: 80px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.accordion__label {
    background-color: #171a29;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pages h3 {
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pages h4 {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.popup h4 {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin: 0px;
}

.pages h5 {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 10px 0;
    margin: 0;
}

.popup h5 {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 10px 0;
    margin: 0;
}

.pages p {
    padding: 0 0 10px 0;
    font-size: 16px;
    /*font-weight: 400;*/
}

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

/* --- FORM --- */
.mobileform {
    width: 100%;
    padding: 0 0 15px 0;
}

.mobileform label {
    width: 100%;
    padding: 5px 0 3px 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.mobileform input.form_input {
    padding: 10px 3%;
    width: 94%;
    margin: 0 0 15px 0;
    border: none;
    border-radius: 4px !important;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.mobileform input.form_input_icon {
    padding: 3% 10px 3% 10%;
    width: 87%;
    margin: 0 0 15px 0;
    border: none;
    border-radius: 4px !important;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.mobileform i {
    width:25px;
    color:#ffffff;
    position: absolute;
    left: 10px;
    margin-top: 20px;
}

.mobileform textarea.form_textarea {
    padding: 3%;
    width: 90%;
    height: 50px;
    margin: 0 0 5px 0;
    font-size: 14px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0 !important;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.mobileform input.form_submit {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: var(--color-alternative);
    padding: 12px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

.btn-half {
    width: 50%;
}


.img_list {
    height: auto;
    /*width: 100%;*/
    margin-top: 5px;
    border-radius: 3px;

}

.img_screen {
    display:block;
    height: auto;
    margin:auto;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* --- POPUP --- */
.popup p {
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: 400;
}

.logintitle {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.logintitle img {
    display:block;
    margin:auto;
}

.card .product-card .card-body {
    padding: 8px;

}

.card .card-body {
    padding: 24px 16px;
    line-height: 1.4em;
}

.card .card-button {
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
}

.card .main-menu-button {
    padding: 16px;
}

.badge {
    color: #fff;
    font-family: Barlow,sans-serif;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-bottom: 10px;
}

.badge-danger {
    color: #fff;
    background-color: #f34943;
}

.badge-success {
    color: #fff;
    background-color: #11993a;
}

.responsive_table {
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

.toggle__input:checked ~ .toggle__content {
    max-height: 100%;
}

/* --- TABLES --- */
ul.responsive_table .header {
    padding: 15px 0 15px 0;
    margin-bottom: 10px;
    background-color: var(--color-alternative);
    color: #fff; 
}

.border {
    padding: 0 10px;
    line-height: 1.5;
    font-weight: 300;
    border-left: 5px solid var(--color-alternative);
}

.table_row_full {
    width: 100% !important;
}

.table_col {
    width: 48%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_small {
    width: 31%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_large {
    width: 65%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_full {
    width: 98%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_10 {
    width: 8%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_20 {
    width: 18%;
    float: left;
    padding: 0 0 1% 2%;
}

.table_col_30 {
    width: 28%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_40 {
    width: 38%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_50 {
    width: 48%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_60 {
    width: 58%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_70 {
    width: 68%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_80 {
    width: 78%;
    float: left;
    padding: 0 0 0 2%;
}

.table_col_90 {
    width: 88%;
    float: left;
    padding: 0 0 0 2%;
}

li.table_row_high {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    float: left;
    clear: both;
    list-style: none;
    margin: 0 0 1px 0;
    background-color: #171a29;
}

/* --- PADDING --- */
.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

/* --- MARGIN --- */
.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.d-flex-center{
    display: flex;
    align-items: center;
}

.btn--xs {
    margin-right: 1rem;
    font-size: .75rem;
    border-radius: 0.15rem;
}
.btn--action {
    color: #fff;
}

.btn--primary {
    color: #fff;
    background-color: #188ae2;
    border-color: #188ae2;
}

.btn--primary:hover {
    color: #fff;
    background-color: #1475bf;
    border-color: #136eb4;
}

.btn--success {
    color: #fff;
    background-color: #31ce77;
    border-color: #31ce77;
}

.btn--success:hover {
    color: #fff;
    background-color: #2aaf65;
    border-color: #27a55f;
}

.btn--warning {
    color: #f7f7f7;
    background-color: #fbcc5c;
    border-color: #fbcc5c;
}

.btn--warning:hover {
    color: #f7f7f7;
    background-color: #fac037;
    border-color: #fabc2a;
}

.btn--danger {
    color: #fff;
    background-color: #f34943;
    border-color: #f34943;
}

.btn--danger:hover {
    color: #fff;
    background-color: #f1261f;
    border-color: #f01b13;
}

.btn--menu {
    background-color: var(--color-alternative);
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    margin: 10px 0 10px 0;
    padding-top: 50px;
    border-radius: 10px;
}

.btn--menu:hover {
    background-color: var(--color-default);
}

.navbar-icon {
    margin-top: -8px;
    margin-left: 22px;
}

.fa-3xl {
    font-size: 3em;
    line-height: .03125em;
    vertical-align: -0.1875em;
}

.fa-4xl {
    font-size: 4em;
    line-height: .03125em;
    vertical-align: -0.1875em;
}

.fa-5xl {
    font-size: 5em;
    line-height: .03125em;
    vertical-align: -0.1875em;
}

.swal2-styled.swal2-cancel{
	background-color: #31ce77 !important;
}

.validation-error-container {
	margin: 0 5%;
}
