@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import "parts/vars.css";
@import "parts/general.css";
@import "parts/form.css";

/* index.php */

body {
    background: #EEF0F5 !important;
    font-family: var(--regular-font);
    letter-spacing: 0.01em;
}

#container {
    /*background: #D7D9DF !important;*/
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#header-nav {
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(76, 81, 94, 0.1);
}

#header {
    height: 0 !important;
    margin-top: -10px !important;
}

#nav {
    margin: 0 !important;
    padding: 2px 10px;
    height: 72px;
    /*background: #fff !important;*/
    border-top: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}


a {
    /*background: transparent !important;*/
    /*border: none !important;*/
}

.header-nav-link-list {
    font-family: Montserrat !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

a:hover {
    text-decoration: none !important;
}

.menu-link-status {
    font-weight: 500 !important;
}

.header-nav-link-icon {
    margin-right: 18px !important;
}

.header-nav-link:hover {
    background: transparent !important;
}

.status, .home:hover {
    color: #000 !important;
}

.new {
    font-weight: 600 !important;
    color: #27AE60 !important;
}

.new:hover {
    color: #27AE60 !important;
}

#nav li.header-nav-profile {
    margin-left: auto;
}

.clientLog {
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.login-input-user {
    width: 300px !important;
    height: 54px !important;
    background: #EBEBEB;
    border-radius: 14px !important;
    border: none !important;
    outline: none !important;
    text-indent: 20px !important;
    box-shadow: none !important;
}

.input-pass {
    white-space: nowrap !important;
    position: relative;
}

.test-content {
    padding: 30px 30px 80px 30px !important;
}

.pegas-heading-red {
    font-family: Montserrat !important;
    font-weight: bold !important;
    font-size: 36px !important;
    text-transform: uppercase !important;
    color: #AD2125 !important;
}

.pass-reset {
    height: 56px !important;
    border-radius: 14px !important;
}

input {
    border-radius: 14px !important;
}

.clientLoginReset {
    /*background: #fff !important;*/
    /*border-radius: 14px !important;*/
    /*border: none !important;*/
    /*outline: none !important;*/
    /*box-shadow: none !important;*/
}

.pegas-text-grey {
    font-family: Montserrat !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #727272 !important;
}

.view-pass-login {
    background: none !important;
    border: none !important;
    outline: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
}

.login-form-col {
    position: relative;
}
.login-form-col::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #EEF0F5;
    position: absolute;
    top: 0;
    right: -15px;
}

.login-input-pass {
    width: 300px !important;
    height: 54px !important;
    background: #EBEBEB;
    border-radius: 14px !important;
    border: none !important;
    outline: none !important;
    text-indent: 20px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.login-box {
    box-shadow: none !important;
}

.login-box .form-group {
    margin-bottom: 25px;
}
.login-box .form-group input {
    margin-bottom: 0;
    background-color: #EBEBEB;
    border: 0;
    font-size: 16px;
}

.header-nav-profile-login {
    width: 130px !important;
    height: 46px !important;
    padding: 0 !important;
    padding-top: 12px !important;
    background: #27AE60 !important;
    border-radius: 33px !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
}

.thread-body {
    /*background: #D7D9DF !important;*/
}

.support-center-header {
    color: #000;
    font-weight: 600 !important;
    font-size: 30px !important;
    margin-bottom: 35px;
}

.support-center-text {
    font-weight: 500;
    font-size: 16px;
    color: #727272;
    line-height: 1.4;
}

.support-center-text h1 {
    color: #000;
    font-weight: 600 !important;
    font-size: 30px !important;
    margin-bottom: 35px;
}

/* login.php */

.login-row {
    background: #fff;
    margin-top: 30px;
    padding-top: 30px;
    border-radius: 14px;
}

.col-sm-right {
    margin-left: -30px;
}

.login-text-button {
    font-weight: bold;
    font-size: 20px;
    color: var(--main-color);
    text-transform: uppercase;
}

.page-login #header-nav {
    display: none;
}
.page-login #container {
    margin-top: 100px;
}

.login-question {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-top: 40px;
}

#nav li a.nav-profile {
    width: 250px;
    background: #EEF0F5 !important;
    border-radius: 33px !important;
    height: 40px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 15px;
    justify-content: space-between;
}

.profile-container {
    display: inline-block;
}

#nav li a.nav-sign-out {
    font-weight: 500 ;
    font-size: 16px ;
    color: #000000 ;
}

.login-logo {
    width: 100px;
}

.line-svg {
    height: 440px;
}

.pwreset-login {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    color: #727272;
}

