body,
html {
    margin: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
}

.body-content {
    margin: 0;
    background-color: #ffff;
}
.body-content-login{
    display: grid;
    grid-template-rows: 110px 40px 1fr;
}
.container-login{
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2, minmax(1px, 1fr));
}
.item-login {
    padding: 40px 80px;
    color: #ffff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mt-0{
    margin-top: 0;
}
.item-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-color-hits {
    background-color: #2b807c;
}
.bg-color-white {
    background-color: #ffff;
}
.mb-10px{
    margin-bottom: 10px;
}

.nav-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    background-color: #ffff;
}

.sub-nav {
    margin: 0;
    width: 100%;
    height: 40px;
    background-color: #10a494;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
}

.sub-nav-box {
    display: flex;
    align-items: center;
    width: 40%;
    height: 40px;
    margin: auto;
    justify-content: center;

}
.tab-link {
    color: #ffff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-tabs {
    display: flex;
    height: 100%;
    align-items: center;
}

.tab-link:hover {
    background-color: #1a7465;
}

.active {
    background-color: #1a7465;
}

.container {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.item {
    width: 50%;
    color: #ffff;
    padding-left: 30px;
    margin-left: 40px;
}

.box-right {
    align-content: center;
    align-items: center;
    justify-content: center;
}

.img-style {
    height: 480px;
    width: 540px;
}

.img-logo {
    width: 210px;
    margin-left: 60px
}

.display-flex {
    display: flex;
}

.label-login {
    color: #10a494;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.login-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-right: 50px;   
}

.login-content.hide {
    display: none;
}

.button-green {
    background-color: #10a494;
    margin-left: 10px;
    width: 100%;
    height: 100%;
    color: #ffff;
    border: 0px;
    padding: 5px 10px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
}

button.button.button-green {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
}

.button-navbar {
    margin-left: 10px;
    width: 100%;
    background-color: #f58220;
    height: 100%;
    color: #ffff;
    border: 0px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.form-control {
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #DBDBEA;
    background-color: #f0f0f0;
}
.form-control:focus{
    box-shadow: none;
    border-bottom: 1px solid #26C9FF;
}

.password-input {
    font-size: 18px;
    padding: 8px 10px 8px 10px;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

.hover-tag {
    position: relative;
    padding: 4px;
    transition: all .2s ease-in-out;
}

.div-button {
    width: 140px;
    padding: 2px;
    height: 38px;
}

.hits-strong-letter {
    color: #a8e4dc;
    font-size: 50px;
}

.mt-10px {
    margin-top: 10px
}

.width-100-percent {
    width: 100%;
}

.height-120px {
    height: 120px
}

.height-50px {
    height: 50px;
}

.overflow-x-scroll {
    overflow-x: auto;
}

.default-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.container-content {
    height: 100%;
    margin-right: 45px;
    margin-left: 45px;
    margin-top: 15px;
}

.title-container {
    font-size: 25px;
    font-weight: bold;
    color: #676768;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.title-container .spreesheet-gen-info {
    justify-content: center;
    font-size: 13px;
    font-weight: 100;
    margin-left: 5px;
}

.search-box-input {
    width: 100%;
    border: 1px solid #DBDBEA;
    border-radius: 20px;
    color: #6d6d6d;
    font-size: 18px;
    padding: 10px 0 10px 15px;
}
.search-box-input:focus{
    border: 1px solid #DBDBEA;
}
.input-search {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.width-200-px {
    width: 200px;
}

.input-icon {
    position: absolute;
    margin-top: 11px;
    color: #6d6d6d;
    right: 60px;
}
div.display-flex.icon-detail{
    gap:5px;
    cursor: pointer;
}

span.material-icons.font-size-18px {
    font-size: 18px;
    cursor: pointer;
}
.header-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 11px;
}

.info-box {
    display: inline-flex;
    align-items: center;
    background-color: #E6F7FF;
    border: 1px solid #91D5FF;
    color: #000;
    padding: 8px 12px;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.info-icon {
    color: #1890FF;
    margin-right: 5px;
}
.bold {
    font-weight: bold;
}

footer {
    padding: 30px;
    position: fixed;
    bottom: 0;
}

.guest-main-container {
    display: flex;
    align-items: center;
    gap: 5px;
}