/*
Theme Name: LegitPin Theme
Theme URI: https://legitpin.com
Author: Mr AY
Author URI: https://legitpin.com
Description: Custom theme for LegitPin
Version: 1.0
*/

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: #00204e;
}

.topnav a {
    align-content: left;
    color: orangered;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #00204e;
    color: black;
}

.topnav a.active {
    background-color: #00204e;
    color: white;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #00204e;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.topnav {
    overflow: hidden;
    background-color: #00204e;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: #00204e;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: right;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #00204e;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    color: white;
}

.dropdown-content a:hover {
    background-color: #00204e;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 850px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 850px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: none;
        align-content: display block;
        color: white;
        padding: 14px 20px;
        text-decoration: none;
        font-size: 17px;
    }
}

.group {
    background: #fff;
    border: 2px solid #00204e;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.group1 td {
    background: #00204e;
    padding: 20px;
    border: dotted 2px solid white;
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

.group1 a {
    color: white;
}

.group2 {
    background: #00204e;
    padding: 20px;
    border: dotted 2px solid white;
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

.group1 a {
    color: white;
}

.group3 {
    padding: 20px;
    border: dotted 2px solid white;
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

.group3 a {
    color: white;
}

* {
    box-sizing: border-box;
    border-radius: 10px;
}

.xcontainer input[type=password], .xcontainer select, .xcontainer textarea {
    width: 100%;
    background-color: white;
    padding: 12px;
    border: 2px solid #00204e;
    border-radius: 4px;
    resize: vertical;
}

.xcontainer label {
    padding: 15px 12px 12px 0;
    display: inline-block;
}

.xcontainer input[type=submit] {
    background-color: #00204e;
    color: white;
    padding: 12px 100px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    float: center;
}

.xcontainer {
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 20px;
    margin: 10px;
    font-weight: bold;
    text-align: center;
}

img.custom-logo {
    width: 300px;
}