.signin-login {
    width: 135px;
    height: 46px;
    font-size: 14px !important;
    color: #fff !important;
    background: #AD2125;
    border-radius: 307px !important;
}

.login-header {
    font-weight: bold ;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 20px;
    text-align: left;
}
.login-form-box {
    max-width: 345px;
    margin: 0 auto;
}
.login-header-text {
    font-weight: 500;
    font-size: 14px;
    color: #727272;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.4;
}

.login-form-footer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

/* tickets.php */

.tickets-search {
    background: #EEF0F5;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 39px;
    color: #000;
    width: 88px;
    height: 36px;
}

.search-tickets-container {
    background: #fff !important;
}

.tickets-root {
    background: #fff !important;
    padding: 20px 20px 20px 20px !important;
    border-radius: 14px;
}

.tickets-header {
    color: #000 !important;
    font-family: Montserrat !important;
    font-weight: 600 !important;
}

.tickets {
    font-weight: 500;
}

.tickets-count {
    color: #AD2125 !important;
    margin-left: 15px;
}

.pegas-logo-login {
    display: none;
    margin: 0 auto 70px;
    width: 130px;
}

.page-index #footer {
    display: none;
}

@media (min-width: 1281px) {

}

@media (min-width: 1025px) and (max-width: 1280px) {

}

@media (min-width: 768px) and (max-width: 1024px) {

    .header-nav-profile-login {
        width: 100px !important;
        height: 36px !important;
        padding-top: 7px !important;
        font-size: 14px;
        /*margin-top: 14px;*/
    }

    .header-nav-link-list {
        font-size: 14px !important;
    }

    .header-nav-link-icon {
        margin-right: 10px !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

@media (min-width: 481px) and (max-width: 767px) {
    .header-nav-profile-login {
        width: 100px !important;
        height: 36px !important;
        padding-top: 7px !important;
        font-size: 12px;
        margin-top: 14px;
    }

    .header-nav-link-list {
        font-size: 12px !important;
    }

    .header-nav-link-icon {
        margin-right: 10px !important;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

}

@media (max-width: 320px) {

}

/* _ */

.login-row {
    margin: auto;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .login-row {
        width: 440px !important;
        margin: auto !important;
        height: 600px !important;
    }

    .col-sm-2, .login-logo {
        display: none !important;
    }

    .col-sm-left, .col-sm-right {
        margin: auto;
    }

    .col-sm-left {
        margin-left: 50px !important;
    }

    .col-sm-right {
        display: block !important;
        margin-left: -20px !important;
        margin-top: -100px !important;
    }

    .login-header {
        white-space: nowrap !important;
    }

    .login-input-pass {
        width: 260px !important;
        height: 46px !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .login-row {
        width: 500px !important;
        margin: auto !important;
        height: 800px !important;
    }

    .col-sm-2, .login-logo {
        display: none !important;
    }

    .col-sm-left, .col-sm-right {
        margin: auto;
    }

    .col-sm-left {
        margin-left: 90px !important;
    }

    .col-sm-right {
        display: block !important;
        margin-left: 140px !important;
        margin-top: -100px !important;
    }

    .login-header {
        white-space: nowrap !important;
    }

    .login-input-pass {
        width: 260px !important;
        height: 46px !important;
    }

    .signin-login {
        width: 115px;
        height: 36px;
        font-size: 12px !important;
        color: #fff !important;
        background: #AD2125;
        border-radius: 307px !important;
        margin-left: 0px !important;
    }

    .pegas-logo-login {
        margin-left: 80px !important;
        margin-bottom: 30px !important;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .login-row {
        width: 670px !important;
    }

    .login-input-pass {
        width: 260px !important;
        height: 46px !important;
    }

    .signin-login {
        width: 115px;
        height: 36px;
        font-size: 12px !important;
        color: #fff !important;
        background: #AD2125;
        border-radius: 307px !important;
        margin-left: 0px !important;
    }

    .pegas-logo-login {
        display: none;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    .pegas-logo-login {
        display: none;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .pegas-logo-login {
        display: none;
    }

}

@media (max-width: 767px) {
    .page-login #container {
        margin-top: 0;
        max-width: 100%;
    }
    .login-form-footer {
        margin: 0;
        display: block;
        text-align: right;
    }
    .pwreset-login {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        text-align: left;
    }
    .login-form-col::before {
        width: 100%;
        height: 2px;
        right: 0;
        left: 0;
        top: auto;
        bottom: -30px;
    }
    .login-form-col {
        margin-bottom: 25px;
    }
    .login-header {
        color: #000;
    }
    .pegas-logo-login {
        display: block;
    }
    .auth-login-container-user {
        padding: 15px 0;
    }
}