/* Custom style web */
.example1 {
	visibility: inherit;
}
:root {
    --color-turquoise: #29d697;
}
.message-finish {
    font-size: 1rem;
    color: #38A4C9;
    margin-bottom: 16px;
}
.text-14px {
    font-size: 0.875rem;
}
.text-grey {
    color: #6b6877;
}
#comment_post_form .table-bordered {
    border: 1px solid #ddd;
}
#comment_post_form .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
#comment_post_form .table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.text-muted {
    color: #6B6877
}
hr.size-1 {
    border-bottom: 1px solid #E1E1E4;
}
.row {
    display: flex;
    gap: 20px;
}
.section-main-content .header-main-content {
    width: 100%;
    float: left;
    padding-bottom: 32px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
#box-select-time {
    min-width: 75%;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(48, 43, 65, .16);
    box-shadow: 0 4px 8px rgba(48, 43, 65, .16);
    border-radius: 8px;
    padding: 10px 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-weight: 100;
}
#box-select-time.active {
    opacity: 1;
    visibility: visible;
}
#box-select-time .item-select {
    display: block;
    padding: 10px 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 0.875rem;
    white-space: nowrap;
    position: relative;
}
#box-select-time .item-select:hover {
    background: var(--color-link);
    border-radius: 8px;
    color: #fff;
}
#box-select-time .item-select-date:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #6B6877;
    border-bottom: 2px solid #6B6877;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -22%;
    top: 14px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-arrow {
    position: absolute;
    right: 10px;
    pointer-events: none; /* Make sure it doesn't block clicks on the input */
    content: "";
    border: solid #6B6877;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    transform-origin: center center;
    top: calc(50% - 6px);
    cursor: pointer;
}
.dropdown-content {
    border-radius: 8px;
    --max-height: 215px;
    display: none;
    max-height: 0;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 3;
    width: 100%;
    position: absolute;
    padding: 6px;
/*    width: calc(100% - 12px);*/
    width: 100%;
}
.dropdown-content.show {
    display: block;
}
.dropdown-item {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 44px;
    background: #FFF;
    border-radius: 8px;
    color: #120D26;
    padding: 0 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-bottom: 8px;
}

.dropdown-item:hover {
    background: var(--color-main);
    color: #fff;
}
.dropdown-content::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}
.dropdown-content::-webkit-scrollbar-thumb {
    background-color: #C4C4C4;
    border-radius: 10px;
}
.dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px transparent;
    background-color: transparent;
}
.jx-team-chosen .jx-team-change {
    min-width: 90px;
}
body #tova-root .tova-bubble-greeting iframe {
    z-index: 11 !important;
}

@media (max-width: 991px) {
    body.page-pay .wrapper-messenger {
        z-index: 1 !important;
    }
}