.overflow-hidden {
    overflow: hidden !important;
}
.hide {
    display: none;
}
.in-block {
    display: inline-block;
}
.right {
    float: right;
}
#modal-custom .modal-custom-header {
    background: #eee;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    width: 100%;
}
#modal-custom .modal-custom-header a {
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    text-align: center;
    background: #ddd;
    color: #999;
    height: 65px;
    vertical-align: middle;
    text-decoration: none;
    line-height: 65px;
    font-size: 15px;
    transition: all 0.3s ease;
}

#modal-custom .modal-custom-header a:not(.active):hover {
    box-shadow: inset 0 -10px 20px -10px #aaa;
}
#modal-custom .modal-custom-header a.active {
    background: #fff;
    color: #777;
}
#modal-custom .iti {
    width: 100%;
}
#modal-custom section {
    padding: 30px;
}
#modal-custom .iti,
.iti--separate-dial-code {
    color: #333;
}
#modal-custom .icon-close {
    background: #fff;
    margin-bottom: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    color: #a9a9a9;
    cursor: pointer;
}
#modal-custom .icon-close:hover,
#modal-custom .icon-close:focus {
    color: black;
}
#modal-custom.hasScroll .icon-close {
    display: none;
}
.iziModal .iziModal-header-title {
    font-weight: 500;
}

.auth-button-it {
    list-style: none;
}
.btn-link.generate {
    margin-bottom: 6px;
    margin-right: 0;
    color: var(--primary-text-color);
    background-color: var(--secondary-color-opacity-90);
    padding: 0.5em 1em;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
    text-transform: capitalize;
}

.btn-link.generate:hover {
    text-decoration: none !important;
    background-color: var(--secondary-color);
}

.backLogin{
    background-color: var(--secondary-color);
    color: var(--primary-text-color);
    font-weight: 600;
}

.backLogin:hover{
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-text-color);
    border: 1px solid var(--secondary-color);
}
