@font-face {
    font-family: 'FiraGO-Light';
    src: url('../fonts/FiraGO-Light.ttf');
}
@font-face {
    font-family: 'FiraGO-Italic';
    src: url('../fonts/FiraGO-Italic.ttf');
}
@font-face {
    font-family: 'FiraGO-Regular';
    src: url('../fonts/FiraGO-Regular.ttf');
}
@font-face {
    font-family: 'FiraGO-SemiBold';
    src: url('../fonts/FiraGO-SemiBold.ttf');
}
@font-face {
    font-family: 'FiraGO-SemiBoldItalic';
    src: url('../fonts/FiraGO-SemiBoldItalic.ttf');
}

.modal-header {
    padding: 1rem 1rem 0 1rem !important;
    border-bottom: none;
}
.modal-dialog {
    overflow-y: initial !important;
}
.modal-body{
    max-height: 70vh;
    overflow-y: auto;
    padding-bottom: 15px;
}
.card-body{
    padding: 0;
    padding-bottom: 30px;
    text-align: center;
}
.fa-search {
    color: #083D4F;
}
.form-control:focus {
    color: #083d4f;
    border-color: none;
    box-shadow: none;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.3; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.3;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0.3;
}

.form-control {
    padding-top: 10px;
    color: #083d4f;
    font-size: 14px;
    font-family: 'FiraGO-SemiBold';
}

.rounded-lg {
    border-radius: 15px !important
}

.bg-light {
    background-color: #F3F6F7 !important;
}

body {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    font-family: 'FiraGO-Regular';
    color: #083d4f;
    font-size: 14px;
}

.font-color-green {
    color: #0ca750;
}

.text-decoration-underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.citydd {
    z-index: 300;
}

.citydd.dropdown {
    z-index: 299;
}

.categorydd {
    z-index: 200;
}

.categorydd.dropdown {
    z-index: 199;
}

.searchdd {
    z-index: 100;
}

.searchdd.dropdown {
    z-index: 99;
}

.wrapper-dropdown {
    /* Size and position */
    position: relative;
    margin: 0 auto; 
}

.wrapper-dropdown-arrow {
    /* Size and position */
    padding: 8px;
    
    /* Styles */
    background: #fff;
    outline: none;

    /* Font settings */
    font-family: 'FiraGO-SemiBold';
    color: #083d4f;    
}

.wrapspan {
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.zindexinherit {    
    position: relative;
    z-index: inherit !important;
}

.wrapper-dropdown-arrow:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #083d4f transparent;
    z-index: inherit;
}

.wrapper-dropdown .dropdown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 40px;    
    z-index: 99;
    
    /* Styles */
    border-radius: 15px !important;
    font-family: 'FiraGO-Regular';
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.firstli {
    margin-top: 8px; 
}



.wrapper-dropdown .dropdown a {
    display: block;
    width: 100%;
    padding: 10px;
    padding-left: 25px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Hover state */

.wrapper-dropdown .dropdown .row:hover a {
    color: #0ca750;
}

/* Active state */

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown .dropdown,
.no-pointerevents .wrapper-dropdown .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown.active .dropdown,
.no-pointerevents .wrapper-dropdown.active .dropdown {
    display: block;
}

.close {
    padding: 5px 10px 0 0 !important;
    color: #083d4f !important;
}

.card-title h3 {
    font-family: 'FiraGO-SemiBold';
}

.dropdown-search{
    max-height: 50vh;
    overflow-y: auto;
}