*, :after, :before {
    box-sizing: border-box;
}

body {
	color: #616264;
    font-family: inherit;
    font-size: 13px;
    min-width: 1024px;
    background-color: #fff;
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
	margin: 0;    
}

.css-hoqwjm img {
    max-width: 140px;
    max-height: 60px;
    padding-right: 15px;
}

.css-ndy953 {
    min-height: 100vh;
    padding: 5px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(0, 42, 66);
}

.css-17uar7s {
    flex: 1 1 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.css-h74niu {
    width: 450px;
    padding: 30px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}

.css-1066lcq {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-hoqwjm {
    display: inline-block;
}

.css-1m0aigp {
    display: grid;
    row-gap: 10px;
    overflow-wrap: break-word;
    margin-top: 30px;
}

.css-wh0jfy {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: rgb(148, 149, 151);
}

.form-control, .single-line {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e2e4;
    border-radius: 3px;
    color: inherit;
    display: block;
    font-size: 13px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
}

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 34px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
.form-control, output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.css-mh47ez {
    user-select: none;
    color: rgb(225, 226, 228);
}
.small, small {
    font-size: 85%;
}

.css-1q6t910 {
    margin: 0px 0px 0px 5px;
    color: rgb(225, 226, 228);
}

/* custom CSS for dropdown */

.custom-dropdown {
    position: relative;
    width: 100%;
    border: 1px solid #CAD0D6;
    font-family: 'Inter', sans-serif;
    border-radius: 4px;
}

.selected-option {
    padding: 11px 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative; 
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.selected-option .fa-caret-down {
    margin-left: 10px;
}

.options-list {
    position: absolute;
    width: 100%;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    list-style-type: none;
    margin-top: 4px;
    padding: 0;
    z-index: 100;
    background-color: #fff;
}

.options-list.hidden {
    display: none;
}

.options-list li {
    padding: 11px 12px;
    cursor: pointer;
    color: #151617;
}

.options-list li:hover {
    background-color: rgba(239, 241, 243, 1);
}
