body {
    margin: 0;
    background: #fbfbfb !important;
}

label {
    font-weight: 700;
}

.container {
    /* background:#FFF; */
}

form {
    padding: 10px; /*padding: 40px; */
    /* background: #f7f7f7; */
    /* border: 2px dotted #DDD;  */
    border-radius: 10px;
    margin-bottom: 40px;
}

.tabs_form{
    padding: 40px;
    background: #f7f7f7;
    /* border: 2px dotted #DDD;  */
    border-radius: 10px;
    margin-bottom: 40px;
}

.row {
    margin-bottom: 10px;
}

label {
    margin-bottom: 0 !important;
}

.section_title {
    font-size: 22px;
    font-weight: 900;

}

.small_title {
    font-size: 16px;
    font-weight: 700;
    color: #008080;
}

fieldset {
    margin: 8px 0px !important;
    border: 1px solid silver !important;
    padding: 8px !important;
    border-radius: 4px !important;
    padding: 20px !important;
}

legend {
    padding: 2px !important;
}

.colored {
    color: #87ceeb;
}

.btn-primary {
    background: #008080 !important;
}

.previous_button, .next_button {
    padding: 4px 30px !important;
}

@media (max-width: 1560px) {
    .welcome_img {
        padding: 90px !important;
        width: 550px !important;
    }

    .welcome_page {
        padding: 40px !important;
        margin: 0px !important;
    }

    .home_page_button {
        font-size: 11px !important;
    }

    .header {
        font-size: 26px !important;
        font-weight: 500 !important;
    }

    .header1 {
        font-size: 20px !important;
        font-weight: 500 !important;
    }

    .paragraph {
        font-size: 13px !important;
    }

    .start_buttons button {
        margin-bottom: 10px !important;
    }

}

@media (max-width: 1360px) {
    body {
        font-size: 10px !important;
    }

    table {
        font-size: 10px !important;
    }

    .nav-item i, .nav-item p{
        font-size: 11px !important;
    }

    button, a {
        font-size: 9px !important;
    }

    .action_column {
        width: 280px !important;
    }

    /* .sap_id_column {
        width: 100px !important;
    } */
    input, select {
        font-size: 9px !important;
    }

    .welcome_img {
        padding: 90px !important;
        width: 550px !important;
    }

    .welcome_page {
        padding: 40px !important;
        margin: 0px !important;
    }

    .home_page_button {
        font-size: 11px !important;
    }

    .header {
        font-size: 26px !important;
        font-weight: 500 !important;
    }

    .header1 {
        font-size: 20px !important;
        font-weight: 500 !important;
    }

    .paragraph {
        font-size: 13px !important;
    }

    .start_buttons button {
        margin-bottom: 10px !important;
    }

    .logo {
        width: 180px;
        padding: 0px;
    }

    .Email {
        font-size: 16px !important;
    }

    .vendor_header {
        font-size: 20px !important;
    }

    .ql-editor {
        font-size: 10px !important;
    }
/* 
    .main-sidebar {
        width: 180px !important;
    }
    .content-wrapper {
        margin-left: 180px !important;
    }
    .nav-item a {
        width: 170px !important;
    } */
}