.logo-smapp-register {
    width: 70%;
}

.registration-first-divider {
    margin-left: 30%;
    margin-right: 30%;
}

.image-upload-wrapper {
    width: 100%;
    max-width: 400px;
    border: 2px dashed #ddd;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.image-upload-wrapper img {
    width: 4cm !important;
    height: 4cm !important;
    display: none;
}

.img1,
.img2,
.img3 {
    width: 25% !important;
    height: 25% !important;
    object-fit: cover;
    object-position: center;
}

.image-upload-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.favicon {
    width: 1.9cm;
    height: 1.9cm;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.custom-modal-content-sm {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.custom-modal-content-lg {
    background-color: #fefefe;
    margin-left:10% ;
    margin-right:10% ;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}