/*
	Theme Name: Hello Elementor Child
	Description: Hello Elementor Child Theme
	Author: Ftect
	Author URI: https://ftect.vn
	Version: 1.0.0
    Template: hello-elementor
*/

.menu-dashboard {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.info_user a {
    height: 25px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.calendar-card {
    flex-direction: column;
    align-items: baseline;
}

.company .position {
    height: 18px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.cky-btn-revisit,
.cky-overlay,
.cky-btn-revisit-wrapper {
    display: none !important;
}

.ketnoi.active a {
    background: #4366ac;
}

.menu-dashboard-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.menu-dashboard-item span {
    margin-top: 6px;
}

.menu-dashboard-item svg {
    width: 36px;
    height: 36px;
}

.tintuc a:hover {
    color: #000 !important;
}

button {
    border: none !important;
}

.menu-dashboard-item a:hover {
    background: none !important;
    border: none !important;
}

.empty-tickets {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.empty-tickets p {
    font-weight: bold;
    font-size: 30px;
}

.form-group select {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #8692a6;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3sease;
    min-height: 35px;
    box-sizing: border-box;
    height: 52px;
}

.tim_kiem_su_kien {
    position: relative;
}

.tim_kiem_su_kien .tim_kiem_btn {
    position: absolute;
    top: 13px;
    left: 10px;
}

.tim_kiem_su_kien input {
    padding: 10px 20px 11px 36px !important;
}

.navbar h1 {
    color: #fff;
}

.ketnoi {
    text-align: center;
}

@media (max-width: 600px) {
    .flex_thongtin {
        flex-direction: column;
        gap: 0px;
        margin-top: 20px;
    }

    .flex_thongtin .form-group {
        width: 100%;
    }

    .flex_thongtin::before {
        content: '';
        display: none;
    }
}