body {
    background: #E5E5E5;
}

.store-avatar-box, .store-avatar-full-box {
    position: relative;
    height: 100px;
}

.store-full-avatar {
    position: absolute;
    top: 50px;
}

.store-avatar {
    width: 100px;
    height: 100px;
}

.store-info-body {
    width: 100%;
    display: inline-block;
    padding: 0 1rem 0 1rem;
}

.image-circle {
    border-radius: 50%;
    border: solid 3px #FFFFFF;
}

.store-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.vh-box {
    height: 78vh;
}

/*box-info*/
.rounded-box-info {
    border-radius: 12px;
}

.info-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /*color: #A0A4A8;*/
    padding-left: 30px;
    margin: 2px 0;
}

.info-value {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    text-align: right;
    /*color: #000000;*/
}

.info-full-amount {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.toggle-full-box-info {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1F92FC;
}

.method-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.method-sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}

.input-method {
    /*background-color: #F4F6FA;*/
    border-radius: 10px;
    position: relative;
}

.form-check-label {
    width: 196px;
    height: 24px;
    display: inline;
    font-size: 14px;
}

.form-check-input {
    height: 16px !important;
    width: 16px !important;
}

.form-check-input input:checked {
    background-image: url("../../images/store-invoice/label/checked.png");
}

.input-method label {
    /*height: 56px;*/
    padding-left: 20px;
}

.input-method label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: #5562eb;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.input-method input:checked ~ label:after {
    background-image: url("../../images/store-invoice/label/checked.png");
}

.input-method input:checked ~ label {
    border: 1px solid #15AE62;
    border-radius: 10px;
}

.input-method input {
    height: 56px;
    cursor: pointer;
    border: 1px solid #F4F6FA !important;
    font-size: 14px;
    top: -3px;
}

.form-control {
    cursor: pointer;
}

.input-color {
    background-color: #F4F6FA;
}

.input-method textarea {
    resize: none;
    border: 1px solid #F4F6FA !important;
    font-size: 14px;
}

/*btn*/
.btn-cancel {
    color: #15AE62;
    background-color: #F4F6FA;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
}

.btn-next {
    color: #FFFFFF;
    background-color: #15AE62;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
}

.btn-close-modal {
    color: #FFFFFF;
    background-color: #15AE62;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
}

/*store-info*/
.store-description {
    margin-top: 30px;
}

/*media responsive*/
@media (min-width: 320px) {
    .store-full-avatar {
        position: absolute;
        top: 70px;
        left: 10px;
    }

    .store-info-body {
        padding-top: 0;
        margin-left: 110px;
        padding-bottom: 0;
        -webkit-padding-end: 16px;
        -webkit-padding-start: 16px;
        -webkit-padding-after: 16px;
        -webkit-padding-before: 16px;
    }

    .info-title.note {
        width: 100%;
        margin: 10px 0 0 -110px;
        white-space: pre-wrap;
        word-break: break-word;
    }

    .store-name {
        text-align: left;
    }

    /*.info-title {*/
    /*    font-style: normal;*/
    /*    font-weight: normal;*/
    /*    font-size: 12px;*/
    /*    line-height: 16px;*/
    /*}*/
    /*.info-value {*/
    /*    font-style: normal;*/
    /*    font-weight: normal;*/
    /*    font-size: 12px;*/
    /*    line-height: 16px;*/
    /*}*/
}

@media (min-width: 375px) {
    .btn-cancel {
        padding: 10px 56px;
    }

    .btn-next {
        padding: 10px 56px;
    }
}

@media (min-width: 425px) {
    .btn-cancel {
        padding: 10px 64px;
    }

    .btn-next {
        padding: 10px 64px;
    }
}

@media (min-width: 768px) {
    .btn-cancel {
        margin: 0 8px;
    }

    .btn-next {
        margin: 0 8px;
    }

    .navbar-expand-lg {
        justify-content: space-between;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .main {
        background-color: #E5E5E5 !important;
    }

    .payment-invoice {
        width: 70%;
    }

    .box-method {
        height: 65vh;
        border-radius: 12px;
    }

    .store-full-avatar {
        top: 50px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .store-info-header {
        margin-bottom: 56px;
    }

    .store-info-body {
        padding-top: 0;
        margin-left: 0;
        padding-bottom: 0;
    }

    .info-title.note {
        width: 100%;
        margin: 10px 0 20px 0;
        white-space: pre-wrap;
        word-break: break-word
    }

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

@media (min-width: 1024px) {
    .btn-cancel {
        padding: 10px 56px;
    }

    .btn-next {
        padding: 10px 56px;
    }
}
