@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-Regular.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 1;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-Hairline.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 100;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-Thin.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 200;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-Light.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-Medium.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-Bold.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 800;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 900;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-Black.woff') format('woff');
}

@font-face {
    font-family: 'LD';
    font-style: normal;
    font-weight: 950;
    src: local(''), url('https://fonts.cdnfonts.com/s/111489/LTSaeada-ExtraBlack.woff') format('woff');
}

body {
    font-family: 'LD';
}

.splash {
    width: 100%;
    height: 100vh;
    display: block;
    background: #1A3B71;
}

.splash .logo {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
    background: url(../images/logo.svg) no-repeat;
    background-size: cover;
}

.main_container {
    width: 100%;
    max-width: 600px;
    min-height: auto;
    margin: auto;
}

.signup {
    width: 100%;
}

.signup h2 {
    text-align: center;
    margin: 32px auto;
    font-weight: bold;
}

.signup .form_row {
    margin-bottom: 24px;
}

.signup .form_row input {
    height: 64px!important;
    padding: 10px 15px;
}

.password-container {
    position: relative;
}

.password-container input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    border: none;
    font-size: 14px;
}

.toggle-password i {
    font-size: 22px;
    margin-right: 16px;
    color: #929292;
}

.forget_password {
    width: 100%;
    text-decoration: none;
    text-align: center;
    display: block;
}

.login_btn_full {
    width: 100%;
    height: 64px;
    display: block;
}

.text_center {
    text-align: center;
}

.routes .navbar .back {
    width: 40px;
    height: 40px;
    background: url(../images/arrow-left.svg) no-repeat center;
    background-size: 80%;
    cursor: pointer;
}

.routes .navbar .search {
    width: 100%;
    height: 50px;
    background: #EAECF0;
    border-radius: 50px;
}

.routes .navbar .search .icon {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../images/search-normal.svg) no-repeat center;
    background-size: 60%;
    outline: none;
    border: none;
    margin: 5px 10px;
}

.routes .navbar .search .line {
    width: 2px;
    height: 20px;
    float: left;
    background: #D0D5DD;
    margin: 15px 0;
    border-radius: 4px;
}

.routes .navbar .search input {
    width: calc(100% - 110px);
    height: 30px;
    float: left;
    background: transparent;
    margin: 10px 10px;
    border: none;
    outline: none;
}

input::placeholder {
    /* استاندارد */
    color: #222;
    opacity: 1;
}

input::-webkit-input-placeholder {
    /* برای مرورگرهای مبتنی بر WebKit مانند Chrome, Safari */
    color: #222;
}

input::-moz-placeholder {
    /* برای Firefox */
    color: #222;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* برای Internet Explorer */
    color: #222;
}

input:-moz-placeholder {
    /* برای Firefox قدیمی */
    color: #222;
}

