﻿.container-main {
    background-color: var(--color-1)
}

.banner-body {
    text-align: center;
    font-family: var(--monserrat-bold);
    font-size: 65px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 0
}

#plus-add {
    height: 36px;
    width: 36px;
    display: block;
    margin: auto;
    cursor: pointer
}

.modal-custom-1 .modal-header .btn-close {
    position: absolute;
    right: 27px;
    height: 16px;
    width: 16px;
    padding: 0
}

.modal-custom-1 .modal-body-recipient {
    padding: 69px;
    margin: 0
}

.modal-custom-1 .modal-dialog {
    max-width: 600px
}

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
}

.form-custom-1 .row > * {
    padding: 0;
    margin-bottom: 8px
}

.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
}

.row-recipient {
    border: solid 1px var(--primary-color);
    border-radius: 5px;
    box-shadow: 0 3px 6px #00000029;
    min-height: 105px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    width: 100%
}

span.icon-recipient {
    position: absolute;
    padding: 0;
    color: var(--color-2);
    width: 13px;
    height: 15px;
    cursor: pointer
}

.modal-body-recipient {
    width: 100%
}

@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-recipient {
        padding: 10px
    }
}
