﻿@import url("https://fonts.googleapis.com/css2?family=Roboto");

.combo-box-md {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #002B52;
    background-color: #fff;
    background-image: url(../../../img/icons/rectange640.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Roboto;
}

.combo-box-lg {
    display: block;
    width: 100%;    
    color: #002B52;
    background-color: #fff;
    background-image: url(../../../img/icons/rectange640.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #002B52;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.combo-input-container {
    border: 1px solid #ced4da;
    border-radius: 3px;
    width: 100%;
}
    .combo-input-container.active {
        border-color: #002B52
    }
.combo-input {
    width: 100%;
    border: none;
}

.combo-input-select {
    width: 100%;
    position: absolute;
    z-index: 99999;
    border: 1px solid;
    background: #ffffff;
    border-radius: 6px;
    overflow-y:auto;
}