.fade {
    transition: opacity .15s linear;
}
.bg-green {
    background-color: #1d5a99;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3.25003rem;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 3.25003rem;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 3.25003rem;
    padding: .4375rem .875rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
}
label{
    margin-top: 10px;
}
.register{
    border: 1px solid #ccc;
    border-top: 0;
    padding: 40px 0 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 1px;
    margin-bottom: 5px;
}
.form-check{
    margin-right: 15px;
}
.form-check-input, .form-check-label{
    cursor: pointer;
}

/* From Uiverse.io by Xtenso */
.filter-switch {
    border: 1px solid #337ab7;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    overflow: hidden;
    margin-bottom: 30px;
}
.filter-switch input {
    display: none;
}
.filter-switch label {
    flex: 1;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    font-size: 16px;
}
.filter-switch .background {
    position: absolute;
    width: 49%;
    height: 38px;
    background-color: #0e74ea;
    top: 4px;
    left: 4px;
    border-radius: 30px;
    transition: left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#option2:checked ~ .background {
    left: 50%;
}
#option1:checked + label[for="option1"] {
    color: #ffffff;
    font-weight: bold;
}
#option2:checked + label[for="option2"] {
    color: #ffffff;
    font-weight: bold;
}
#option1:not(:checked) + label[for="option1"],
#option2:not(:checked) + label[for="option2"] {
    color: #7d7d7d;
}
.fee{
    width: 150px;
    text-align: center;
    float: right;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    color: red;
    font-weight: bold;
    margin-bottom: 12px;
    margin-right: 19px;
    margin-top: 5px;
    font-size: 18px;
}

/* Check */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.check {
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.check__text {
    user-select: none;
    cursor: pointer;
}
.check__box {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 10px;
    border: 3px solid #4a90e2;
    border-radius: 3px;
    background-color: #fff;
}
.check__input:checked + .check__box {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIiBwb2ludHM9IjEuMDc5IDQuOTk5IDUgOSAxMC44MzcgMiIvPjwvc3ZnPg==) center/cover no-repeat;
    background-color: #4a90e2;
}
.check__input:focus + .check__box {
    border: 3px solid #70d03a;
}
.check__input:disabled + .check__box {
    border: 3px solid #9b9b9b;
}
.check__input:disabled ~ .check__text {
    cursor: default;
}
.check__input:checked:disabled + .check__box {
    background-color: #9b9b9b;
}

#files_cme{
    display: none;
}

.container_image .preview {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 20px rgba(170, 170, 170, 0.2);
}

.container_image img {
    width: 150px;
    object-fit: cover;
    margin-bottom: 20px;
}

.container_image label {
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    padding: 8px 15px;
    background-color: rgb(101, 101, 255);
}

.error .alert {
    padding: 10px;
    background-color: #f44336;
    color: white;
    display: none;
    margin-left: 15px;
    margin-right: 15px;
    position: fixed;
    z-index: 1;
    bottom: 150px;
    right: 0;
}

.close_btn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.close_btn:hover {
    color: black;
}
#img-preview-avatar, .preview img {
    width: 120px;
    margin-left: 10px;
}

.btn-success {
    color: #fff;
    background-color: #093398;
    border-color: #233823;
    font-weight: bold;
}
button.close{
    color: #f0f0f0;
    opacity: .5;
}
button.close:focus,
button.close:hover{
    opacity: 1;
}
.alert-danger{
    display: block;
}
.input_payment{
    line-height: 50px;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
}
.input_payment input{
    margin-right: 10px;
}
.align-item-center {
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.list-last-mb>:last-child {
    margin-bottom: 0;
}
.list-bank-main .active{
    border: 2px solid #3f7fca;
    border-radius: 6px;
}
.list-bank-main{
    text-align: center;
}
.qr_show{
    display: block !important;
}
.list-bank-item {
    padding-top: 53.125%;
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.list-bank-item-inner {
    position: absolute;
    width: 100%;
    font-size: 12px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #bfccd9;
    border-radius: 3px;
    -webkit-transition: .15s all linear;
    -o-transition: .15s all linear;
    transition: .15s all linear;
    color: #21262c !important;
}
.qr_info div {
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
}
.qr_info {
    margin-top: 20px;
    text-align: center;
}
.qr_info .title_qr {
    text-transform: uppercase;
    font-size: 20px;
}
.qr_info img{
    width: 350px;
}
.title_cate_news {
    font-size: 23px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
}
.medium-form{
    width: 500px;
    margin:  0 auto;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.input_payment label{
    cursor: pointer;
}
hr{
    margin-bottom: 10px;
}
.btn{
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
