@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.ft-9{
    font-size: 9px !important;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.form-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

li,ul{
    list-style-type: none;
}

.bgGrey{
    background-color: #a6cee3 !important;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-container input,
.form-container textarea,
.form-container button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: -webkit-fill-available;
}

.form-container button {
    background-color: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
}

.form-container button:hover {
    background-color: #218838;
}


.dashboard {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dashboard h2 {
    text-align: center;
    margin-bottom: 20px;
}

.dashboard a {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #007bff;
}

.logo{
    font-weight: 800;
    font-style: italic;
    font-size: 24px;
}

.custom_height{
    min-height: 100vh !important;
}

.left-nav ul{
    list-style-type:none;
    margin-top: 32px;
    padding: 0px;
}

.left-nav ul li{
    padding: 5px 0px;
}

.mr-2{
    margin-right: 6px;
}

.left-nav a{
    text-decoration: none !important;
    color: #000 !important;
}



.top-nav{
    display: flex;
    place-items: center;
}

.id-dropdown{
    display: contents;
}

.id-dropdown .dropdown-menu{
    margin-top: 24px;
    padding: 12px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 200px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 9px;
}
.bg_main{
    background-image: url(assets/main.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

.top-left-nav-main{
    display: flex;
    justify-content: end;
    padding-top: 12px;
}

.top-left-nav-main a{
    padding: 0px 20px;
    color: #fff;
    text-decoration: none;
}

.for_new_user_table th,.for_new_user_table td{
    padding: 0px 20px;
}
button{
    background-color: #000 !important;
    color:#fff !important;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 10px;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #e9ecef;
}

.dismiss-btn {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color: #d9534f;
    width: 100%;
    text-decoration: none;
}

.whiteCardBg{
    padding: 20px 32px;
    background-color: #fff !important;
    border-radius: 7px;
 }


.whiteCardBg p,.whiteCardBg h5{
    margin: 0px;
}
.whiteCardBg h5{
    margin-bottom:20px;
}
.colorRed{
    color: red;
}
.ft9{
    font-size: 9px;
}
.ft11 a{
    font-size:11px;
    text-decoration: none;
}

