﻿#countryselect {
}

    #countryselect h2 {
        font-size: 1.125rem;
        line-height: 1.57143;
        font-weight: bold;
    }

        #countryselect h2.title {
            font-size: 1.725rem;
        }

    #countryselect h3 {
        font-size: .775rem;
        line-height: 1.57143;
        font-weight: bold;
    }

    #countryselect b {
        font-weight: bold;
    }

    #countryselect .btn-link {
        font-size: .775rem;
        line-height: 1.57143;
    }

    #countryselect a {
        font-size: .775rem;
        line-height: 1.57143;
        color: #000000;
    }

        #countryselect a:hover {
            text-decoration: none;
        }

    #countryselect .header-bg {
        position: relative;
        background-image: url(/img/flag/country-selector-modal-header.png);
        height: 120px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgba(2,16,50,.86);
        text-align: center;
    }

        #countryselect .header-bg .logo {
            position: relative;
            margin: auto;
            display: block;
            top: 50%;
            transform: translateY(-50%);
        }

        #countryselect .header-bg .close {
            position: absolute;
            right: 5px;
            top: 5px;
            cursor: pointer;
            border-radius: 50%;
            border: 1px solid #fff;
            padding: 2px 3px;
        }

        #countryselect .header-bg .cover {
            background: rgba(2,16,50,.86);
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
        }

    #countryselect .box {
        display: block;
        border: 1px solid #e9e9ea;
        border-radius: 4px;
    }

        #countryselect .box img {
            border: 1px solid #e9e9e9;
            border-radius: 50%
        }
