﻿.modal-header {
    justify-content: space-between;
}

.tu-preloader_holder img {
    margin: 0;
}

.tu-navbar > .container-fluid > strong {
    flex: 1;
}

.tu-navbar .navbar-brand {
    font-family: "Poppins", serif;
    font-weight: 600;
    color: black;
    padding: 6px 0;
    max-width: 140px;
}

.tu-navbar .navbar-brand:hover {
    color: black;
}

.tu-navbar .navbar-brand > img {
    width: 42px;
    margin-right: -4px;
    display: inline-block;
}

.tu-menu {
    background-color: #ddd;
}

.tu-menu i {
    color: #000;
}

.sub-menu {
    width: 220px;
}

@media (max-width: 991px) {
    .tu-asider-holder {
        margin: 0;
    }
}

.tu-main-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tu-afterlogin > li {
    margin: 0;
    min-width: 40px;
}

.field-validation-error {
    color: red;
}

.form-validation-error {
    color: red;
    padding: 0px 10px;
}

.tu-profilewrapper .tu-boxwrapper:first-child {
    margin-top: 0;
}

.tu-boxarea .tu-box-tabs + .tu-box {
    border-top: none;
}

.tu-listinginfo-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.tu-listing-heading { flex: 1;}

.tu-listinginfo_education { font-size: 14px; }

.tu-sm-stars.tu-fourstar span { width: 80%; }
.tu-sm-stars.tu-threestar span { width: 60%; }
.tu-sm-stars.tu-twostar span { width: 40%; }
.tu-sm-stars.tu-onestar span { width: 20%; }

.tu-icanteach > li ~ li { margin-top: 10px; }

.tu-expinfo h5 { cursor: initial; }

.tu-login-right_logo { margin-bottom: 20px; }
.tu-login-left figure { margin: 0; }
.tu-login-right figure img { width: 60px; margin: 0 -6px;}
.tu-login-right figure span { 
    font-size: 28px;
    font-family: "Poppins", serif;
    font-weight: 600;
    color: black; 
}
.tu-login-right_title h2 { font-size: 28px; }

.tu-optioanl-or { margin: 0; }

.tu-footerdark { padding-top: 0; }

.line-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00B900;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.line-login-btn:hover {
    background-color: #00A000;
}

.line-login-btn:active {
    background-color: #009000;
}

.line-logo {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    fill: currentColor;
}

.line-login-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

.line-login-btn:hover::before {
    left: 100%;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    padding: 1rem;
    display: none;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1050;
}

    #cookie-banner.show {
        display: block;
    }

.cookie-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 520px;
    z-index: 1060;
    border-radius: 10px;
}

    .cookie-dialog.show {
        display: block;
    }

.cookie-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1055;
}

.cookie-overlay.show {
    display: block;
}

.cookie-link {
    cursor: pointer;
    text-decoration: underline;
    color: #0d6efd;
}

.tu-asidebox {
    padding: 0px;
}

.tu-asidebox figure {
    width: 150px;
    height: 150px;
}

.tu-asidebox figure img {
    height: 100%;
    object-fit: cover;
}

#messages-button {
    padding: 0;
    width: 40px;
    border: none;
    outline: none;
    font-size: 24px;
    line-height: 40px;
    background: transparent;
    color: black;
}

@media (max-width: 991px) and (min-width: 421px) {
    .tu-asidebox {
        display: block;
    }
    .tu-asidebox figure {
        margin: auto;
    }
}

@media (max-width: 480px) {
    .tu-header nav {
        padding: 0;
    }
    .tu-header nav strong .navbar-brand {
        padding: 6px 0;
    }
    .tu-afterlogin {
        margin-left: initial;
    }
    .tu-menu {
        margin-left: auto;
    }
    .tu-profilelinksbtn .tu-secbtn {
        margin-left: 0;
    }

    .cookie-dialog {
        padding: 1.5rem;
        top: 50%;
        left: 5%;
        transform: translate(0%, -50%);
        width: 90%;
        overflow: auto;
        max-height: 90vh;
    }

}

@media (max-width:767px) {
    .tu-login-left { display: none; }
    .tu-listinginfo_description { display: block; }
}