@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff') format('woff');
}

html,
body {
    margin: 0;
    height: 100%;
    font-family: Montserrat;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.parent {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
    font-weight: 700;
    font-size: 10pt;
    color: #ffffff;
    background: #1E2632;
    width: 600px;
    border-radius: 10px;
}

.input {
    border: 0px;
    padding: 5px;
    width: 100%;
    margin-bottom: 5%;
    line-height: 100%px;
    background: #1E2632;
    border: 1px solid #199BDB;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff;
}

canvas {
    width: 100vw;
    height: 100%;
    display: block;
}

.spinner {
    height: 30px;
    width: 30px;
    margin: 0;
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;

    animation: rotation 0.8s linear infinite;

    border-left: 5px solid rgb(235, 235, 235);
    border-right: 5px solid rgb(235, 235, 235);
    border-bottom: 5px solid rgb(235, 235, 235);
    border-top: 5px solid rgb(120, 120, 120);

    border-radius: 100%;
    background-color: rgb(189, 215, 46);
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

#load {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    background-color: #444;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: sans-serif;
    font-size: large;
    text-align: center;
}
#progress {
    height: 20px;
    width: 30px;
}

.logo {
    /*width: 329px;
    display: block;
    margin: 0 auto;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 10%;
    height: 40%;
    width: 80%;
    object-fit: contain;
    display: block;
}

.dlabel {
    font-family: Montserrat;
    font-style: normal;
    font-weight:  bold;
    font-size: 14px;
    line-height: 18px;

    /* or 129% */
    display: flex;
    align-items: center;

    /* Text - Active */
    color: #FFFFFF;
    padding: 2%;
    text-align: center;
}

.logo {
    padding-top: 5%;
}

.login_button {
    border: 0;
    margin: 0 auto;
    display: block;
    background: #199BDB;
    color: #ffffff;
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 2%;

}

.login_button:hover {
    background-color: #67788E;
}

/* remove dropdown arraw */
.dropdown-toggle::after {
    content: none;
}

/*change dropdown menu hover */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #199BDB;
    color: #FFFFFF;
}

.border-color {
    border-color: #199BDB;
}

.container_hover {
    background-color: #199BDB;
}
.image_hover {
    filter: invert(100%);
}

div[id$='img_container'] {
    width: 50px;
    height: 50px;
}

div[id$='img_container']:hover {
    background-color: #199BDB;
}

.item1 {
    padding-right: 10px;
}

.navbar_hidden {
    visibility: hidden;
}
.dark_bg {
    background-color: #06080a;
}

#build_version {
    padding-left: 15px;
}

.iti__country-list {
    background-color: black;
}
