﻿/*@font-face {
    font-family: "shabnam";
    src: url("../../fonts/bhoma.ttf.woff")format("woff"), url("../../fonts/bhoma.ttf")format("truetype");
}*/
@font-face {
    font-family:'bhoma';
    src: url('../../fonts/bhoma.ttf') format('truetype');
}
.main-container {
    font-family: "shabnam";
}

.input-item {
    width: 33%;
    padding: 2px 4px;
}

    .input-item label {
        font-size: 14px;
        font-weight: 600;
    }

    .input-item input, .form-select {
        border: 1px solid #c3b9b9;
        border-radius: 10px;
        height: 40px;
        margin-top: 4px;
    }

        .input-item input::placeholder {
            font-size: 12px;
            font-weight: 200 !important;
            color: #d1d0d0;
        }

.left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width:960px) {
    .input-item {
        width: 50% !important;
    }
}

@media (max-width:768px) {
    .right-side {
        width: 100% !important;
    }
}

@media (max-width:640px) {
    .input-item {
        width: 100% !important;
    }
}
.RegisterModal {
    max-height: calc(100vh - 132px) !important;
    overflow-y: auto;
    overflow-x: hidden;
}