body{font-family: "Inter", sans-serif;margin: 0px; padding: 0px;}

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

a{text-decoration: none !important;}

.loginbx{display: flex; align-items: center; height: 100vh; justify-content: center;
    background-color: #222857;
    background-image: url(../assets/images/footer.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;}

.formdv input{
    padding: 0 15px;
    background: #f6f6f6;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #676464;
    width: 100%;
    font-size: 14px;
    height:50px;
    float: left;
    font-family: Inter, sans-serif;
}

.formdv label {
    color: #fff;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.formdv p{
    margin-top: 10px !important;
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}

.submit-button button{
    background-color: #2f387e;
    padding: 12px 55px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: Inter, sans-serif;
    opacity: 1;
    margin-top: 0;
}

.formdv h2 {
    color: #fff;
    font-size: 70px !important;
}

.topbar{    background-color:#2b2d42;
    padding: 15px 0;}

 .topbar p{margin: 0px; color: #fff; text-align: right;}

 .topbar p a{color: #fff; font-weight: 500; text-transform: uppercase;
 }

 .dashbdv{padding: 50px 0px;}

 .dashcontent h2{color: #2f387e; font-weight: 600;     font-size: 30px; font-weight:700 }

 .tabledta{overflow: auto; margin-top: 20px; height: 700px;}

   .tabledta table{width: 100%; border: 1px solid  #2f387e; ;}

  .tabledta table tr th{background: #2f387e; padding: 10px 15px; color: #fff}

    .tabledta table tbody tr td{
    background: #eae8ff;
    padding: 10px 15px;
}

    .tabledta table tbody tr:nth-child(even) td{
    background: #fff;
}

.viewbtn{
    font-weight: 500;
    font-size: 14px;
    background-color: #2f387e;
    border-radius: 30px;
    padding:5px 20px; border: none;
    color: #fff;
    display: inline-block;
}

.backbtn a{
    font-weight: 500;
    font-size: 14px;
    background-color: #2f387e;
    border-radius: 30px;
    padding:8px 30px; 
    color: #fff;
    display: inline-block;
}

.backbtn {margin-bottom: 30px}

.sendfrm button{    font-weight: 500;
    font-size: 14px;
    background-color: #2f387e;
    border-radius: 30px;
    padding:7px 20px;
    color: #fff;
    display: inline-block; border: none;
}

.sendfrm label {
    color:#2f387e;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.sendfrm input, .sendfrm textarea {
    padding: 5px 15px;
    background: #f6f6f6;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #676464;
    width: 100%;
    font-size: 14px;
    height: 50px;
    float: left;
    font-family: Inter, sans-serif;
}


.sendfrm p{
    margin-top: 10px !important;
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}

.resultinner {
    display: block;
    padding: 20px;
    text-align: center;
    background-image: linear-gradient(45deg, #31377d, #6a3674, #ac346a, #d63464, #e63462, #ea3b5f, #f55059, #fe5f55);
    height: 200px;
    display: flex;
    align-items: center; border-radius: 20px;
    justify-content: center;
}

.resultinner h2{color: #fff; font-weight: 700}

.resultinner p{font-size: 18px; color: #fff; margin: 0px}