@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html, body {
    height: 100%;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgb(180, 180, 180);
}

.container {
    height: 800px;
    padding: 30px;
    border: 2px solid;
    border-radius: 10px;
    background-color: rgb(240, 240, 240);
    max-width: 1300px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #464646 !important;
}

.action-button {
    width: 30px;
}

.tab-content {
    border: 2px solid rgb(120, 120, 120);
    padding: 15px;
    border-radius: 10px;
    height: 740px;
    margin-right: 15px;
}