@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    outline: none;
    outline: none;
}

body {
    font-family: "DM Sans", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--app-container);
}

button,
a {
    cursor: pointer;
    outline: none !important;
}

body {
    --app-container: #f3f6fd;
    --main-color: #1f1c2e;
    --secondary-color: #4A4A4A;
    --link-color: #1f1c2e;
    --link-color-hover: rgb(147, 194, 244);
    --link-color-active: #fff;
    --link-color-active-bg: rgba(81, 165, 235, 0.9);
    --projects-section: #fff;
    --message-box-hover: #fafcff;
    --message-box-border: #e9ebf0;
    --more-list-bg: #fff;
    --more-list-bg-hover: #f6fbff;
    --more-list-shadow: rgba(209, 209, 209, 0.4);
    --button-bg: #1f1c24;
    --search-area-bg: #fff;
    --message-btn: #fff;
    --pickaxe-logo: invert(var(--value, 0%));
    --head--selection: #7ebef7;
    --label-back: #e6e6e6;
    --user-roles-back: #f1f1f1;
    --menu-expand: #f3f3f3;
}

.dark {
    --app-container: #1f1d2b;
    --app-container: #111827;
    --main-color: #fff;
    --secondary-color: rgba(255, 255, 255, .8);
    --projects-section: #1f2937;
    --link-color: rgba(255, 255, 255, .8);
    --link-color-hover: rgba(50, 58, 73, 0.9);
    --link-color-active-bg: rgba(195, 207, 244, 0.2);
    --button-bg: #1f2937;
    --search-area-bg: #1f2937;
    --message-box-hover: #243244;
    --message-box-border: rgba(255, 255, 255, .1);
    --light-font: rgba(255, 255, 255, .8);
    --more-list-bg: #2f3142;
    --more-list-bg-hover: rgba(195, 207, 244, 0.1);
    --more-list-shadow: rgba(195, 207, 244, 0.1);
    --message-btn: rgba(195, 207, 244, 0.1);
    --pickaxe-logo: invert(var(--value, 100%));
    --head--selection: rgba(213, 222, 252, 0.2);
    --label-back: #838383;
    --user-roles-back: #576674;
    --menu-expand: #1f2937;
}


@media screen and (max-width: 767px) {

    .date-col .control-label {
        color: var(--main-color);
    }

    .sidebar-toggled .logo-style {
        margin-left: -0px;
    }

    .app-sidebar {
        margin-left: -67px;
    }

}

.logo-style {
    margin-bottom: 24px;
    margin-top: 16px;
}

.app-sidebar.marginfix {
    margin-left: -0px !important;
}

    .app-sidebar {
        transition: 0.2s;
    }

.sidebar-toggled .projects-section-wide {
    margin-left: 0px !important;
}

.projects-section-wide {
    transition: margin 0.2s;
}


@media screen and (max-height: 650px) {
    .navbar-nav .app-sidebar-link {
        margin-top: 8px;
        margin-bottom: 8px;

    }
}

@media screen and (max-height: 500px) {
    .navbar-nav .app-sidebar-link {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

@media screen and (max-height: 450px) {
    .navbar-nav .app-sidebar-link {
        margin-top: 4px;
        margin-bottom: 4px;
        width: 35px;
        height: 35px;
    }

    .app-sidebar-link .svg-icon {
        width: 22px;
        height: 22px;
    }

    .navbar-nav .home-btn {
        margin-top: -60px;
    }

    .logo-style {
        opacity: 0;
    }
}

@media (max-width: 1100px) {
    .projects-section-wide {
        height: initial !important;
        margin-bottom: 50px !important;
    }
}

/*Menu expand animation*/

#sidebarToggleTop {
    border-radius: 50%;
    background-color: var(--menu-expand);
    width: 45px;
    border: none;
    padding: 8px;
    margin-left: 4px;
    -webkit-box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
    box-shadow: 0 0px 5px rgb(0 0 0 / 28%);
    display: none;
}

    #sidebarToggleTop:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    @media (max-width: 767px) {
        #sidebarToggleTop {
            display: initial;
        }
    }

    .hamburger .line {
        width: 23px;
        height: 3px;
        background-color: #4599e1;
        display: block;
        margin: 5px auto;
        -webkit-transition: all 0.14s ease-in-out;
        -o-transition: all 0.14s ease-in-out;
        transition: all 0.14s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    /* ONE */

    .hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    .hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -o-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-8) rotate(-45deg);
        -ms-transform: translateY(-8) rotate(-45deg);
        -o-transform: translateY(-8) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    @keyframes smallbig {
        0%, 100% {
            -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
            -o-transform: scale(0.5);
            transform: scale(0.5);
        }

        50% {
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }
    }

    /*Responsive*/
    @media screen and (max-width: 980px) {
        .project-boxes.jsGridView .project-box-wrapper {
            width: 50%;
        }

        .status-number,
        .status-type {
            font-size: 14px;
        }

        .item-status {
            margin-right: 0;
        }
    }



@media screen and (max-width: 1150px) {

    .date-col2 {
        color: var(--main-color);
    }

    .form-style .col-md-6 {
        -ms-flex: initial;
        flex: initial;
        max-width: initial;
    }
    

    .end-date-wrapper {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(197 197 197);
    }

    .date-col2 {
        width: 100% !important;
        position: relative !important;
        display: contents !important;
    }

    .form-style {
        position: relative !important;
        border: none !important;
        padding: 0px !important;
    }

        .form-style.active {
            width: 608px !important;
        }

    #resultProgressData {
        width: 600px !important;
    }

    .project-border {
        float: initial !important;
        margin-left: 0px !important;
        margin-top: 50px !important;
    }

    .project-box-style.active {
        width: fit-content !important;
    }
}

    @media screen and (max-width: 767px) {

        .form-style.active {
            width: 455px !important;
        }

        #resultProgressData {
            width: 447px !important;
        }

        .dataTables_wrapper label {
            float: left;
        }

        .date-col {
            width: 100%;
            position: relative;
            display: contents;
        }


        .control-label {
            color: var(--main-color) !important;
        }

        .form-name-wrapper {
            width: 100% !important;
            border-bottom: 2px solid #dbdbdb;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
    }

    .dataTables_wrapper .custom-select-sm {
        width: fit-content !important;
    }

    .dataTables_wrapper .col-md-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    @media screen and (max-width: 1300px) {
        .projects-section-table {
            width: 90% !important;
        }
    }


    @media screen and (max-width: 1100px) {

        .messages-section {
            display: none;
        }

            .messages-section .messages-close {
                display: block;
            }

        .messages-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .projects-section-wide {
            -webkit-box-flex: 1 !important;
            -ms-flex: auto !important;
            flex: auto !important;
        }

        .view-actions-form {
            display: none !important;
        }

        .form-control-wrapper {
            float: initial !important;
            width: 96% !important;
            height: initial !important;
            text-align: center !important;
        }

        .form-control {
            /*
        width: 90% !important;
        text-align: center !important;
        */
        }

        .vert-wrapper {
            float: initial !important;
            width: 100% !important;
        }

        .wrapper-grid .form-control-wrapper {
            margin: 0px;
            margin-top: 10px;
            margin-bottom: 30px;
        }

        .optionwrapper {
            width: 90% !important;
        }
        /*
        .head-selection-wrapper {
            width: 78% !important;
        }
        */
        .classic2 {
            width: 90% !important;
        }

        .projects-section {
            margin: 0 auto;
        }

        .projects-section-narrow {
            width: 95% !important;
        }

        .selector-header-tall {
            height: 45px !important;
        }

        .login-header {
            font-size: 12vw !important;
        }
    }

    @media screen and (max-width: 767px) {
        .app-name,
        .profile-btn span {
            display: none;
        }

        .app-header-right button {
            margin-left: 4px;
        }
    }

    @media screen and (max-width: 767px) {
        .projects-section-wide {
            margin-left: 30px !important;
            display: inline-table !important;
            margin-bottom: 60px !important;
            margin-top: 10px !important;
            padding: 25px !important;
        }

        .project-boxes.jsGridView .project-box-wrapper {
            width: 50% !important;
        }
    }

