﻿body {
    font-family: Rubik !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    direction: rtl;
    color: #000000;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.btn-yellow {
    border: 1px solid #FBC847;
    background-color: #FBC847;
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 40px;
}

    .btn-yellow:not(:disabled):hover {
        background-color: #FBC847CC;
    }

.btn-black {
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 40px;
}

    .btn-black:not(:disabled):hover {
        background-color: #999999;
    }

hr {
    border-top: 1px solid #0000001A;
    margin: 10px;
}

    hr.underline {
        border: 2px solid #FBC847;
        border-radius: 50px;
        background: #FBC847;
        width: 70px;
    }

a:active, a:hover, a:focus {
    color: #FBC847;
}

a.noHover:hover {
    color: #000000;
}

img.gotoIcon, img.toggleBtn {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.modal-backdrop {
    z-index: 1;
}

.navIcons .vl:not(:first-child) {
    height: 100px;
    border-right: 2px solid #CACACA;
}

@media (min-width:768px) {
    .showMobile, .showmobile {
        display: none !important;
    }
}

@media (max-width:768px) {
    .hideMobile, .hidemobile {
        display: none !important;
    }

    .mobileFullWidth {
        width: 105% !important;
        margin: 15px -10px 0 !important;
    }

    .modal .modal-content {
        border-radius: 10px;
    }

    .modal .modal-header .close {
        margin: 0;
        padding: 0;
    }
}
/******************************** Main Master *************************************/
.header .control {
    width: 100%;
}

.body.portal {
    display: flex;
    flex-direction: row;
    align-items: start;
    background: #F5F5F5;
}

.body > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0;
}

    .body > div > div {
        width: 100%;
    }

    .body > div .control,
    .body > div .eventform {
        position: relative;
        margin: 20px 35px;
    }

        .body > div .control:not(.messagesControl, .calendarControl.full),
        .body > div .eventform {
            background: #FFFFFF;
            border: 1px solid #E3E3E3;
            border-radius: 10px;
            padding: 10% 5%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .body > div .control.full:not(.messagesControl, .calendarControl, .dashboardControl) {
            background: transparent;
            border: none;
            border-radius: 0;
            padding: 0;
            align-items: flex-start;
        }

    .body > div .eventform {
        padding: 5px 20px !important;
    }

    .body > div .iframeControl {
        padding: 0 !important;
    }

.calendarControl.full > .calendarContainer,
.singleJobControl.full > .jobContainer,
.userQualificationsContainer {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 5px 35px #0000000D;
}

.body > div .control > .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.body > div .control.full > .header {
    margin-bottom: 20px;
}

.body > div .control.mini > .header {
    justify-content: center;
}

.body > div .control > .header .title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.body > div .control.mini > .header > .title-container {
    align-items: center;
}

.body > div .control.full > .header > .tabs {
    display: flex;
    flex-wrap: wrap;
}

    .body > div .control.full > .header > .tabs .title-container {
        padding-left: 25px;
    }

        .body > div .control.full > .header > .tabs .title-container .title {
            white-space: nowrap;
        }

.body > div .control > .header .search .query {
    width: 350px;
    max-width: 100%;
}

.body > div .control:not(.full):has(.header .icon) {
    margin-top: 10%;
}

.body > div .control .header .icon {
    width: 60px;
    aspect-ratio: 1/1;
    position: absolute;
    top: -25px;
    background: #FFFFFF;
    border: 1px solid #00000033;
    border-radius: 50%;
    padding: 10px;
}

.body > div .control.full .header .icon,
.body > div .control.mini:not(.contactsControl) .header .search {
    display: none;
}

.body > div .control.mini .header .search {
    width: 100%;
    margin-bottom: 15px;
}

.body > div .control .header .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.body > div .control.full .header .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: start;
}

.body > div .control .header .title + hr {
    margin: 5px 0 15px 0;
}

.body > div .control.full .header .title + hr {
    /* margin: 0;*/
}

.body > div .control.mini .header {
    flex-direction: column;
}

.body .right-panel, .body .left-panel {
    width: 26%;
}

.body .main-panel {
    width: 50%;
}

.body ::-webkit-scrollbar {
    width: 15px;
    /*margin-left:15px;*/
}

.body ::-webkit-scrollbar-track {
    background-color: transparent;
}

.body ::-webkit-scrollbar-thumb {
    border: 5px solid transparent;
    background: #00000026;
    border-radius: 10px;
}

    .body ::-webkit-scrollbar-thumb:hover {
        background: #000000D9;
    }

.control .btn.back,
.control .btn.go {
    width: 75%;
    margin: 5px auto;
}