.locations {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.locations .location {
    width: 100%;
    min-height: 155px;
    border-radius: 20px;
    padding: 30px 15px;
    background: #FFF;
    border: 1px solid #EAECF0;
    margin: 10px;
    position: relative;
    margin-bottom: 20px;
}

.locations .location.active {
    border: 1px solid #B738C2;
}

.locations .location:hover {
    border: 1px solid #B738C2;
}

.locations .location .label {
    position: absolute;
    padding: 5px 10px;
    background: #FFC703;
    color: #101828;
    text-align: center;
    border-radius: 30px;
    top: -20px;
    right: 20px;
    font-weight: bold;
    font-size: 16px;
}

.locations .location .location_position {
    width: 20px;
    height: 120px;
    float: right;
    margin-right: 15px;
}

.locations .location .location_position .ls {
    width: 20px;
    height: 20px;
    background: url(../images/ls.svg) no-repeat center;
    background-size: contain;
    float: left;
}

.locations .location .location_position .line {
    width: 4px;
    height: 80px;
    background: url(../images/line_2.svg) center;
    background-repeat: repeat-y;
    background-size: 50%;
    float: left;
    margin: 0 8px;
    position: relative;
}

.locations .location .location_position .line .label {
    background: #EAECF0;
    position: absolute;
    width: 50px;
    height: 30px;
    left: 50%;
    top: 50%;
    border-radius: 30px;
    color: #101828;
    font-size: 11px;
    margin: -15px 0 0 -25px;
    line-height: 1.5rem;
}

.locations .location .location_position .le {
    width: 20px;
    height: 20px;
    background: url(../images/le.svg) no-repeat center;
    background-size: contain;
    float: left;
}

.locations .location .location_details {
    padding: 5px 30px;
}

.locations .location .location_details .pickup {
    color: #667085;
    font-size: 16px;
}

.locations .location .location_details .pickup_txt {
    color: #101828;
    font-size: 18px;
    font-weight: bold;
}

.locations .location .location_details .Destination {
    color: #667085;
    font-size: 16px;
    margin-top: 10px;
}

.locations .location .location_details .Destination_txt {
    color: #101828;
    font-size: 18px;
    font-weight: bold;
}

.locations .location .star {
    width: 15px;
    height: 15px;
    float: right;
    margin: 10px 0 0 0;
    background: url(../images/star.svg) no-repeat center;
}

.locations .location .time {
    background: #EAECF0;
    border-radius: 30px;
    color: #101828;
    font-size: 11px;
    float: right;
    margin: 20px 0 0 0;
    padding: 5px 10px;
    width: 60px;
    font-weight: bold;
}

.locations .location .price {
    background: #101828;
    border-radius: 30px;
    color: #FFF;
    font-size: 25px;
    float: right;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    font-weight: bold;
}

.locations .location.min .avatar {
    width: 45px;
    height: 45px;
    float: right;
    margin-right: -12px;
    margin-bottom: 20px;
}

.locations .location.min .avatar img {
    width: 45px;
    height: 45px;
}

.locations .location.min .line {
    height: 30px;
}

.locations .location.min .location_details {
    padding: 0;
    padding-top: 65px;
    margin-left: -20px;
}

.locations .location.min .location_details .pickup {
    color: #667085;
    font-size: 14px;
}

.locations .location.min .location_details .pickup_txt {
    color: #101828;
    font-size: 16px;
    font-weight: bold;
}

.locations .location.min .location_details .Destination {
    color: #667085;
    font-size: 14px;
    margin-top: 22px;
}

.locations .location.min .location_details .Destination_txt {
    color: #101828;
    font-size: 16px;
    font-weight: bold;
}

.select_ride {
    width: 100%;
    min-height: 800px;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
}

.select_ride .main_menu {
    width: 100%;
    min-height: 700px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1A3B71;
    border-radius: 20px 20px 0 0;
}
.select_ride .main_menu_2 {
    min-height: 800px;
}

.select_ride .main_menu .discount_txt {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 10px;
    line-height: 1rem;
}

.select_ride .main_menu .discount_txt i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/ticket-discount.svg) no-repeat center;
    background-size: contain;
    margin-top: 3px;
}

.select_ride .main_menu_body {
    width: 100%;
    min-height: 660px;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    background: #FFF;
    border-radius: 20px 20px 0 0;
    padding: 20px;
}

.are_you_sure {
    margin-top: 50px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
}

.select_ride .main_menu_body .footer {
    width: 100%;
    min-height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.select_ride .main_menu_body .footer button {
    width: 100%;
    height: 50px;
    background: #1A3B71;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    margin-bottom: 20px;
}

.select_ride .main_menu_body .footer a.change_route {
    width: calc(100% - 2px);
    height: 50px;
    background: transparent;
    text-align: center;
    color: #1A3B71;
    border-radius: 30px;
    font-weight: bold;
    border: 1px solid #1A3B71;
    display: block;
    line-height: 50px;
}

.select_ride .main_menu_body .find_ride {
    width: 200px;
    height: 200px;
    margin: 100px auto 0 auto;
}

.select_ride .main_menu_body .find_ride img {
    width: 200px;
    height: 200px;
}


/* استایل کانتینر دایره */

.loading-container {
    position: relative;
    width: 220px;
    height: 220px;
}


/* استایل حاشیه چرخان */

.loading-border {
    width: 100%;
    height: 100%;
    border: 5px solid #EAECF0;
    /* رنگ زمینه حاشیه */
    border-top: 5px solid #1A3B71;
    /* رنگ حاشیه چرخان */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    /* انیمیشن چرخش */
}


/* استایل محتوای داخل دایره */

.loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #333;
}


/* تعریف انیمیشن چرخش */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.select_ride .main_menu_body .find_ride_descr {
    width: 300px;
    height: 200px;
    margin: 30px auto 0 auto;
    text-align: center;
}

.select_ride .main_menu_body .find_ride_descr button.change_route {
    width: calc(100% - 2px);
    height: 50px;
    background: transparent;
    text-align: center;
    color: #1A3B71;
    border-radius: 30px;
    font-weight: bold;
    border: 1px solid #1A3B71;
    margin-top: 30px;
}

.select_ride .main_menu .timer i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/timer.svg) no-repeat center;
    background-size: contain;
    margin-top: 3px;
}

.select_ride .main_menu .timer .time {
    display: inline-block;
    padding: 5px 5px;
    background: #FFF;
    border-radius: 30px;
    color: #1A3B71;
    margin-left: 15px;
}