@media screen and (max-width: 550px) {
    .projects-section-wide {
        margin-left: 20px !important;
        margin-right: -5px !important;
    }
}
    @media screen and (max-width: 650px) {
        .form-control-wrapper {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 600px) {
    .projects-section-wide {
        display: initial !important;
        height: initial !important;
    }

    .currentdate {
        width: 100px;
        font-size: 15px !important;
    }
}

@media screen and (max-width: 630px) {
    .search-wrapper {
        display: none !important;
    }
}


@media screen and (max-width: 700px) {
    .projects-section-header p {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 458px) {
    .projects-section-header p {
        font-size: 18px !important;
    }
    .status-type {
        padding-right: 0px !important;
    }
}


@media screen and (max-width: 381px) {
    .currentdate, .projects-section-wide #time {
        margin-top: -60px !important;
    }
    .projects-section-wide .view-actions {
        margin-left: -10px !important;
        margin-top: -80px;
    }
}

@media screen and (max-width: 340px) {
    .projects-section-wide .view-actions {
        margin-left: -30px !important;
    }
}

    @media screen and (max-width: 520px) {
        .projects-section {
            overflow: auto;
        }

        .project-boxes {
            overflow-y: visible;
        }

        .app-sidebar {
            display: none;
        }

        .app-content {
            padding: 16px 12px 24px 12px;
        }

        .view-btn {
            width: 24px;
            height: 24px;
        }

        .app-header {
            padding: 16px 10px;
        }

        .search-input {
            max-width: 120px;
        }

        .project-boxes.jsGridView .project-box-wrapper {
            width: 100%;
        }

        .projects-section {
            padding: 24px 16px 0 16px;
        }

        .profile-btn img {
            width: 24px;
            height: 24px;
        }

        .app-header {
            padding: 10px;
        }

        .projects-section-header p,
        .projects-section-header .time {
            font-size: 18px;
        }

        .status-type {
            padding-right: 4px;
        }

        .search-input {
            font-size: 14px;
        }

        .messages-btn {
            top: 48px;
        }

        .box-content-header {
            font-size: 12px;
            line-height: 16px;
        }

        .box-content-subheader {
            font-size: 12px;
            line-height: 16px;
        }

        .project-boxes.jsListView .project-box-header > span {
            font-size: 10px;
        }

        .box-progress-header {
            font-size: 12px;
        }

        .box-progress-percentage {
            font-size: 10px;
        }

        .company-name {
            font-size: 8px;
            padding: 6px 6px;
            text-align: center;
        }

        .project-boxes.jsListView .project-box > * {
            margin-right: 10px;
        }

        .project-boxes.jsListView .more-wrapper {
            right: 2px;
            top: 10px;
        }

        .login-header {
            font-size: 17vw !important;
        }
    }

@media screen and (max-width: 580px) {
    .status-number,
    .status-type {
        font-size: 10px;
    }
}

    /* Custom checkbox*/

    /* The container */
    .container-box {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .container-box input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    /* Create a custom checkbox */
    .checkmark-box {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .container-box:hover input ~ .checkmark-box {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container-box input:checked ~ .checkmark-box {
        background-color: #2196F3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark-box:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-box input:checked ~ .checkmark-box:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-box .checkmark-box:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    .app-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .app-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        overflow: scroll;
        padding: 16px 24px 24px 0;
    }

    .app-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 16px 24px;
        padding-bottom: 0;
        position: relative;
    }

    .app-header-left,
    .app-header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .app-header-left {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .app-header-right button {
        margin-left: 10px;
    }

    .app-icon {
        position: relative;
        width: 35px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        -webkit-filter: var(--pickaxe-logo);
        filter: var(--pickaxe-logo);
    }

        .app-icon:hover {
            -webkit-animation: mining 1.5s infinite;
            animation: mining 1.5s infinite;
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

    @-webkit-keyframes mining {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        50% {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @keyframes mining {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        50% {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    .app-name {
        color: var(--main-color);
        margin: 0;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default;
    }

    .mode-switch {
        background-color: transparent;
        border: none;
        padding: 0;
        color: var(--main-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .search-btn {
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
    }

        .search-btn:focus {
            outline: none;
        }

    .search-wrapper {
        background-color: var(--search-area-bg);
        height: 40px;
        padding-right: 12px;
        border-radius: 20px;
        max-width: 380px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--light-font);
        -webkit-box-shadow: 0 2px 6px 0 rgba(136, 148, 171, 0.2), 0 24px 20px -24px rgba(71, 82, 107, 0.1);
        box-shadow: 0 2px 6px 0 rgba(136, 148, 171, 0.2), 0 24px 20px -24px rgba(71, 82, 107, 0.1);
        overflow: hidden;
        margin-left: 10px;
    }

    .dark .search-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .search-wrapper-menu {
        border-radius: 20px;
        background-color: var(--search-area-bg);
        padding-right: 12px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 273px;
        color: var(--light-font);
        overflow: hidden;
        -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        float: right;
        margin-top: -15px;
    }

    .dark .search-wrapper-menu {
        -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.3), 0 1px 6px 2px rgba(12, 13, 20, 0.15);
        box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.3), 0 1px 6px 2px rgba(12, 13, 20, 0.15);
    }

    .search-input {
        border: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        outline: none;
        height: 100%;
        padding: 0 20px;
        font-size: 16px;
        background-color: var(--search-area-bg);
        color: var(--main-color);
    }

        .search-input:placeholder {
            color: var(--main-color);
            opacity: 0.6;
        }

    .add-btn {
        color: #fff;
        background-color: var(--button-bg);
        padding: 0;
        border: 0;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .add-btn:hover {
            opacity: 0.8;
        }

    .add-sample {
        color: #fff;
        background-color: rgb(81, 165, 235);
        padding: 0;
        border: 0;
        width: 70px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: right;
        margin-right: -40px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 16px;
        display: absolute;
        margin-top: -32px;
        margin-right: -32px;
        text-decoration: none !important;
        text-align: center;
    }

        .add-sample:hover {
            background-color: rgba(81, 165, 235, 0.8);
        }

            .add-sample:hover .add-sample-slide {
                opacity: 1;
                -webkit-transform: translateX(-175px);
                -ms-transform: translateX(-175px);
                transform: translateX(-175px);
            }

    .add-sample-slide {
        background-color: var(--projects-section);
        color: var(--main-color);
        width: 80px;
        height: 30px;
        margin-top: -40px;
        margin-right: -150px;
        font-size: 12px;
        font-weight: 600;
        line-height: 27px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.12) -1.05px 1.95px 2.6px;
        box-shadow: rgba(0, 0, 0, 0.12) -1.05px 1.95px 2.6px;
        border: 2px solid rgba(81, 165, 235, 0.6);
        border-right: none;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .sample-data-table-wrapper {
        display: flex;
        width: fit-content;
        margin: auto;
        margin-bottom: 30px;
    }

    .profile-image {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        border: 1px solid rgb(136, 118, 181);
        -webkit-box-shadow: 0px 1px 4px 0px rgba(76, 70, 124, 0.5);
        box-shadow: 0px 1px 4px 0px rgba(76, 70, 124, 0.5);
        vertical-align: text-bottom;
        margin-right: 4px;
    }

    .notification-btn {
        color: var(--main-color);
        padding: 0;
        border: 0;
        background-color: transparent;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 32px;
        height: 32px;
        margin-left: -2px;
        margin-left: 5px !important;
        border-radius: 50%;
        -webkit-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
    }

        .notification-btn:active {
            background-color: var(--button-bg);
            color: #fff;
        }

    .question-btn {
        color: var(--main-color);
        padding: 0;
        border: 0;
        background-color: transparent;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 32px;
        height: 32px;
        margin-left: -2px;
        margin-left: 5px !important;
        border-radius: 50%;
        -webkit-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
    }

        .question-btn:active {
            background-color: var(--button-bg);
            color: #fff;
        }

    .profile-btn {
        padding: 0;
        border: 0;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 13px;
        border-left: 2px solid #ddd;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

        .profile-btn:hover {
            border-left: 2px solid #ddd;
            border-radius: 10px;
        }

    .profile-menu-name {
        pointer-events: none;
    }

    .profile-btn img {
        width: 25px;
        height: 25px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 4px;
        pointer-events: none;
    }

    .profile-btn span {
        color: var(--main-color);
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }

    .page-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }


    /* -------------------
SVG
-------------------- */

    .svg-icon-cam {
        width: 28px;
        height: 28px;
        fill: white;
    }

    .svg-icon {
        width: 24px;
        height: 24px;
        fill: var(--main-color);
    }

    .svg-icon {
        width: 24px;
        height: 24px;
        fill: var(--main-color);
    }

    .svg-icon-small {
        width: 20px !important;
        height: 20px !important;
    }

    .svg-icon path,
    .svg-icon polygon,
    .svg-icon rect {
        fill: var(--main-color);
    }

    .svg-icon.active path {
        fill: white;
    }

    .list-view:hover .svg-icon path {
        fill: white;
    }

    .app-sidebar-link:hover .svg-icon path {
        fill: white;
    }

    .app-sidebar-link.active .svg-icon path {
        fill: white;
    }

    .app-sidebar-link.active {
        background-color: var(--link-color-hover);
        color: var(--link-color-active);
    }


    .svg-save {
        margin-top: 2px;
        height: 25px;
        width: 25px;
    }

        .svg-save.active {
            margin-top: -1px;
            height: 25px;
            width: 18px;
        }

        .svg-save:hover {
            -webkit-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
            -o-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
            transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .svg-save:active {
            opacity: 0.2;
        }

    .tooltipwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 10000 !important;
    }

    .view-btn {
        width: 36px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px;
        border-radius: 4px;
        background-color: transparent;
        border: none;
        color: var(--main-color);
        margin-left: 8px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

        .view-btn.active {
            background-color: var(--link-color-active-bg);
            color: white;
        }

        .view-btn:not(.active):hover {
            background-color: var(--link-color-hover);
            color: white;
        }

    .list-view.active {
        background-color: var(--link-color-active-bg);
        color: white;
    }

    .grid-view.active {
        background-color: var(--link-color-active-bg);
        color: white;
    }

    .app-sidebar {
        padding: 0px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .app-sidebar-link {
        color: var(--link-color);
        margin: 16px 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        border-radius: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .app-sidebar-link:hover {
            background-color: var(--link-color-hover);
            color: var(--link-color-active);
        }

        .app-sidebar-link.selected {
            background-color: var(--link-color-active-bg);
            color: var(--link-color-active) !important;
        }

            .app-sidebar-link.selected .svg-icon {
                fill: white !important;
            }

            .app-sidebar-link.selected .svg-icon {
                fill: white;
            }

                .app-sidebar-link.selected .svg-icon path,
                .svg-icon polygon,
                .svg-icon rect {
                    fill: white;
                }

    .svg-icon.active {
        fill: white !important;
    }

    .list-wrapper {
        overflow-y: scroll;
        overflow-x: hidden;
        height: calc(100vh - 317px);
    }

    .projects-section {
        background-color: var(--projects-section);
        border-radius: 15px;
        padding: 32px;
        overflow: auto;
        height: fit-content;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -webkit-box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        height: 100%;
        margin-bottom: 10px;
    }


    .projects-section-table {
        overflow-x: hidden;
        width: fit-content;
        max-height: fit-content;
        margin: auto;
        margin-bottom: 60px;
    }

    .projects-section-mini {
        width: 30%;
        min-width: fit-content;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .projects-section-narrow {
        margin: 0px;
        min-width: 490px;
        width: 750px;
        overflow: hidden;
    }

    .projects-section-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 15px;
    }

    .projects-section-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--main-color);
    }

        .projects-section-header p {
            font-size: 30px;
            line-height: 30px;
            font-weight: 700;
            opacity: 0.9;
            margin: 0;
            color: var(--main-color);
            margin-bottom: 28px;
        }

    .currentdate {
        border: none;
        font-size: 20px;
        outline: none;
        font-family: inherit;
        font-weight: 500;
        margin-top: -20px;
        background: none;
        text-align: right;
        color: var(--main-color);
        padding: 0px;
    }

    #time {
        float: right;
        margin-top: -23px;
        color: var(--main-color);
    }

    .projects-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .item-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 16px;
    }

    .status-number {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: var(--main-color);
    }

    .status-type {
        position: relative;
        padding-right: 24px;
        color: var(--secondary-color);
    }

    .view-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .view-actions-sample {
        float: right;
        margin-top: 40px;
        margin-right: -270px;
    }

    .view-actions-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: right;
        margin-top: 30px;
    }

    .messages-section {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-bottom: 32px;
        background-color: var(--projects-section);
        margin-left: 24px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        max-height: 83vmin;
        max-width: 600px;
        border-radius: 15px;
        position: relative;
        overflow: auto;
        -webkit-box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
    }

        .messages-section .messages-close {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 3;
            border: none;
            background-color: transparent;
            color: var(--main-color);
            display: none;
        }

        .messages-section.active {
            flex: none;
            width: 0px;
            transition: flex 0.15s;
            margin: 0px;
            pointer-events: none;
        }

        .messages-section.show {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            display: inherit;
            margin-left: 0;
        }

        .messages-section .projects-section-header {
            top: 0;
            padding: 32px 24px 0 24px;
            border-radius: 15px;
        }

    .message-box {
        border-top: 1px solid var(--message-box-border);
        padding: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

        .message-box:hover {
            background-color: var(--message-box-hover);
            border-top-color: var(--link-color-hover);
        }

            .message-box:hover + .message-box {
                border-top-color: var(--link-color-hover);
            }

        .message-box img {
            border-radius: 50%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 40px;
            height: 40px;
        }

    .message-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

        .message-header .name {
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
            color: var(--main-color);
            margin: 0;
        }

    .message-content {
        padding-left: 16px;
        width: 100%;
    }

    .star-checkbox input {
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
    }

    .star-checkbox label {
        width: 24px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .dark .star-checkbox {
        color: var(--secondary-color);
    }

    .message-line {
        font-size: 14px;
        line-height: 20px;
        margin: 8px 0;
        color: var(--secondary-color);
        opacity: 0.7;
    }

        .message-line.time {
            text-align: right;
            margin-bottom: 0;
        }

    .project-boxes {
        margin: 0 -8px;
        overflow-y: auto;
    }

        .project-boxes.jsGridView {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .project-boxes.jsGridView .project-box-wrapper {
                width: 33.3%;
            }

        .project-boxes.jsListView .project-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 10px;
            position: relative;
        }

            .project-boxes.jsListView .project-box > * {
                margin-right: 24px;
            }

        .project-boxes.jsListView .more-wrapper {
            position: absolute;
            right: 16px;
            top: 16px;
        }

        .project-boxes.jsListView .project-box-content-header {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            width: 120px;
        }

        .project-boxes.jsListView .project-box-header {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .project-boxes.jsListView .project-box-footer {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            padding-top: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            position: absolute !important;
            right: 20px !important;
        }

            .project-boxes.jsListView .project-box-footer:after {
                display: none;
            }

        .project-boxes.jsListView .participants {
            margin-bottom: 8px;
        }

        .project-boxes.jsListView .project-box-content-header p {
            text-align: left;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .project-boxes.jsListView .project-box-header > span {
            position: absolute;
            bottom: 16px;
            left: 16px;
            font-size: 12px;
        }

        .project-boxes.jsListView .box-progress-wrapper {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    @media screen and (max-width: 620px) {
        .company-name {
            display: none;
        }

        .project-btn-more {
            display: none;
        }

        .project-box {
            max-height: 148px !important;
        }

        .project-boxes.jsListView .project-box-footer {
            right: -8px !important;
        }
    }

    .project-boxes.jsGridView .project-box-wrapper.active {
        width: 20% !important;
    }


    .project-box {
        --main-color-card: #dbf6fd;
        border-radius: 15px;
        padding: 16px;
        background-color: #d2e9ff;
        overflow: hidden;
    }

    .project-box-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 16px;
        color: var(--main-color);
    }

        .project-box-header span {
            color: #4A4A4A;
            opacity: 0.7;
            font-size: 14px;
            line-height: 16px;
        }

    .project-box-content-header {
        text-align: center;
        margin-bottom: 16px;
        overflow: hidden;
    }

        .project-box-content-header p {
            margin: 0;
        }

    .project-box-wrapper {
        padding: 8px;
    }

    .project-btn-more {
        padding: 0;
        height: 14px;
        width: 24px;
        height: 24px;
        position: relative;
        background-color: transparent;
        border: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .btn-more-second {
        color: var(--main-color);
    }

    .more-wrapper-list {
        float: right;
        margin-top: 8px;
        margin-right: 2px;
    }

    .more-wrapper-notif {
        position: absolute;
        top: 1;
        right: 0;
        color: var(--main-color);
    }

    .box-content-header {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        opacity: 0.7;
    }

    .box-content-subheader {
        font-size: 14px;
        line-height: 24px;
        opacity: 0.7;
    }

    .box-progress {
        display: block;
        height: 4px;
        border-radius: 6px;
    }

    .box-progress-bar {
        width: 100%;
        height: 4px;
        border-radius: 6px;
        overflow: hidden;
        background-color: #fff;
        margin: 8px 0;
    }

    .box-progress-header {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        margin: 0;
    }

    .box-progress-percentage {
        text-align: right;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
    }

    .project-box-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 16px;
        position: relative;
    }

        .project-box-footer:after {
            content: "";
            position: absolute;
            background-color: rgba(255, 255, 255, 0.6);
            width: calc(100% + 32px);
            top: 0;
            left: -16px;
            height: 1px;
        }

    .participants {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .participants img {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            overflow: hidden;
            -o-object-fit: cover;
            object-fit: cover;
        }

            .participants img:not(:first-child) {
                margin-left: -8px;
            }

    .add-participant {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: none;
        color: #096c86;
        background-color: rgba(255, 255, 255, 0.6);
        margin-left: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .company-name {
        font-size: 12px;
        color: #096c86;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 6px 16px;
        font-weight: 700;
    }

    .dark .mode-switch .moon {
        fill: var(--main-color);
    }

    .messages-btn {
        border-radius: 20px 0 0 0px;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: var(--message-btn);
        color: var(--main-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px;
        z-index: 1;
        display: none;
        border: 1px solid rgba(21, 93, 170, 0.5);
        -webkit-box-shadow: 5px 5px 15px -4px rgba(76, 70, 124, 0.5);
        box-shadow: 5px 5px 15px -4px rgba(76, 70, 124, 0.5);
        height: 55px;
        width: 55px;
    }

    .abs .tooltipwrap .tooltip {
        position: absolute;
        background-color: var(--link-color-hover);
        padding: 6px 15px;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;
        font-size: 13px;
        letter-spacing: 0.5px;
        color: white;
        z-index: 10000 !important;
        width: max-content;
    }

        .abs .tooltipwrap .tooltip:before {
            content: "";
            display: block;
            position: absolute;
            left: -4px;
            top: 10px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 10px;
            height: 10px;
            background-color: inherit;
            z-index: 10000 !important;
        }

    .abs:hover .tooltip {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        -o-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        -webkit-transform: translateX(38px);
        -ms-transform: translateX(38px);
        transform: translateX(38px);
    }

    .abs .tooltip {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        -o-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        -webkit-transform: translateX(38px);
        -ms-transform: translateX(38px);
        transform: translateX(38px);
        pointer-events: none;
    }

    .tooltip.active {
        visibility: visible !important;
        opacity: 1 !important;
    }


    .project-box:hover {
        background-color: #b4dbff;
        -webkit-transition: transform 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        -o-transition: transform 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        transition: transform 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        -o-transform: scale(1.01);
        cursor: pointer;
    }

    .project-box:active {
        transform: scale(0.999);
        -moz-transform: scale(0.999);
        -ms-transform: scale(0.999);
        -webkit-transform: scale(0.999);
        -o-transform: scale(0.999);
    }

    .project-box:hover .more-wrapper {
        -webkit-filter: invert(1);
        filter: invert(1)
    }


    /* List css */

    .listsettings {
        overflow: hidden;
        background-color: rgb(243, 243, 243);
        color: black;
        width: 100px;
        height: 41px;
        border-radius: 16px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        border: 6px solid var(--link-color-hover);
        border-style: double;
        padding-left: 4px;
        position: absolute;
        margin-top: -16px;
        right: -30px;
        opacity: 0;
    }

        .listsettings.active {
            width: 80px;
            height: 35px;
        }

    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 2rem;
        color: var(--main-color);
    }

    .count {
        padding: 0.3rem;
        border-radius: 1rem;
        font-size: 1rem;
        margin-left: 0.5rem;
        margin-top: -2rem;
        min-width: 1.5rem;
        line-height: 1;
        text-align: center;
        color: white;
        background: rgb(68, 160, 212);
    }

    .linkbutton {
        text-decoration: none;
    }

    .list__item {
        display: block;
        padding: 1rem;
        margin: 0 0 1rem 0;
        border-radius: 1rem;
        color: inherit;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background-color: rgb(250, 250, 250);
        border: 1px solid rgb(204, 204, 204);
        width: 99%;
    }

        .list__item.active {
            display: block;
            padding: 1rem;
            margin: 0 0 1rem 0;
            border-radius: 1rem;
            color: inherit;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background-color: rgb(250, 250, 250);
            border: 1px solid rgb(204, 204, 204);
            width: 179px;
            float: left;
            margin: 7px;
        }

        .list__item:hover {
            color: #fff;
            -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
            background-color: var(--link-color-hover);
            transform: scale(0.99);
            -moz-transform: scale(0.99);
            -ms-transform: scale(0.99);
            -webkit-transform: scale(0.99);
            -o-transform: scale(0.99);
        }

            .list__item:hover .listsettings {
                opacity: 1;
                -webkit-transform: translateX(-30px);
                -ms-transform: translateX(-30px);
                transform: translateX(-30px);
            }

            .list__item:hover .filename {
                color: white;
            }

            .list__item:hover .meta {
                color: rgb(254, 252, 252);
            }

    .filename {
        font-size: 1rem;
        color: black;
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    .meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 0.9rem;
        color: dimgrey;
    }

    .date {
        font-size: 10px;
        text-decoration: underline;
        line-height: 18px;
    }

    .meta > div {
        padding-right: 0.3rem;
    }

    .controls {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10rem;
        color: black;
        margin-top: 15px;
    }

        .controls > div {
            font-weight: 600;
        }

        .controls > * {
            margin-top: 10px;
            color: inherit;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .controls a:hover {
            color: inherit;
        }

    .tags {
        color: var(--main-color);
    }

    .controls {
        color: var(--main-color);
    }

        .controls .sort.asc,
        .controls .sort.desc {
            color: #E27;
        }

            .controls .sort.asc:after {
                opacity: 1;
                content: "arrow_drop_up";
            }

            .controls .sort.desc:after {
                opacity: 1;
                content: "arrow_drop_down";
            }

    .tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0.75rem;
    }

        .tags div {
            font-weight: 600;
            margin-right: 0.5rem;
        }

        .tags .tag {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            margin-bottom: 0.5rem;
            margin-right: 0.5rem;
            color: white;
            background: #999999;
            padding: 0.2rem 0.6rem 0.2rem 0.6rem;
            font-weight: 600;
            font-size: 0.9rem;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
            border-radius: 1rem;
            overflow: hidden;
        }

            .tags .tag:after {
                content: "x";
                cursor: pointer;
                opacity: 0;
                visibility: hidden;
                max-width: 0;
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .tags .tag.active:after {
                opacity: 1;
                visibility: visible;
                max-width: 2rem;
                margin-left: 0.4rem;
            }

            .tags .tag:hover,
            .tags .tag.active {
                background: rgb(55, 144, 218);
            }

    .show {
        display: block;
    }

    .profile-button-wrapper {
        pointer-events: none;
    }

    select {
        background-color: white;
        border: 1px solid rgb(172, 172, 172);
        border-radius: 10px;
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 0.5em 3.5em 0.5em 1em;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 40px;
        background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, rgb(255, 255, 255))), -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(rgb(126, 190, 247)), to(rgb(126, 190, 247)));
        background-image: -o-linear-gradient(bottom left, transparent 50%, rgb(255, 255, 255) 50%), -o-linear-gradient(top left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%), -o-linear-gradient(left, rgb(126, 190, 247), rgb(126, 190, 247));
        background-image: linear-gradient(to top right, transparent 50%, rgb(255, 255, 255) 50%), linear-gradient(to bottom right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(to right, rgb(126, 190, 247), rgb(126, 190, 247));
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* arrows */


        select:focus {
            background-image: -o-linear-gradient(45deg, white 50%, transparent 50%), -o-linear-gradient(315deg, transparent 50%, white 50%), -o-linear-gradient(left, #64aded, #64aded);
            background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, #64aded, #64aded);
            background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
            background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
            background-repeat: no-repeat;
            outline: 0;
        }

        select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000;
        }

    .classic2 {
        width: 400px;
    }

    .classicnarrow {
        width: 100%;
    }

    .classic-conversion {
        width: 180px !important;
    }

    .classic-conversion-field {
        pointer-events: none;
        width: 180px !important;
    }

    .conversion-wrapper {
        display: inline-block;
        text-align: center;
    }

    .optionwrapper {
        text-align: center;
        border-radius: 20px;
        padding: 40px;
        padding-bottom: 0;
        padding-top: 0;
        margin: 0 auto;
        background-color: var(--projects-section);
        margin-bottom: 50px;
        margin-top: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border: 1px solid rgb(224, 224, 224);
        -webkit-box-shadow: rgba(214, 214, 214, 0.24) 0px 3px 8px;
        box-shadow: rgba(214, 214, 214, 0.24) 0px 3px 8px;
    }

        .optionwrapper.active {
            max-width: 1300px !important;
        }

    .dateselect {
        height: 40px;
        width: 100%;
        border-radius: 10px;
        font-size: 16px;
        padding: 10px;
        border: 1px solid rgb(172, 172, 172);
    }

    .form-control {
        height: 40px;
        border-radius: 10px;
        border: 1px solid rgb(172, 172, 172);
        padding: 10px;
        font-size: 16px;
        text-align: left;
        line-height: 20px;
        width: 100%;
        text-align: left;
        background-color: white;
    }

    .form-control-wrapper {
        width: 90%;
        padding: 15px;
        padding-top: 5px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        color: black;
        background-color: #f4f5f6;
        border-radius: 10px;
        margin: 10px;
        margin-bottom: 30px;
        margin-top: 24px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 3px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 3px;
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
        padding-bottom: 20px;
    }

        .form-control-wrapper.active {
            width: 320px;
            padding: 15px;
            padding-top: 5px;
            display: inline-block;
            border-radius: 10px;
            vertical-align: top;
            margin: 10px;
            background-color: #f4f5f6;
            text-align: left;
            color: black;
            -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 3px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 3px;
            margin-top: 24px;
            margin-bottom: 24px;
        }

        .form-control-wrapper .break-line:last-of-type {
            display: none;
        }

    .container .form-control {
        position: relative;
        opacity: 1;
        cursor: initial;
    }

    .head-selection-wrapper {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 20px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        background-color: var(--head--selection);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .head-selection-wrapper .classic {
            border: 1px solid white;
        }

    .vert-wrapper {
        float: left;
        width: 240px;
    }

    .selector-wrapper {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .selector-title {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
        width: fit-content;
        padding: 3px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        color: rgb(12 11 11);
        background-color: rgb(233 233 233);
        -webkit-box-shadow: rgb(60 64 67 / 30%) -1px 1px 3px 0px, rgb(60 64 67 / 15%) 0px 1px;
        box-shadow: rgb(60 64 67 / 30%) -1px 1px 3px 0px, rgb(60 64 67 / 15%) 0px 1px;
    }

    .selector-title-big {
        background-color: rgb(227, 228, 230);
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px;
        border-radius: 15px;
        font-size: 16px;
        text-align: center;
        -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }

    .selector-title-small {
        padding: 2px;
        background-color: rgb(227, 228, 230);
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 15px;
        z-index: 99999;
        transform: scaleX(0);
        transform-origin: top left;
    }

    .loaded .selector-title-small {
        animation: scaleIn 0.35s ease-in 0.0001s forwards;
        width: 100%;
    }

    .break-line {
        padding: 1px;
        background-color: rgb(227, 228, 230);
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 15px;
        z-index: 99999;
    }

    .projects-section-mini h1 {
        transform: translateX(-300px);
        animation: drop 0.5s ease forwards;
    }

    @keyframes drop {
        0% {
            opacity: 0
        }

        100% {
            transform: translateX(0px);
        }
    }

    @keyframes scaleIn {
        100% {
            transform: scaleX(1);
        }
    }

    .upload-wrapper {
        text-align: center;
    }

    .placetaker {
        height: 105px;
    }

    .button-1 {
        width: 140px;
        height: 50px;
        border: 1px solid rgb(224, 224, 224);
        float: left;
        text-align: center;
        cursor: pointer;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 19px;
        margin-left: -40px;
        margin-top: 35px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: 0;
        border-left: 0;
        background-color: var(--projects-section);
        z-index: 1;
    }

        .button-1 a {
            font-family: arial;
            font-size: 16px;
            color: #34495e;
            text-decoration: none;
            line-height: 50px;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            z-index: 2;
            position: relative;
            color: var(--main-color);
        }

    .eff-1 {
        width: 140px;
        height: 50px;
        right: -140px;
        background: var(--link-color-hover);
        position: absolute;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1;
        border-top-right-radius: 18px;
    }

    .button-1:hover .eff-1 {
        right: 0;
    }

    .button-1:hover a {
        color: #fff;
    }

    .button-4 {
        width: 140px;
        height: 50px;
        background-color: var(--projects-section);
        border: 1px solid rgb(224, 224, 224);
        border-top-right-radius: 0px;
        float: left;
        text-align: center;
        cursor: pointer;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        float: right;
        border-radius: 20px;
        margin-right: -40px;
        margin-top: 35px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: 0;
        border-right: 0;
        z-index: 1;
    }

        .button-4 a {
            font-family: arial;
            font-size: 16px;
            color: #34495e;
            text-decoration: none;
            line-height: 50px;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            z-index: 2;
            position: relative;
            color: var(--main-color);
        }

    .eff-4 {
        width: 140px;
        height: 50px;
        left: -140px;
        background: var(--link-color-hover);
        position: absolute;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1;
    }

    .button-4:hover .eff-4 {
        left: 0;
    }

    .button-4:hover a {
        color: #fff;
    }

    .button-wrapper {
        width: 100%;
        display: inline-block;
        margin-bottom: -7px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .selector-header {
        color: white;
        font-size: 15px;
        background-color: rgb(126, 182, 240);
        height: 45px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin-top: -5px;
        line-height: 45px;
        text-align: center;
    }

    .selector-header-tall {
        color: white;
        font-size: 15px;
        background-color: rgb(126, 182, 240);
        height: 55px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin-top: -14px;
        line-height: 16px;
        margin-top: -5px;
        padding-top: 12px;
        text-align: center;
    }

    .textarea-width:focus {
        width: 470px;
    }

    .wrapper-grid {
        overflow: auto;
    }

    .snap-picture {
        height: 50px;
        width: 50px;
        border-radius: 25px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: rgb(101, 170, 242);
        border: 1px solid white;
        -webkit-transition: all 200ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        -o-transition: all 200ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        transition: all 200ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
        cursor: pointer;
    }

        .snap-picture:hover {
            transform: scale(1.12);
            -moz-transform: scale(1.12);
            -ms-transform: scale(1.12);
            -webkit-transform: scale(1.12);
            -o-transform: scale(1.12);
        }

    .photo-wrapper {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }

    .top-section-wrapper {
        overflow: auto;
    }

    .list__item__tag {
        float: right;
        height: 27px;
        padding: 5px;
        padding-top: 4px;
        background-color: var(--projects-section);
        border-bottom-right-radius: 15px;
        border-top-left-radius: 15px;
        margin: -1rem;
        margin-top: -11px;
        text-align: center;
        font-size: 12px;
        border-left: 1px solid rgb(204, 204, 204);
        border-top: 1px solid rgb(204, 204, 204);
    }

    .list__item__tag {
        color: inherit !important;
    }

    .tab-input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .row-form {
        margin-top: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: inline;
    }

    .row-form-campaign {
        margin-top: 0px;
        margin-bottom: 5px;
        width: 100%;
    }

        .row-form-campaign.active {
            margin-bottom: 0px;
        }

    .row .col-small {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .row .col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .col.active {
        width: 370px;
        float: left;
        margin: 10px;
    }

    .row-wrapper {
        text-align: center;
    }

    .row-wrapper-campaign {
        text-align: center;
        display: none;
    }

        .row-wrapper-campaign.active {
            display: initial;
        }


    /* Accordion styles */

    .tabs {
        border-radius: 10px;
        text-align: center;
    }
        /*
.sortable2 .tabs {
    margin-bottom: 20px;
}*/

        .tabs.active {
            text-align: inherit;
        }

    .tabs-outline {
        box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    }

    .tabs-small {
        border-radius: 10px;
        text-align: center;
    }

        .tabs-small.active {
            text-align: inherit;
        }

    .tab {
        color: white;
        border-radius: 8px;
        overflow: hidden;
    }

    .tab-small {
        display: -ms-inline-grid;
        display: inline-grid;
    }

    .tab-label-input {
        margin: 10px;
    }

    .tab-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
        background: var(--head--selection);
        font-weight: bold;
        cursor: pointer;
        border-radius: 8px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .tab-label-campaign {
        width: 11.2vw;
        font-size: 1vw;
        padding-bottom: 0px;
        padding-top: 0px;
        background-color: rgb(63, 153, 99) !important;
        border-radius: 12px;
        width: 95%;
        margin: auto;
        font-weight: inherit;
        border: 1px solid rgba(255, 255, 255, 0.247);
    }

        .tab-label-campaign:hover {
            border: 1px solid white;
            border-style: dashed;
        }

    .campaign-selector {
        display: none;
    }

        .campaign-selector.active {
            display: initial;
        }

    .tab-label-wide {
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
        font-weight: bold;
        cursor: pointer;
        background-color: var(--head--selection);
        height: fit-content;
        border-radius: 8px;
    }

    .tab-label-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
        background: #76b4ec;
        cursor: pointer;
        font-size: 14px;
        font-weight: unset;
        width: 255px;
        margin-top: 5px;
    }

    .tab-label:hover {
        background: rgb(113, 183, 245);
    }

    .tab-label-arrow::after {
        content: "❯";
        text-align: center;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        margin-right: 0.5vw;
        margin-right: 5px;
        height: 20px;
    }

    .tab-content {
        max-height: 0;
        padding: 0 1em;
        color: #2c3e50;
        background: rgba(255, 255, 255, 0.05);
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        opacity: 0;
        overflow-x: hidden !important;
    }

    .tab-content-campaign {
        max-height: 0;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        opacity: 0;
    }

    .tab-campaign {
        overflow: initial;
    }

    .tab-content-scroll {
        overflow: scroll;
    }

    .tab-content-small {
        padding-top: 0px;
    }

    .tab.active .tab-label {
        background: #64aded;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .tab.active .tab-label-campaign {
        background: #64aded;
        border-radius: 12px;
        margin-bottom: 5px;
    }

    .tab.active .tab-label::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .tab.active .tab-content {
        max-height: 10000px;
        transition: max-height 0.5s ease-in;
        opacity: 1;
        overflow-x: hidden;
        overflow-y: visible;
        background: white;
    }

    .tab.active .tab-content-campaign {
        max-height: 100%;
        opacity: 1;
        overflow-x: hidden;
    }

    .tab-button {
        color: white;
        background-color: rgb(113, 183, 227);
        border: 1px solid rgb(191, 191, 191);
        border-radius: 6px;
        cursor: pointer;
        width: 80px;
        height: 30px;
        font-size: 12px;
        line-height: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .tab-button:hover {
            background-color: rgb(96, 159, 199);
        }

        .tab-button.active {
            background-color: rgb(62, 134, 179);
        }

    /*Scrollbar Style*/

    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px transparent;
        -webkit-box-shadow: inset 0 0 6px transparent;
        background-color: transparent;
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 3px;
        background-color: transparent;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(44, 128, 218, 0.5);
        border-radius: 5px;
    }

    .container {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 16px;
        color: rgb(70, 70, 70);
        background-color: rgb(223, 223, 223);
        display: inline-block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 20px;
        padding: 36px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default radio button */

        .container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    /* Create a custom radio button */

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid rgb(173, 173, 173);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }

    /* Checkmark effects */

    .container:hover input ~ .checkmark {
        background-color: #ffffff;
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .container input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */

    .container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style  */

    .container .checkmark:after {
        top: 9px;
        left: 9px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: white;
    }

    /* login form */

    .login-wrapper {
        font-family: Arial;
    }

    .login-background {
        background-image: url(/images/login\ background.jpg);
        background-size: cover;
        position: absolute;
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .login-header {
        color: #fff;
        font-size: 9vw;
        font-weight: bold;
        font-family: Helvetica;
        text-align: center;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
        position: relative;
        margin-bottom: -160px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .login {
        margin: 160px auto;
        width: 300px;
        position: relative;
    }

    .login-screen {
        background-color: #FFF;
        padding: 20px;
        border-radius: 5px;
        margin-top: 40%;
    }

    .login-title {
        text-align: center;
        color: #777;
        font-size: 20px;
    }

    .btn-login:hover {
        border: 2px solid #3498DB;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-login {
        border: 2px solid transparent;
        background: #3498DB;
        color: #ffffff;
        font-size: 16px;
        line-height: 25px;
        padding: 10px 0;
        text-decoration: none;
        text-shadow: none;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        display: block;
        width: 250px;
        margin: 0 auto;
        text-align: center;
        text-decoration: none !important;
    }

        .btn-login:hover {
            background-color: #2980B9;
        }

    /* Metric/Imperial Switch */

    .measurement-separation {
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
    }

        .measurement-separation:hover {
            border-radius: 4px;
            background-color: #4baaff;
        }

    .separation-line {
        border-bottom: 1px solid white;
    }

    .measurement-wrapper {
        position: relative;
        line-height: 30px;
        border-radius: 4px;
        margin: auto;
        background-color: #7ebef7;
        color: white;
        text-align: left;
        font-size: 13px;
    }

        .measurement-wrapper input {
            cursor: pointer;
            float: left;
            width: 20px;
            height: 20px;
            margin: 5px;
        }

    /*Munsell Color Chart*/

    .color-value {
        float: left;
        margin-top: 15px;
        margin-left: -23px;
    }

    .color-value-title {
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        width: max-content;
        font-size: 20px;
        position: inherit;
        margin-left: -327px;
        margin-top: -280px;
    }


    .color-chroma-title {
        width: max-content;
        font-size: 20px;
        position: inherit;
        margin-top: 270px;
        margin-left: -18px;
    }

    .color-chroma {
        display: inline-block;
        width: 44px;
        text-align: center;
    }

    .chroma-wrapper {
        margin-top: 5px;
    }

    .color-picker {
        height: 60px;
        width: 120px;
        padding: 5px;
    }

    .palette-color {
        font-size: 15px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 15px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .color-palette-wrapper {
        width: 300px;
        margin: auto;
        padding: 30px;
        border: 1px solid rgba(141, 141, 141, 0.7);
        border-radius: 15px;
        height: auto;
        margin-bottom: 70px;
    }

    .palette-stripe_colors div {
        box-shadow: inset rgba(0, 0, 0, .08) 0 1px, inset rgba(0, 0, 0, .08) 0 -1px;
        flex-grow: 1;
        transition: all .1s ease-in-out;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        flex-basis: 1px;
        border: 1px solid #f4f5f6;
        font-size: 25px;
    }

    .palette-stripe_colors {
        width: 100%;
        height: 100%;
        line-height: 50px;
        text-align: center;
        display: flex;
        color: white;
    }

        .palette-stripe_colors div:first-child {
            border-radius: 8px 0 0 8px;
            box-shadow: inset rgba(0, 0, 0, .08) 1px 1px, inset rgba(0, 0, 0, .08) 0 -1px;
        }

        .palette-stripe_colors div:last-child {
            border-radius: 0 8px 8px 0;
            box-shadow: inset rgba(0, 0, 0, .08) -1px 1px, inset rgba(0, 0, 0, .08) 0 -1px;
        }

    .palette-stripe {
        width: 100%;
        height: 50px;
        position: relative;
    }

    .palette-stripe_colors div:hover {
        flex-basis: 20px;
    }


    .login-button-title {
        margin: 0;
    }

    .button--loading .login-button-title {
        visibility: hidden;
        opacity: 0;
    }

    .button--loading::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        right: 0;
        bottom: 34px;
        margin: auto;
        border: 4px solid transparent;
        border-top-color: #ffffff;
        border-radius: 50%;
        animation: button-loading-spinner 1s ease infinite;
    }

    @keyframes button-loading-spinner {
        from {
            transform: rotate(0turn);
        }

        to {
            transform: rotate(1turn);
        }
    }

    div.dataTables_wrapper div.dataTables_filter input {
        max-width: 120px !important;
    }

    .btn-cancel {
        background-color: #ff4646 !important;
    }

        .btn-cancel:hover {
            background-color: #d23434 !important;
        }

    .form-input-width {
        width: inherit !important;
    }

    .col-md-4 {
        max-width: initial;
        padding: 0px;
    }

    .row-contents {
        display: contents !important;
    }

    /*
            .row .ml-1 .form-control {
        width: 240px !important;
    }
*/

    .dataTables_info {
        margin-top: 12px;
    }

    .paging_simple_numbers {
        margin-top: 18px !important;
    }

    .page-item.active .page-link {
        background-color: #82beff !important;
        border-color: #cee5ff !important;
    }

    .form-control:focus {
        box-shadow: none !important;
    }

    .page-link:focus {
        box-shadow: none !important;
    }

    .dataTables_scrollBody {
        height: fit-content !important;
        max-height: 1000px !important;
    }

    td {
        background-color: white;
    }

    .dataTables_info {
        color: var(--main-color);
    }

    .dataTables_filter label {
        color: var(--main-color);
    }

    .dataTables_length label {
        color: var(--main-color);
    }

    .c-btn1 {
        color: var(--main-color) !important;
    }

    .c-btn2 {
        color: var(--main-color) !important;
    }

    .card-body {
        background-color: var(--projects-section);
    }

    .card {
        background-color: var(--projects-section);
    }

    div.dataTables_scrollHead table.table-bordered {
        border: none;
    }

    div.groove {
        width: fit-content;
        padding-top: 10px;
        border-radius: 8px;
    }

    ul.fancytree-container {
        border: none !important;
    }

    .projects-section-mini {
        max-height: fit-content;
    }

    .button-wrapper div {
        color: var(--main-color);
    }

        .button-wrapper div:hover {
            color: white;
        }

    .mr-3 {
        width: max-content;
    }

    .control-label-style {
        background-color: var(--label-back);
        padding: 2px;
        padding-left: 6px;
        padding-right: 6px;
        border-radius: 10px;
        margin-left: -15px;
        margin-bottom: 10px;
    }
    /*
.card-body th {
    background-color: white !important;
}*/

    .dataTables_scrollHeadInner {
        width: 100% !important;
    }

    .table-bordered {
        width: 100% !important;
    }

    .inviteclose {
        border-radius: 20px;
    }

    .dataTables_length select:focus {
        background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
        background-color: #e7fcff;
        background-size: 8px 10px;
    }

    td:hover {
        background-color: #f6f6f6;
    }

    td a {
        text-decoration: none !important;
    }


    /*Contact Styles*/

    .contact-box {
        width: fit-content;
        min-width: 250px;
        max-width: 350px;
        min-height: 185px;
        padding: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 5px;
        -webkit-box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        background: white;
        margin-top: 20px;
        margin-left: 10px;
        font-size: 17px;
        display: inherit;
        vertical-align: inherit;
    }

    .contact-box-s {
        margin: auto;
        display: block;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .contact-info {
        line-height: 17px;
        margin-left: 7px;
        font-weight: 500;
        display: initial;
    }

    /*selector title box*/

    .selector-title-box {
        background-color: rgb(230, 230, 230);
        height: fit-content;
        display: initial;
    }

    /*Supervisory status*/

    .supervisory-status {
        background-color: rgb(177, 177, 177);
        display: initial;
        float: initial;
        margin-left: 5px;
    }

    .field-duties {
        border-bottom: 1px solid #acacac;
        width: fit-content;
    }

    .address-box {
        background-color: white;
        -webkit-box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1p
    }

    .selector-title-main {
        background-color: rgb(133, 133, 133) !important;
        color: white !important;
    }

    .selector-title-header {
        margin-top: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: rgb(133, 133, 133);
        color: white;
        margin-top: -6px !important;
    }

    .selector-title-fit {
        width: fit-content;
    }

    .form-control-wrapper .tab-label {
        background: #7ebef7;
    }

        .form-control-wrapper .tab-label:hover {
            background: #64aded;
        }

    .tab-label-color {
        background-color: rgb(172, 120, 172) !important;
        margin: 0px;
        margin-top: 10px;
    }

    .form-control-wrapper .tab-label-color:hover {
        background-color: rgb(160, 108, 160) !important;
    }

    .tab-input:checked + .tab-label-color {
        background: rgb(160, 108, 160);
    }

    .address-box {
        color: rgb(17, 17, 17);
        width: fit-content;
        border-radius: 10px;
        background-color: rgb(233, 233, 233);
        box-shadow: rgba(214, 214, 214, 0.24) 0px 3px 8px;
        text-align: left;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px;
        display: inline-block;
    }

    .contact-button {
        cursor: pointer;
    }

        .contact-button:hover {
            color: rgb(145, 145, 145);
        }

    .supervisory-status {
        background-color: rgb(115, 115, 115);
        color: white;
        padding: 5px;
        border-radius: 8px;
        width: fit-content;
    }

    .element-wrapper {
        width: 200px;
        max-height: 46px;
        position: relative;
        background-color: #2b5966;
        color: #fff;
        border-radius: 5px;
        padding: 12px;
        font-family: "Open Sans Condensed", sans-serif;
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
        display: inline-flex;
        transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
        z-index: 5;
        text-align: left;
    }

        .element-wrapper:hover {
            max-height: 200px;
            margin-bottom: -200px;
            z-index: 6;
            background-color: #1f3d46;
        }

    .element-wrapper-target {
        display: none;
    }

    .element-hide {
        display: none;
        height: 50px;
        width: 200px;
        background-color: #20738a;
        border: 1px solid #97b7ff;
        color: #fff;
        border-radius: 5px;
        padding: 12px;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 15px;
        font-weight: bold;
        margin: auto;
    }

    .element-show {
        height: 50px;
        width: 200px;
        background-color: #218ead;
        border: 1px solid #97b7ff;
        color: #fff;
        border-radius: 5px;
        padding: 12px;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 15px;
        font-weight: bold;
        margin: auto;
    }

        .element-show:hover {
            background-color: #3c92aa;
        }

    .element-wrapper-list {
        width: 230px;
        max-height: 67px;
        transition: max-height 0.20s ease-out;
        background-color: #2b5966;
        color: #fff;
        border-radius: 5px;
        font-family: "Open Sans Condensed", sans-serif;
        margin-top: 20px;
        padding: 1px;
        padding-left: 10px;
        padding-right: 10px;
        z-index: 5;
        cursor: pointer;
        display: inherit;
        margin: 12px;
        vertical-align: top;
    }

        .element-wrapper-list:hover {
            background-color: #23434b;
        }

        .element-wrapper-list.active {
            max-height: 5000px;
            transition: max-height 1s ease-in;
            background-color: #23434b;
            cursor: initial;
        }

            .element-wrapper-list.active .element-list {
                display: initial;
                pointer-events: all;
            }

    .element-list {
        display: none;
        pointer-events: none;
    }

        .element-list p:hover {
            cursor: pointer;
            color: red;
        }

    .element-wrapper nav {
        margin-bottom: 40px;
    }

        .element-wrapper nav h2 {
            font-size: 18px;
            letter-spacing: 0.5px;
            flex-grow: 1;
            text-align: center;
            line-height: 24px;
        }

        .element-wrapper nav i {
            font-size: 24px;
            cursor: pointer;
        }

    .element-wrapper .element-content .basicInfo {
        margin-bottom: 40px;
    }

        .element-wrapper .element-content .basicInfo .elemName span {
            font-size: 20px;
        }

    .element-wrapper .element-content .advInfo {
        width: 100%;
        background: #ffffff;
        color: black;
        border-radius: 5px;
        padding: 10px;
        padding-bottom: 0px;
        overflow-Y: scroll;
        text-align: left;
        opacity: 0;
        pointer-events: none;
        margin-top: -25px;
    }

    .element-wrapper:hover .advInfo {
        opacity: 1;
        pointer-events: all;
    }

    .element-wrapper .element-content .elemName,
    .element-wrapper .element-content .atomicMass,
    .element-wrapper .element-content .density,
    .element-wrapper .element-content .discovery {
        margin-bottom: 10px;
    }

        .element-wrapper .element-content .elemName span,
        .element-wrapper .element-content .atomicMass span,
        .element-wrapper .element-content .density span,
        .element-wrapper .element-content .discovery span {
            text-transform: Capitalize;
        }

            .element-wrapper .element-content .elemName span:last-child,
            .element-wrapper .element-content .atomicMass span:last-child,
            .element-wrapper .element-content .density span:last-child,
            .element-wrapper .element-content .discovery span:last-child {
                text-align: right;
            }

        .element-wrapper .element-content .atomicMass span,
        .element-wrapper .element-content .density span,
        .element-wrapper .element-content .discovery span {
            font-size: 14px;
        }

    .element-wrapper .element-content .summary p {
        padding-top: 20px;
        font-size: 14px;
        font-family: "open sans", sans-serif;
        line-height: 24px;
    }

    .element-content {
        width: 100%;
    }

    .atomicMassData,
    .densityData,
    .discoveryData {
        font-weight: 600;
    }

    .atomicMassData {
        color: cadetblue;
        float: right;
    }

    .basicInfo .symbol {
        float: right;
    }

    .ppm-style {
        color: rgb(0, 180, 255);
        text-transform: none !important;
        font-weight: bold;
        margin-left: 2px;
    }

    .ppm-reading {
        width: fit-content;
        float: right;
    }

    /*Color Picker*/

    #bg-selector {
        font-size: 1em;
        font-style: italic;
    }
    /*
.color {
    width: 60px;
    height: 60px;
    border: 1px solid #555;
    display: inline-block;
    margin: 0 0 0 0.2em;
    cursor: pointer;
    padding: 2px;
    border-radius: 6px;
    -webkit-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
    -o-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

    .color:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    */

    .picked-color {
        height: 30px;
        width: 60px;
        border: 1px solid #969696;
        border-radius: 8px;
        margin: 5px;
    }

    /*Conversion Wrapper*/

    .conversion-wrapper {
        display: inline-table;
        text-align: center;
        padding: 10px;
        padding-top: 5px;
        border: 1px solid #c4c4c4;
        border-radius: 10px;
        margin-bottom: 10px;
    }

        .conversion-wrapper .selector-title {
            margin: auto;
            margin-top: 5px;
            margin-bottom: 10px;
        }

    .conversion-box {
        width: fit-content;
        margin: auto;
        padding: 10px;
        padding-bottom: 5px;
        border: 1px solid #8f8f8f;
        border-radius: 10px;
    }

    .photo-wrapper {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 10px;
        text-align: center;
        float: left;
    }

    .upload-wrapper {
        margin-bottom: 20px;
        display: table;
        margin: auto;
    }

    /*Info on hover*/

    dfn {
        padding: 0 0.4em;
        cursor: help;
        font-style: normal;
        position: relative;
    }

        dfn::after {
            content: attr(data-info);
            display: inline;
            position: absolute;
            top: 22px;
            left: 0;
            opacity: 0;
            width: 230px;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.5em;
            padding: 0.5em 0.8em;
            background: rgba(99, 99, 99, 0.8);
            color: #fff;
            pointer-events: none; /* This prevents the box from apearing when hovered. */
            transition: opacity 250ms, top 250ms;
        }

        dfn::before {
            content: '';
            display: block;
            position: absolute;
            top: 12px;
            left: 17px;
            opacity: 0;
            width: 0;
            height: 0;
            border: solid transparent 5px;
            border-bottom-color: rgba(99, 99, 99, 0.8);
            transition: opacity 250ms, top 250ms;
        }

        dfn:hover {
            z-index: 2;
        }
            /* Keeps the info boxes on top of other elements */
            dfn:hover::after,
            dfn:hover::before {
                opacity: 1;
            }

            dfn:hover::after {
                top: 30px;
            }

            dfn:hover::before {
                top: 20px;
            }

    /*System of Measurement tab*/

    .mes-dropbtn {
        background-color: #7ebef7;
        color: white;
        padding: 5px;
        padding-left: 8px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        border-radius: 15px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 19px;
        transition: 300ms;
    }

    .mes-svg {
        -webkit-filter: var(--value, 100%);
        filter: invert(var(--value, 100%));
        pointer-events: none;
        transition: 250ms;
        user-select: none;
    }

    .mes-title {
        display: block;
        float: left;
        line-height: 0px;
        font-weight: 500;
        margin-top: 15px;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        user-select: none;
    }

    .mes-dropdown {
        position: relative;
        margin-left: -40px;
        float: left;
    }

    .mes-dropdown-content {
        opacity: 0;
        position: absolute;
        background-color: #ffffff;
        width: fit-content;
        min-width: 91px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        transition: 250ms;
        pointer-events: none;
        height: 0px;
        border-bottom-right-radius: 19px;
    }

        .mes-dropdown-content a {
            color: black;
            padding: 7px 6px;
            text-decoration: none;
            display: block;
        }

    .mes-imperial {
        border-top: 1px solid rgb(209, 209, 209);
        border-bottom-right-radius: 19px;
    }

    .mes-dropdown-content a img {
        height: 15px;
        width: 15px;
    }

    .mes-dropdown-content a:hover {
        background-color: lightgrey;
    }

    .mes-dropdown:hover .mes-dropdown-content {
        opacity: 1;
        pointer-events: all;
        height: 77px;
    }

    .mes-dropdown:hover .mes-title {
        opacity: 1;
    }

    .mes-dropdown:hover .mes-dropbtn {
        background-color: #64aded;
        border-bottom-right-radius: 0px;
    }

    .mes-dropdown:hover .mes-svg {
        margin-left: 54px;
    }


    .display-items-wrapper {
        display: inline-flex;
        text-align: center;
        padding: 10px;
        padding-top: 5px;
        margin: 5px;
        border: 1px solid #c4c4c4;
        border-radius: 10px;
        cursor: pointer;
        vertical-align: inherit;
    }

        .display-items-wrapper:hover {
            background-color: #e8e8e8;
        }

    .grab-symbol {
        border-radius: 50%;
        height: 20px;
        width: 55px;
        background-color: #fbff00;
        text-align: center;
        border: 0.1px solid rgba(40, 40, 40, 0.31);
        margin: auto;
    }

    .four-foot-symbol {
        border-radius: 50%;
        height: 20px;
        width: 20px;
        border: 0.1px solid rgba(40, 40, 40, 0.31);
        background-color: red;
        margin: auto;
    }

    .twenty-foot-symbol {
        height: 30px;
        width: 30px;
        font-size: 0.4vw;
        line-height: 0.6vw;
        border: 0.1px solid grey;
        background-color: white;
        margin: auto;
        font-size: 20px;
        line-height: 30px;
    }


    .sample-id {
        width: fit-content;
        text-align: center;
    }


    .triangle {
        border-right: 20px solid transparent;
        border-bottom: calc(20px * 1.732) solid #38c584;
        border-left: 20px solid transparent;
        height: 0;
        width: 0;
        margin: 0 auto;
    }

    .image-symbol {
        width: 30px;
        display: block;
        margin: auto;
    }

    .not-determined {
        background-color: Cyan;
    }


    .tab .tab-label {
        margin-bottom: 0px !important;
    }

    divFieldsContainer {
        background-color: red;
    }

    /*newly added*/



    .ui-sortable,
    #sortable, .sortable {
        padding-left: 0px;
    }

    .section-modifier {
        color: #fff;
        background-color: rgb(0 125 229);
        padding: 0;
        border: 0;
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom-right-radius: 12px;
        display: absolute;
        text-decoration: none !important;
        text-align: center;
        float: left;
        margin-top: -20px;
        margin-left: -20px;
    }

        .section-modifier:hover {
            background-color: rgb(23 150 255);
        }


    .modal-header .close {
        padding: 4px !important;
        padding-right: 0px !important;
    }

    /*Modal Box*/

    .modal1 {
        display: none;
        position: fixed;
        z-index: 101;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
    }


    /* Modal Content */
    .modal-content {
        background-color: #e0e0e0;
        border-radius: 10px;
        width: fit-content;
        margin: auto;
    }

    /*Arrange selector*/

    .arrange-selector {
        background-color: #ffffffdb;
        width: 180px;
        top: 184px;
        border: 1px solid #4c4c4c;
        border-top: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        margin: auto;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .arrange-btn:hover {
        cursor: pointer;
        background-color: #e0e0e0db;
    }

    /*Add Section/Tab/Tab content*/
    .create-btn:hover {
        cursor: pointer;
        background-color: #e0e0e0db;
    }

    .create-selection {
        background-color: #ffffffdb;
        width: 180px;
        top: 184px;
        border: 1px solid #4c4c4c;
        border-top: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        margin: auto;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .tab-create-btn {
        color: white;
        border: none;
        padding: 4px;
        background-color: #5dc75d;
        border-radius: 5px;
        float: right;
        margin-top: 7px;
        margin-right: 7px;
        display: none;
    }

        .tab-create-btn.active {
            display: initial;
        }

        .tab-create-btn:hover {
            opacity: 0.7;
        }

        .tab-create-btn:active {
            opacity: 0.5;
        }

    .content-create-btn {
        color: white;
        border: none;
        padding: 4px;
        background-color: #399e9a;
        border-radius: 5px;
        float: right;
        margin-top: 7px;
        margin-right: 7px;
        display: none;
    }

        .content-create-btn.active {
            display: initial;
        }

        .content-create-btn:hover {
            opacity: 0.7;
        }

        .content-create-btn:active {
            opacity: 0.5;
        }

    .add-new-section {
        position: absolute;
        width: 600px;
        z-index: 100;
    }

    .add-new-section, .add-new-section-object {
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 10px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        color: black;
        background-color: white;
        border-radius: 10px;
        margin: 10px;
        margin-bottom: 30px;
        margin-top: 24px;
        -webkit-box-shadow: rgb(0 0 0 / 24%) 0px 0px 3px;
        box-shadow: rgb(0 0 0 / 24%) 0px 0px 3px;
        display: none;
        position: relative;
        z-index: initial;
        margin: auto;
        width: 100%;
        height: fit-content;
        margin-bottom: 20px;
        margin-top: 20px;
        box-shadow: rgb(50 50 93 / 15%) 0px 50px 100px -20px, rgb(0 0 0 / 20%) 0px 20px 30px -40px, rgb(10 37 64 / 25%) 0px -2px 6px 0px inset;
    }


    .add-section-title {
        font-size: 16px;
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        color: white;
        background-color: rgb(0 125 229);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: fit-content;
        margin: auto;
        margin-top: -8px;
    }

    .add-new-tab {
        background-color: #ffffffeb;
        width: 300px;
        top: 250px;
        border: 1px solid black;
        border-radius: 10px;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        margin: auto;
        padding: 8px;
        display: none;
    }

    .add-new-content {
        background-color: #ffffff;
        border: 1px solid black;
        border-radius: 10px;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        margin: auto;
        padding: 8px;
        display: none;
        top: 5%;
        width: 80%;
        height: fit-content;
    }

    /*Control Panel*/


    .control-panel-wrapper {
        height: 40px;
        background-color: #e3e3e3;
        text-align: center;
    }

        .control-panel-wrapper .panel-btn {
            border: none;
            background-color: rgb(68, 160, 212);
            color: white;
            margin-top: 5px;
            padding: 5px;
            border-radius: 6px;
            height: 30px;
        }

            .control-panel-wrapper .panel-btn:hover {
                background-color: rgb(97, 190, 243);
            }


            .control-panel-wrapper .panel-btn:active {
                background-color: rgb(94, 179, 228);
            }

    .add-tab-content {
        border: none;
        background-color: rgb(68, 160, 212);
        color: white;
        margin-top: -9px !important;
        margin-right: -9px;
        padding: 5px;
        border-radius: 0px !important;
        border-top-right-radius: 9px !important;
        border-bottom-left-radius: 9px !important;
        height: 28px;
        width: 28px;
        line-height: 1px;
        font-size: 22px;
    }


    /* The Close Button */
    .close1 {
        color: white;
        position: absolute;
        font-size: 28px;
        font-weight: bold;
        z-index: 100;
        margin-left: 273px;
    }

        .close1:hover,
        .close1:focus {
            color: #b7b7b7;
            text-decoration: none;
            cursor: pointer;
        }

    .sectionmae {
        margin-right: 15px;
    }

    .section-list-item.cursor .sectionmae {
        cursor: move;
    }

    .section-list li {
        background-color: #dfdfdf;
        border: 1px solid #e7e7e7;
        padding: 7px;
        text-align: left;
        font-size: 14px;
    }

    .section-list {
        margin: auto;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        min-width: 300px;
    }

        .section-list .section-manager-title {
            position: relative;
            background-color: rgb(65 151 227);
            color: #fff;
            margin: 0;
            padding: 10px 20px;
            font-size: 18px;
            font-weight: bold;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: default;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .section-list ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .section-list ul li {
                background: #fff;
                color: #666;
                line-height: 40px;
                padding: 0;
                padding-left: 5px;
            }

                .section-list ul li a {
                    display: inline-block;
                    background: #cc2e2e;
                    width: 0px;
                    height: 30px;
                    border-radius: 50%;
                    margin-right: 3px;
                    line-height: 33px;
                    color: #fff;
                    text-align: center;
                    text-decoration: none;
                    opacity: 0;
                    -webkit-transition: 0.2s linear;
                    -moz-transition: 0.2s linear;
                    -o-transition: 0.2s linear;
                    transition: 0.2s linear;
                    cursor: pointer;
                    pointer-events: none;
                }

        .section-list .tab-list-item a {
            background: rgb(243 100 100);
        }

    .list-tab-content a {
        background: rgb(255, 174, 174) !important;
    }

    .section-list ul li.tab-delete a {
        margin-left: 5px;
        width: 30px;
        opacity: 1;
        pointer-events: all;
    }

    .section-list a:hover {
        opacity: 0.7 !important;
    }

    .section-list ul li:hover {
        background-color: #f1f1f1;
    }

    .section-list a:active {
        opacity: 0.5 !important;
    }

    .section-list-item {
        max-height: 40px;
        -webkit-transition: max-height 0.5s ease;
        -o-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
    }

        .section-list-item.active {
            max-height: 5000px;
            background-color: #f1f1f1;
        }

            .section-list-item.active b {
                text-decoration: underline;
            }

    .expand-section {
        color: white;
        float: right;
        background-color: #2c9eff;
        border: 0px;
        padding: 2px;
        font-size: 22px;
        line-height: 22px;
        height: 25px;
        margin-top: 6px;
        margin-right: 6px;
        width: 25px;
        border-radius: 50%;
    }

        .expand-section:hover {
            opacity: 0.8;
        }

        .expand-section:active {
            opacity: 0.6;
        }

    .expand-tab {
        color: white;
        float: right;
        background-color: #77c7d4;
        border: 0px;
        padding: 2px;
        font-size: 22px;
        line-height: 22px;
        height: 25px;
        margin-top: 6px;
        margin-right: 6px;
        width: 25px;
        border-radius: 50%;
    }

        .expand-tab:hover {
            opacity: 0.8;
        }

        .expand-tab:active {
            opacity: 0.6;
        }

    .tab-list-item {
        background-color: #f3f3f3;
        border-top: 1px solid #e0e0e0;
        padding-left: 0px;
        display: none;
        -webkit-transition: padding 0.2s ease;
        -moz-transition: padding 0.2s ease;
        -o-transition: padding 0.2s ease;
        transition: padding 0.2s ease;
    }

        .tab-list-item:hover {
            background-color: #ebebeb;
        }

        .tab-list-item.active {
            background-color: #ebebeb;
        }

    .list-tab-content {
        background-color: #ffffff;
        border-top: 1px solid #c4c4c4;
        display: none;
        max-height: 40px;
        -webkit-transition: padding 0.2s ease;
        -moz-transition: padding 0.2s ease;
        -o-transition: padding 0.2s ease;
        transition: padding 0.2s ease;
    }

        .list-tab-content:hover {
            background-color: #f3f3f3;
        }

        .list-tab-content.active {
            max-height: 5000px;
        }

    .section-button-wrapper {
        background-color: rgb(255, 255, 255);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 1px solid whitesmoke;
        height: 50px;
    }

    .section-button {
        height: 30px;
        width: 100px;
        margin: 10px;
        border: none;
        border-radius: 7px;
        color: white;
        background-color: #4da3e1;
    }

        .section-button:hover {
            opacity: 0.8;
        }

        .section-button:active {
            opacity: 0.6;
        }

    .section-save {
        float: right;
    }

    .section-cancel {
        float: left;
    }

    /* Tooltip Styles */

    [data-tooltip] {
        position: relative;
        z-index: 3;
    }

        [data-tooltip]:before,
        [data-tooltip]:after {
            visibility: hidden;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            pointer-events: none;
            -webkit-transition: 0.2s ease;
            -moz-transition: 0.2s ease;
            -o-transition: 0.2s ease;
            transition: 0.2s ease;
        }

        /* Position tooltip above the element */
        [data-tooltip]:before {
            position: absolute;
            bottom: 150%;
            left: 50%;
            margin-bottom: -10px;
            margin-left: -80px;
            padding: 7px;
            width: 147px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background-color: #000;
            background-color: hsla(0, 0%, 20%, 0.9);
            color: #fff;
            content: attr(data-tooltip);
            text-align: center;
            font-size: 14px;
            line-height: 1.2;
            cursor: pointer;
        }

        [data-tooltip]:after {
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            width: 0;
            border-top: 5px solid #000;
            border-top: 5px solid hsla(0, 0%, 20%, 0.9);
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            content: "";
            font-size: 0;
            line-height: 0;
        }

        [data-tooltip]:hover:before,
        [data-tooltip]:hover:after {
            visibility: visible;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

    .section-preview [data-tooltip]:before {
        margin-bottom: -19px;
    }

    .modal-content [data-tooltip]:before {
        margin-left: -76px;
    }

    .main-wrapper {
        width: 100%;
        padding: 50px;
        overflow: scroll;
    }

        .main-wrapper h1 {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

    .form-builder-wrapper {
        margin: auto;
        padding: 20px;
        width: 100%;
        text-align: center;
    }

        .form-builder-wrapper h1 {
            display: block;
            margin-top: 5px;
        }

        .form-builder-wrapper .form-builder-title {
            font-size: 50px;
            color: var(--main-color);
        }

    .title-wrapper {
        text-align: left;
        width: 500px;
        margin: 20px;
        display: inline-grid;
    }

    .item-contents {
        position: fixed;
    }

    .form-preview-box .tab-label {
        color: white;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .arrow-style::after {
        -webkit-transform: rotate( 90deg);
        -ms-transform: rotate(90deg);
        transform: rotate( 90deg);
    }

    .form-item-selection {
        max-height: 500px;
        overflow: scroll;
    }

    .form-box {
        background: white;
        -webkit-box-shadow: 0 1px 4px -2px rgb(0 0 0 / 50%);
        box-shadow: 0 1px 4px -2px rgb(0 0 0 / 50%);
        border: 1px solid #eaeaea;
        min-height: 200px;
        padding: 20px;
        border-radius: 10px;
        text-align: left;
        max-width: 500px;
    }

        .form-box input {
            margin-top: 5px;
            margin-bottom: 5px;
            pointer-events: none;
        }

        .form-box select {
            margin-top: 5px;
            margin-bottom: 5px;
            pointer-events: none;
        }

        .form-box .selector-title-big {
            -webkit-user-select: all;
            -moz-user-select: all;
            -ms-user-select: all;
            user-select: all;
            pointer-events: all;
        }

        .form-box .selector-title-big, .form-control-wrapper {
            width: -webkit-fill-available;
        }

    @media screen and (max-width: 620px) {
        .subSectionsContainer .form-control-wrapper {
        }
    }

    .item-manage-button {
        width: fit-content;
        position: absolute;
        margin-left: 400px;
        padding: 10px;
        border-radius: 10px;
        background-color: #d6d6d6;
        border: 1px solid #a0a0a0;
        color: rgb(54, 54, 54);
        height: 45px;
        margin-top: 20px;
        cursor: pointer;
    }

        .item-manage-button:hover {
            background-color: #bebebe;
        }

    .item-delete {
        margin-left: 455px;
    }

    /* Style the tab */
    .tab-wrapper {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        margin: -20px;
        margin-bottom: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        /* Style the buttons inside the tab */
        .tab-wrapper .tablinks {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 14px 16px;
            transition: 0.3s;
            font-size: 17px;
            margin-top: 0px;
        }

            .tab-wrapper .tablinks:hover {
                color: #ffffff;
                background-color: #cecece;
            }

        .tab-wrapper button.active {
            color: #ffffff;
            background-color: #cecece;
        }


    /* Style the tab content */
    .tabcontent {
        display: none;
    }

    /*Section Rename*/

    .rename-btn.active {
        background-color: rgb(0 135 202);
        color: white;
    }

        .rename-btn.active:hover {
            background-color: rgb(0 135 202);
        }

    .arrange-tab.active {
        background-color: rgb(0 135 202);
        color: black;
    }

        .arrange-tab.active:hover {
            background-color: rgb(0 135 202);
        }

    .content-edit.active {
        -webkit-transition: color 0.2s;
        -o-transition: color 0.2s;
        transition: color 0.2s;
        color: rgb(75, 101, 247);
        text-decoration: underline;
    }

    .conversion-wrapper-menu, .item-edit, .item-edit2 {
        position: fixed;
        background-color: #f1f1f1;
        border: 1px solid #dcdcdc;
        -webkit-box-shadow: rgb(214 214 214 / 24%) 0px 3px 8px;
        box-shadow: rgb(214 214 214 / 24%) 0px 3px 8px;
        padding: 5px;
        width: 300px;
        border-radius: 10px;
        z-index: 10;
        display: none;
        margin: auto;
        left: 0px;
        right: 0px;
        margin-top: 5%;
    }

    .button-menu-title, .drop-menu-title {
        background-color: rgb(113, 183, 245);
        color: white;
        padding: 6px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        display: block;
        width: fit-content;
        margin: auto;
        margin-top: -5px;
        margin-bottom: 10px;
    }

    .drop-down-menu .form-control {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .add-selector-btn, .add-button-btn {
        color: #fff;
        background-color: rgb(82 174 255);
        padding: 0;
        border: 0;
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom-left-radius: 12px;
        border-top-right-radius: 10px;
        text-decoration: none !important;
        text-align: center;
        float: right;
        margin-top: -20px;
        margin-right: -6px;
        margin-top: -6px;
    }

        .add-selector-btn:hover {
            opacity: 0.7;
        }

    .button-view {
        position: absolute;
        height: 80px;
        width: 50px;
        background-color: #eaeaea;
        margin-left: 294px;
        border: 1px solid #8c8c8c;
        border-left: none;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .btn-view-trigger.active {
        display: block;
    }

    .builder-wrapper {
        text-align: center;
    }



    .btn-style {
        height: 30px;
        width: 100px;
        margin: 10px;
        font-weight: bold;
        border: none;
        border-radius: 7px;
        color: white;
        margin-top: 20px;
        margin-bottom: 5px;
        background-color: rgb(86 185 255);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

        .btn-style:hover {
            opacity: 0.8;
        }

        .btn-style:active {
            opacity: 0.6;
        }

    .next-btn {
        float: right;
    }

    .back-btn {
        float: left;
    }


    .input-create-wrapper {
        width: min-content;
        overflow: scroll;
        margin-bottom: 100px;
        width: 700px;
        background-color: rgb(243, 243, 243);
    }

    /*Create Input*/

    .selector-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 10px;
        border: 1px solid #afafaf;
    }

        .selector-group > * {
            margin: 0.5rem 0.5rem;
        }

    .selector-group-legend {
        font-size: 1.5rem;
        font-weight: 700;
        color: #5f5f5f;
        text-align: center;
        line-height: 1.125;
        width: fit-content;
        margin-left: 0px;
    }

    .selector-tile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 90px;
        font-size: 15px;
        border-radius: 0.5rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        transition: 0.15s ease;
        cursor: pointer;
        position: relative;
    }

        .selector-tile:hover {
            border-color: rgb(86 185 255);
        }

    .tile-trigger.active, .tile-trigger2.active, .tile-trigger3.active {
        border-color: rgb(57 155 227);
    }

    .selector-tile.active:before {
        transform: scale(1);
        opacity: 1;
    }

    .selector-icon {
        transition: 0.375s ease;
        color: #494949;
    }

        .selector-icon svg {
            width: 2rem;
            height: 3rem;
        }

        .selector-icon h3 {
            margin-top: 18px;
            font-size: 19px;
            line-height: 22px;
        }

    .selector-label {
        color: #707070;
        transition: 0.375s ease;
        text-align: center;
    }

    .modal-backdrop {
        height: 100%;
        width: 100%;
        background: #62626291;
        position: fixed;
        left: 0px;
        top: 0px;
        display: none;
        z-index: 3;
    }

    .section-preview {
        position: absolute;
        top: 10px;
        left: 10px;
        height: 97%;
        margin: 0;
        width: 400px;
        color: white;
        background: white;
        -webkit-box-shadow: 0 1px 4px -2px rgb(0 0 0 / 50%);
        box-shadow: 0 1px 4px -2px rgb(0 0 0 / 50%);
        border: 1px solid #eaeaea;
        min-height: 30px;
        padding: 20px;
        border-radius: 10px;
        text-align: left;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

        .section-preview.active {
            opacity: 1;
        }

    .edit-section-btn {
        float: right;
        background: white;
        border-radius: 10px;
        padding: 3px;
        width: 45px;
        border: 1px solid #b1b1b1;
        margin-top: 7px;
        margin-right: 7px;
    }

        .edit-section-btn:hover {
            background: rgb(233, 233, 233);
        }

        .edit-section-btn:active {
            background: rgb(209, 209, 209);
        }

    .side-button {
        position: absolute;
        margin-top: 20px;
        text-align: center;
        color: #767676;
        background: #e9e9e9;
        -webkit-box-shadow: 0 1px 4px -2px rgb(0 0 0 / 50%);
        box-shadow: 0 1px 4px -2px rgb(0 0 0 / 50%);
        border: 1px solid #e1e1e1;
        border-left: none;
        font-size: 30px;
        height: 50px;
        width: 25px;
        line-height: 45px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        cursor: pointer;
        -webkit-transition: width 0.2s ease;
        -o-transition: width 0.2s ease;
        transition: width 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .side-button2 {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        float: right;
        position: relative;
        margin-top: 10px !important;
        border: 1px solid #e1e1e1;
        border-right: none;
    }

        .side-button:hover, .side-button2:hover {
            background: #d4d4d4;
            width: 40px;
        }

        .side-button:active, .side-button2:active {
            background: #c5c5c5;
        }

    .subsection-delete-trigger.active, .subsection-order-trigger.active {
        width: 40px;
        background: #d4d4d4;
    }

    .side-buttons {
        float: right;
        width: 25px;
        margin-right: -66px;
        margin-top: -110px;
    }

        .side-buttons [data-tooltip]:before {
            margin-bottom: -19px;
        }

    .side-buttons-left {
        float: left;
        width: 25px;
        margin-left: -66px;
        margin-top: -100px;
        position: fixed;
    }

        .side-buttons-left [data-tooltip]:before {
            margin-bottom: -19px;
        }


    .delete-form-item.active {
        background: #d4d4d4;
        width: 40px;
    }

    .arrange-item.active {
        background: #d4d4d4;
        width: 40px;
    }

.arrange-input.active {
    background: #d4d4d4;
    width: 40px;
}


    .insert-break {
        margin-top: 80px;
    }

    .scroll-style {
        overflow: scroll;
        height: 100%;
        margin-right: -21px;
        margin-left: -21px;
    }

    .form-box-wrapper {
        -webkit-transition: box-shadow 0.1s;
        -o-transition: box-shadow 0.1s;
        transition: box-shadow 0.1s;
        border-radius: 5px;
    }

        .form-box-wrapper.active {
            box-shadow: rgba(255, 30, 0, 0.2) 0px 0px 0px 3px;
        }

        .form-box-wrapper.active2 {
            box-shadow: rgba(63, 37, 209, 0.2) 0px 0px 0px 3px;
        }

    .delete-form-item {
        margin-top: 80px;
        height: 50px;
        width: 25px;
        font-size: 16px;
        line-height: 48px;
    }

    .arrange-item {
        margin-top: 140px;
    }

.arrange-input {
    margin-top: 200px !important;
}

    .add-new-form-item {
        width: fit-content;
        line-height: 38px;
        -webkit-box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3p;
        height: 30px;
        background-color: #838383;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        color: white;
        margin: auto;
        width: 40px;
        height: 40px;
        margin-top: 15px;
        -webkit-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
    }

        .add-new-form-item:hover {
            background-color: #5f5f5f;
            transform: scale(1.1);
        }

        .add-new-form-item:active {
            background-color: #707070;
            transform: scale(1.05);
        }

    .form-control-wrapper [data-tooltip]:before {
        margin-bottom: -16px;
    }

    .form-button-style {
        height: 55px;
    }

    .corner-button {
        line-height: 20px;
        font-size: 20px;
        font-weight: bold;
        height: 22px;
        width: 22px;
        color: white;
        border-radius: 100%;
        cursor: pointer;
        position: relative;
        margin-top: -10px;
        margin-bottom: -12px;
        margin-left: -8px;
        text-align: center;
    }

    .subsection-delete-button {
        background: rgb(236, 20, 20);
        display: none;
        cursor: no-drop;
    }

        .subsection-delete-button.active {
            display: block;
        }

        .subsection-delete-button:hover {
            background: rgb(206, 17, 17);
        }


    .item-delete-button {
        background: rgb(236, 20, 20);
        cursor: no-drop;
        display: none;
        float: right;
        margin-top: 0px;
    }

        .item-delete-button.active {
            display: block;
        }

        .item-delete-button:hover {
            background: rgb(206, 17, 17);
        }

    .subsection-order-button {
        background: rgb(0 129 178);
        display: none;
        cursor: move;
        line-height: 18px;
        text-align: center;
    }

        .subsection-order-button.active {
            display: block;
        }

        .subsection-order-button:hover {
            background: rgb(19 105 138);
        }

    .item-order-button {
        display: none;
        margin-top: 0px;
    }

        .item-order-button.active {
            display: block;
        }

    .add-section-style, .create-object-style {
        position: absolute;
        width: 500px;
        z-index: 200;
        margin: auto;
        left: 0px;
        right: 0px;
        top: 40%;
        transform: translateY(-50%);
    }

    ul {
        list-style-type: none;
    }

    .section-list-item.cursor {
        cursor: move;
    }

    .section-list-item .float-right {
        display: initial;
        height: 0px;
        margin-top: -2px;
    }

    .panel-btn {
        margin-top: 5px;
        height: 30px;
        width: 30px;
        line-height: 0px;
        border-radius: 8px;
        background: #efefef;
        padding: 0px;
        border: none;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    }

        .panel-btn:hover {
            background: #d7d7d7;
        }

        .panel-btn:active {
            background: #d1d1d1;
        }

    .modal-content {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }

    .modal-dialog .modal-content {
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 10px;
        color: black;
        background-color: white;
        border-radius: 10px;
        margin: 10px;
        position: relative;
        margin: auto;
        width: 100%;
        height: fit-content;
        box-shadow: rgb(50 50 93 / 15%) 0px 50px 100px -20px, rgb(0 0 0 / 20%) 0px 20px 30px -40px, rgb(10 37 64 / 25%) 0px -2px 6px 0px inset;
    }

    .modal-dialog .modal-footer button {
        border-radius: 10px !important;
        background-color: #6c757d;
        color: white;
        padding: 5px;
        padding-left: 8px;
        padding-right: 8px;
    }

        .modal-dialog .modal-footer button:hover {
            background-color: #646c72;
        }


    .btnSubSection {
        margin-top: 5px;
        height: 30px;
        width: 35px;
        line-height: 0px;
        border-radius: 8px !important;
        background: #efefef !important;
        padding: 0px;
        border: none;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        color: black;
    }

        .btnSubSection:hover {
            background: #d7d7d7 !important;
            color: black;
        }

        .btnSubSection:active {
            background: #d1d1d1 !important;
            color: black !important;
        }

    @media screen and (max-width: 600px) {

        .section-list label {
            font-size: 10px;
        }

        .section-list .panel-btn, .btnSubSection {
            height: 20px;
            width: 20px;
            font-size: 10px;
            border-radius: 5px !important;
        }

        .section-list svg {
            height: 13px;
            width: 13px;
        }
    }

    @media screen and (max-width: 500px) {
        .section-list label {
            font-size: 10px;
        }
    }

.btndeleteSubSection {
    border-radius: 50%;
    border: none;
    margin-left: -10px;
    margin-bottom: -10px;
    display: none;
    cursor: no-drop !important;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    margin-top: -20px;
    margin-left: -25px !important;
}

.btnmoveSubSection {
    border-radius: 50%;
    border: none;
    color: white;
    background: #168d48;
    cursor: move !important;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    line-height: 0px;
    position: absolute;
    margin-top: -20px;
    margin-left: -25px !important;
    display: none;
    justify-content: center;
    align-items: center;
}

    .btnmoveSubSection.flexclass {
        display: flex;
    }

    .btnmoveSubSection:hover {
        background: #1ea155;
    }

    .btnmoveSubSection:active {
        background: #0e7a3b;
    }

.btnmoveSubSectionField {
    border-radius: 50%;
    border: none;
    color: white;
    background: rgb(0 129 178);
    cursor: move !important;
    color: white;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    line-height: 0px;
    float: right;
}

    .btnmoveSubSectionField:hover {
        background: rgb(9 146 199);
    }

    .btnmoveSubSectionField:active {
        background: rgb(0 113 157);
    }

    .btndeleteSubSectionField {
        border-radius: 50%;
        border: none;
        background: #dc3545;
        color: white;
        display: none;
        height: 26px;
        width: 26px;
        cursor: no-drop !important;
        float: right;
    }

        .btndeleteSubSectionField:hover {
            background-color: #c82333;
        }

    .sortable4 {
        padding-left: 0px;
    }

    .inputfield ul {
        padding-left: 0px;
    }

    .create-section, .arrange-btn {
        height: 30px !important;
        width: 30px !important;
    }

    /*Section and Subsection Focus*/
    .selectedSection {
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px, rgb(209 209 209) 0px 0px 0px 3px;
        border-radius: 10px;
        transition: box-shadow 0.15s;
    }

    .selectedSubSection {
        transition: background-color 0.15s;
        background-color: #dadada !important;
        border-radius: 10px;
        margin-top: 9px;
        margin-bottom: 15px;
    }

        .selectedSubSection .form-control-wrapper {
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .form-box-wrapper {
        text-align: left;
    }

    .subsectionsFieldName.active {
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px, rgb(255 184 184) 0px 0px 0px 3px;
        border-radius: 8px;
    }

    .subsectionsFieldName.move {
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px, rgb(123 199 255) 0px 0px 0px 3px;
        border-radius: 8px;
    }

    .main-form-wrapper {
        background-color: var(--projects-section);
        width: fit-content;
        overflow: hidden;
        margin: auto;
        margin-top: 30px;
        padding: 35px;
        padding-top: 30px;
        border-radius: 15px;
        -webkit-box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        margin-bottom: 100px;
    }

        .main-form-wrapper .mt-3 {
            margin: auto;
        }

        .main-form-wrapper h1 {
            margin-bottom: 25px;
        }

        .main-form-wrapper th {
            font-size: 17px;
            padding: 5px;
            border: 1px solid #cdcdcd;
            background: #dfdfdf;
            text-align: center;
            font-family: monospace;
        }

    .table-wrapper {
        overflow: scroll;
        max-height: 800px;
        width: fit-content;
        margin: auto;
        margin-top: 30px;
        overflow-x: hidden;
    }

        .table-wrapper .mt-3 {
            margin-top: 0px !important;
            margin-left: 8px;
        }

    .user-types {
        width: 350px;
        text-align: center;
        background: whitesmoke !important;
        padding-left: 22px !important;
        padding-top: 12px !important;
    }

    .table-wrapper .mr-3 {
        background: #e7e7e7;
        border: 1px solid #adadad;
        min-width: 140px;
        border-radius: 6px;
        text-align: left;
        padding: 5px;
        height: 35px;
        padding-top: 5px;
    }

        .table-wrapper .mr-3:hover {
            background: #d5d5d5;
        }

    .user-type-btn .control-label {
        color: black !important;
        pointer-events: none;
    }

    .user-type-btn.active {
        background: #d5d5d5;
    }

    .trow td {
        padding: 6px;
        border: 1px solid #cdcdcd;
        background: whitesmoke;
        min-width: 200px;
    }

        .trow td:hover {
            background: #efefef;
        }

    .date-col {
        background: #f5f5f5;
        border: 1px solid #b9b9b9;
        border-radius: 15px;
        padding: 18px;
        width: 280px;
        float: right;
        margin-top: -140px;
        -webkit-box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
    }



    .row-style {
        text-align: center;
        background-color: var(--user-roles-back);
        border-radius: 10px;
        padding: 15px;
        padding-bottom: 0px;
        width: 50%;
    }

        .row-style .col-md-4 {
            text-align: left;
        }

    .fade {
        background-color: #0000007a;
    }

    .active-wrapper {
        background-color: #ef2828;
        color: white;
        width: fit-content;
        border-radius: 10px;
        padding: 7px;
        height: 37px;
    }

        .active-wrapper.checked {
            background-color: #6fdf53;
        }


    input[type="radio"], input[type="checkbox"] {
        cursor: pointer;
    }

    @media screen and (max-width: 1400px) {
        .form-group-box {
            position: relative !important;
            margin: auto;
        }
    }

    .form-group-box {
        background: #f5f5f5;
        border: 1px solid #b9b9b9;
        border-radius: 15px;
        padding: 18px;
        width: 280px;
        -webkit-box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
    }

    .show-group-settings {
        border-radius: 8px;
        background: #e9e9e9;
        border: 1px solid #b9b9b9;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        border: none;
        padding: 5px;
        width: 100%;
    }

    .show-user-types {
        border-radius: 8px;
        background: #fbfbfb;
        border: 1px solid #b9b9b9;
        box-shadow: rgb(185 185 185 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        padding: 5px;
        cursor: pointer;
        width: fit-content;
        margin: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .show-user-types:hover {
            background: #efefef;
        }

        .show-user-types:active {
            background: #d9d9d9;
        }

    .visibility-wrapper {
        display: none;
    }

        .visibility-wrapper.active {
            display: initial;
        }

    [contenteditable]:focus {
        outline: 2px solid #0099f3;
    }

    .group-selector {
        background-color: #e3e3e3;
        padding: 8px;
        border-radius: 6px;
    }

    .selector-div.myactive + label {
        color: #0059a6;
        font-weight: bold;
        letter-spacing: -0.01em;
    }

    .selector-div {
        background-color: transparent;
        border: none;
        color: #626262;
        font-size: 18px;
        margin: 9px 0 7px 0;
        margin: 0;
        padding: 2em 10px 10px 10px;
        outline: none;
        width: 100%;
        cursor: pointer;
    }

        .selector-div.myactive {
            color: #000;
            background-color: #eeeeee;
            box-shadow: 0px 3px 4px -2px rgba(0, 0, 115, 0.25) inset;
        }

    .form-name-wrapper {
        width: 320px;
    }

    .form-group #FkUserAR {
        width: 190px;
    }

    .btn-grey {
        background-color: #6c757d !important;
        color: white;
        padding: 5px;
        padding-left: 8px;
        padding-right: 8px;
    }

        .btn-grey:hover {
            background-color: #646c72 !important;
        }



    input[type=file]::-webkit-file-upload-button {
        padding: .2em .4em;
        border-radius: 5px;
        color: #fff;
        background-color: #6c757d;
        border: none;
        transition: 0.2s ease;
        margin-top: 3px;
        margin-bottom: 3px;
        cursor: pointer;
    }


        input[type=file]::-webkit-file-upload-button:hover {
            background-color: #646c72;
        }

        input[type=file]::-webkit-file-upload-button:active {
            background-color: #545b62;
        }


    .file-upload-wrapper h6 {
        background: #e7e7e7;
        width: fit-content;
        color: #323232;
        font-size: 13px;
        border-radius: 5px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 30px;
    }


    .col-lg-12 label {
        color: var(--main-color);
    }

    .col-md-6 h6 {
        color: var(--main-color);
    }

    hr {
        background-color: rgb(227, 228, 230);
    }

    .projects-section-mini .col-md-6 label {
        color: var(--main-color);
    }

    .modal-body label {
        color: black !important;
    }

    .main-form-wrapper .table-responsive {
        border-radius: 10px;
    }

    .table-responsive {
        border-radius: 10px !important;
        padding: 2px;
    }

    #tblFolderGroup, #tblSampleData, #tblElement, #tblLab, #tblSampleSoilDescription, #tblContentLookupType, #tblDocuments {
        border-radius: 0px !important;
    }

    #tblLab_filter label, #tblContentLookupType_filter label, #tblUsers_filter label, #tblFolderGroup_filter label, #tblSampleSoilDescription_filter label, #tblElement_filter label, #tblSampleData_filter label, #result_filter label, #txtDocuments_filter label, #tblSampleSiteDescription_filter label, #tblResults_filter label {
        float: right;
    }

    .main-form-wrapper th {
        background: #71b4f9;
        color: white;
        font-family: -webkit-pictograph;
        padding: 7px;
    }

    #resultProgressData th {
        background: #71b4f9;
        color: white;
        font-family: -webkit-pictograph;
        padding: 10px;
    }

    .project-border {
        margin-bottom: 60px;
        padding: 0px !important;
        max-height: 2500px;
        float: right;
        margin-top: 4px;
        border-radius: 10px !important;
    }

        .project-border.active {
            padding: 25px;
        }

    .collapse {
        z-index: 9999 !important;
    }

    .project-box-style {
        min-height: 420px;
        height: initial;
        max-width: fit-content;
    }

        .project-box-style.active {
            width: 1200px;
            min-height: 525px;
            max-width: initial;
        }

    .form-style.active {
        position: fixed;
        padding-bottom: 22px;
        padding-top: 20px;
        border-bottom: 1px solid rgb(227, 228, 230);
        border-top: 1px solid rgb(227, 228, 230);
    }

    .form-style .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-form-wrapper .date-col .control-label {
        color: black;
    }

    .modal {
        z-index: 99999 !important;
    }



    .mt-3 thead th {
        font-family: revert !important;
    }

    .row th::before {
        top: 5px !important;
    }

    .row th::after {
        top: 5px !important;
    }

    .td-overflow .table-bordered td {
        overflow: scroll;
    }

    .project-box-label label {
        background: #e7e7e7;
        width: fit-content;
        font-size: 15px;
        border-radius: 5px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .project-box-label th {
        padding: 0px;
    }

    th label {
        background-color: unset !important;
        padding: 0px;
        color: white;
    }

    .table thead th {
        font-family: revert !important;
        background: #71b4f9;
    }

        .table thead th:last-of-type {
            border-top-right-radius: 10px;
        }

        .table thead th:first-of-type {
            border-top-left-radius: 10px;
        }

    .mt-3 thead th:last-of-type {
        border: none;
        border-top-right-radius: 12px;
    }

    .mt-3 thead th:first-of-type {
        border: none;
        border-top-left-radius: 12px;
    }

    .table-bordered {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }


    .section-cancel {
        margin: 0px;
    }


    .group-selector-trigger {
        padding: 0px;
    }

    .dark .group-selector-trigger {
        color: white;
    }

    .group-selector-trigger a:hover {
        color: white !important;
    }

    #sectionCreate .modal-body .section-cancel {
        margin-top: 20px;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }

    #sectionCreate .modal-body .subsection-create-button {
        margin: 0px;
        margin-top: 20px;
    }

    .element-expand-btn {
        padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 15px;
        background-color: #678097;
    }

        .element-expand-btn:hover {
            background-color: #52718f;
        }

        .element-expand-btn:active {
            background-color: #465d72 !important;
        }

    .select2-selection {
        margin-bottom: 10px;
    }

    .modal-body .section-cancel {
        margin-top: 10px;
    }

    .modal-content .section-cancel {
        margin: 10px;
    }

    .count-element {
        background: #e1e1e1;
        font-size: 15px;
        padding: 5px;
        padding-left: 6px;
        padding-right: 6px;
        border-radius: 8px;
        margin-left: 40px;
        display: initial;
    }

    .list-element {
        display: inline-flex;
        padding-left: 3px;
        margin-bottom: 0px !important;
    }

        .list-element li {
            background: #f3f3f3;
            padding-left: 2px;
            padding-right: 2px;
            margin-left: 2px;
            margin-right: 2px;
            border-radius: 7px;
            border: 1px solid #5c5c5c;
            cursor: pointer;
            width: 25px;
            text-align: center;
        }

            .list-element li:hover {
                background: #f9f9f9;
            }

    .delete-all-btn a {
        background: #e7e7e7;
        color: #424242;
        font-size: 15px;
        border-radius: 5px;
        padding: 5px;
        font-weight: 500;
        height: 31px;
        text-decoration: none;
    }

        .delete-all-btn a:hover {
            background-color: #d5d5d5;
        }

        .delete-all-btn a:active {
            background-color: #b9b9b9;
        }

    .filter-elements {
        font-size: 15px;
        border-radius: 5px;
        border: none;
        float: right;
        margin-top: -30px;
        margin-bottom: 5px;
        margin-right: 0px;
        width: fit-content;
    }

    .fixed-buttons {
        border: 1px solid #d7d7d7;
        background-color: var(--projects-section);
        padding: 12px;
        position: fixed;
        display: inline-grid;
        margin-left: 590px;
        top: 297px;
        border-radius: 8px;
    }

    .form-group-name {
        background-color: rgb(227, 228, 230);
        width: fit-content;
        margin: auto;
        padding: 2px 8px 2px 8px;
        margin-top: -18px;
        border-radius: 10px;
        font-size: 16px;
        color: #3b3b3b;
        border: 1px solid #cfcfcf;
        -webkit-box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default;
    }

    .controls-wrapper {
        margin-bottom: 15px;
        margin-top: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .seek-button {
        background: #d9d9d9;
        width: 225px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        color: black;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 4px;
        cursor: pointer;
    }

        .seek-button:hover {
            background: #c5c5c5;
        }

        .seek-button:active {
            background: #b5b5b5;
        }

    #video1 {
        border-radius: 10px;
    }

    @media screen and (max-width: 1100px) {
        .seek-button {
            width: 100%;
            display: inherit;
            margin: auto;
            height: 40px;
            border-top: 1px solid black;
            line-height: 40px;
            margin-top: 0px;
            margin-bottom: 0px;
            border-radius: 0px;
            border-right: 1px solid black;
            border-left: 1px solid black;
        }

        .btn-mbl-stl {
            border-bottom: 1px solid black;
            border-bottom-right-radius: 12px;
            border-bottom-left-radius: 12px;
            margin-bottom: 35px;
        }

        .btn-top-mbl-stl {
            border-top-right-radius: 12px;
            border-top-left-radius: 12px;
            margin-top: 20px;
        }
    }

    .detailed-color {
        text-decoration: none;
        background-color: #4da3e1;
        border: none !important;
        -webkit-box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        color: white;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

        .detailed-color:hover {
            background-color: #3b90ce;
        }

        .detailed-color:active {
            background-color: #3183bf;
        }

    .backbtn-style {
        float: left;
        text-decoration: none;
        background-color: #4da3e1;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border: none !important;
        -webkit-box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        box-shadow: 0 3px 8px rgb(8 6 6 / 10%);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        color: white;
        margin-left: -40px;
        margin-right: -147px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

        .backbtn-style:hover {
            background-color: #3b90ce;
        }

        .backbtn-style:active {
            background-color: #3183bf;
        }

    .radio-trigger {
        pointer-events: none;
    }

    @media screen and (max-width: 767px) {


        .table-alignment .trow td {
            display: block;
            border-top: none;
        }

        .table-alignment th:nth-of-type(2n) {
            display: none;
        }

        .user-types {
            width: auto;
        }
    }

    .sample-result-data-wrapper {
        background: #efefef;
        padding: 10px;
        padding-bottom: 4px;
        border-radius: 10px;
        margin-bottom: 18px;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

        .sample-result-data-wrapper label {
            color: #0066ff;
            background: #d3d3d3;
            padding: 4px;
            padding-left: 8px;
            padding-right: 8px;
            border-radius: 8px;
            display: block;
            width: fit-content;
            min-width: 136px;
            margin-bottom: 5px !important;
        }

        .sample-result-data-wrapper b {
            color: #646464;
            font-family: revert;
        }


    .table-responsive .dataTables_info label {
        color: var(--main-color);
    }

    .table-responsive .dataTables_filter label {
        color: var(--main-color);
    }

    .table-responsive .dataTables_length label {
        color: var(--main-color);
    }

    .sample-result-data-wrapper .dataTables_info {
        color: black;
    }

    .sample-result-data-wrapper .dataTables_length label {
        color: black;
        background: initial;
    }

    .sample-result-data-wrapper .dataTables_filter label {
        color: black;
        background: initial;
    }

    .sample-result-data-wrapper #result_wrapper {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    @media screen and (max-width: 458px) {

        .projects-section input[type='search'] {
            display: block !important;
            margin-left: 0px !important;
            width: 100px !important;
        }
    }

    .groove #txtFolderSubmit {
        float: right;
        margin-bottom: 15px;
    }

    .coordinate-wrapper {
        float: right;
    }

    .select2-selection {
        border-radius: 10px !important;
        border: 1px solid rgb(172, 172, 172) !important;
        line-height: 27px;
    }