@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

.material-symbols-outlined {
    font-weight: 400;
    font-variation-settings: "FILL" 0, "GRAD" 0, "opsz" 100;
}

body {
    overflow: hidden;
    font-family: "Outfit", sans-serif;
    font-weight: normal;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 19px;
    color: #333;
    /* user-select: none; */
    cursor: url('../imgs/cursor.svg') 4 12, pointer;
}

h1,
h2,
h3,
h4,
h5 {
    /* font-family: "Comfortaa", sans-serif; */
    /* font-family: "Josefin Sans", sans-serif; */
    font-family: "Outfit", sans-serif;
    /* letter-spacing: 0; */
    font-optical-sizing: auto;
    /* font-weight: 500; */
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

:focus-visible {
    outline-color: rgba(241, 55, 51, 0.75) !important;
}

.w3-red {
    background-color: rgba(241, 55, 51, 0.75) !important;
    color: #fff !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-container {
    margin: 0 0 0 16px;
    width: auto;
    height: 50px;
    float: left;
    position: relative;
    z-index: 1003;
}

.logo-container svg {
    width: auto;
    height: 46px;
    float: left;
}

.logo-container p {
    padding: 12px 0 0 6px;
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    float: left;
    line-height: 16px;
}

.menu-bar {
    height: 37px;
    padding-right: 16px;
    position: relative;
    z-index: 1003;
}

.resp-menu {
    display: none;
    width: 54px;
    height: 50px;
    position: absolute;
    top: 14px;
    right: 22px;
    z-index: 1003;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(45deg, #845ef7, #c3e7fa);
}

.resp-menu span {
    font-size: 46px !important;
    font-weight: 600;
    /* font-style: italic; */
    margin: 2px 0 0 4px;
}

.menu-mask {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #33679b, #f4696d);
    transition: all 0.5s ease;
    z-index: 1002;
}

.menu-mask ul {
    margin-top: 150px;
}

.menu-mask li {
    width: 100%;
    padding: 0 0 0 26px;
    /* text-align: center; */
}

.menu-mask .sign-btn {
    margin-left: 16px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.menu-mask a span {
    float: left;
}

.menu-mask a span:first-child {
    margin: 3px 4px 0 0;
}

.menu-mid {
    width: calc(100% - 390px);
}

.w3-wrapper {
    margin-right: 400px;
    /* height: calc(100vh - 117px); */
    width: calc(100% - 400px);
    /* min-height: calc(100vh - 117px); */
    height: auto;
    overflow: auto;
    padding: 50px 0;
}

section {
    margin-right: 400px;
    width: calc(100% - 400px);
}

.w3-sidebar {
    width: 400px;
    scrollbar-color: #ddd #f1f1f1;
    scrollbar-width: thin;
    top: 0 !important;
    right: 0 !important;
    z-index: 1003;
}

.w3-sidebar .w3-row:last-child {
    height: 448px;
    /* position: absolute;
    bottom: 0; */
}

.w3-sidebar .w3-input,
.w3-sidebar .w3-button {
    height: 55px;
}

.w3-sidebar .w3-button:hover,
.mask .w3-button:hover {
    color: #fff !important;
    background-color: rgba(241, 55, 51, 0.8) !important;
}

.w3-sidebar textarea {
    height: 110px !important;
}

.w3-sidebar .w3-input,
.mask .w3-input {
    border-width: 2px !important;
}


.w3-sidebar .w3-input::placeholder,
.mask .w3-input::placeholder {
    color: rgba(46, 91, 255, 0.35);
}

.mask .w3-input {
    height: 60px;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.password-input {
    padding-top: 12px !important;
}

.w3-sidebar .w3-table td:first-child {
    width: 50px;
}

.w3-sidebar .w3-table img {
    height: 50px;
}

.w3-sidebar .w3-table p {
    font-size: 17px;
}


.default-btn {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.header {
    height: auto;
    padding: 14px 0 13px 0;
}

.sign-btn {
    padding-left: 10px !important;
    padding-right: 15px !important;
    border: solid 2px #fff !important;
}

.mask .sign-btn {
    border-color: rgba(241, 55, 51, 0) !important;
}

.sign-btn:hover {
    background-color: #fff;
    color: #333 !important;
}

.w3-button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.w3-button span,
.header span {
    float: left;
}

.w3-button span:first-child,
.header span:first-child {
    margin-right: 6px;
    font-size: 30px;
}

.header,
.footer {
    width: calc(100% - 400px);
    position: relative;
}

.mask .header,
.mask .mask-content {
    width: calc(100% - 385px);
}

.mask .mask-back {
    position: absolute;
    top: 75px;
    right: 25px;
    background-color: transparent;
    border-width: 2px !important;
    padding: 4px 24px;
    cursor: pointer;
    z-index: 1003;
}

.footer {
    height: auto;
    overflow: auto;
    font-size: 16px;
    z-index: 1003;
    color: #fff;
    /* position: absolute;
    bottom: 0; */
}

.footer .f {
    text-align: right;
}

.footer ul {
    float: left;
}

.footer li {
    float: left;
    padding: 0 0 0 16px;
}

.w3-input {
    border-color: rgba(46, 91, 255, 0.18) !important;
}

.w3-modal .modal {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}

.w3-modal {
    z-index: 1003;
}

.cbody .w3-col {
    padding-bottom: 10px !important
}

.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hover-border {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.hover-border::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 16px;
    width: 0;
    height: 3px;
    border-radius: 10px;
    transition: width 0.4s ease;
}

.hover-border:hover::after {
    width: calc(100% - 32px);
}

.hover-border-white::after {
    background-color: #ffffff;
}

.hover-border-red::after {
    background-color: rgba(241, 55, 51, 0.75);
}

.hover-border-indigo::after {
    background-color: #4a47e0;
}

.hover-border-green::after {
    background-color: #04aa6d;
}

.text-white {
    color: #fff !important;
}

.bread {
    text-align: center;
}

.bread h2 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    padding: 16px 0;
}

.bread h2 span {
    padding: 14px 36px 8px;
    border-radius: 50px;
    border-width: 3px !important;
}

.bread p {
    margin-top: -16px;
    font-size: 28px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.cards img {
    margin-top: 16px;
    height: 60px;
}

.cards .circle-btn {
    margin: 16px 0;
}

.cards .circle-btn:hover {
    color: #333 !important;
}

.avatar {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.languages img {
    height: 75px;
    margin-top: 16px;
}

@media (max-width:1359px) {
    .w3-sidebar {
        display: none;
    }

    .header,
    .footer,
    .w3-wrapper,
    section {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width:860px) {
    .footer .f {
        margin-top: 16px;
        text-align: left;
    }

    .footer ul {
        float: none;
        padding: 8px 0 0 0;
    }

    .footer li {
        float: none;
        padding: 8px 0 0 0;
    }
}

@media (min-width:861px) and (max-width:992px) {
    .footer .f {
        width: auto;
        float: right;
    }

    .footer .u {
        width: auto;
        float: left;
    }
}

@media (max-width:960px) {
    .menu-bar {
        display: none;
    }

    .resp-menu {
        display: block;
    }
}

@media (max-width:1023px) {
    .head {
        max-width: calc(100% - 54px) !important;
    }

    .head p {
        font-size: 22px !important;
    }

    .head h1 {
        font-size: 46px !important;
    }
}