.modal-holder {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    box-shadow: 0 4px 20px #000b330d;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0,11,51,.05);
    box-sizing: border-box;
    position: fixed;
    inset: 0;
    margin: auto;
    z-index:2 ;
    background-color: #fff;
    width: 785px;
    /* min-height: 380px; */
    height: fit-content;
    padding: 50px 60px;
    max-height: 95%;
    max-width: 95%;
    overflow-x:auto;
}

.modal-holder::-webkit-scrollbar {
    display: none;
}

.overLayer {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.modal-holder form {
    padding-top: 18px;
}

.btn-send {
    text-align: center;
    margin-top: 50px;
}

.btn-send a{
    width: fit-content;
    text-align: center;
    margin: auto;
    padding: 13px 78px;
    min-width: 270px;
}

.modal-holderv2 .input-col {
    margin-bottom: 32px;
}

.modal-holderv2 .input-col:last-child {
    margin-bottom: 0;
}

.modal-header {
    position: relative;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

.modal-close img {
    width: 24px; 
    height: 24px;
    object-fit: contain;
    object-position: center;
}


/* Header Dropdown  */

.profile-dropdown {
    position: relative;
}

.profile-dropdown .profile-menu {
    list-style-type: none;
    border-radius: 24px;
    background: #FFF;
    padding: 43px 47px;
    margin: 0;
    position: absolute;
    width: 240px;
    max-width: 240px;
    right: 0;
    /* top: 0; */
    z-index: 2;
    box-sizing: border-box;
}

.profile-dropdown .profile-menu a {
    color: var(--primary-font-color);
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.profile-dropdown .profile-menu li {
    padding-bottom: 36px;
}

.profile-dropdown .profile-menu li:last-child {
    padding-bottom: 0;
}