.ride_details {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.ride_info {
    width: 100%;
    min-height: 100px;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #EAECF0;
    margin-bottom: 20px;
}

.ride_info .car {
    width: 150px;
    height: 100px;
    margin: 0 auto 0 auto;
    position: relative;
}

.ride_info .car img {
    width: 100%;
    height: auto;
}

.ride_info .car .driver {
    position: absolute;
    width: 48px;
    height: 48px;
    margin: 0 0 0 -24px;
}

.ride_info .car .driver img {
    width: 48px;
    height: 48px;
}

.ride_info .car .driver .rate {
    padding: 3px 8px;
    border-radius: 30px;
    background: #FFF;
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    margin-top: 35px;
    border: 1px solid #f0f0f0;
}

.ride_info .car .driver .rate i {
    width: 9px;
    height: 9px;
    display: inline-block;
    background: url(../images/star.svg) no-repeat center;
    background-size: contain;
}

.ride_info .driver_info {
    width: 100%;
    height: auto;
    margin: 40px auto 40px auto;
    padding: 10px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #EAECF0;
}

.ride_info .driver_info .line {
    border-right: 1px solid #EAECF0;
}

.ride_info .driver_info .carNo {
    color: #000;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
}

.ride_info .driver_info .carModel {
    color: #667085;
    font-weight: 600;
    text-align: left;
    font-size: 20px;
}

.ride_info .driver_info .driverName {
    color: #000;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    padding-left: 30px;
}

.ride_info .driver_info .driverRate {
    color: #667085;
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    padding-left: 30px;
}

.ride_info .driver_info .driverRate span {
    font-size: 13px;
}

.ride_info .cta .call {
    width: 70px;
    height: 50px;
    background: #EAECF0 url(../images/call.svg) no-repeat center;
    background-size: 50%;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 30px;
}

.ride_info .cta .email {
    width: 100%;
    height: 50px;
    background: #EAECF0;
    border-radius: 50px;
}

.ride_info .cta .email .icon {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../images/sms.svg) no-repeat center;
    background-size: 60%;
    outline: none;
    border: none;
    margin: 5px 10px;
}

.ride_info .cta .email .line {
    width: 2px;
    height: 20px;
    float: left;
    background: #D0D5DD;
    margin: 15px 0;
    border-radius: 4px;
}

.ride_info .cta .email input {
    width: calc(100% - 110px);
    height: 30px;
    float: left;
    background: transparent;
    margin: 10px 10px;
    border: none;
    outline: none;
}

.ride_info .cta .email input::placeholder {
    /* استاندارد */
    color: #667085;
    opacity: 1;
}

.ride_info .time_line {
    width: 20px;
    height: 150px;
    float: right;
}

.ride_info .time_line .walk {
    width: 20px;
    height: 20px;
    background: url(../images/walk.svg) no-repeat center;
    background-size: contain;
    float: left;
}

.ride_info .time_line .line {
    width: 4px;
    height: 45px;
    background: url(../images/line_2.svg) center;
    background-repeat: repeat-y;
    background-size: 50%;
    float: left;
    margin: 0 8px;
    position: relative;
}

.ride_info .time_line .ls {
    width: 20px;
    height: 20px;
    background: url(../images/ls.svg) no-repeat center;
    background-size: contain;
    float: left;
}

.ride_info .time_line .le {
    width: 20px;
    height: 20px;
    background: url(../images/le.svg) no-repeat center;
    background-size: contain;
    float: left;
}

.ride_info .ride_info_txt {
    font-size: 16px;
    color: #667085;
}

.ride_info .ride_info_txt_bold {
    font-size: 16px;
    color: #000;
    font-weight: 900;
    margin-bottom: 15px;
}

.select_ride .main_menu_body .footer_payment {
    width: 100%;
    min-height: 150px;
    background: #fff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.select_ride .footer_payment a.cancle {
    /* width: 100%;
    height: 50px;
    background: #EAECF0 !important;
    text-align: center;
    color: #F04438;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    margin-top: 20px; */
    width: 100%;
    height: 50px;
    background: #1A3B71;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    margin-top: 20px;
    display: block;
    line-height: 50px;
}

.h1000 {
    min-height: 1250px;
}

.select_ride .footer_payment .payment_method .icon {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../images/mastercard.svg) no-repeat center;
    background-size: contain;
}

.select_ride .footer_payment .payment_method .cardNo {
    width: calc(100% - 50px);
    height: 40px;
    float: right;
    padding: 10px 0;
    font-weight: 900;
    color: #000;
}

.select_ride .footer_payment .payment_method .cardNo i {
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    background: url(../images/Vector.svg) no-repeat center;
    background-size: 50%;
}

