* {
    font-size: 14px;
    line-height: 14px;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none !important;
}

ul li {
    list-style: none;
}
.form-control:focus {
    box-shadow: none !important;
}
/****login****/
.login_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.inner {
    padding: 30px 50px;
    box-shadow: 0px 4px 8px 4px rgb(0 0 0 / 17%);
    background-color: #fff;
    border-radius: 30px;
    width: 450px;
}
.cust_label {
    text-align: left !important;
}
.inner h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: bold;
}

.outer_div {
    background: linear-gradient(80deg, #003e68 0%, #015294 33.33%, #1d9bf0 100%);
}

.inner button {
    background: linear-gradient(80deg, #003e68 0%, #015294 33.33%, #1d9bf0 100%);
    margin: 0 auto;
    margin-top: 30px;
    display: table;
    color: #fff;
    padding: 8px 30px;
}

.inner button:hover {
    color: #fff;
    box-shadow: none;
}

.inner .logo {
    margin: 0 auto;
    display: table;
    margin-bottom: 5px;
}

.inner .logo {
    width: 180px;
    height: 90px;
}

/****dashboard_page*****/
.header {
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 17%);
    position: fixed;
    top: 0;
}

.logo {
    width: 130px;
    height: 90px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lft h3 {
    margin-bottom: 0;
    color: #107ac6;
}

.logout_btn {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.sidebar {
    background-color: #fff;
    box-shadow: 0px 3px 3px 2px rgb(0 0 0 / 17%);
    height: 100vh;
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 10rem;
    background: linear-gradient(80deg, #003e68 0%, #015294 33.33%, #1d9bf0 100%);
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
    margin-top: 44px;
}

.pg-sideer {
    position: relative;
    height: 100%;
}

.menu {
    padding: 25px 10px;
}

.menu li {
    margin: 12px 0;
}

.menu li a {
    color: #fff;
    font-size: 10px;
}

.menu li a:hover {
    text-decoration: none;
}

.lft {
    display: flex;
    gap: 10px;
    align-items: center;
}

.menubtn {
    background: linear-gradient(80deg, #003e68 0%, #015294 33.33%, #1d9bf0 100%);
    color: #fff;
    font-size: 16px;
    transform: rotate(269deg);
    position: absolute;
    padding: 8px 11px;
    right: -30%;
    top: 40%;
    letter-spacing: 3px;
    border-radius: 0px 0px 10px 10px;
    border: 0 !important;
    font-size: 10px !important;
}

.menubtn:hover {
    color: #fff;
    text-decoration: none;
}

.close-icon {
    color: #000;
    background-color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 0;
    /* box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 20%); */
}
.top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 3px 0px 11px 5px #107ac66e;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-line .btn {
    font-size: 14px !important;
    padding: 4px 10px !important;
}
.top-line h4 {
    margin-bottom: 0 !important;
    font-size: 17px;
}
.top-line .lfside {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 40%;
    justify-content: space-between;
    align-items: center;
}
.searchBar {
    background-color: #fff;
    /* height: 45px; */
    box-shadow: 0px -1px 11px 3px rgb(161 159 159 / 46%);
    padding: 5px 15px;
    width: 85%;
    border-radius: 7px;
}
.searchBar input {
    border: 0;
    width: 95%;
    padding: 0 !important;
    font-size: 11px !important;
}
.bluebtn {
    border: 0;
    padding: 8px 20px;
    color: #fff;
    background-color: #188ddf;
    border-radius: 17px;
    font-weight: bold;
}
.searchBar input:focus-visible {
    outline: 0 !important;
    box-shadow: 0 !important;
}
.main {
    padding: 15px 15px;
    margin-top: 54px;
}
.my_table {
    overflow-x: scroll;
}
.main table th,
.main table td {
    text-wrap: nowrap;
    font-size: 14px;
    line-height: 14px;
}
.toggole {
    display: none;
}
.toggole svg {
    color: #000;
    font-size: 24px;
}
.header h3 {
    margin-bottom: 0 !important;
    color: #025598;
    font-size: 20px;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    font-size: 11px !important;
    padding: 4px 10px !important;
}
/****addBuyer_details****/

.addBuyer_details form {
    padding: 25px 50px;
    background-color: #fff;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    overflow-y: auto;
    border: 1px solid #ccc;
}
.addBuyer_details h3 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #025598;
}
/*****responsive****/
@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 30px 30px;
    }
    .top-line .lfside {
        width: 60%;
    }
    .header h3 {
        text-align: center;
    }
    .toggole {
        display: block;
    }
    .menubtn {
        display: none !important;
    }
    .sidebar {
        width: 73%;
    }
    #main {
        margin-left: 0 !important;
    }
    .addBuyer_details form {
        padding: 22px 20px;
    }
    .addBuyer_details form {
        width: 100%;
    }
    .addBuyer_details {
        margin: 18px 15px;
    }
}
@media (max-width: 575px) {
    .top-line {
        flex-direction: column;
        align-items: start;
    }
    .top-line .lfside {
        width: 100%;
    }
    .top-line h4 {
        margin-bottom: 10px !important;
    }
}
@media (max-width: 480px) {
    .top-line .lfside {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .searchBar {
        width: 100%;
    }
    .sidebar {
        width: 67%;
    }
}
