#ix-coupon .modal-content {
    border-radius: unset;
}

#ix-coupon .modal-content {
    padding: 1rem;
}

#ix-coupon .icon-close::before {
    font-size: 1.5rem;
    cursor: pointer;
}

#ix-coupon .modal-header h5 {
    font-size: 1.5rem;
    margin: 0;
}

#ix-coupon .modal-header {
    flex-direction: column;
    border: none;
}

#ix-coupon .modal-header .close-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ix-coupon #ix-coupon-code:focus,
#ix-coupon #ix-copy-code:focus {
    background: none;
    box-shadow: none;
    outline: none;
}

#ix-coupon #ix-copy-code {
    background-color: #ffffff;
    border: 2px solid #707070;
    border-left: none;
    color: #707070;
    font-size: 1.5rem;
}

#ix-coupon #ix-copy-code:before {
    font-family: icomoon;
    content: "\e92c";
}
