
html {
    font-size: 14px;
}

@media (min-width: 700px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

/*
body {
    margin-bottom: 60px;
}
*/

/* Header */
header {
    color: #000;
    font-family: 'Roboto', sans-serif, Arial, Helvetica;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.24rem;
    padding-top: 0px;
}

header .general-wrapper {
    padding-left: 20px;
}

/* Header Logo */
.header__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.header__logo {
    display: inline-block;
    cursor: pointer;
    height: 43px;
    width: 286px;
}

/* Header Menu */
.header__nav {
    display: inline-block;
    float: right;
    height: auto;
    line-height: 1rem;
    vertical-align: central;
}

.header__nav--item {
    display: inline-block;
    padding-top: 1rem;
    padding-left: 2.8%;
    padding-right: 2.8%;
}
@media (min-width: 0) and (max-width: 1200px) {
    .header__nav {
        padding-top: 14px;
    }

    .header__nav--item {
        padding-top: 5px;
    }
}

.header__nav--item a {
    color: #000;
    border-bottom: 5px solid transparent;
    display: block;
    padding: 0 0 1rem;
    text-decoration: none;
}

.header__nav--item a.is-active,
.header__nav--item a:hover {
    color: #EE6E1B;
    border-color: #EE6E1B;
    transition: all .2s linear;
}

/*header__login*/
.header__login {
    width: 20%;
    display: inline-block;
    float: right;
    height: auto;
    line-height: 1rem;
    vertical-align: central;
    text-decoration: none;
    border-left: 1px solid #DDDDDD;
    color: #000;
}
.header__login a:hover {
    color: #EE6E1B;
    border-color: #EE6E1B;
    transition: all .2s linear;
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header__login {
        width: 30%;
    }
}

.user-info {
    display: flex;
    align-items: center;
    vertical-align: top;
    gap: 10px;
}

@media (min-width: 0) and (max-width: 1200px) {
    .header__login {
        width: 100%;
        height: auto;
        border-left: 0;
        border-bottom: 1px solid #EE6E1B;
    }
}

/*header__login--options*/
.header__login--options {
    position: relative;
    padding-left: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 0) and (max-width: 1200px) {
    .header__login--options {
        max-width: 182px;
    }
}

/*header__login--label*/
.header__login--label {
    padding: 0 15px;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

@media (min-width: 0) and (max-width: 1200px) {
    .header__login--label {
        color: #EE6E1B;
        border-right: 1px solid #EE6E1B;
        padding: 0 13% 0 0;
    }

    .header__login--label:last-child {
        padding: 0 145px 18px 0;
        border-right: none;
    }
}

/*user-hello*/
.user-hello {
    display: inline-block;
    white-space: nowrap; /* Prevents wrapping */
    color: #000000;
}

.ie10 .user-hello,
.ie11 .user-hello {
    font-size: 17px;
    line-height: 10px;
}

@media (min-width: 0) and (max-width: 1200px) {
    .user-hello {
        color: #EE6E1B;
        padding: 0 4% 0 0;
    }
}

/*user-name__span*/
.user-name__span {
    color: #EE6E1B;
    white-space: nowrap;
    /*overflow: visible;*/ /* Allows the full name to be shown */
    /*text-overflow: unset;*/ /* Removes the "..." truncation */
    /*max-width: none;*/ /* Ensures it doesn't forcefully cut off */
}

.ie10 .user-name__span,
.ie11 .user-name__span {
    font-size: 17px;
    line-height: 22.1px;
}

@media (min-width: 0) and (max-width: 1200px) {
    .user-name__span {
        color: #676767;
    }
}

/*tools__icon*/
.tools__icon {
    line-height: 27.3px;
    display: inline-block;
    float: left;
    color: #676767;
    line-height: 2.34rem !important;
}

.ie10 .tools__icon,
.ie11 .tools__icon {
    font-size: 21px;
    line-height: 27.3px;
}

@media (min-width: 0) and (max-width: 1200px) {
    .tools__icon {
        color: #EE6E1B;
    }
}

/*header__login--logout*/
.header__login--logout {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.header__login--logout i {
    color: inherit; /* Ensures the icon inherits the text color */
    font-size: 1.2rem; /* Adjust size if needed */
}

/* Footer */
footer {
    height: 160px;
    width: 100%;
}

.footer__wrapper {
    background: #000;
    color: #f2f2f2;
    padding: 20px 0;
}

.footer__mensage,
.footer__nav,
.footer__social-midia {
    text-align: center;
}

.footer__social-midia--item {
    margin: 0 4%;
    display: inline-block;
    padding-top: 7px;
    font-size: 3em;
    cursor: pointer;
}

.footer__social-midia--item a {
    color: #676767;
    display: block;
    width: 22px;
}

.footer__mensage {
    position: relative;
    margin: 20px auto;
    font-size: 1rem;
    line-height: 1.24rem;
    color: #676767;
    text-align: center;
    width: 90%;
}

.footer__nav {
    font-size: 1.1rem;
    line-height: 1.24rem;
}

.footer__nav--item {
    display: inline-block;
    padding: 0 2%;
}

.footer__nav--item a {
    color: #EE6E1B;
    text-decoration: none;
}
