﻿.top-margin {
    margin-top: 150px;
    margin-bottom: 150px;
}

.nav-tabs {
    border: none;
}

textarea.resize-none {
    resize: none;
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
}

.form-btn .nav-link {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px;
    font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: 1.2;
    margin-left: 0;
    margin-right: 30px;
    letter-spacing: 0.7px;
}

.form-btn .nav-link.active {
    font-weight: 700;
    border-bottom: 3px solid #6a040f !important;
    background: transparent !important;
    border: none;
}

.select2-selection__rendered {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320))) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #455560 !important;
    font-weight: 500;
}


.accordion-form {
    padding: 32px 0px;
}

/*logo upload images css*/
.common-img-parent.active input {
    background-color: white !important;
}

.profile-tabing {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.profile-pdfupload-parent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.pdf-upload-name {
    display: block;
    width: 100%;
    text-align: center;
}

    .pdf-upload-name > div {
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        width: 100%;
        padding: 5px;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.pdf-icon {
    margin: 0 auto;
    width: 100%;
    display: block;
    font-size: 25px !important;
    color: #7a121c;
    margin-top: 10px;
}

.remove-pdf-upload {
    position: absolute;
    right: 1px;
    margin-top: 5px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #efefef;
    height: 46px;
    display: grid;
    place-content: center;
    padding: 0px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
}

.header-upload-name {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-upload-name img {
        height: auto;
        object-fit: cover;
    }

.update-approve-reject-btn {
    color: white;
    background-color: #748B36;
    border: 2px solid #748B36;
    border-radius: 10px;
    padding: 15px 20px;
    cursor: pointer !important;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (2000 - 320)));
    line-height: calc(18px + (18 - 16) * ((100vw - 320px) / (2000 - 320)));
    transition: all 0.3s;
}

.p-5-15 {
    padding: 5px 15px;
}
/*.logo-upload-name {
    height: 150px;
    width: 150px;
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
.logo-upload-name img {
    height: 100%;
    object-fit: contain;
}

.profile-headerupload-parent .profile-header {
    max-width: 100%;
    width: 100%;
}

.logo-upload-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.button-green {
    color: white;
    background-color: #748B36;
    border: 2px solid #748B36;
    border-radius: 10px;
    padding: 15px 20px;
    cursor: pointer !important;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (2000 - 320)));
    line-height: calc(18px + (18 - 16) * ((100vw - 320px) / (2000 - 320)));
    transition: all 0.3s;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #ffffff !important;
    background-color: #6a040f !important;
    border: 0;
    display: inline-grid !important;
    place-content: center;
    font-size: 12px;
} 
