﻿.invalid {
    outline: 1px solid red !important;
}

.validation-message {
    color: red !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #BA55D3;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FF00FF;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.kt-wrapper {
    padding-top: 65px !important;
}

.input_custom {
    font-size: 14px !important;
    color: #9CA0B6;
    font-family: 'Poppins Italic', 'Poppins Regular', 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
    border-width: 0px;
    border-bottom: solid 1px;
    border-radius: 0 !important;
    text-align: left;
    padding-left: 0 !important;
}

.input_custom_update {
    font-size: 16px !important;
    color: #9CA0B6;
    font-family: 'Poppins Italic', 'Poppins Regular', 'Poppins', sans-serif;
    font-weight: 600;
    border-width: 0px;
    border-radius: 0 !important;
    text-align: right;
    padding-left: 0 !important;
}


.btn_custom {
    border-radius: 0px !important;
    color: white !important;
    background-color: rgba(108, 114, 147, 1);
    padding: 8px 24px !important;
    font-size: 14px !important;
}

.item_desciption {
    color: #999999 !important;
    font-size: 12px !important;
}

.table thead th {
    text-align: center !important;
    background-color: #6C7293;
    color: white;
    font-weight: 700;
}

.table {
    color: rgb(108, 114, 147) !important;
    font-family: 'Arial', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 13px !important;
}

    .table tbody td {
        text-align: center !important;
        vertical-align: middle !important;
    }

.table-bordered {
    border: 1px solid white !important;
}

.image_selfie_table {
    width: 40% !important;
}

.status_table_active {
    font-size: 20px;
    color: #70b603;
}

.status_table_lock {
    font-size: 20px;
    color: red;
}

.status_table_default {
    font-size: 20px;
}

.btn_action_table {
    width: 30px !important;
    height: 30px !important;
    background-color: white !important;
    border-color: #6C7293;
    margin: 3px !important;
    display: inline-block;
    position: relative;
    padding-top: 4px !important;
    padding-left: 4px !important;
}

.btn_action_table_2 {
    width: 30px !important;
    height: 30px !important;
    background-color: white !important;
    border-color: #6C7293;
    margin: 3px !important;
    display: inline-block;
    position: relative;
    padding-top: 3px !important;
    padding-left: 6px !important;
}

.lbl_detail {
    font-size: 15px;
}

.lbl_detail_right {
    text-align: end !important;
    font-weight: 600;
}

.border_all_1px {
    border-bottom: 1px solid #b5aaaa;
}

.margin_bottom_15 {
    margin-bottom: 15px !important;
}

.height_40 {
    height: 40px;
}

.align-right {
    text-align: right;
}

.pd-t-10 {
    padding-top: 10px !important;
}

.input_radio_cutom {
    width: 100%;
    height: 23px;
}

.font_size_14 {
    font-size: 14px;
}

.height_auto {
    height: auto;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: end !important;
}

.pd_b_30 {
    padding-bottom: 30px !important;
}

.btn_cancel {
    border-radius: 0px !important;
    font-size: 14px !important;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000 !important;
}

.selfie_image {
    width: 100%;
}

@media (max-width: 768px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .m-form__control {
        padding-top: 20px !important;
    }

    .image_selfie_table {
        width: 100% !important;
    }

    .img_align_mobile {
        text-align: center;
    }

    .mobile_width {
        width: 50%;
    }

    .pd-t-20 {
        padding-top: 20px !important;
    }

    .lableChoose {
        width: 80%;
    }

    .Choose {
        width: 15%;
    }

    .margin_top_infor {
        margin-top: -30px;
    }

    .margin_top_lable {
        margin-top: 30px;
    }

    .width_lbldetail {
        width: 30%;
    }

    .width_lblinfor {
        width: 60%;
    }

    .width_radio {
        width: 10%;
    }

    .width_button {
        width: 50%;
    }

    .lblPhone {
        width: 40% !important;
    }

    .lblCheckbox {
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .td_image_selfie_table {
        width: 250px !important;
    }

    .image_selfie_detail {
        max-height: 300px;
    }

    .td_national_table {
        width: 250px !important;
    }

    .td_fullname_table {
        width: 200px !important;
    }

    .td_phone_table {
        width: 190px !important;
    }
}

.blazor-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    overflow: auto;
}

.blazor-modal-content {
    width: 800px;
    margin: auto;
    margin-top: 150px;
    background-color: white;
    -webkit-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    overflow: hidden;
    border-radius: 10px;
}

.show {
    display: block;
}

@keyframes show-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hide {
    display: none;
}

.blazor-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 1px solid #ebedf2;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.blazor-modal-title {
    margin: 5px;
    display: inline-block;
}

.blazor-modal-close-button {
    float: right;
    margin: 5px;
    cursor: pointer;
}

    .blazor-modal-close-button:hover {
        color: red;
    }

.blazor-modal-body {
    padding: 1.25rem;
}

.blazor-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #ebedf2;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem rem - 1px);
}

    .blazor-modal-footer > * {
        margin: 0.25rem;
    }

.none-border {
    border: none;
}

.boder-custom1 {
    border-style: solid;
    border-color: green;
}

.isOpenMenuMobile{
    left: 0 !important;
}

.isCloseMenuMobile {
    left: -295px !important;
}