/* code */
.form-box .form-template .gform-body .gform_fields .form-phone-code .icons-box{display: none;}
.form-country,.form-phone{position: relative;}
.phone-code{display: none;border-radius: 8px;overflow: hidden;padding: 12px;height: 306px;position: absolute;top: 61px;width: 204px;box-shadow: 0px 10px 14px #0000005E;background-color: #fff;z-index: 999;}
.phone-code .phoneCode-results{height: 240px;overflow-y: scroll;padding-bottom: 20px;}
.phone-code .phoneCode-results::-webkit-scrollbar-thumb,
.country-code .results::-webkit-scrollbar-thumb{background-color: #4A5C73;width: 4px;}
.phone-code .phoneCode-results .phoneCode-results-option{padding-left: 8px;cursor: pointer;font-size: 16px;color: #000;min-height: 35px;display: flex;align-items: center;}
.phone-code .phoneCode-results .phoneCode-results-option span:nth-of-type(1){margin-right: 10px;color: #000;}
.phone-code .phoneCode-results .phoneCode-results-option span:nth-of-type(2){color:#818181;}
.phone-code .phoneCode-results .phoneCode-results-option:hover,
.country-code .results .results-option:hover,
.country-code .results .results-option.active,
.phone-code .phoneCode-results .phoneCode-results-option.active{background-color: #0F4667;}
.phone-code .phoneCode-search,
.country-code .country-search{width: 100% !important;height: 44px !important;outline: none !important; padding-right: 12px !important; margin-bottom: 12px !important;border: 2px solid #2E3C61 !important;border-radius: 8px !important;font-style: italic !important;background-color: #fff !important;color: #000 !important;position: relative;padding-left: 40px !important;}
.phone-code .phoneCode-search:hover,
.country-code .country-search:hover{background-color: #ECECEC !important;}
.phone-code .phoneCode-search:focus ~ .phoneCode-search-bottom,
.country-code .country-search:focus ~ .country-search-bottom{width: calc(100% - 24px) !important;}
.phone-code .phoneCode-search-bottom{display: block !important;width: 0 !important;height: 1px !important;transition: all 0.4s !important;background-color: var(--v-orange) !important;position: absolute !important;top: 56px !important;left: 12px !important;} 
.phone-code:after{content: '';width: 18px; height: 18px; background: url(/wp-content/themes/moneta_markets_wp/images/search-icon.svg) center center no-repeat;background-size: cover;position: absolute;top: 25px;left: 25px;}

.form-phone-code .ginput_container input{border: none;}
.partnership_form_content .gform_wrapper input.large{font-size: 16px !important;
color: #1a2989 !important;
padding: 10px 0px !important;
margin: 0px !important;
line-height: 26px !important;
height: 46px;
border: 0px;
border-bottom: 1px solid #c9c9c9;
background: #fff;
box-shadow: none;
letter-spacing: 0px !important;
border-radius: 0px;
outline-style: none;
-webkit-appearance: none;}
.form-phone-code .ginput_container{position: relative;} 
.form-phone-code .ginput_container::after{position: absolute; content: ""; background: url(/wp-content/themes/moneta_markets_wp/images/drop-down.svg) top center no-repeat; background-size: cover; width: 15px;height: 15px;top: 15px;right: -5px;} 
.phone-code .phoneCode-results .phoneCode-results-option:hover span:nth-of-type(1),
.phone-code .phoneCode-results .phoneCode-results-option:hover span:nth-of-type(2){color: #fff;}

@media (max-width:980px){
    .form-phone-code .ginput_container::after{width: 14px;height: 14px;top: 19px;right: 0px;}
}
