@font-face {
    font-family: primary-font;
    src: url('./fonts/GoogleSans-Regular.ttf');
}

.vdh_tragop {
    border: 2px dashed #b52934;
    padding: 20px 25px 15px;
    font-family: primary-font !important;
    margin: 0 auto;
    color: #292929 !important;
}

.vdh_heading {
    margin-bottom: 30px;
}

.vdh_title {
    margin: 0;
    font-size: 30px;
    color: #292929 !important;
}

.vdh_tragop label {
    display: block;
    margin-bottom: 10px;
}

.vdh_form_group {
    margin-bottom: 80px;
}

.noUi-value {
    margin-top: 10px;
}

.vdh_label {
    font-weight: bold;
}

.vdh_button {
    background-color: #ffc550;
    border: none;
    color: white;
    padding: 0 20px;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 0 !important;
}

.vdh_modal {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.vdh_modal_content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px 30px;
    max-width: 80%;
    border-radius: 10px;
    height: 80vh;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.vdh_close_button {
    position: absolute;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    background-color: #fff;
    right: -10px;
    top: -10px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
    border: 1px solid #dadada;
}

.vdh_close_button:hover {
    background-color: #ffc550;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.vdh_bang_tra_gop {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    margin: 0 !important;
}

.vdh_bang_tra_gop td,
.vdh_bang_tra_gop th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center !important;
    color: #292929 !important;
}

.vdh_bang_tra_gop tr:nth-child(even) {
    background-color: #f2f2f2;
}

.vdh_bang_tra_gop tr:hover {
    background-color: #ddd;
}

.vdh_bang_tra_gop th {
    background-color: #e9e9e9;
    color: #4a4a4a;
    text-align: center;
    position: sticky;
    top: 0;
    text-transform: inherit !important;
    letter-spacing: 0 !important;
}

.vdh_bang_tra_gop tfoot {
    position: sticky;
    bottom: 0;
    font-weight: bold;
    text-align: center;
    background-color: #ccc;
}

.title_tra_gop {
    font-size: 25px;
    font-weight: bold;
    color: #2d7dcf;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.vdh_bang_tra_gop .highlight {
    color: red !important;
}

.vdh_number_month {
    color: #2d7dcf;
}

.vdh_tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: row;
}

@media (max-width: 800px) {
    .vdh_tab {
        flex-direction: column;
    }
}

.tablinks {
    flex: 50%;
}

/* Style the buttons that are used to open the tab content */
.vdh_tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.vdh_tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.vdh_tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.vdh_tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    height: 83%;
    overflow-y: scroll;
}

.note ul {
    padding-left: 10px !important;
    line-height: 20px;
    margin: 0 !important;
}

.vdh_tragop a {
    color: #03a0e2 !important;
}

.vdh_tab button {
    margin: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}