#zigma-logo {
	background-image: url('zigma_logo.webp');
	background-size: contain;
    height: 60px;
    width: 60px;
    display: inline-block;
	background-repeat: no-repeat;
	margin-left: 50px;
}

#zigma-title {
	font-size: xx-large;
    left: 10%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 20px;
    color: darkgray;
    width: 90%
}

#hubHeader {
    padding: 5px;
}

#sideBar {
	min-width: 250px;
}

#treeContainer {
	margin-top: 20px;
}

#hubFooter p {
	color: darkgray;
    margin-top: 0;
}

#contentRow {
    overflow: auto;;
}

.error-container {
	margin: 10%;
}

#sideBar, #hubHeader, #hubFooter, #hubContent  {
	background-color: whitesmoke;
	color: black;
}
.flexContainer {
    display: flex;
}
.smart-grid-layout {
	--smart-grid-layout-rows: 70px 1fr;
	min-height: 100vh;
}
.smart-grid-layout .row {
	padding: 0px;
    /* height: fit-content; */
}
smart-drop-down-list {
	min-height: 35px;
	height: auto;
	width: 100%;
}
div.smart-toast-container {
    width: 100% !important;
}
body,
html {
	padding: 0px;
	margin: 0px;
	overflow: auto;
	min-height: 100vh;
}

.center{
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40% );
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 10px;
    padding: 5px 0;
}

h1 {
    text-align: center;
    padding: 0 0 2 0px 0;
    border-bottom: 1px solid silver;
    color: darkgrey;
    }

    h2 {
    margin-top:100px;
    }
    
    div.form {
    padding: 10px 60px;
    box-sizing: border-box;
    }

    div.form .txt_field{
        position: relative;
        border-bottom: 2px solid #adadad;
        margin: 30px 0;
        }
        .txt_field input {
        width: 100%;
        padding: 0 5px;
        height: 40px;
        font-size: 16px;
        border: none;
        background: none;
        outline: none;
        }
        .txt_field label{
        position: absolute;
        top: 50%;
        left: 5px;
        color:#adadad;
        transform: translateY(-50%);
        font-size: 16px;
        pointer-events: none;
        transition: .5s;
        }
        .txt_field span::before{
        content:'';
        position: absolute;
        top: 40px;
        left:0;
        width: 100%;
        height: 2px;
        background: #2691d9;
        }
        .txt_field input:focus ~ label,
        .txt_field input:valid ~ label{
        top: -5px;
        color: #2691d9;
        }

    .forgot{
        margin: -5px 0 20px 5px;
        color: #a6a6a6;
        cursor: pointer;
    }
    .forgot:hover{
        text-decoration: underline;
    }
    #country {
        width: 100%;
        margin-bottom: 20px;

        input {
            font-size: 16px;
        }
    
    }

    button{
        width: 100%;
        height: 50px;
        border: 1px solid;
        background-color: #2691d9;
        border-radius: 15px;
        font-size: 16px;
        color: #e9f4fb;
        font-weight: 700;
        cursor: pointer;
        outline: none;
    }
    button:hover{
        border-color: #2691d9;
        transition: .5s;
    }
    button:disabled{
        background-color: lightgrey;
        cursor: default;
        transition: none;
        border-color: initial;
    }

    .users_signup{
        margin: 30px 0;
        text-align: center;
        font-size: 16px;
        color: #666666;
        }
        .users_signup a{
        color: #2691d9;
        text-decoration: none;
        }
        .users_signup a:hover{
        text-decoration: underline;
        } 

#countrySelector {
	width: 100%;
	margin-bottom: 20px;
}

#regLogo {
    width: 100%;
    font-size: 100px;
    color: darkgray;
    text-align: center;
  }
  
  h3 {
    color: darkgray;
  }

zigma-user, zigma-referrals {
    width: 260px;
    display: inline-block;
}

zigma-user2 {
    display: inline-block;
}

zigma-referralhistory {
    display: inline-block;
}
  