/* ============== basic css ============== */

.floatIcon{
    border: 1px solid;
    width: fit-content;
    border: dashed;
    padding: 10px;
    position: absolute;
    top: 49px;
    left: 451px;
}
body {
    background-color: white;
    margin: 0px;
    overflow-x: hidden !important;
    font-family: initial;
}

p {
    margin: 0px;
}

a {
    margin: 0px;
    text-decoration: none;
    color: #239ad5;
}

a:hover {
    color: white;
    text-decoration: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

button {
    outline: none;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

select {
    outline: none;
}

option {
    outline: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

@media only screen and (min-width: 1400px) {
    body {
        width: 100% !important;
        margin: auto !important;
    }
}


/* ============== /basic css ============== */


/* ============== main css ============== */

.login_1st_div_2 {
    padding: 40px;
}

.login_1st_img_1 {
    width: 130px;
    margin: auto;
}

.login_1st_p_1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 15px;
}

.login_1st_p_2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 50px;
}

.login_1st_div_3 {
    margin-top: 40px;
}

.login_1st_btn_1 {
    width: 38%;
    border: 0px;
    background-color: #eaf1fa;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 3px 3px 7px 0px #aaaaaa;
    margin-right: 5px;
}

.tab button.active {
    background-color: #007aff;
    color: white;
}

.tabcontent {
    display: none;
}

.login_1st_div_4 {
    margin-top: 20px;
}

.login_1st_btn_2 {
    width: 80%;
    border: 0px;
    background-color: #eaf1fa;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 3px 3px 7px 0px #aaaaaa;
}

.login_1st_img_2 {
    height: 30px;
    width: 30px;
    margin-right: 15px;
}

.dashboard_div_3 {
    background-color: #007aff;
    color: white;
    padding: 5px 15px;
    position: fixed;
    width: 81%;
    top: 0px;
    z-index: 999999 !important;
}

.dashboard_img_1 {
    width: 65px;
    margin-top: 10px;
}

.dashboard_btn_1 {
    border: 0px;
    background-color: green;
    color: white;
    padding: 6px 8px;
    border-radius: 6px;
    margin-top: 37px;
    width: 46%;
    margin-left: 6px;
}

.dashboard_btn_2 {
    border: 0px;
    background-color: #3f51b5;
    color: white;
    padding: 6px 8px;
    border-radius: 6px;
    margin-top: 16px;
    width: 46%;
    margin-left: 6px;
}

.dashboard_img_2 {
    width: 50px;
    height: 48px;
    border-radius: 28px;
}

.dashboard_div_6 {
    text-align: end;
}

.dashboard_p_1 {
    font-size: 20px;
}

.dashboard_p_2 {
    font-size: 17px;
}

.footer_div_1 {
    background-color: #eaf1fa;
    padding: 15px 0px;
    color: #626262;
    text-align: center;
}

.footer_p_1 {
    font-size: 30px;
}

.footer_p_2 {
    font-size: 20px;
}

.footer_div_1 {
    background-color: #eaf1fa;
    padding: 15px 0px;
    color: #626262;
    text-align: center;
    position: fixed;
    width: 81%;
    bottom: 0px;
}

@media only screen and (max-width: 770px) {
    .login_1st_div_2 {
        padding: 40px 0px;
    }
    .login_1st_btn_1 {
        width: 45%;
    }
    .login_1st_btn_2 {
        width: 95%;
    }
    .login_1st_p_1 {
        font-size: 22px;
        line-height: 27px;
    }
    .login_1st_div_3 {
        margin-top: 80px;
    }
    .dashboard_div_3 {
        width: 100%;
        left: 0px;
    }
    .footer_div_1 {
        width: 100%;
        bottom: 0px;
        left: 0px;
    }
    .dashboard_img_1 {
        width: 45px;
        margin-top: 4px;
    }
    .dashboard_btn_1 {
        margin-top: 25px;
        width: 47%;
        font-size: 8px;
        margin-left: 0px;
        padding: 6px 0px;
    }
    .dashboard_btn_2 {
        margin-top: 25px;
        width: 47%;
        font-size: 8px;
        margin-left: 0px;
        padding: 6px 0px;
    }
    .dashboard_img_2 {
        width: 30px;
        height: 28px;
        margin-top: 6px;
    }
    .dashboard_p_1 {
        font-size: 12px;
    }
    .dashboard_p_2 {
        font-size: 7px;
    }
    .dashboard_div_7 {
        padding: 0px;
    }
    .footer_p_1 {
        font-size: 20px;
    }
    .footer_p_2 {
        font-size: 12px;
    }
}


/* ============== /main css ============== */