﻿

.phone-prefix-button {
    border-radius: 10px;
    height: 56px;
    border: 1px solid #ECECEC;
    padding: 18px 12px;
}

.flag-icon {
    width: 25px;
    height: 25px;
}

.arrow-icon {
    width: 100%;
}

.custom-input {
    width: 100%;
    border-radius: 10px;
    outline: none;
    height: 56px;
    border: 1px solid #ECECEC;
    background-color: transparent;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.custom-button {
    display: inline-flex;
    border-radius: 50px;
    background: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding: 12px 24px;
}

.custom-modal-dialog {
    --bs-modal-width: 592px;
    
}

.custom-modal-content {
    padding: 32px;
    box-shadow: 0px 10px 24px 0px rgba(33, 22, 56, 0.05);
    width: 100%;
    height: 612px;
    max-height:100%;
    border-radius: 20px;
}

.custom-modal-header {
    margin: 0;
    padding: 0 24px;
    border: 0;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.custom-modal-body {
    border-radius: 20px;
    background: #FFF;
    margin: 0;
    padding: 0;
}

.custom-input-group {
    max-width: 560px;
    width: 100%;
    height: 48px;

}

.custom-search-input {
    outline: none;
    box-shadow: none !important;
    height: 45px;
    max-width:242px;
}
.main-input-warpper input::placeholder {
    font-family: Inter;
    font-size: 14px;
    color:white ;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.235px;
}

.h5,
h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

small {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
