﻿.banner-body, .text-Payment {
    color: var(--primary-color)
}

.modal-payment, .row-payment {
    box-shadow: 0 3px 6px #00000029
}

.container-main {
    background-color: var(--color-1)
}

.banner-body {
    text-align: center;
    font-family: var(--monserrat-bold);
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 0
}

#plus-add {
    height: 36px;
    width: 36px;
    display: block;
    margin: auto;
    cursor: pointer
}

.row-payment {
    width: 100%;
    border: solid 1px var(--primary-color);
    border-radius: 5px;
    min-height: 105px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-bottom: 20px
}

.icon-edit {
    width: 16.58px !important;
    height: 15.57px !important
}

span.icon-Payment {
    position: absolute;
    padding: 0;
    color: var(--color-2);
    width: 13px;
    height: 15px;
    cursor: pointer
}

.text-Payment {
    margin-left: 24px;
    font-family: var(--secundary-font);
    font-size: 16px;
    padding-right: 100px;
    overflow-wrap: break-word;
    margin-bottom: 2px;
    margin-top: 2px
}

.btn-add-payment, .modal-body-payment, .modal-dialog-payment {
    margin-left: auto;
    margin-right: auto
}

.modal-payment {
    background: var(--bg-modal) 0%0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1
}

form.form-custom-1 input:not(input[type=radio]):not(input[type=checkbox]) {
    border: solid 1px var(--color-1)
}

.form-custom-1 .form-control::placeholder {
    color: var(--color-0);
    opacity: 1
}

.form-custom-1 .form-control:focus {
    box-shadow: none
}

.form-custom-1 input[type=submit] {
    max-width: 321px;
    margin: auto;
    width: 100%
}

.form-custom-1 .row > * {
    padding: 0
}

.form-custom-1 [class^=col]:first-child:not(.col-12) {
    padding-right: 4px
}

.form-custom-1 [class^=col]:last-child:not(.col-12) {
    padding-left: 4px
}

.mb-25 {
    margin-bottom: 25px
}

.mt-45 {
    margin-top: 45px
}

.pt-45 {
    padding-top: 45px
}

.modal-header-payment {
    padding: 18px 0 0 !important
}

.modal-body-payment {
    max-width: 700px
}

.modal-dialog-payment {
    max-width: 750px;
    height: inherit
}

.btn-add-payment {
    width: 325px
}

.modal-body-payment {
    width: 100%
}

.pac-container {
    z-index: 10000 !important
}

@media (min-width:768px) and (max-width:991.98px) {
    .banner-body {
        font-size: 50px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .banner-body {
        font-size: 40px
    }
}

@media (max-width:575.98px) {
    .banner-body {
        font-size: 30px
    }
}

@media (max-width:479.98px) {
    .modal-custom-1 .modal-body-payment {
        padding: 10px
    }
}
