﻿#wrapper #main .main-content {
    padding: 0px;
    margin-top: -120px;
}
#wrapper .intro {
    margin-top: 0px;
    color: white;
    position: relative;
    z-index: 4;
  
}
    #wrapper .intro h1 {
        color: #333333;
    }
#wrapper .intro .row {
    align-items: center;
}

.padding_bottom_30 {
    padding-bottom: 30px;
}
.form-paymenttype {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
}
.class1 {
    position: relative;
    z-index: 2;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;   
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: right;
    outline:none;
}
.form-base{
    padding: 30px;
    background: #fff;
}
#wrapper #main .item.item-prod {
    margin-bottom:15px;
}
#wrapper #main .form-base label {
    width: 100%;
    font-weight:normal;
}
#wrapper #main .item .inter {
    height: auto;
    background: #01AEF0;
    color: white;
}
.item-prod .btn-primary {
    border-radius: 5px;
}
.tab-list .item .inter, .tab-list-t .item-total {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    width: 100%
}
    .tab-list .item .inter:hover {
        border: 1px solid #C1ECE4;
        background: #C1ECE4;
    }

.tab-list .item input:checked + .inter{ 
    border: 1px solid #C1ECE4;
    background: #C1ECE4;
}

.item .inter .checked {
    position: absolute;
    opacity: 1;
    bottom: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 11;
    right: 33px;
    top: 50%;
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    height: 66px;
}
.item .inter .checked:after {
    left: 5px;
    top: 19px;
    width: 12px;
    height: 20px;
    border: solid green;
    border-width: 0 3px 3px 0;
    content: "";
    position: absolute;
    z-index: 21;
  
}
.tab-list .item input:checked + .inter .checked {
    display: inline-block;
    border: 1px solid #C1ECE4;
    background: #C1ECE4;
}

    .tab-list .item-paytype img {
        max-width: 75%
    }
    .tab-list .item-paytype input[type="radio"]{
        display: none;
    }

    .tab-list .item-paytype .descripstion {
        align-content: center;
    }
.block-comfirm {
    box-shadow: 0 2px 5px 0 rgba(26, 39, 66, 0.3);
    border-radius: 10px;
    padding: 7.5px;
    margin-top: 45px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 30px;
    position:relative;
}
    .block-comfirm .title-tab {
        position: absolute;
        left: 0px;
        top: -28px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px 10px 0px 10px;
        background: #fff;
        
    }
        .block-comfirm .title-tab::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 10px; /* Chừa khoảng đáy không có bóng */
            box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.1);
            border-radius: 10px 10px 0 0; /* Bo góc trên */
            pointer-events: none; /* Không ảnh hưởng click */
        }
.form-paymenttype .form-base {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-table;
    border-top-left-radius: 10px; /* Bo góc trên bên trái */
    border-top-right-radius: 10px;
    width: 500px;
}
.btn{
    border-radius:50px;
}
.tab-list{
    display:none;
}
.tab-list.active {
    display: block;
}

@media (max-width: 992px) {
    .form-paymenttype .form-base {
        width: 80%;
    }
}
@media (max-width: 576px) {
    #wrapper #main .main-content {
        margin-top: 0px;
    }
    .form-paymenttype .form-base{
        width:80%;
    }
    #wrapper #main .form-base label .text-right, #wrapper #main .form-base label .text-left{
        font-size: 13px
    }
    .tooltip .tooltiptext{
        width:300px;
    }
}