﻿/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}
/* ============ desktop view .end// ============ */











.banner {
    background-color: black;
    max-height: 200px;
}

.countries-container {
    display: flex;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.disabled-button-wrapper {
    cursor: not-allowed !important;
    width: 100%;
}

    .disabled-button-wrapper a {
        width: 100%;
    }


.world-map {
    width: 100%;
}

.profile-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.payment-block {
    min-width: 270px !important;
}

.card-body {
    background-color: white !important;
}

.modal-body {
    max-height: 100%;
    overflow-y: auto;
}

img {
    max-width: 100%;
    max-height: 90%;
}

img .pages {
    max-height: 400px;
}

.nav-link-text {
    color:black;
    font-weight:bold;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: black;
    color: white;
}

.home-slogan {
    position: absolute;
}

.page {
    position: relative;
    top: 30px;
    width: 100%;
    min-height: 100%;
    padding: 2em 4em 4em 4em;
}

.page-no-image {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 2em 4em 4em 4em;
}

.page-with-world-map-image {
    background: url('/images/world-map-transparent-background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-header {
    margin-top: 30px;
}
.wgo-border-shadow {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}

.page-image {
    position: relative;
    width: 100%;
}

    .page-image .image-title {
        position: absolute;
        float: left;
        top: 60px;
        left: 100px;
        font-size: 78px;
        color: white;
    }

    .page-image .image-caption {
        position: absolute;
        float: right; 
        bottom: 130px;
        right: 100px;
        font-size: 55px;
        color: #C47530;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }

.not-found {
    background-image: url('/images/Not-Found.jpg');
    background-repeat: no-repeat;
    position: fixed;
    top: 60px;
}





.card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 34, 51, 0.1);
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
    border-radius: 0.15rem;
}

.card-header {
    cursor: pointer;
}

.tab-card {
    border: 1px solid #eee;
}

/* Default mode */
.tab-card-header > .nav-tabs {
    border: none;
    margin: 0px;
}

.tab-card-header > .nav-tabs > li {
    margin-right: 2px;
}

    .tab-card-header > .nav-tabs > li > a {
        border: 0;
        border-bottom: 2px solid transparent;
        margin-right: 0;
        color: #737373;
    padding: 2px 15px;
    }

.tab-card-header > .nav-tabs > li > a.show {
    border-bottom: 2px solid #007bff;
    color: #007bff;
}

.tab-card-header > .nav-tabs > li > a:hover {
    color: #007bff;
}

.tab-card-header > .tab-content {
    padding-bottom: 0;
    background-color: transparent !important;
    color: black !important;
}

/*.btn .btn-secondary, .active {
    background-color: transparent !important;
    color: black !important;
}
*/




.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload {
    width: 100%;
}

.thumbnail {
    max-width: 120px;
}

.input-validation-error {
    background-color: red !important;
    color: #ffffff !important;
}

.input-validation-valid {
    background-color: white !important;
    color: black !important;
}

p {
    white-space: pre-line;
}

.table-borders, .table td, .table th {
    border-top: 0 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.stats-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    height: 400px;
}

.stats-image-flag {
    position: absolute;
    height: 480px;
}

.stats-image-worlds-number-one {
    position: absolute;
}

.stats-disclaimer-image {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.stats-disclaimer {
    font-size: 1.5em;
    white-space: normal !important;
    text-align: center;
}

@media (min-width: 1200px) {
    /*.navbar {
        height: 120px !important;
    }*/

    /*.nav-link {
        font-size: 16px !important;
    }*/

    .home-slogan {
        width: 1200px !important;
        top: 200px !important;
        left: 100px !important;
    }
        .home-slogan .title {
            color: white !important;
            font-size: 78px !important;
            width: 100% !important;
        }
        .home-slogan .caption {
            margin-top: 40px !important;
            font-size: 55px !important;
            color: yellow !important;
            width: 100% !important;
        }

    .content {
        flex: 1;
        overflow: auto;
        margin-bottom: 60px;
        padding: 40px;
        font-size: 1.2em;
    }
    .footer {
        position: fixed;
    }
}

@media (min-width: 768px) {
    .navbar {
        height: 70px;
    }
    .nav-link {
        font-size: 12px;
    }

    .home-slogan {
        width: 700px;
        top: 120px;
        left: 50px;
    }
        .home-slogan .title {
            color: white;
            font-size: 40px;
            width: 100%;
    }
        .home-slogan .caption {
            margin-top: 25px;
            font-size: 30px;
            color: yellow;
            width: 100%;
    }
}