.select_ride .footer_payment .price {
    text-align: right;
    font-size: 35px;
    color: #111;
    font-weight: 900;
}

.ride_start {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}

input::placeholder {
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}

.pwa-install-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}

.banner-content p {
    margin: 0;
    font-size: 14px;
}

#installButton {
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

#installButton:hover {
    background-color: #2980b9;
}

#install-button {
    width: 96%;
    margin: 2% auto;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 20px;
    left: 2%;
}

#install-button:hover {
    background-color: #45a049;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

#install-button:active {
    background-color: #3d8b40;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

#install-button i {
    font-size: 20px;
}

a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .routes .navbar .back {
        width: 30px;
    }
    .locations .location .location_position .line .label {
        font-size: 9px;
    }
    .gif_animation img{
        margin-top: 75px !important;
    }
    .ride_info .cta .email {
        width: 90%;
        height: 50px;
        background: #EAECF0;
        border-radius: 50px;
        margin-left: 30px;
        font-size: 10px;
    }
}

.gif_animation {
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
    margin: auto;
}

.gif_animation img {
    width: calc(100% - 20px);
    border-radius: 5px;
    margin: auto 10px;
    margin-top: 150px;
}

.menu_body {
    width: 100%;
    min-height: 100px;
    margin: auto;
    margin-top: 150px;
}

.menu_body .car_menu {
    width: calc(100% - 2px);
    min-height: 70px;
    padding: 10px 20px;
    background: #E7EEF9;
    border: 1px solid #1A3B71;
    display: block;
    line-height: 70px;
    color: #101828;
    border-radius: 5px;
    margin-bottom: 10px;
}

.menu_body .car_menu .car_icon {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    background: url(../Car.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 5px;
}

.menu_body .car_menu .car_icon_2 {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    background: url(../food.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 5px;
}

.menu_body .car_menu .car_icon_3 {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    background: url(../bike.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 5px;
}

#map {
    width: 100%;
    height: 99vh;
    border: 0;
}

.footer_location_menu {
    width: 100%;
    height: 150px;
    background: #FFF;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
}

.relative {
    position: relative;
}

.footer_location_menu .search {
    width: 100%;
    height: 50px;
    background: #EAECF0;
    border-radius: 50px;
    margin-bottom: 20px;
}

.footer_location_menu .search .icon {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../images/search-normal.svg) no-repeat center;
    background-size: 60%;
    outline: none;
    border: none;
    margin: 5px 10px;
}

.footer_location_menu .search .line {
    width: 2px;
    height: 20px;
    float: left;
    background: #D0D5DD;
    margin: 15px 0;
    border-radius: 4px;
}

.footer_location_menu .search input {
    width: calc(100% - 110px);
    height: 30px;
    float: left;
    background: transparent;
    margin: 10px 10px;
    border: none;
    outline: none;
}

.footer_location_menu button {
    width: 100%;
    height: 50px;
    background: #1A3B71;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    font-weight: bold;
    border: none;
}

.footer_rating_menu {
    width: calc(100% - 20px);
    height: 370px;
    background: #FFF;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: 10px;
    bottom: 0;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.footer_rating_menu .holder {
    width: 100%;
    height: auto;
    margin-top: 40px;
    text-align: center;
}

.footer_rating_menu .holder .title {
    font-weight: 900;
}

.footer_rating_menu .holder .title_2 {
    font-weight: 900;
    font-size: 20px;
}

.footer_rating_menu .holder .star {
    width: 160px;
    height: 160px;
    display: block;
    background: url(../star.svg) no-repeat center;
    background-size: contain;
    margin: auto;
    margin-top: 0;
}

.footer_rating_menu .holder button.Rating {
    width: calc(100% - 2px);
    height: 50px;
    background: transparent;
    text-align: center;
    color: #1A3B71;
    border-radius: 30px;
    font-weight: bold;
    border: 1px solid #1A3B71;
    margin-top: 20px;
}

.back_home {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FFF url(../home.svg) no-repeat center;
    background-size: 70%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    top: 20px;
    right: 20px;
    border-radius: 50%;
}

#map .main_menu_body {
    margin: 10px;
}

.txt_content {
    padding: 100px 25px;
    line-height: 2rem;
    text-align: justify;
}
.select_person{
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    margin: auto;
}

.select_person ul{
    list-style: none;
}
.select_person ul li{
    display: inline-block;
    text-align: center;
    border-radius: 30px;
}
.select_person .person{
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #a8a8a8;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;

}

.select_person .person.active{
    border: 1px solid #1A3B71;
    background: #1A3B71;
    color: #FFF;
}