div#container {
    /*width: 100%; */
    position: absolute;
    height: 100vh;
    background: white;
    left: -8px;
    /* border-radius: 19px; */
    right: 8px;
    top: 0px;
    bottom: 0px;
    padding: 10px;
    /* background: rgb(106, 168, 247); */
}

label {
    display: inline-block;
    width: 25%;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 600;
}

div#main_container{
    background: white;
    height: 100%;
    padding: 20px 15px;
    border-radius: 15px;
    /* box-shadow: 2px 1px 2px black; */
}

div#container h1{
    /* height: 50px; */
    padding: 20px 18px;
    /* text-indent: 5pc; */
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 27px;

}

#errorheader{
    font-size: 16px;
    font-weight: bold;
}

div#login_container h2{
    font-size: 21px;
    font-weight: 700;
    text-indent: 18px;
}

div#login_container p{
    text-indent: 2pc;
    margin: 15px auto;
    font-size: 14px;

}

div#login_container form{
    height: 140px;
    margin: 25px 10px;
    display: flex;
}

div#login_container form div#input{
   width: 75%; 
}

span#title_content{
    color:rgb(12, 111, 240);
}

input#api-key{
    width: 70%;
    height: 40px;
    padding: 15px 8px;
    border-radius: 7px;
}


input[type="submit"]{
    width: 120px;
    border: 3px solid;
    border-color:rgb(45, 123, 224) ;
    background-color: rgb(45, 123, 224);
    color: white;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    /* left: 24.5%; */
    top: 30px;
    cursor:pointer;
}

input[type="submit"]:hover{

    box-shadow: 2px 2px 3px grey;
}

/***************      main_page_style      ****************/
div#main_page_container_after_auth {
    width: 100%;
    height: 100%;
}
div#home-page-head{
    width: 100%;
    height: 100%;
    /* border-radius:15px; */
    display: flex;
}
div#menu_list {
    background:rgb(45, 123, 224);
    height: 50px;
    border-radius: 8px;
}
div#menu_list ul {
    margin: 0px;
    width: 100%;
    height: 100%;
}

div#menu_list ul li{
    width: 50%;
    height: 45px;
    background: white;
    border-radius: 8px 8px 0px 8px;
    /* border: 8% solid; */
    border: 2.5px solid rgb(45, 123, 224);
    /* border-color: lightblue; */
    font-size: 20px;
    font-weight: 500;
}

div#menu_list ul li a{
    margin: 11.5px 0px;
    position: absolute;
    width: 45%;
    text-align: center;
    color:rgb(12, 111, 240)
}

div#home-page-body {
    width: 50%;
    /* float: left; */
    margin: 2px 1%;
    height: 300px;
    padding: 2px 1%;
}
div#home-page-body h4 {
    font-weight: 600;
    font-size: 18px;
}

div#consumer_sync {
    width: 50%;
    /* float: left; */
    margin: 2px 1%;
    height: 300px;
    padding: 2px 1%;
}
div#current-log {
    width: 100%;
    height: 150px;
}
button#logout_btn,button#sync_btn{
    width: 120px;
    border: 3px solid;
    border-color:rgb(45, 123, 224) ;
    background-color: rgb(45, 123, 224);
    color: white;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 7px;
    position: relative;
    /* left: 24%; */
    /* top: 30px; */
    cursor:pointer;
}

button#sync_btn {
    width: auto;
    font-weight: 500;
    padding: 5px 8px;
    left: 0;
    top: 0;
}

/* button#logout_btn:hover,button#sync_btn:hover{
    box-shadow: 2px 2px 3px black;
} */

div#current-log p {
    height: 50px;
    margin: 0px;
    /* color: rgb(45, 123, 224); */
    font-size: 16px;
    font-weight: 700;
    text-indent: 0pc;
}
div#current-log p span {
    height: 50px;
    margin: 0px;
    color: rgb(45, 123, 224);
    font-size: 16px;
    font-weight: 600;
    text-indent: 0pc;
}

/**** process container ****/
div#process_status_container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(100,100,100,0.3);
}
div#process_status_block {
    width: 400px;
    height: 250px;
    background: rgba(240,240,240);
    text-align: center;

    position: relative;
    left: 42.5%;
    top: 30%;
}

div#process_status_block hr {
    margin: 6.5px 2px;
    position: relative;
    border: 1px solid rgb(192, 189, 189);
    top: -5px;
}

p#process_status {
    height: 100px;
}
p#process_status span{
    position: relative;
    top: 45px;
    font-size: 18px;
    font-weight: 700;
}
button#process_btn {
    width: 75px;
    height: 35px;
    border-radius: 5px;
    border: 0px solid;
    color: white;
    border-color: black;
    background: rgb(12, 111, 240);
    position: relative;
    right: -150px;
    top: 0px;
    cursor: pointer;
}

p#process_status_icon {
    font-size: 35px;
    font-weight: bold;
    border: 3px solid;
    width: 50px;
    color: forestgreen;
    height: 50px;
    position: relative;
    border-radius: 50%;
    left: 42%;
    top: 50px;
    margin: 20px 0px;
}
button#process_btn:active{
    border: 2px solid;
}
div#process_content_ctn{
    height: 185px;
}
div#loader_icon {
    display: none;
    width: 150px;
    height: 50px;
    position: relative;
    top:-5%;
    left:35% ;
}

div#loader_icon span{
    position: relative;
    left: 50px;
    top: 15px;
    font-weight: 600;
}

i#spin_loader {
    /* width: 30px; */
    /* height: 30px; */
    border: 3px solid;
    padding: 10px 10px;
    border-radius: 50%;
    border-top-color: rgb(120, 173, 255);
    border-right-color: rgb(141, 185, 252);
    border-bottom-color: rgb(168, 202, 255);
    border-left-color: rgb(179, 209, 255);
    position: absolute;
    top:10px;
    left:13px;
    /* border: 3px solid; */
}