﻿.lb {
    font-size: 13px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    color:#000
}

.list {
    width: 100%;
    height: 277px;
    overflow-y: scroll !important;
}

.nobkmessage {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #474A57;
}

.nobkmessagemm {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #474A57;
}

#txt_age::placeholder, #txt_agemonth::placeholder {
    opacity: 0.5 !important;
    color: #808080 !important;
}


.nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 10px !important;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    display: block;
    float: unset !important;
    background-color: #f7f7f7;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 34px !important;
    line-height: 21px;
    outline: none;
    padding: 6px 12px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.circle {
    display: inline-block;
    min-width: 40px;
    background: #ECECEC;
    border-radius: 50%;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 1em;
    word-wrap: white-space;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    left: 45%;
    top: -18px;
}

    .circle:before, .circle:after {
        content: '';
        display: block;
        padding: 25%;
    }

.dot {
    width: 100%;
    height: 2px;
    overflow: hidden;
}

    .dot::before {
        content: "";
        display: block;
        padding: 0 12px;
        margin: 0 -12px;
        border-bottom: 2px dashed #ccc;
        animation: move linear 0.75s infinite;
    }

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(12px);
    }
}

.foreigner {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
    height: 43px
}



.foreigner-active {
    background: #dbf3ff;
    border-radius: 10px;
    padding: 10px;
    height: 43px
}

.i-active {
    color: #19BEED !important
}

.text-active {
    color: #3C4758 !important
}

.display-flex {
    display: flex;
}

.fs16 {
    font-size: 16px !important;
}

.fs25 {
    font-size: 25px !important;
}

.mt-4 {
    margin-top: 4px !important
}

.height-43 {
    height: 43px
}

.ml-2 {
    margin-left: 2px !important
}

.font-bold {
    font-weight: bold
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
