﻿.modal-header {
    border: 4px solid white;
    background-color: #FF6B00;
    color: white;
}

.btn-con {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.selSec {
    display: flex;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.centered {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.text-start {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (min-width:280px) and (max-width:640px) {

    .text-start {
        color: #222;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .mobLabel {
        font-size: initial !important;
    }

    .mobText {
        font-size: 20px !important;
    }

    .text-end {
        margin-top: 15px;
        margin-bottom: 0px !important;
        color: #F37020;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

    .close:hover {
        color: #fff;
    }

    .close {
        color: #fff !important;
    }

    .form-control:focus {
        border-color: #BFBFBF;
        box-shadow: none;
    }

    .modal-body {
        background-image: url('../images/NationalityPopUp/Group\ 375.png') !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
    }

    .btn-theme {
        background-color: #FF6B00;
        color: #fff;
        border: none;
        padding: 6px 12px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }

        .btn-theme:hover {
            background-color: #FF6B00;
            color: #fff;
        }
