﻿.phone-component {
    display: flex;
    align-items: center;
}

    .phone-component .phone-country-name {
        width: 100px !important;
    }

        .phone-component .phone-country-name .rz-dropdown {
            width: 100px !important;
            height: 49px;
            margin-bottom: 0px !important;
            display: block !important;
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            border-right: none;
            background: #ddd;
        }

            .phone-component .phone-country-name .rz-dropdown:focus {
                border-right: none !important;
            }

            .phone-component .phone-country-name .rz-dropdown .rz-dropdown-label .countryName {
                display: none;
            }

            .phone-component .phone-country-name .rz-dropdown .rz-dropdown-label img {
                margin-top: -1px;
            }

            .phone-component .phone-country-name .rz-dropdown .rz-inputtext {
                line-height: 2.45rem !important;
                font-size: 14px !important;
                color: #6c757d !important;
            }

            .phone-component .phone-country-name .rz-dropdown .rz-dropdown-trigger {
                top: -4px !important;
            }

    .phone-component .phone-number {
        width: 100% !important;
    }

        .phone-component .phone-number input {
            margin-bottom: 0 !important;
            width: 100% !important;
            height: 49px !important;
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
        }

.rz-dropdown-panel {
    width: 300px !important;
}
