
@media screen and (max-width: 540px) {

.auth-card {
    position: fixed;
    bottom: 0px;
    border-radius: 60px 60px 0px 0px;
    top: unset;
        padding: 40px 40px;
        background-color: #141414b3;
        backdrop-filter: blur(3px);
}
img.logo {
    width: 230px;
    margin-bottom: 15px;
}

html, body{
    height: 100%;
}

video#bg-video {
    height: 100%;
}

.hero__video-wrap {
    -webkit-mask:radial-gradient(circle 352px at 31% 31%, black 54%, transparent 100%);
   mask: radial-gradient(circle 352px at 31% 31%, black 20%, transparent 100%);
 top: 0px;
 height: 56vh;
}


.logo img {
    width: 140px;
    display: block;
    margin-right: 10px;
}

.icon-button.large {
    width: 35px;
    height: 35px;
    font-size: 17px;
    margin-left: 10px;
}

div#services h1 , div#notification h1 , div#profile h1 , div#tickets h1 , div#financial h1 {
    font-size: 24px;
}
    .app-header {
        flex-direction: row-reverse;
    }
.user-projects-item a {
    bottom: 1.2pc;
    font-size: 16px;
    padding: 0px 10px;
    z-index: 9;
}
.user-projects-item {
        width: 50%;
        padding: 10px;
        min-height: 240px;
        margin-left: 0px;
        border: 10px solid #121212;
        border-radius: 26px;
        margin-bottom: 0px;
}

.notification-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 14px;
}
.notification-header h3 {
    font-size: 14px;
}

.notification-header span {
    font-size: 12px;
}

.form-item {
    position: relative;
    padding-top: 20px;
    width: 48%;
    margin-bottom: 20px;
}

.app-body {
    display: block;
}


b#addticket {
    top: 3px;
    padding: 3px 8px;
    font-size: 14px;
}


    .app-body > * {
        margin-bottom: unset;
    }

.navigation {
        flex-wrap: wrap;
        justify-content: flex-start;
        background: radial-gradient(900px 300px at 20% 0%, rgb(4 17 43 / 18%), transparent 60%), radial-gradient(700px 250px at 90% 10%, rgb(13 13 13), transparent 55%), linear-gradient(180deg, #000000, #000000);
        border-radius: 40px;
        position: fixed;
        width: 100%;
        top: unset;
        right: 0px;
        left: 0px;
        flex-direction: unset;
        padding: 20px 40px;
        z-index: 9;
        bottom: 0px;
    }

.navigation a {
    width: 50%;
    margin-bottom: 5px;
}

.navigation a + a {
    margin-top: unset;
}

.app-body-navigation {
    background: #00000040;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999;
    top: 0px;
    right: 0px;
    backdrop-filter: blur(4px);
}


#alert-ticket .ticket-alert-box {
    width: 90%;
}


#tickets > div > div:nth-child(1) {
    display: none;
}

.tickets-item i, .tickets-item span {
    display: inline-flex;
}

.tickets-header {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.tickets-box-item.subject p {
    max-width: 100%;
    min-width: unset;
    text-align: right;
}

.tickets-box-item {
    width: 50%;        margin-bottom: 10px;
}
.tickets-box-item p {
    margin-top: 3px;
}

#tickets > div > div > a > div > div:nth-child(5) {
    margin-bottom:unset;
}

.tickets-item {
    padding: 20px;
}
    html, body {
        height: auto;
    }


#financial > div > div:nth-child(1) {
    display: none;
}


.financial-header {
    flex-wrap: wrap;
}


.financial-box-item {
    width: 50%;
    margin-bottom: 5px;
}

.financial-header {
    justify-content: flex-start;
}

.financial-item i, .financial-item span {
    display: inline-flex;
}

.financial-box-item p {
    margin-top: 3px;
}

.financial-item {
    padding: 13px 20px;
}

.ticket-details {
    flex-direction: column-reverse;
}

.sidebar-details {
    width: 100%;
            margin-bottom: 25px;
}
.chat-box {
    width: 100%;
}
.ticket-details {
    padding: 0px;
}

.box3 {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: unset !important;
    margin-bottom: 0px !important;
}

.box3 p {
    font-size: 14px;
}


.sidebar-details:after {
    display:none;
}

.sidebar-details > div {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-details p {
    color: #a8a8a8;
    font-size: 15px;
}


.sidebar-details h3 {
    font-size: 16px;
}
.chat-details {
    width: 100%;
}





.chat-details p, .chat-details * {
    font-size: 15px;
    line-height: 18px;
}

.attachment a {
    color: #cfcfcf;
}


.attachment {
    padding: 4px 7px;
}


textarea#usertextchat {
    text-align: right;
    font-size: 15px;
}

.chat-details.left .text-date , .chat-details.right .text-date {
    font-size: 12px !important;
}

button#btnsendtext {
    font-size: 14px;
}

.chat-content {
    width: 100%;
    height: auto;
    max-height: unset;
    overflow: unset;
    overflow-x: unset;
}

.chat-form {
    width: 100%;
    height: auto;
}




}