﻿.visa-attachment-icon {
    position: absolute;
    left: 176px;
    top: -13px;
    font-size: 28px;
    cursor: pointer;
}

.visa-attachment-modal {
    position: absolute;
    top: 20px;
    height: auto;
    left: 56%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 250px;
    z-index: 1000;
    display: none;
}

.visa-attachment-heading {
    font-size: 14px !important;
    padding-top: 0px;
    font-weight: 600 !important;
    padding: 13px 0px 0px 0px;
}

.visa-embassy-name {
    color: #43c529;
}

.visa-attachment-files {
    border: 1px solid;
    border-radius: 16px;
    position: relative;
}

.visa-attachment-file {
    display: flex;
    position: relative;
    padding: 10px;
}

.visa-attachment-file > .delete-icon {
    position: absolute;
    cursor: pointer;
    padding-top: 10px;
    z-index: 9999;
    left: -15px;
}

.visa-attachment-type-icon {
    width: 38px !important;
    height: 38px;
}

.attachment-name {
    font-weight: 700;
    padding-top: 12px;
    padding-left: 10px;
    font-size: 14px;
}

.visa-attachment {
    display: flex;
    margin-left: 10px;
}

.icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FDCB58;
    border: 3px dashed #154001;
    border-radius: 8px;
    cursor: pointer;
}

.icon-button i {
    font-size: 20px;
    color: #154001;
}