.control .search .input-group input:has(+ .input-group-append),
.control .search .input-group .input-group-prepend > * {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.control .search .input-group .input-group-append > *,
.control .search .input-group .input-group-prepend + input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.control .search .input-group .btn-outline-secondary {
    background: #FBC847 /*#FFFFFF*/;
    padding: 0 30px;
}

    .control .search .input-group .btn-outline-secondary img {
        width: 20px;
    }

@media (max-width:768px) {
    .body > div {
        margin: 75px 0 0 0;
    }

        .body > div .control {
            margin: 15px;
            /*height: calc(100vh - 75px);*/
        }

    .body .panel > div:last-child {
        margin-bottom: 50px;
    }

    .body .right-panel, .body .left-panel {
        display: none;
    }

    .body .main-panel {
        width: 100%;
    }

    .body > div .control.full > .header {
        flex-direction: column;
        align-items: flex-start;
    }

        .body > div .control.full > .header > .tabs {
            flex-direction: column;
        }

        .body > div .control.full > .header .search {
            margin: 15px 0;
            width: 100%;
        }

            .body > div .control.full > .header .search .query {
                width: 100%;
            }

    .control .header .underline {
        /*display: none;*/
    }

    .control .btn.back {
        display: block;
    }

    .control a.back {
        position: absolute;
    }

        .control a.back img {
            width: 35px;
        }

    .control a.back,
    .body > div .control.full .header .title {
        display: inline;
    }

    .control.single .image {
        width: 105% !important;
        margin: 15px -10px 0 !important;
    }

    .calendarControl.full > .calendarContainer, .singleJobControl.full > .jobContainer {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }
}
/******************************** Full Master *************************************/
.body.portal.full > * {
    width: 100%;
}

/******************************** Login *************************************/
.login-screen {
    background: #000000;
    color: #000000;
    position: relative;
}

    .login-screen .background {
        width: 100%;
        height: 100vh;
        opacity: 0.6;
    }

    .login-screen .loginContainer {
        border-radius: 15px;
        border: none;
        width: 550px;
        height: fit-content;
        margin: auto;
        position: absolute;
        background: #FFFFFF;
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
    }

    .login-screen .loginHeader {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        text-align: center;
        background: #FBC847;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px;
    }

        .login-screen .loginHeader .title {
            font-weight: 500;
            font-size: 18px;
            line-height: 21px;
            color: #000000;
        }

    .login-screen .loginBody {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 45px 60px;
    }

        .login-screen .loginBody .title {
            font-weight: 700;
            font-size: 30px;
            line-height: 42px;
        }

        .login-screen .loginBody .subtitle {
            font-weight: 400;
            font-size: 18px;
            line-height: 19px;
            color: #4D4D4D;
            margin-bottom: 15px;
            text-align: center;
        }

        .login-screen .loginBody .error {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: red;
            text-align: center;
        }

        .login-screen .loginBody .resend {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #0056b3;
            text-decoration: underline;
        }

        .login-screen .loginBody .input-group {
            margin: 15px 0;
        }

            .login-screen .loginBody .input-group input {
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

        .login-screen .loginBody .input-group-text {
            background-color: transparent;
            padding: 0 25px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

            .login-screen .loginBody .input-group-text img {
                width: 35px;
            }

        .login-screen .loginBody .actions {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
            width: 100%;
        }

        .login-screen .loginBody .rememberMe {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
        }

        .login-screen .loginBody .forgotPass {
            font-weight: 400;
            font-size: 18px;
            line-height: 21px;
            color: #4779FB;
            text-decoration: underline;
        }

            .login-screen .loginBody .forgotPass:hover {
                color: #0056b3;
            }

        .login-screen .loginBody .btn {
            margin-top: 50px;
        }

@media (max-width:768px) {
    .login-screen .loginContainer {
        width: 80%;
    }

    .login-screen .loginBody {
        padding: 35px;
    }
}
/******************************** Top Menu *************************************/
.topMenuControl {
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: #161616;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

    .topMenuControl .menu {
        width: 85%;
    }

    .topMenuControl .HCTLogo {
        float: right;
        width: 95px;
    }

        .topMenuControl .HCTLogo img {
            width: 100%;
        }

    .topMenuControl .navbar {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .topMenuControl .navbar > li {
            float: right;
        }

            .topMenuControl .navbar > li > a {
                display: block;
                color: #FFFFFF;
                text-align: center;
                padding: 16px;
                text-decoration: none;
                font-size: 18px;
                font-weight: 400;
                line-height: 21px;
            }

            @media (max-width:1320px) {
                .topMenuControl .navbar > li > a {
                    padding: 10px 7px;
                    max-width: 136px;
                    word-wrap: break-word;
                    white-space: normal;
                }

            }

            .topMenuControl .navbar > li:has(>a:hover) {
                background-color: #c2c2c255;
            }

            .topMenuControl .navbar > li > a.active {
                color: #FBC847;
            }

    .topMenuControl .actions {
        align-items: flex-end;
        width: 15%;
        min-width: 135px;
        justify-content: flex-end;
    }

        .topMenuControl .actions > li > a > img {
            width: 35px;
        }

    .topMenuControl .dropdown-user .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .topMenuControl .dropdown-user .dropdown-toggle .picture {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }

        .topMenuControl .dropdown-user .dropdown-toggle .name {
            margin: 0 10px;
        }

        .topMenuControl .dropdown-user .dropdown-toggle .toggle {
            width: 15px;
        }

        .topMenuControl .dropdown-user .dropdown-toggle::after {
            display: none;
        }

        .topMenuControl .dropdown-user .dropdown-toggle > div {
            text-align: right;
        }

    .topMenuControl .dropdown-menu {
        width: 100%;
        top: 85%;
        border-radius: 5px;
    }

        .topMenuControl .dropdown-menu li {
            padding: 5px 15px;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #4D4D4D;
        }

            .topMenuControl .dropdown-menu li:not(:first-child) {
                border-top: 1px solid #0000000D;
            }

    .topMenuControl li a.logout {
        color: #CD0000;
    }

    .topMenuControl .loginModal {
        color: #000000;
    }

        .topMenuControl .loginModal .modal-content {
            border-radius: 15px;
            border: none;
        }

        .topMenuControl .loginModal .modal-header {
            background: #FBC847;
            color: #000000;
            align-items: center;
        }

            .topMenuControl .loginModal .modal-header .modal-title {
                font-weight: 500;
                font-size: 18px;
                line-height: 21px;
                color: #000000;
            }

        .topMenuControl .loginModal .modal-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 45px 60px;
        }

            .topMenuControl .loginModal .modal-body .title {
                font-weight: 700;
                font-size: 30px;
                line-height: 42px;
            }

            .topMenuControl .loginModal .modal-body .subtitle {
                font-weight: 400;
                font-size: 18px;
                line-height: 19px;
                color: #4D4D4D;
                margin-bottom: 15px;
                text-align: center;
            }

            .topMenuControl .loginModal .modal-body .input-group {
                margin: 15px;
            }

                .topMenuControl .loginModal .modal-body .input-group input {
                    border-top-left-radius: 5px;
                    border-bottom-left-radius: 5px;
                }

            .topMenuControl .loginModal .modal-body .input-group-text {
                background-color: transparent;
                padding: 0 25px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

                .topMenuControl .loginModal .modal-body .input-group-text img {
                    width: 35px;
                }

            .topMenuControl .loginModal .modal-body .actions {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                justify-content: space-between;
                width: 100%;
            }

            .topMenuControl .loginModal .modal-body .rememberMe {
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
            }

            .topMenuControl .loginModal .modal-body .forgotPass {
                font-weight: 400;
                font-size: 18px;
                line-height: 21px;
                color: #4779FB;
                text-decoration: underline;
            }

                .topMenuControl .loginModal .modal-body .forgotPass:hover {
                    color: #0056b3;
                }

            .topMenuControl .loginModal .modal-body .btn {
                margin-top: 50px;
            }

@media (max-width:768px) {
    .topMenuControl {
        background-color: transparent;
    }

        .topMenuControl .HCTLogo {
            width: 75px;
        }

        .topMenuControl .HCTLogo, .topMenuControl .notification img {
            filter: invert(100%);
        }

        .topMenuControl .navbar.actions img {
            width: 40px;
        }

        .topMenuControl .menuToggle {
            width: fit-content;
        }

            .topMenuControl .menuToggle img {
                position: fixed;
                bottom: 15px;
                right: 20px;
                width: 70px;
            }

        .topMenuControl .menuModal .modal-dialog {
            position: absolute;
            right: 0;
            bottom: 0;
            margin: -31px 0;
            width: 100%;
            height: 60%;
        }

        .topMenuControl .menuModal .modal-header {
            padding: 10px;
            border-bottom: none;
        }

        .topMenuControl .menuModal .close {
            margin: 0;
            padding: 5px 10px;
        }

        .topMenuControl .menuModal .modal-dialog .modal-content {
            border-radius: 40px 40px 0 0;
            margin-bottom: -2px;
            padding-bottom: 30px;
        }

        .topMenuControl .menuModal .modal-body {
            padding: 0 15px;
        }

        .topMenuControl .menuModal .navbar > li {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }

            .topMenuControl .menuModal .navbar > li:not(:last-child) {
                border-bottom: 1px solid #0000001A;
            }

            .topMenuControl .menuModal .navbar > li > img {
                width: 35px;
            }

            .topMenuControl .menuModal .navbar > li > a:not(.logout) {
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
                color: #000000;
                width: inherit;
                text-align: right;
            }

            .topMenuControl .menuModal .navbar > li > a.active {
                color: #FBC847;
            }
}
/*NOAM EDIT*/

.navbar li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
    }

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(90deg);
}

.dropdown-card {
    color: white !important;
    background: #161616 !important;
    width: fit-content !important;
    min-width: 219px;
}

.custom-dropdown {
    color: white !important;
    background: #161616 !important;
}

    .custom-dropdown:hover {
        background: #c2c2c255 !important;
    }

.topMenuControl .dropdown-menu {
    top: 95%;
}

@media (max-width:1320px) {
    .topMenuControl .dropdown-menu {
        top: 77%;
    }
}



/******************************** User Details *************************************/
.userDetailsControl {
}

    .userDetailsControl.mini .main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .userDetailsControl.mini .main img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
        }

        .userDetailsControl.mini .main .title {
            font-weight: 600;
            font-size: 30px;
            line-height: 43px;
            text-align: center;
        }

        .userDetailsControl.mini .main .subtitle {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #4D4D4D;
            text-align: center;
            margin: 10px;
        }

    .userDetailsControl.mini .guest {
        margin: 5px 15%;
        width: 70%;
    }

    .userDetailsControl.mini .summery {
        width: 100%;
    }

    .userDetailsControl.mini .details {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

        .userDetailsControl.mini .details .detail {
            width: 48%;
            margin: 1%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-evenly;
        }

        .userDetailsControl.mini .details img {
            width: 35px;
            height: 35px;
        }

        .userDetailsControl.mini .details .title {
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
        }

        .userDetailsControl.mini .details .subtitle {
            font-weight: 300;
            font-size: 12px;
            line-height: 14px;
        }

    .userDetailsControl.mini .recentActivity {
    }

        .userDetailsControl.mini .recentActivity .title {
            font-weight: 500;
            font-size: 18px;
            line-height: 19px;
        }

        .userDetailsControl.mini .recentActivity .subtitle {
            font-weight: 300;
            font-size: 14px;
            line-height: 17px;
        }

        .userDetailsControl.mini .recentActivity hr {
            margin: 2px 0 10px 200px;
        }

    .userDetailsControl.mini .personal {
        border-radius: 0 0 10px 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        margin: 5% -7% -14%;
        width: 114%;
    }

    .userDetailsControl.mini .content {
        display: none;
    }

    .userDetailsControl.full {
        display: none !important;
    }


@media (max-width:768px) {
    .userDetailsControl.mini {
        flex-direction: row !important;
        padding: 0 !important;
        justify-content: space-between;
    }

        .userDetailsControl.mini .summery {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
        }

        .userDetailsControl.mini .main {
            flex-direction: row;
        }

            .userDetailsControl.mini .main > div {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 10px;
            }

            .userDetailsControl.mini .main img {
                border-radius: 10px;
                width: 70px;
                height: 100%;
            }

            .userDetailsControl.mini .main .title {
                font-weight: 700;
                font-size: 22px;
                line-height: 26px;
                text-align: right;
            }

            .userDetailsControl.mini .main .subtitle {
                font-weight: 400;
                font-size: 14px;
                line-height: 19px;
                color: #00000099;
                margin: 0;
                text-align: right;
            }

        .userDetailsControl.mini .info,
        .userDetailsControl.mini .guest {
            display: none;
        }

        .userDetailsControl.mini .personal {
            border-radius: 10px 0 0 10px;
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            margin: 0;
            padding: 15px;
            width: 33%;
            /*height: 100%;*/
        }

    .userDetailsControl.full {
        display: flex !important;
    }

        .userDetailsControl.full .summery {
            width: 100%;
        }

        .userDetailsControl.full .main {
            background: #FFFFFF;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .userDetailsControl.full .main img {
                width: 200px;
                aspect-ratio: 1/1;
                object-fit: cover;
                border-radius: 15px;
            }

            .userDetailsControl.full .main .title {
                font-weight: 700;
                font-size: 22px;
                line-height: 26px;
                text-align: center;
            }

            .userDetailsControl.full .main .subtitle {
                font-weight: 300;
                font-size: 16px;
                line-height: 19px;
                color: #00000099;
                text-align: center;
            }

            .userDetailsControl.full .main:has(+.info) {
                padding: 20px 0 60px;
            }

        .userDetailsControl.full .details {
            display: flex;
            justify-content: space-between;
            background: #FFFFFF;
            box-shadow: 0px 10px 36px #0000001A;
            border-radius: 10px;
            width: 90%;
            margin: 0 5%;
            margin-top: -45px;
        }

            .userDetailsControl.full .details .detail {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 48%; /*33%;*/
                padding: 20px 0;
            }

                .userDetailsControl.full .details .detail:not(:first-child) {
                    border-right: 2px solid #CACACA33;
                }

            .userDetailsControl.full .details img {
                width: 40px;
            }

            .userDetailsControl.full .details .title {
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                text-align: center;
            }

            .userDetailsControl.full .details .subtitle {
                font-weight: 300;
                font-size: 14px;
                line-height: 17px;
                color: #00000099;
                text-align: center;
            }

        .userDetailsControl.full .personal {
            display: none;
        }

        .userDetailsControl.full .content {
            display: block;
        }
}

/******************************** Calendar *************************************/
.calendarControl {
}

    .calendarControl > img {
    }

.calendarControl {
}

.calendarContainer {
    width: 100%;
}

    .calendarContainer.full {
        border: none;
    }

.calendarControl .fullcalendar-basic {
    width: 100%;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 10px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.calendarControl .fc-toolbar {
    margin-bottom: 0;
}

.calendarControl.full .fc-toolbar {
    margin: 10px;
}

.calendarControl.mini .fc-toolbar h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.calendarControl.full .fc-toolbar h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
}

.calendarControl .fc-prev-button,
.calendarControl .fc-next-button {
    background-color: #000000;
    color: #FFFFFF;
    margin: 0 5px;
    border-radius: 5px;
}

.calendarControl.full .fc-prev-button,
.calendarControl.full .fc-next-button {
    padding: 0 6px;
}

.calendarControl.mini .fc-toolbar .fc-right,
.calendarControl.mini .fc-toolbar .fc-left {
    width: 20%;
}

.calendarControl.full .fc-toolbar .fc-right,
.calendarControl.full .fc-toolbar .fc-left {
    width: 50%;
}

.calendarControl .fc-button-group {
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 5px;
    width: 100%;
}

    .calendarControl .fc-button-group > .fc-button {
        width: 33%;
        height: 35px;
        display: block;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #3B3B3B73;
        background: transparent;
    }

        .calendarControl .fc-button-group > .fc-button.fc-state-active {
            background-color: #FBC847;
            border-radius: 5px;
            color: #FFFFFF;
        }

.calendarControl.mini .fc-toolbar .fc-right > .fc-button, .calendarControl.mini .fc-toolbar .fc-left > .fc-button {
    margin-right: 0;
}

.calendarControl .fc-view-container {
    border: none;
}

.calendarControl .fc-view > table {
    width: 100%;
    min-width: 100%;
}

.calendarControl.mini .fc-unthemed.fc-unthemed .fc-popover, .calendarControl.mini .fc-unthemed .fc-row,
.calendarControl.mini .fc-unthemed hr, .calendarControl.mini .fc-unthemed tbody, .calendarControl.mini .fc-unthemed td,
.calendarControl.mini .fc-unthemed th, .calendarControl.mini .fc-unthemed thead tbody, .calendarControl.mini .fc-unthemed thead,
.calendarControl.mini .fc-unthemed thead, .calendarControl.mini .fc-unthemed thead td, .calendarControl.mini .fc-unthemed thead th {
    border-color: transparent;
}

.calendarControl.mini .fc-scroller {
    overflow-y: hidden;
    overflow-x: hidden;
    min-height: fit-content;
}

.calendarControl.mini .fc-basic-view tbody .fc-row {
    min-height: 30px;
}

.calendarControl .fc-month-view .fc-bg .fc-today {
    background-color: #4779FB40;
    /*color: #FFFFFF;*/
}

.calendarControl.full .fc-basicWeek-view .fc-today,
.calendarControl.full .fc-month-view .fc-bg .fc-today {
    background-color: #4779FB40;
}

.calendarControl .fc-month-view .fc-bg .fc-selected {
    background-color: #4779FB !important;
    color: #FFFFFF;
}

.calendarControl .fc-month-view .fc-bg .fc-events,
.calendarControl.full .fc-basicWeek-view .fc-events {
    background-color: #FBC84733;
    color: #FFFFFF;
}

.calendarControl.mini .fc-month-view .fc-bg .fc-selected,
.calendarControl.mini .fc-month-view .fc-bg .fc-events,
.calendarControl.mini .fc-month-view .fc-bg .fc-today {
    border-radius: 50%;
}

.calendarControl.full .fc-basicWeek-view .fc-selected {
    background-color: #4779FB;
    color: #FFFFFF;
}

.calendarControl .fc-other-month {
    color: #9E9E9E;
}

.calendarControl.mini .fc-row .fc-content-skeleton {
    padding: 5px 0;
}

.calendarControl .events {
    width: 100%;
    margin-top: 20px;
    padding: 5px;
}

    .calendarControl .events .empty {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
    }

    .calendarControl .events .dayEvent {
        border-radius: 5px 0px 0px 5px;
        margin-bottom: 10px;
        padding: 5px;
    }

        .calendarControl .events .dayEvent.clickable {
            cursor: pointer;
        }

        .calendarControl .events .dayEvent .subtitle {
            font-weight: 300;
            font-size: 14px;
            line-height: 17px;
            color: #3B3B3BB3;
        }

        .calendarControl .events .dayEvent:nth-child(5n+1) {
            background: #FFF4EB;
            border-right: 1px solid #FA904F;
        }

            .calendarControl .events .dayEvent:nth-child(5n+1) .title {
                color: #FA904F;
            }

        .calendarControl .events .dayEvent:nth-child(5n+2) {
            background: #E7F8E5;
            border-right: 1px solid #0ABD27;
        }

            .calendarControl .events .dayEvent:nth-child(5n+2) .title {
                color: #0ABD27;
            }

        .calendarControl .events .dayEvent:nth-child(5n+3) {
            background: #FFF0FE;
            border-right: 1px solid #911B82;
        }

            .calendarControl .events .dayEvent:nth-child(5n+3) .title {
                color: #911B82;
            }

.calendarControl.full .fc-left > div {
    display: flex;
    align-items: center;
}

.calendarControl.full {
    margin: 20px 35px;
}


    .calendarControl.full .fullcalendar-basic {
        border: none;
        padding: 10px 0;
    }

        .calendarControl.full .fullcalendar-basic:has(.fc-month-view) {
            padding-bottom: 0;
        }

        .calendarControl.full .fullcalendar-basic + .events {
            padding: 20px;
            margin-top: 0;
            min-height: 250px;
        }

    .calendarControl.mini .fc-content-skeleton tbody,
    .calendarControl.full .fc-basicWeek-view .fc-body,
    .calendarControl.full .fc-basicDay-view { /*hide calendar events*/
        display: none;
    }

    .calendarControl.full .fc-day-top,
    .calendarControl.mini .fc-day-top { /* day date centered*/
        text-align: center;
    }

    .calendarControl.full .fc-basicWeek-view .fc-head-container {
        border: none;
        background-color: #F6F6F6;
    }

    .calendarControl.full .fc-basicWeek-view .fc-day-header {
        border: none;
    }

    .calendarControl.mini .fc-day-top,
    .calendarControl.full .fc-basicWeek-view .fc-day-header {
        cursor: pointer;
    }

    .calendarControl.full .fullcalendar-basic .fc-more-cell a,
    .calendarControl.full .fullcalendar-basic .fc-event-container a {
        direction: rtl;
        padding: 0;
    }

    .calendarControl.full .fullcalendar-basic .fc-content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    .calendarControl.full .fullcalendar-basic .fc-day-grid-event .fc-time {
        padding-right: 0;
    }

    .calendarControl.full .fullcalendar-basic .fc-month-view .fc-content-skeleton .fc-day-top {
        padding-bottom: 15px;
    }

    .calendarControl.full .fullcalendar-basic.fc-unthemed .fc-month-view thead th {
        border-bottom-color: transparent;
        color: #3B3B3B73;
        padding: 10px 0 0 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    .calendarControl.full .fullcalendar-basic.fc-unthemed .fc-month-view .fc-body > tr > td.fc-widget-content {
        border-top-color: transparent;
    }

    .calendarControl.full .fullcalendar-basic.fc-unthemed .fc-month-view .fc-head td.fc-widget-header {
        border-bottom-color: transparent;
    }

.fc-scrollgrid {
    border: none !important;
}

    .fc-scrollgrid td:last-of-type {
        border-right: none !important;
    }

.singleCalendarContainer .icon-container {
    position: relative;
}

.singleCalendarContainer .icon {
    width: 60px;
    aspect-ratio: 1/1;
    position: absolute;
    top: -30px;
    right: calc(50% - 30px);
    background: #FFFFFF;
    border: 1px solid #00000033;
    border-radius: 50%;
    padding: 10px;
}

.singleCalendarContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    border-radius: 10px;
    background-color: #FAFAFA;
    box-shadow: 0px 5px 35px #0000000D;
    margin: 15px 0;
    position: relative;
    width: 100%;
}

    .singleCalendarContainer .content {
        padding: 20px;
        position: relative;
        width: 100%;
    }

        .singleCalendarContainer .content .text {
            width: 100%;
            overflow: auto;
        }

            .singleCalendarContainer .content .text img {
                max-width: 100%;
            }

    .singleCalendarContainer .image {
        width: 100%;
        height: 150px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .singleCalendarContainer .btn {
        width: 40%;
        margin: 25px 30% 0;
    }

@media (min-width:768px) {
    .calendarControl.full .fullcalendar-basic:has(.fc-month-view) + .events { /*hide custom events*/
        display: none;
    }

    .calendarControl.full .fullcalendar-basic:has(.fc-basicDay-view) + .events { /*line above day view*/
        border-top: 1px solid #EDEDED;
    }
}

@media (max-width:768px) {
    .calendarControl .fc-toolbar .fc-right,
    .calendarControl .fc-toolbar .fc-left,
    .calendarControl .fc-button-group {
        width: 100% !important;
    }

    .calendarControl .fc-unthemed.fc-unthemed .fc-popover, .calendarControl .fc-unthemed .fc-row,
    .calendarControl .fc-unthemed hr, .calendarControl .fc-unthemed tbody, .calendarControl .fc-unthemed td,
    .calendarControl .fc-unthemed th, .calendarControl .fc-unthemed thead tbody, .calendarControl .fc-unthemed thead,
    .calendarControl .fc-unthemed thead, .calendarControl .fc-unthemed thead td, .calendarControl .fc-unthemed thead th {
        border-color: transparent;
    }

    .calendarControl .fc-scroller {
        overflow-y: hidden;
        overflow-x: hidden;
        min-height: fit-content;
    }

    .calendarControl .fc-basic-view tbody .fc-row {
        min-height: 30px;
    }

    .calendarControl .fc-month-view .fc-bg .fc-selected,
    .calendarControl .fc-month-view .fc-bg .fc-events,
    .calendarControl .fc-month-view .fc-bg .fc-today {
        border-radius: 50%;
    }

    .calendarControl .fc-row .fc-content-skeleton {
        padding: 5px 0;
    }

    .calendarControl .fc-content-skeleton tbody { /*hide calendar events*/
        display: none;
    }

    .calendarControl .fc-view-container:has(.fc-month-view) {
        background: #FFFFFF;
        border: 1px solid #EDEDED;
        border-radius: 8px;
        padding: 15px;
    }

    .calendarControl .fullcalendar-basic:has(.fc-month-view) {
        padding-bottom: 10px !important;
    }

    .calendarControl .events {
        background: #FFFFFF;
        border-radius: 10px;
    }


    .singleCalendarContainer .btn {
        width: 75%;
        margin: 25px 20% 0;
    }

    .singleCalendarContainer {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        align-items: flex-start;
    }

        .singleCalendarContainer .content {
            align-items: flex-start;
            padding: 0 10px;
            margin: 50px 0;
        }
}

/******************************** News *************************************/
.newsControl {
}

.latestList {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .latestList .card {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 10px 0;
        border: none;
        width: 100%;
        position: relative;
    }

        .latestList .card .card-body {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 5px;
        }

        .latestList .card:not(:first-child):not(:last-child) {
            border-bottom: 1px solid #0000000D;
        }

        .latestList .card:first-child {
            flex-direction: column;
            border-radius: 10px;
            background-color: #FAFAFA;
            border: 1px solid #D2D2D2;
        }

        .latestList .card .card-title {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            margin: 0;
        }

        .latestList .card .card-text {
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: #00000099;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }

.newsControl.mini .latestList .card:first-child .card-title {
    margin: 15px 0;
}

.newsControl.mini .latestList .card:first-child .card-text {
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
}

.newsControl.mini .latestList .card:not(:first-child) .card-img-top {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.newsControl.mini .latestList .card:first-child .card-img-top {
    height: 100px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.newsControl.mini .latestList .card .card-body > div {
    width: 90%;
}

.latestList .card .time {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4779FB;
    margin: 5px 0;
}

.newsControl.mini .latestList .card .icon, .newsControl.mini .latestList .card .btn {
    display: none;
}

.newsControl.full .latestList .card .gotoIcon {
    display: none;
}

.newsControl.full .latestList .card .icon, .singleNewContainer .icon -container {
    position: relative;
}

.newsControl.full .latestList .card .icon, .singleNewContainer .icon {
    width: 60px;
    aspect-ratio: 1/1;
    position: absolute;
    top: -30px;
    right: calc(50% - 30px);
    background: #FFFFFF;
    border: 1px solid #00000033;
    border-radius: 50%;
    padding: 10px;
}

.newsControl.full .latestList .card:first-child {
    margin-top: 0;
}

.newsControl.full .latestList .card, .singleNewContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    border-radius: 10px;
    background-color: #FAFAFA;
    box-shadow: 0px 5px 35px #0000000D;
    margin: 15px 0;
    position: relative;
}

    .newsControl.full .latestList .card .card-body, .singleNewContainer .content {
        padding: 20px;
        position: relative;
        width: 100%;
    }

        .newsControl.full .latestList .card .card-body > div {
            position: relative;
            width: 100%;
        }

    .newsControl.full .latestList .card .card-title {
        font-weight: 600;
        font-size: 26px;
        line-height: 38px;
    }

    .newsControl.full .latestList .card .card-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
    }

    .newsControl.full .latestList .card .card-img-top, .singleNewContainer .image {
        width: 100%;
        aspect-ratio: 4/1;
        object-fit: cover;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .newsControl.full .latestList .card .time, .singleNewContainer .time {
        left: 10px;
        top: 10px;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .newsControl.full .latestList .card .time {
        float: left;
        position: absolute;
    }

    .newsControl.full .latestList .card .btn, .singleNewContainer .btn {
        width: 40%;
        margin: 25px 30% 0;
    }

@media (max-width:768px) {
    .newsControl.full .latestList .card .card-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

    .newsControl.full .latestList .card .card-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    .newsControl.full .latestList .card .btn,
    .singleNewContainer .btn {
        width: 75%;
        margin: 25px 20% 0;
    }

    .singleNewContainer {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        align-items: flex-start;
    }

        .singleNewContainer .content {
            align-items: flex-start;
            padding: 50px 10px;
        }

    .newsControl.full .latestList .card .time {
        float: none;
        position: relative;
        margin-bottom: 15px;
    }

    .singleNewContainer {
    }
}
/******************************** Birthdays *************************************/
.birthdaysControl {
}

    .birthdaysControl .latestBirthdays {
        width: 100%;
    }

    .birthdaysControl.mini .latestBirthdays {
        max-height: 305px;
        overflow-y: scroll;
        margin-bottom: 5px 10px;
    }

    .birthdaysControl .bday {
        background: #FFFFFF;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        margin: 10px 0;
    }


        .birthdaysControl .bday .card-body {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
        }

    .birthdaysControl.mini .bday .image {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
    }

    .birthdaysControl.mini .bday .name {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

    .birthdaysControl.mini .bday .date {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        border-radius: 40px;
        padding: 5px 10px;
    }

    .birthdaysControl.mini .bday:nth-child(5n+1) .date {
        color: #FBC847;
        background-color: #FBC84733;
    }

    .birthdaysControl.mini .bday:nth-child(5n+2) .date {
        color: #4779FB;
        background-color: #4779FB33;
    }

    .birthdaysControl.mini .bday:nth-child(5n+3) .date {
        color: #911B82;
        background-color: #911B8233;
    }

    .birthdaysControl.mini .bday:nth-child(5n+4) .date {
        color: #4DCC41;
        background-color: #4DCC4133;
    }

    .birthdaysControl.mini .bday:nth-child(5n+5) .date {
        color: #41BBCC;
        background-color: #41BBCC33;
    }

    .birthdaysControl.full .go,
    .birthdaysControl.full .card-body .image,
    .birthdaysControl.mini .bday .preDate,
    .birthdaysControl.mini .bday .preName,
    .birthdaysControl.mini .bday .text,
    .birthdaysControl.mini .bday .card-img-top,
    .birthdaysControl.mini .bday .card-body .wish {
        display: none;
    }

    .birthdaysControl.full .bday {
        border-radius: 10px;
        margin-bottom: 30px;
    }

        .birthdaysControl.full .bday .card-img-top {
            width: 100%;
            height: 150px;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }

        .birthdaysControl.full .bday .card-body {
            flex-direction: column;
            padding: 25px 10px;
        }

        .birthdaysControl.full .bday .name {
            font-weight: 600;
            font-size: 30px;
            line-height: 42px;
        }

        .birthdaysControl.full .bday .date {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: #4779FB;
        }

        .birthdaysControl.full .bday .text {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #00000099;
            text-align: center;
            margin: 10px 10px 20px;
        }

@media (max-width:768px) {
    .birthdaysControl.full .bday .name {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }
}
/******************************** Hires *************************************/
.hiresControl {
}

    .hiresControl .latestHires {
        width: 100%;
    }

    .hiresControl.mini .latestHires {
        max-height: 320px;
        overflow-y: scroll;
        margin-bottom: 10px;
    }

    .hiresControl .hire {
        background: #FFFFFF;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        margin: 10px 0;
    }


        .hiresControl .hire .card-body {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 5px 10px;
        }

    .hiresControl.mini .hire .image {
        width: 40px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        object-fit: cover;
    }

    .hiresControl.mini .hire .details {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin-right: 10px;
    }

    .hiresControl.mini .hire .name {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

    .hiresControl.mini .hire .department {
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
    }

    .hiresControl.mini .hire .date {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        border-radius: 40px;
        padding: 5px 10px;
    }

    .hiresControl.mini .hire:nth-child(5n+1) .date {
        color: #FBC847;
        background-color: #FBC84733;
    }

    .hiresControl.mini .hire:nth-child(5n+2) .date {
        color: #4779FB;
        background-color: #4779FB33;
    }

    .hiresControl.mini .hire:nth-child(5n+3) .date {
        color: #911B82;
        background-color: #911B8233;
    }

    .hiresControl.mini .hire:nth-child(5n+4) .date {
        color: #4DCC41;
        background-color: #4DCC4133;
    }

    .hiresControl.mini .hire:nth-child(5n+5) .date {
        color: #41BBCC;
        background-color: #41BBCC33;
    }

    .hiresControl.full .go,
    .hiresControl.full .card-body .image,
    .hiresControl.mini .hire .preDate,
    .hiresControl.mini .hire .preName,
    .hiresControl.mini .hire .postName,
    .hiresControl.mini .hire .text,
    .hiresControl.mini .hire .card-img-top,
    .hiresControl.mini .hire .card-body .wish {
        display: none;
    }

    .hiresControl.full .hire {
        border-radius: 10px;
        margin-bottom: 30px;
    }

        .hiresControl.full .hire .card-img-top {
            width: 100%;
            height: 150px;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }

        .hiresControl.full .hire .card-body {
            flex-direction: column;
            padding: 25px 10px;
        }

        .hiresControl.full .hire .details {
            text-align: center;
            font-weight: 600;
            font-size: 30px;
            line-height: 42px;
        }

        .hiresControl.full .hire .name,
        .hiresControl.full .hire .department {
        }

        .hiresControl.full .hire .date {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: #4779FB;
        }

        .hiresControl.full .hire .text {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #00000099;
            text-align: center;
            margin: 10px 10px 20px;
        }

@media (max-width:768px) {
    .hiresControl.full .hire .name {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }
}
/******************************** NavSlider *************************************/
.navSliderControl .message {
    width: 100%;
}

.navSliderControl .slick-list,
.navSliderControl .slick-track {
    /*height: 250px;*/
}

.navSliderControl .message .textContainer {
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    background-size: cover;
}

    .navSliderControl .message .textContainer.clickable {
        cursor: pointer;
    }

    .navSliderControl .message .textContainer.notClickable {
        pointer-events: none;
    }

    .navSliderControl .message .textContainer .title {
        font-weight: 800;
        font-size: 30px;
        line-height: 32px;
    }

    .navSliderControl .message .textContainer .subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

.navSliderControl .slick-prev,
.navSliderControl .slick-next {
    width: auto;
    height: auto;
    z-index: 1;
}

    .navSliderControl .slick-prev:before,
    .navSliderControl .slick-next:before {
        content: '';
    }

    .navSliderControl .slick-prev img,
    .navSliderControl .slick-next img {
        width: 50px;
    }

@media (max-width:768px) {
    .navSliderControl .message .textContainer .title {
        font-weight: 800;
        font-size: 22px;
        line-height: 26px;
    }

    .navSliderControl .message .textContainer .subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }
}

/******************************** Messages *************************************/
.messagesControl {
    position: relative;
    margin: 0 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .messagesControl .navIcons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 0;
    }

        .messagesControl .navIcons .card {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 15px 0;
            font-weight: 500;
            font-size: 22px;
            line-height: 26px;
            background: #FFFFFF;
            border: 1px solid #E3E3E3;
            border-radius: 10px;
            width: 31%;
            cursor: pointer;
            height: 210px;
            justify-content: flex-end;
        }

            .messagesControl .navIcons .card.active {
                border: 2px solid #4779FB;
            }

            .messagesControl .navIcons .card .icon {
                width: 50%;
            }

@media (max-width:768px) {
    .messagesControl .navIcons {
        background: #FFFFFF;
        box-shadow: #0000001A;
        border-radius: 10px;
    }

        .messagesControl .navIcons .card {
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            border: none;
            border-radius: 0;
            height: 115px;
        }

            .messagesControl .navIcons .card.active {
                border: none;
            }
}

/******************************** Contacts *************************************/
.contactsControl {
}

    .contactsControl > div {
        width: 100%;
    }

    .contactsControl .header .title-container,
    .contactsControl .header .search {
        display: inline-block;
    }

    .contactsControl .search {
        float: left;
    }

    .contactsControl .contactsContainer {
        width: 100%;
    }

    .contactsControl.mini .contactsContainer {
        max-height: 400px;
        overflow-y: scroll;
    }

    .contactsControl.full .contact {
        background: #FFFFFF;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        padding: 5px 15px;
        margin: 10px 0;
    }

    .contactsControl .contact .base {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .contactsControl .contact .data {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin: 5px 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }

    .contactsControl .contact .picture {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin: 0 0 0 10px;
        object-fit: cover;
    }

    .contactsControl.full .contact .picture {
        width: 30px;
        height: 30px;
    }

    .contactsControl .contact .zoomed-picture {
        position: absolute;
        right: 60px;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        width: 100px;
        display: none;
    }

    .contactsControl.full .contact .picture:hover + .zoomed-picture {
        display: block;
    }

    .contactsControl .contact .text {
    }

    .contactsControl .contact .number {
        color: #4779FB;
        cursor: pointer;
    }

    .contactsControl.mini .contact .toggleBtn, .contactsControl.mini .contact .extraData {
        display: none;
    }

    .contactsControl.full .contactsContainer hr {
        display: none;
    }

    .contactsControl .extraData {
        padding: 0 35px 15px;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

        .contactsControl .extraData > div {
            display: flex;
            align-items: center;
            margin: 5px;
            cursor: pointer;
        }

        .contactsControl .extraData img {
            width: 25px;
        }

        .contactsControl .extraData .text {
            margin: 0 10px;
        }

@media (max-width:768px) {
    .contactsControl .extraData {
        padding: 0 0 15px;
    }
}
/******************************** Jobs *************************************/
.jobsControl .jobsContainer {
}

    .jobsControl .jobsContainer .job {
        margin-top: 30px;
        border: 1px solid #CBCBCB;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 20px 40px;
        width: 100%;
        position: relative;
    }

        .jobsControl .jobsContainer .job .title {
            font-weight: 700;
            font-size: 18px;
            line-height: 21px;
            text-align: right;
            display: inline-block;
        }

        .jobsControl .jobsContainer .job .jobBody {
            font-weight: 700;
            font-size: 12px;
            line-height: 18px;
        }

        .jobsControl .jobsContainer .job .subtitle:not(:first-child) {
            color: #4779FB;
        }

        .jobsControl .jobsContainer .job .jobHead {
            /*display: flex;
            justify-content: space-between;*/
        }

        .jobsControl .jobsContainer .job .share {
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            text-align: left;
            cursor: pointer;
            float: left;
        }

            .jobsControl .jobsContainer .job .share img {
                width: 20px;
            }

        .jobsControl .jobsContainer .job .jobFoot {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-start;
            align-items: center;
            border-top: 1px dashed #00000033;
            margin-top: 10px;
        }

        .jobsControl .jobsContainer .job .btn-cv {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            margin: 10px;
            color: #000000;
        }


            .jobsControl .jobsContainer .job .btn-cv img {
                width: 20px;
            }

        .jobsControl .jobsContainer .job .watchJob {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
        }

            .jobsControl .jobsContainer .job .watchJob img {
                width: 10%;
            }

.singleJobControl.full > .jobContainer {
    padding: 30px 40px;
}

    .singleJobControl.full > .jobContainer .share {
        float: left;
        cursor: pointer;
    }

        .singleJobControl.full > .jobContainer .share img {
            width: 25px;
        }

/*.whatsapp-share {
    color: #25D366;
    margin-left: 15px;
}*/

.singleJobControl .cvForm {
    background-color: #D9D9D933;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    width: 80%;
    padding: 30px 20px;
    margin: 20px 10%;
}


    .singleJobControl .cvForm .title {
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        margin-bottom: 15px;
    }

    .singleJobControl .cvForm .form .control-label {
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
    }

    .singleJobControl .cvForm .form input, .singleJobControl .cvForm .form texterea {
        border-radius: 5px;
    }


    .singleJobControl .cvForm .btn.send {
        width: 80%;
        margin: 0 10%;
    }

.dropzone .dz-default.dz-message, .dropzone .dz-message {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dropzone, .file-thumbnail-footer {
    position: relative;
}

.dropzone {
    border-radius: 2px;
    background-color: #fcfcfc;
    border: 2px dashed #A4A4A4;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    min-height: 150px;
}

    .dropzone.dz-drag-hover .dz-message {
        opacity: .15;
        filter: alpha(opacity=15);
    }

    .dropzone.dz-started .dz-message {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .dropzone .dz-preview, .dropzone-previews .dz-preview {
        background-color: #fff;
        position: relative;
        display: inline-block;
        margin: 10px;
        vertical-align: top;
        border: 1px solid #ddd;
        padding: 8px;
        border-radius: 2px;
    }

    .dropzone.dz-clickable, .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message span {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

    .dropzone .dz-default.dz-message {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        border-radius: 4px;
        -webkit-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

        .dropzone .dz-default.dz-message:before {
            content: none; /*'\ea0e'*/
            ;
            font-size: 64px;
            position: absolute;
            top: 48px;
            width: 64px;
            height: 64px;
            display: inline-block;
            left: 50%;
            margin-left: -32px;
            line-height: 1;
            z-index: 2;
            color: #ddd;
            text-indent: 0;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .dropzone .dz-default.dz-message span {
            text-align: center;
            display: block;
            text-shadow: 0 1px 1px #fff;
            color: #4779FB;
            font-weight: 400;
            font-size: 20px;
            line-height: 24px;
            margin-top: 85px;
        }

@media (max-width:768px) {
    .jobsControl .jobsContainer .job {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 25px;
        margin-bottom: 75px;
    }

        .jobsControl .jobsContainer .job .image {
            width: 75px;
            border-radius: 50%;
            position: absolute;
            top: -40px;
        }

        .jobsControl .jobsContainer .job .date,
        .singleJobControl .jobContainer .date {
            font-weight: 400;
            font-size: 14px;
            line-height: 19px;
            color: #4779FB;
            margin-left: auto;
        }

        .jobsControl .jobsContainer .job .title {
            font-weight: 600;
            font-size: 20px;
            line-height: 28px;
            text-align: center;
        }

        .jobsControl .jobsContainer .job .jobBody {
            font-weight: 400;
            font-size: 14px;
            line-height: 19px;
            color: #00000099;
            text-align: center;
        }

        .jobsControl .jobsContainer .job .share {
            float: none;
            width: 25px;
        }

        .jobsControl .jobsContainer .job .jobFoot {
            border-top: none;
            justify-content: center;
        }

        .jobsControl .jobsContainer .job .btn-cv {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            margin: 10px;
            color: #FFFFFF;
        }

    .singleJobControl.full > .jobContainer {
        padding: 0px 15px;
    }

    .singleJobControl .actions {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .singleJobControl .actions img {
            margin: 10px;
        }

    .singleJobControl .cvModal .modal-body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dropzone .dz-default.dz-message span {
        font-size: 18px;
        line-height: 20px;
    }
}

/******************************** Forms *************************************/
.formsControl {
}

    .formsControl .formsContainer {
        width: 100%;
    }

        .formsControl .formsContainer .formType {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            border-radius: 10px;
            position: relative;
            margin-bottom: 15px;
            padding: 10px;
        }

            .formsControl .formsContainer .formType .content {
                display: flex;
                flex-direction: column;
                color: #FFFFFF;
                padding: 0 100px;
            }

            .formsControl .formsContainer .formType:nth-child(3n+1) {
                background: #FBC847;
            }

            .formsControl .formsContainer .formType:nth-child(3n+2) {
                background: #4779FB;
            }

            .formsControl .formsContainer .formType:nth-child(3n+3) {
                background: #3B3B3B;
            }

            .formsControl .formsContainer .formType .bck-img {
                width: 200px;
                /*position: absolute;
            float:left;*/
            }

            .formsControl .formsContainer .formType .title {
                font-weight: 700;
                font-size: 30px;
                line-height: 36px;
            }

            .formsControl .formsContainer .formType .subtitle {
                font-weight: 300;
                font-size: 18px;
                line-height: 21px;
            }

.typeFormsControl {
}

.typeFormsContainer {
    background: #FFFFFF;
    box-shadow: 0px 7px 35px #0000000D;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .typeFormsContainer > .header {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: #FBC847;
        border-radius: 5px;
        padding: 15px 30px;
        color: #FFFFFF;
    }

        .typeFormsContainer > .header.type10831 {
            background: #3B3B3B;
        }

        .typeFormsContainer > .header.type10832 {
            background: #4779FB;
        }

        .typeFormsContainer > .header.type10833 {
            background: #FBC847;
        }

        .typeFormsContainer > .header .title {
            font-weight: 700;
            font-size: 22px;
            line-height: 26px;
        }

        .typeFormsContainer > .header .text {
            font-weight: 300;
            font-size: 14px;
            line-height: 17px;
        }

        .typeFormsContainer > .header .bck-img {
            margin-bottom: auto;
            width: 40px;
        }

    .typeFormsContainer > .content {
        width: 100%;
        padding: 30px 30px;
    }

        .typeFormsContainer > .content .form {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .typeFormsContainer > .content .form .name {
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
                display: inline-block;
            }

            .typeFormsContainer > .content .form .icon {
                display: inline-block;
                width: 25px;
            }

@media (max-width:768px) {
    .formsControl .formsContainer {
        background: #FFFFFF;
        padding: 20px 15px;
    }

        .formsControl .formsContainer .formType .content {
            padding: 20px 15px;
        }

        .formsControl .formsContainer .formType .bck-img {
            width: 100px;
        }

        .formsControl .formsContainer .formType .title {
            font-weight: 700;
            font-size: 22px;
            line-height: 26px;
        }

        .formsControl .formsContainer .formType .subtitle {
            font-weight: 300;
            font-size: 14px;
            line-height: 17px;
        }


    .typeFormsContainer {
        border-radius: 0;
        height: 100%;
    }

        .typeFormsContainer .header {
            display: none;
        }
}
/******************************** Benefits *************************************/
.benefitsControl {
}

.benefitsContainer {
    width: 100%;
}

.benefitsControl .card,
.singleBenefitContainer {
    margin: 10px 0;
    width: 100%;
    border: 1px solid #00000033;
    border-radius: 10px;
}

    .benefitsControl .card .card-img-top,
    .singleBenefitContainer .image {
        height: 150px;
        /*object-fit: cover;*/
        border-top-right-radius: 10px;
        border-top-left-radius: 10px
    }

    .benefitsControl .card .card-body {
        display: flex;
        align-items: center;
    }

        .benefitsControl .card .card-body .content,
        .singleBenefitContainer .content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            padding: 15px 30px;
            width: 100%;
        }

    .benefitsControl .card .card-title,
    .singleBenefitContainer .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }

    .benefitsControl .card .card-subtitle,
    .singleBenefitContainer .subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #ACACAC;
        font-family: Roboto;
    }

        .benefitsControl .card .card-subtitle span,
        .singleBenefitContainer .subtitle span {
            font-weight: 900;
            font-size: 24px;
            line-height: 28px;
            color: #FFBD2D;
        }

    .benefitsControl .card .card-text,
    .singleBenefitContainer .text {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00000099;
        margin-top: 20px;
    }

    .benefitsControl .card .card-text {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .benefitsControl .card .btn {
        margin-right: auto;
    }

.singleBenefitContainer {
    border: none;
    border-radius: 0;
}

    .singleBenefitContainer .image {
        width: 100%;
        height: 250px;
    }

    .singleBenefitContainer .get {
        margin: 15px auto;
    }
/*
.singleBenefitControl {
    width: 100%;
}

.singleBenefitContainer {
    margin: 10px 0;
    width: 100%;
    border: 1px solid #00000033;
    border-radius: 10px;
}

    .singleBenefitContainer .image {
        height: 300px;
        object-fit: cover;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px
    }

    .singleBenefitContainer .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 15px 30px;
    }

    .singleBenefitContainer .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }

    .singleBenefitContainer .subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #ACACAC;
        font-family: Roboto;
    }

        .singleBenefitContainer .subtitle span {
            font-weight: 900;
            font-size: 24px;
            line-height: 28px;
            color: #FFBD2D;
        }

    .singleBenefitContainer .text {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00000099;
        margin-top: 20px;
    }

    .singleBenefitContainer .btn {
        margin-right: auto;
    }*/

@media (max-width:768px) {
}
/******************************** Values *************************************/
.valuesControl {
}

    .valuesControl .description {
        background: #FFFFFF;
        box-shadow: 0px 5px 35px #0000000D;
        border-radius: 10px;
        padding: 20px 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .valuesControl.mini .description {
        display: none;
    }

    .valuesControl .description .title {
        font-weight: 600;
        font-size: 30px;
        line-height: 42px;
    }

    .valuesControl .description .subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #363636B3;
        text-align: center;
        margin-top: 10px;
    }

    .valuesControl .valuesContainer {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .valuesControl.mini .valuesContainer {
        flex-direction: column;
    }

    .valuesControl .valuesContainer .value {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        background: #FFFFFF;
        border: 1px solid #E2E2E2;
        box-shadow: 0px 6px 14px #0000000A;
        border-radius: 5px;
        padding: 25px;
        margin: 2% 0;
        justify-content: space-between;
    }

    .valuesControl.mini .valuesContainer .value {
        flex-direction: row;
        width: 100%;
        padding: 10px;
    }

    .valuesControl .valuesContainer .value .icon {
        width: 75px;
        height: 75px;
        /*border: 1px solid #00000033;
        border-radius: 50%;
        padding: 10px;*/
    }

    .valuesControl.mini .valuesContainer .value .icon {
        width: 35px;
        height: 35px;
        padding: 5px;
    }

    .valuesControl .valuesContainer .value .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin: 10px 0;
    }

    .valuesControl.mini .valuesContainer .value .title {
        padding: 0 5px;
    }

    .valuesControl .valuesContainer .value .link {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #4779FB;
    }

        .valuesControl .valuesContainer .value .link > div {
            display: inline-block;
        }

    .valuesControl.mini .valuesContainer .value .link .arrows,
    .valuesControl.full .valuesContainer .value .link .gotoIcon {
        display: none;
    }

.singleValueContainer {
    background: #FFFFFF;
    box-shadow: 0px 7px 35px #0000000D;
    border-radius: 10px;
    width: 100%;
}

    .singleValueContainer .image {
        width: 100%;
        height: 250px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .singleValueContainer .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 60px;
    }

    .singleValueContainer .title {
        font-size: 30px;
        font-weight: 600;
        line-height: 42px;
    }

    .singleValueContainer hr {
        margin-top: 0;
    }

    .singleValueContainer .subtitle {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }

    .singleValueContainer .description, .singleValueContainer .text {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00000099;
        text-align: center;
        margin: 10px;
    }

    .singleValueContainer .link {
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #4779FB;
    }

@media (max-width:768px) {
    .valuesControl .valuesContainer .value {
        width: 48%;
    }

        .valuesControl .valuesContainer .value .link {
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            text-align: center;
        }

    .singleValueContainer {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }

        .singleValueContainer .image {
            border-radius: 0;
        }

        .singleValueContainer .icon {
            background: #FFFFFF;
            border: 1px solid #00000033;
            border-radius: 50%;
            width: 75px;
            height: 75px;
            padding: 10px;
            position: absolute;
            top: 30%;
            right: 37%;
        }

        .singleValueContainer .content {
            align-items: flex-start;
            padding: 50px 10px;
        }

        .singleValueContainer .description,
        .singleValueContainer .text {
            text-align: right;
        }

        .singleValueContainer .link {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            color: #FFFFFF;
        }
}
/******************************** Hierarchy *************************************/
.hierarchyControl {
}

    .hierarchyControl .hierarchyContainer {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 7px 35px #0000000D;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px
    }

.hierarchyContainer .children {
    /*    width: 90%;
*/ display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    /*border-top: 1px solid #0000000d;*/
    padding: 10px;
}

    .hierarchyContainer .children hr {
        width: 100%;
    }

.hierarchyContainer .node {
    width: 150px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    text-align: center;
}

    .hierarchyContainer .node .image {
        width: 60px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid #E3E3E3;
        background-color: #E3E3E3;
    }

    .hierarchyContainer .node .name {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
    }

    .hierarchyContainer .node .role {
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
    }

    .hierarchyContainer .node.center {
        cursor: auto;
    }

        .hierarchyContainer .node.center .image {
            width: 85px;
            height: 85px;
        }

        .hierarchyContainer .node.center .name {
            color: #4779FB;
        }

.hierarchyContainer .line {
    height: 40px;
    border-right: 2px dashed #0000001A;
    margin: -15px;
}

@media (max-width:768px) {
    .hierarchyControl .hierarchyContainer {
        background: transparent;
        box-shadow: none;
        padding: 30px 0px;
    }

    .hierarchyContainer .node {
        width: 110px;
        padding: 20px 10px;
    }
}
/******************************** Feed *************************************/
.feedContainer {
    width: 100%;
}

    .feedContainer .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
        margin-bottom: 30px;
    }

        .feedContainer .card .card-img-top {
            width: 100%;
            aspect-ratio: 4/1;
            object-fit: cover;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }

        .feedContainer .card .icon {
            width: 10%;
            aspect-ratio: 1/1;
            margin: -5% 0;
        }

        .feedContainer .card .card-body {
            display: flex;
            align-items: center;
            flex-direction: column;
            padding: 25px 10px;
            width: 100%;
        }

        .feedContainer .card .card-title {
            font-weight: 600;
            font-size: 30px;
            line-height: 42px;
        }

        .feedContainer .card .date {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: #4779FB;
        }

        .feedContainer .card .card-text {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #00000099;
            text-align: center;
            margin: 10px 10px 20px;
        }

        .feedContainer .card .btn {
            width: 40%;
            margin: 25px auto 0;
        }

        .feedContainer .card:not(.Birthday) .card-title {
            float: right;
            margin: auto;
        }

        .feedContainer .card:not(.Birthday) .date {
            float: left;
            margin-right: auto;
        }

@media (max-width:768px) {
    .feedContainer .card .card-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .feedContainer .card .date {
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #4779FB;
        text-align: center;
    }

    .feedContainer .card .card-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin: auto 10px;
        text-align: center;
    }

    .feedContainer .card:not(.Birthday) .card-title {
        float: none;
    }

    .feedContainer .card:not(.Birthday) .date {
        float: none;
        margin-right: 0;
    }

    .feedContainer .card .btn {
        width: 75%;
    }
}

/******************************** Meals *************************************/
.mealsContainer {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 5px 5px #00000005;
}

    .mealsContainer .meals-header {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .mealsContainer .tabpane {
        margin: 5%;
    }

input.tab-select {
    background-color: white;
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
    border-bottom: 2px solid #E3E3E3;
    width: 49%;
    transition: color linear 0.2s;
}

    input.tab-select:hover {
        color: #FFBD2D;
        font-weight: bold;
        transition: color linear 0.2s;
    }

    input.tab-select.active {
        color: #FFBD2D;
        font-weight: bold;
        border-bottom: 2px solid #FFBD2D;
    }

.mealsContainer .tabpane .tabs {
    margin-top: 1%;
    height: 300px;
    overflow: auto;
}

    .mealsContainer .tabpane .tabs .tabitem {
        position: relative;
        background-color: white;
        border-radius: 10px;
        border: solid 2px #31313150;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 2%;
        padding-bottom: 2%;
        width: 100%;
        height: max-content;
        margin-bottom: 5%;
    }

        .mealsContainer .tabpane .tabs .tabitem.active {
            background-color: white;
            border-radius: 10px;
            border: solid 1px #FFBD2D;
            padding: 3%;
            width: 100%;
            height: max-content;
            margin-bottom: 5%;
        }

        .mealsContainer .tabpane .tabs .tabitem .meal-image {
            border-radius: 10px;
            display: inline-block;
            width: 20%;
        }

        .mealsContainer .tabpane .tabs .tabitem .meal-desc {
            width: 50%;
            margin-right: 2%;
            vertical-align: middle;
            display: inline-block;
            font-size: 16px;
        }

            .mealsContainer .tabpane .tabs .tabitem .meal-desc p.full {
                display: none;
            }

            .mealsContainer .tabpane .tabs .tabitem .meal-desc p.partial {
                font-size: 14px;
                line-height: 16.59px;
                color: grey;
            }


            .mealsContainer .tabpane .tabs .tabitem .meal-desc:hover p.full {
                display: block;
                font-size: 14px;
                line-height: 16.59px;
                color: grey;
            }

            .mealsContainer .tabpane .tabs .tabitem .meal-desc:hover p.partial {
                display: none;
            }

        .mealsContainer .tabpane .tabs .tabitem .day-desc {
            width: 70%;
            margin-right: 2%;
            display: inline-block;
            vertical-align: top;
            font-size: 16px;
        }

            .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-meal {
                display: inline-block;
                font-size: 16px;
                line-height: 16.59px;
                margin: 2%;
                color: grey;
            }

            .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-drink {
                display: inline-block;
                font-size: 16px;
                line-height: 16.59px;
                margin: 2%;
                color: grey;
            }

@media (min-width:768px) {
    .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-meal:hover {
        color: #FFBD2D;
    }

    .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-drink:hover {
        color: #FFBD2D;
    }

    .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-meal:hover ~ .day-desc-meal-desc {
        display: block;
        font-size: 14px;
        line-height: 16.59px;
        margin-right: 2%;
        color: grey;
    }

    .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-drink:hover ~ .day-desc-drink-desc {
        display: block;
        font-size: 14px;
        line-height: 16.59px;
        margin-right: 2%;
        color: grey;
    }
}

@media (max-width:768px) {
    .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-meal.active {
        color: #FFBD2D;
    }

    .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-drink.active {
        color: #FFBD2D;
    }

    .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-meal-desc.active {
        display: block;
        font-size: 14px;
        line-height: 16.59px;
        margin-right: 2%;
        color: grey;
    }

    .mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-drink-desc.active {
        display: block;
        font-size: 14px;
        line-height: 16.59px;
        margin-right: 2%;
        color: grey;
    }
}

.mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-meal-desc {
    display: none;
}

.mealsContainer .tabpane .tabs .tabitem .day-desc .day-desc-drink-desc {
    display: none;
}

.mealsContainer .tabpane .tabs .tabitem .meal-select {
    color: white;
    width: 24%;
    height: 41px;
    display: inline-block;
    background-color: black;
    border-radius: 50px;
    border: hidden;
    vertical-align: bottom;
    transition: background-color linear 0.2s;
}

    .mealsContainer .tabpane .tabs .tabitem .meal-select:hover {
        background-color: #808080;
        transition: background-color linear 0.2s;
    }

    .mealsContainer .tabpane .tabs .tabitem .meal-select.active {
        background-color: #808080;
    }


.mealsContainer .tabpane .tabs .meal-date {
    padding: 1%;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 12px;
}

.mealsContainer .meals-modal-blur.visible {
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(5px) saturate(100%);
    background-color: #1e1e1ecc;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.mealsContainer .meals-modal-blur .meals-modal:not(.visible) {
    display: none;
}

.mealsContainer .meals-modal-blur .sandwich-modal:not(.visible) {
    display: none;
}

.mealsContainer .meals-modal-blur:not(.visible) {
    visibility: hidden;
}

.mealsContainer .meals-modal-blur .warning-modal:not(.visible) {
    visibility: hidden;
}

@media (max-width:768px) {
    .mealsContainer .meals-modal-blur .warning-modal {
        background-color: white;
        color: #808080;
        text-align: center;
        position: fixed;
        top: 35%;
        left: 1%;
        width: 98%;
        height: fit-content;
        padding-top: calc(2% + 33px);
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 2%;
        z-index: 999;
        border-radius: 10px;
        animation: scaleModalUp 1s;
    }

    .warning-modal .modal-img {
        position: fixed;
        top: calc(35% - 33px);
        left: calc(50% - 33px);
        width: 66px;
    }

    .warning-modal .accept-btn {
        background-color: black;
        border-radius: 50px;
        color: white;
        width: 60%;
        height: 40px;
        border: none;
        font-size: 16px;
        margin-top: 10%;
        transition: background-color linear 0.2s;
    }

        .warning-modal .accept-btn:hover {
            background-color: #808080;
            transition: background-color linear 0.2s;
        }
}


@media (min-width:768px) {
    .mealsContainer .meals-modal-blur .warning-modal {
        background-color: white;
        font-size: 16px;
        text-align: center;
        position: fixed;
        top: 35%;
        left: 30%;
        width: 40%;
        height: fit-content;
        padding-top: calc(2% + 38px);
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 2%;
        z-index: 999;
        border-radius: 10px;
        animation: scaleModalUp 1s;
    }

    .warning-modal .modal-img {
        position: fixed;
        top: calc(35% - 38px);
        left: calc(50% - 38px);
        width: 76px;
    }

    .warning-modal .accept-btn {
        background-color: black;
        border-radius: 50px;
        color: white;
        width: 60%;
        height: 40px;
        border: none;
        font-size: 16px;
        margin-top: 10%;
        transition: background-color linear 0.2s;
    }

        .warning-modal .accept-btn:hover {
            background-color: #808080;
            transition: background-color linear 0.2s;
        }
}

@media (min-width:768px) {

    .mealsContainer .meals-modal-blur .sandwich-modal.visible {
        display: block;
        background-color: white;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 20%;
        height: 30%;
        transform: translate(-50%, -50%);
        min-width: 400px;
        min-height: 300px;
        padding: 1%;
        z-index: 999;
        border-radius: 10px;
        animation: scaleModalUp 1s;
    }

    .mealsContainer .meals-modal-blur .meals-modal.visible {
        display: block;
        background-color: white;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 40%;
        height: 60%;
        transform: translate(-50%, -50%);
        min-width: 400px;
        min-height: 300px;
        padding: 1%;
        z-index: 999;
        border-radius: 10px;
        animation: scaleModalUp 1s;
    }

    .meals-modal-content {
        margin: 5%;
        height: 70%;
        overflow: scroll
    }

        .meals-modal-content .meals-modal-scroll {
            display: block;
            width: 100%;
        }
}

@media (max-width:768px) {
    .mealsContainer .meals-modal-blur .sandwich-modal.visible {
        display: block;
        background-color: white;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 98%;
        height: 30%;
        transform: translate(-50%, -50%);
        padding: 2%;
        z-index: 999;
        min-height: 300px;
        min-width: 250px;
        border-radius: 10px;
        animation: scaleModalUp 1s;
    }

    .mealsContainer .meals-modal-blur .meals-modal.visible {
        display: block;
        background-color: white;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 98%;
        height: 60%;
        transform: translate(-50%, -50%);
        min-height: 300px;
        min-width: 250px;
        padding: 2%;
        z-index: 999;
        border-radius: 10px;
        animation: scaleModalUp 1s;
    }

    .meals-modal-content {
        padding: 5%;
        height: 80%;
        overflow: scroll;
    }

        .meals-modal-content .meals-modal-scroll {
            display: block;
            width: 100%;
        }

    input[type=checkbox] {
        transform: scale(1.5);
        margin-left: 1%;
        margin-top: 5px;
    }
}

@keyframes scaleModalUp {
    0% {
        transform: scale(0) translate(-50%, -50%);
    }

    50% {
        transform: scale(1.2) translate(-50%, -50%);
    }

    100% {
        transform: scale(1) translate(-50%, -50%);
    }
}

@keyframes scaleModalDown {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0);
    }
}

.mealsContainer .meals-modal-blur .meals-modal .meals-modal-content .meal-order,
.mealsContainer .meals-modal-blur .sandwich-modal .meals-modal-content .meal-order {
    background-color: black;
    border-radius: 50px;
    color: white;
    width: 100%;
    height: 40px;
    border: none;
    font-size: 16px;
    margin-top: 10%;
    transition: background-color linear 0.2s;
}

.mealsContainer .meals-modal-blur .meals-modal .meals-order,
.mealsContainer .meals-modal-blur .sandwich-modal .meals-order {
    position: absolute;
    bottom: 5%;
    right: 30%;
    width: 40%;
}



.mealsContainer .meals-modal-blur .meals-modal .meals-modal-content .meal-order:hover,
.mealsContainer .meals-modal-blur .sandwich-modal .meals-modal-content .meal-order:hover {
    background-color: #808080;
    transition: background-color linear 0.2s;
}

.mealsContainer .meals-modal-blur .meals-modal .meals-modal-content p,
.mealsContainer .meals-modal-blur .sandwich-modal .meals-modal-content p {
    color: #808080;
    font-size: 14px;
}

.mealsContainer .meals-modal-blur .meals-modal .meals-modal-content .meals-drinks-content,
.mealsContainer .meals-modal-blur .sandwich-modal .meals-modal-content .meals-drinks-content {
    display: block;
    margin-top: 5%;
    color: #808080;
    font-size: 16px;
}

@media (max-width:768px) {
    .mealsContainer .meals-modal-blur .meals-modal .escape-button,
    .mealsContainer .meals-modal-blur .sandwich-modal .escape-button {
        position: relative;
        background: none;
        border: none;
        font-size: 25px;
        top: 0%;
        right: 0%;
        width: 5%;
        height: 5%;
        z-index: 999;
        color: black;
        transition: color linear 0.2s;
    }

        .mealsContainer .meals-modal-blur .meals-modal .escape-button:hover,
        .mealsContainer .meals-modal-blur .sandwich-modal .escape-button:hover {
            color: #FFBD2D;
            transition: color linear 0.2s;
        }


    .meals-dropdown .dropbtn.visible {
        display: block;
        background-color: white;
        font-size: 16px;
        color: black;
        padding: 2%;
        border-radius: 7px;
        width: 100%;
        border: solid #808080 1px;
    }

    .meals-dropdown .dropbtn:not(.visible) {
        display: none;
    }
}

@media (min-width:768px) {
    .mealsContainer .meals-modal-blur .meals-modal .escape-button,
    .mealsContainer .meals-modal-blur .sandwich-modal .escape-button {
        position: relative;
        background: none;
        border: none;
        top: 0%;
        right: 0%;
        width: 2%;
        height: 2%;
        z-index: 999;
        color: black;
        transition: color linear 0.2s;
    }

        .mealsContainer .meals-modal-blur .meals-modal .escape-button:hover,
        .mealsContainer .meals-modal-blur .sandwich-modal .escape-button:hover {
            color: #FFBD2D;
            transition: color linear 0.2s;
        }


    .meals-dropdown .dropbtn.visible {
        display: block;
        background-color: white;
        color: black;
        padding: 2%;
        font-size: 16px;
        border-radius: 7px;
        width: 70%;
        border: solid #808080 1px;
    }

    .meals-dropdown .dropbtn:not(.visible) {
        display: none;
    }
}

.meals-dropdown {
    position: relative;
    display: block;
    width: 95%;
    font-size: 14px;
    margin-top: 2%;
}

.meals-dropdown-menu:not(.active) {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 10px;
    border: 1px #808080 solid;
}


.meals-dropdown-menu .meals-dropdown-content {
    display: block;
    font-size: 16px;
    width: 100%;
    overflow-y: scroll;
    max-height: 190px;
    z-index: 1000;
}


    .meals-dropdown-menu .meals-dropdown-content .meals-dropdown-item {
        display: block;
        vertical-align: middle;
        color: black;
        padding: 1%;
        border-radius: 5px;
        width: 100%;
    }

        .meals-dropdown-menu .meals-dropdown-content .meals-dropdown-item.reset {
            display: block;
            background-color: white;
            position: sticky;
            bottom: 5%;
            vertical-align: middle;
            color: red;
            width: 100%;
        }

        .meals-dropdown-menu .meals-dropdown-content .meals-dropdown-item .meals-dropdown-item-desc {
            display: none;
        }

        .meals-dropdown-menu .meals-dropdown-content .meals-dropdown-item:hover {
            background-color: #ddd;
            cursor: default;
        }

            .meals-dropdown-menu .meals-dropdown-content .meals-dropdown-item:hover .meals-dropdown-item-desc {
                display: block;
                color: grey;
            }

.meals-dropdown .meals-dropdown-menu.active {
    display: block;
    position: relative; /*absolute*/
    background-color: white;
    height: 200px;
    width: 100%;
    margin-right: 1%;
    padding: 2%;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px #00000015;
}

.numeric-input {
    font-size: 16px;
    border-radius: 7px;
    border: black solid 1px;
    padding: 5px;
    max-height: 30px;
}

.tabitem .amounts-item {
    background-color: white;
    border: 1px solid rgba(49, 49, 49, 0.314);
    position: absolute;
    top: -13px;
    left: 13px;
    font-size: 15px;
    width: 24%;
    text-align: center;
}

    .tabitem .amounts-item.active {
        border: 1px solid #FFBD2D;
    }

/******************************** Registration Form *************************************/
.eform-info-bar span {
    font-size: 18px;
}

.eform-info-bar label {
    font-weight: 600;
}

/******************************** IFrame *************************************/
.iframeControl .iframeContent {
    width: 100%;
    height: 700px;
    border-radius: 10px;
}

/******************************** Content *************************************/
.contentContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    border-radius: 10px;
    background-color: #FAFAFA;
    box-shadow: 0px 5px 35px #0000000D;
    margin: 15px 0;
    position: relative;
}

    .contentContainer .image {
        width: 100%;
        aspect-ratio: 4/1;
        object-fit: cover;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .contentContainer .icon-container {
        position: relative;
    }

    .contentContainer .icon {
        width: 60px;
        aspect-ratio: 1/1;
        position: absolute;
        top: -30px;
        right: calc(50% - 30px);
        background: #FFFFFF;
        border: 1px solid #00000033;
        border-radius: 50%;
        padding: 10px;
    }

    .contentContainer .content {
        padding: 20px;
        position: relative;
        width: 100%;
    }

    .contentContainer .time {
        left: 10px;
        top: 10px;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        margin-left: auto;
        margin-bottom: 10px;
    }

/******************************** Contact Us *************************************/

.contactUsContainer {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 5px 35px #0000000D;
    border: 1px solid #E3E3E3;
    padding: 25px;
}

    .contactUsContainer .subtitle {
        margin-bottom: 25px;
    }

    .contactUsContainer .required,
    .contactUsContainer .errorMsg {
        color: red;
    }

    .contactUsContainer .btn-send {
        margin: auto;
    }

@media (max-width:768px) {

    .contactUsContainer {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }
}
/******************************** Dashboard Control *************************************/
.dashboardControl {
    display: block !important;
    padding: 1% !important;
    margin: 20px !important;
}

    .dashboardControl .org-search {
        margin-bottom: 5px;
        font-size: 15px;
    }

    /*.dashboardControl {
    overflow: hidden;
    padding: 20px;
}*/
    .dashboardControl .nav-tabs > li {
        float: right;
        margin-bottom: -1px;
    }

        .dashboardControl .nav-tabs > li > a {
            padding: 10px 15px;
            margin-left: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

        .dashboardControl .nav-tabs > li,
        .dashboardControl .nav-tabs > li > a {
            display: block;
            position: relative;
        }

            .dashboardControl .nav-tabs > li.active > a,
            .dashboardControl .nav-tabs > li.active > a:focus,
            .dashboardControl .nav-tabs > li.active > a:hover {
                cursor: default;
                background-color: #fff;
                border: 1px solid #ddd;
                border-bottom-color: transparent;
            }

    .dashboardControl ul.fancytree-container {
        border: none;
    }

    .dashboardControl .tab-content {
        width: 100%;
    }

        .dashboardControl .tab-content .filters {
            display: flex;
            justify-content: space-between;
            text-align: right;
        }

            .dashboardControl .tab-content .filters > * {
                width: 100%;
                margin-left: 1%;
            }

    .dashboardControl .b2e-clickable:hover td {
        background-color: rgba(0,0,0,0.04);
        cursor: pointer;
    }


/******************************** Qualifications Control *************************************/
.userQualificationsControl.full {
    display: flex !important;
}

    .userQualificationsControl.full .userDetails,
    .userQualificationsControl.full .userQualificationsContainer table {
        width: 100%;
    }

    .userQualificationsControl.full .main {
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .userQualificationsControl.full .main img {
            width: 200px;
            aspect-ratio: 1/1;
            object-fit: cover;
            border-radius: 15px;
        }

        .userQualificationsControl.full .main .title {
            font-weight: 700;
            font-size: 22px;
            line-height: 26px;
            text-align: center;
        }

        .userQualificationsControl.full .main .subtitle {
            font-weight: 300;
            font-size: 16px;
            line-height: 19px;
            color: #00000099;
            text-align: center;
        }

        .userQualificationsControl.full .main:has(+.info) {
            padding: 20px 0 50px;
        }

    .userQualificationsControl.full .details {
        display: flex;
        justify-content: space-between;
        background: #FFFFFF;
        box-shadow: 0px 10px 36px #0000001A;
        border-radius: 10px;
        width: 90%;
        margin: 0 5%;
        margin-top: -45px;
    }

        .userQualificationsControl.full .details .detail {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 48%; /*33%;*/
            padding: 20px 0;
        }

            .userQualificationsControl.full .details .detail:not(:first-child) {
                border-right: 2px solid #CACACA33;
            }

        .userQualificationsControl.full .details img {
            width: 40px;
        }

        .userQualificationsControl.full .details .title {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            text-align: center;
        }

        .userQualificationsControl.full .details .subtitle {
            font-weight: 300;
            font-size: 14px;
            line-height: 17px;
            color: #00000099;
            text-align: center;
        }

    .userQualificationsControl.full .personal {
        display: none;
    }

    .userQualificationsControl.full .header {
        padding-top: 50px;
    }

    .userQualificationsControl.full .qualifications {
        width: 100%;
    }

    .userQualificationsControl.full .noQualifications {
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
        text-align: start;
        padding: 50px 0;
    }

.userQualificationsContainer {
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .userQualificationsContainer table {
        width: 100%;
    }

    .userQualificationsContainer tbody tr {
        border-top: 2px solid #CACACA33;
    }

    .userQualificationsContainer th,
    .userQualificationsContainer td {
        padding: 10px;
    }

        .userQualificationsContainer th:not(:last-child),
        .userQualificationsContainer td:not(:last-child) {
            border-left: 2px solid #CACACA33;
        }

    .userQualificationsContainer .blossomComplete {
        text-decoration: underline;
        color: #FBC847;
    }

        .userQualificationsContainer .blossomComplete:active,
        .userQualificationsContainer .blossomComplete:hover,
        .userQualificationsContainer .blossomComplete:focus {
            color: #EDB72F;
        }

@media (max-width:768px) {
    .userQualificationsContainer th, .userQualificationsContainer td {
        padding: 5px;
        font-size: 16px;
    }
}

/******************************** Gallery Categories *************************************/
.galleryCategoriesContainer {
    width: 100%;
    align-items: stretch;
    margin: auto;
}

    .galleryCategoriesContainer > div {
        margin-bottom: 15px;
        margin-bottom: 15px;
    }

    .galleryCategoriesContainer .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 25px;
        text-align: center;
        height: 100%;
        margin-bottom: 10px;
    }

        .galleryCategoriesContainer .card .image {
            width: 100%;
            aspect-ratio: 3/2;
            max-height: 100%;
            border-radius: 3px;
        }

        .galleryCategoriesContainer .card .title {
            font-size: 21px;
            font-weight: 600;
            margin: 10px 0;
        }

        .galleryCategoriesContainer .card .text {
            font-size: 15px;
            line-height: 20px;
        }

/******************************** Youtube Embed *************************************/
.youtubeContainer {
    width: 100%;
}

    .youtubeContainer .content .embeded {
    }

        .youtubeContainer .content .embeded > * {
            width: 100%;
            height: 100%;
            aspect-ratio: 1.7/1;
        }

    .youtubeContainer .content .description {
        margin: 20px auto
    }
