.phone-input-container {
    display: flex;
    flex-direction: column;
}

div.phone-input-row {
    display: flex !important;
    direction: ltr !important;
    justify-content: space-between;
    gap: 0.5rem;
}

.country-code-container {
    flex: 0 0 100px;
    margin-right: 5px;
}

.phone-number-container {
    flex: 1;
}

.country-code-select {
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.phone-number-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.phone-hint {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 5px;
}
label.form-check-label {
    font-size: 0.9em;
    margin-right: 7px;
    padding-bottom: 5px;
}
.form-check-input {
    float: right !important;
    margin-left: 0 !important;
   
}