table {
    min-width: 100%;
}

th, td {
    padding: 7px 10px;
    border: 1px solid #ccc;
    font-size: 12px;
}

th {
    font-weight: 400;
    text-align: left;
    background-color: rgba(0, 190, 246, 0.05);

}

td {
    background-color: #fff;
}

.remove_rezerv {
    cursor: pointer;
    color: #BF556E;
    border-bottom: 1px dashed;
    transition: all .2s ease;
    font-size: 13px;
}

.remove_rezerv:hover {
    opacity: 0.8;
}

#coupon-base {
    position: relative;
}

.form-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    cursor: pointer;
}

body.popup-open {
    overflow: hidden;
}

.create-coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px;
    background-color: #BF556E;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: .3s all;
    top: 0;
}

.popup-open .create-coupon-popup {
    display: flex;
    z-index: 100;
}

.create-coupon-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-color: rgba(90, 90, 90, 0.8);
    display: none;
}

.forms {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.coupon-title {
    font-weight: 500;
    font-size: 37px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #BF556E;
    display: flex;
    align-items: center;
}

.coupon-title:before {
    content: '';
    width: 37px;
    height: 37px;
    background-image: url(/i/coupon/logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 11px;

}

.coupon-slogan, .coupon-slogan a, .create-coupon-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #3396E2;

}

.coupon-slogan, .create-coupon-title {
    margin-bottom: 20px;
}

input {
    border: none;
    border-bottom: 1px solid #9A9A9A;
    background-color: transparent;
    color: #111;
}

#coupon_code {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 2px;
    width: 173px;
    height: 37px;
    padding: 0 10px;
}

.coupon-text, .coupon-text a {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.3;
    color: #000000;
}

.coupon-text a {
    border-bottom: 1px solid;
}

.coupon-block {
    padding: 40px;
    width: 410px;
    margin-bottom: 30px;
}

.enter-promocode {
    font-size: 15px;
    color: #BF556E;
    font-weight: normal;
}

.coupon-block, #coupon-form {

    background: #FFFFFF;
}

#register-coupon, #push-coupon, #check-coupon {
    background: #BF556E;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    width: 328px;
    height: 53px;
    margin-bottom: 15px;
    transition: .3s all;
}

.coupon-agreement, .coupon-agreement a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.36);

}

.coupon-agreement a {
    border-bottom: 1px solid;
}

#create-coupon .row {
    margin-bottom: 15px;
}

.row {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.row input {
    width: 100%;
    position: relative;
}

.row.main:after {
    content: '';
    display: block;
    width: 13px;
    height: 15px;
    background-color: #111111;
    -webkit-mask-image: url(/i/coupon/name.svg);
    mask-image: url(/i/coupon/name.svg);
    position: absolute;
    right: 10px;
    top: 0;
}

.row.main.cphone:after {
    width: 15px;
    height: 15px;
    background-color: #111111;
    -webkit-mask-image: url(/i/coupon/phone.svg);
    mask-image: url(/i/coupon/phone.svg);
}

.row.main.cemail:after {
    width: 15px;
    height: 11px;
    background-color: #111111;
    -webkit-mask-image: url(/i/coupon/email.svg);
    mask-image: url(/i/coupon/email.svg);
}

input[type="text"]::-webkit-input-placeholder {
    color: #111111;


}

input[type="text"]:-ms-input-placeholder {
    color: #111111;


}

input[type="text"]::-ms-input-placeholder {
    color: #111111;


}

input[type="text"]::placeholder {
    color: #111111;

}


#create-coupon {
    /*        margin-top: 50px;*/
    background-color: #fff;
    padding: 40px;
    width: 410px;
    display: flex;
    flex-wrap: wrap;
    position: relative;

}

.row.date {
    width: 225px;
    border: 1px solid #9A9A9A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 10px;
}

.row.date input {
    border: none;
    width: 100%;

}

#coupon_category {
    width: 100%;
    padding: 10px 0;
}

.coupons-row {
    text-transform: uppercase;
}

.your-coupons {
    margin-bottom: 10px;
    max-height: 130px;
    overflow: hidden;
    overflow-y: scroll;
}

.coupons td {
    font-size: 12px;
}

#check-block-form {
    display: none;
}

.coupon-look, .coupon-reg {
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: .3s all;
    font-size: 15px;
    width: fit-content;
    color: #045d4c;
    border-bottom: 1px solid;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.coupon-look:hover, .coupon-reg:hover {
    color: red;

}


.remove_coupon {
    cursor: pointer;
    background-color: #e1b823;
    color: #fff;
    padding: 5px 12px;
    transition: opacity .2s ease-in-out;
}

.remove_coupon:hover {
    opacity: .7;
}