@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* to get ckeditor 5 working with bootstrap modals */
:root {
    --ck-z-default: 100 !important;
    --ck-z-panel: calc( var(--ck-z-default) + 999 ) !important;
}
.dark-blue-card {
    background-color: #00263F !important;
    color: white !important;
}
.orange-card {
    background-color: #004C9D !important;
    color: white !important;
}
.red-card {
    background-color: #9E0085 !important;
    color: white !important;
}
.light-blue-card {
    background-color: #0072DA !important;
    color: white !important;
}
.managersection {
    padding: 22px 15px;
    background: #f8f8fb;

    font-family: "Poppins",sans-serif
}

.alertswrapper {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 0 15px
}

.mngnotification {
    position: relative;
    width: 100%;
    z-index: 1999;
    border: 2px solid #e3d0ae;
    background: #fdfcf5;
    border-radius: 16px;
    padding: 16px 50px;
    min-height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

    .mngnotification p {
        margin: 0;
        font-size: 15px
    }

        .mngnotification p a {
            text-decoration: none
        }

.mngnotification__icon {
    width: 24px;
    margin-right: 10px;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mngnotification__close {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: #d8d7d1;
    border: none;
    padding: 0;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .mngnotification__close img {
        width: 12px;
        vertical-align: top
    }

    .mngnotification__close:hover {
        background: #ababab
    }

.overviewsect {
    margin-bottom: 70px
}

.overviewsect__title {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .overviewsect__title p {
        font-size: 32px;
        font-weight: 600;
        width: 100%;
        max-width: calc(100% - 200px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px)
    }

    .overviewsect__title .overviewsect__select {
        width: 100%;
        max-width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }

        .overviewsect__title .overviewsect__select .select2 {
            width: 100% !important
        }

        .overviewsect__title .overviewsect__select .select2-container .select2-selection--single {
            height: 40px;
            border: none !important;
            background: transparent
        }

        .overviewsect__title .overviewsect__select .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 40px;
            padding-left: 40px;
            padding-right: 30px;
            background-color: #daebf7;
            border-radius: 32px;
            background-image: url("../img/overview/flag.png");
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: left 14px top 10px
        }

        .overviewsect__title .overviewsect__select .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none
        }

        .overviewsect__title .overviewsect__select .select2-selection__arrow {
            background: url("../img/overview/down.png") no-repeat center/16px;
            height: 40px;
            width: 40px
        }

.select2-container--open .select2-dropdown--below {
    border-radius: 5px;
    overflow: hidden;
    border: none !important;
    margin-top: 2px;
    -webkit-box-shadow: 0 0 10px rgba(51,51,51,0.1);
    box-shadow: 0 0 10px rgba(51,51,51,0.1)
}

.overviewcard {
    border-radius: 16px;
    padding: 10px
}

.overviewcard__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

    .overviewcard__header p {
        width: 100%;
        max-width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin: 0
    }

    .overviewcard__header .linkwrap {
        width: 100%;
        max-width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        text-align: right
    }

    .overviewcard__header a {
        color: #696cff;
        text-decoration: none;
        font-weight: 500
    }

        .overviewcard__header a img {
            vertical-align: middle;
            width: 20px;
            -webkit-transition: 0.3s;
            transition: 0.3s
        }

        .overviewcard__header a:hover img {
            -webkit-transform: translateX(5px);
            transform: translateX(5px)
        }

.overviewcard__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .overviewcard__body .overview__bignum {
        width: 100%;
        max-width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

        .overviewcard__body .overview__bignum p {
            color: #fff;
            text-align: center;
            font-weight: 600;
            font-size: 100px;
            line-height: 100%;
            margin: 0
        }

    .overviewcard__body .overview__cardlist {
        width: 100%;
        max-width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }

        .overviewcard__body .overview__cardlist ul {
            list-style-type: none;
            padding: 0;
            margin: 0
        }

            .overviewcard__body .overview__cardlist ul li {
                color: #fff;
                font-size: 12px;
                margin-bottom: 5px
            }

                .overviewcard__body .overview__cardlist ul li:last-child {
                    margin-bottom: 0
                }

                .overviewcard__body .overview__cardlist ul li span {
                    font-size: 20px;
                    font-weight: 500;
                    display: inline-block;
                    vertical-align: middle;
                    margin-top: -2px
                }

                .overviewcard__body .overview__cardlist ul li > img {
                    vertical-align: middle;
                    width: 16px;
                    margin-top: -3px;
                    margin-right: 3px
                }

            .overviewcard__body .overview__cardlist ul.twocol {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap
            }

                .overviewcard__body .overview__cardlist ul.twocol li {
                    width: 100%;
                    max-width: 50%;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    padding-right: 5px
                }

.overviewcard_red {
    border: 2px solid #e74c3c;
    background: #ff6b6b
}

.overviewcard_lblue {
    border: 2px solid #4ea3df;
    background: #85c1e9
}

.overviewcard_lgreen {
    border: 2px solid #27ae60;
    background: #58d68d
}

.overviewcard_yellow {
    border: 2px solid #f1c40f;
    background: #f7dc6f
}

.blacktext .overviewcard__body .overview__bignum p, .blacktext .overviewcard__body .overview__cardlist ul li, .blacktext .overviewcard__header p {
    color: #333
}

.tablesect .nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 3px
}

.tablesect .nav-tabs {
    border: none !important;
    background: #eceef1
}

.tablesect .nav-item button {
    border: none !important;
    margin: 0;
    border-radius: 0;
    height: 50px;
    padding: 10px 30px;
    color: #697a8d
}

    .tablesect .nav-item button .label {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        border-radius: 10px;
        padding: 1px 5px;
        min-width: 19px
    }

        .tablesect .nav-item button .label.blue {
            background: #8fc3f9
        }

        .tablesect .nav-item button .label.green {
            background: #baef9e
        }

        .tablesect .nav-item button .label.red {
            background: #f19898
        }

        .tablesect .nav-item button .label.yellow {
            background: #fae1a7
        }

.tablesect table {
    background: #fff;
    margin: 0
}

    .tablesect table thead {
        color: #566a7f;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        border-bottom: 3px solid #d9dee3
    }

        .tablesect table thead th {
            height: 44px;
            vertical-align: middle;
            min-width: 100px
        }

    .tablesect table tbody {
        font-size: 14px
    }

        .tablesect table tbody .blue_btn {
            color: #fff;
            background: #556ee6;
            min-width: 90px;
            -webkit-transition: 0.3s;
            transition: 0.3s
        }

            .tablesect table tbody .blue_btn:hover {
                background: #485ec4
            }

            .tablesect table tbody .blue_btn:focus {
                -webkit-box-shadow: 0 0 0 0.15rem rgba(111,132,234,0.5);
                box-shadow: 0 0 0 0.15rem rgba(111,132,234,0.5)
            }

        .tablesect table tbody td {
            vertical-align: middle;
            color: #566a7f;
            font-weight: 500
        }

    .tablesect table.table-hover > tbody > tr:hover {
        --bs-table-accent-bg: rgba(0,0,0,0.03)
    }

.tablesect .tablewrapper {
    overflow: auto;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px
}

    .tablesect .tablewrapper::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    .tablesect .tablewrapper::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.05)
    }

    .tablesect .tablewrapper::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        border-radius: 10px
    }

@media (max-width:1440.8px) {
    .overviewcard__body .overview__bignum p {
        font-size: 70px
    }

    .overviewcard__body .overview__bignum {
        max-width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .overviewcard__body .overview__cardlist {
        max-width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
}

@media (max-width:1399.8px) {
    .overviewcard__body .overview__cardlist ul li {
        font-size: 11px
    }

    .overviewcard__body .overview__cardlist ul.twocol li {
        font-size: 10px
    }
}

@media (max-width:1199.8px) {
    .overviewcard {
        margin-bottom: 20px
    }

    .overviewsect {
        margin-bottom: 50px
    }

    .overviewcard__body .overview__cardlist ul li, .overviewcard__body .overview__cardlist ul.twocol li {
        font-size: 12px
    }

    .overviewcard__body .overview__bignum p {
        font-size: 80px
    }
}

@media (max-width:575.8px) {
    .overviewsect__title .overviewsect__select, .overviewsect__title p {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .overviewsect__title p {
        font-size: 24px
    }

    .mngnotification {
        padding: 10px 40px;
        margin-bottom: 20px
    }

        .mngnotification .mngnotification__icon {
            margin: 0;
            width: 20px;
            left: 10px
        }

    .overviewcard__header p {
        font-size: 18px
    }

    .overviewcard__body .overview__bignum p {
        font-size: 70px
    }

    .overviewcard {
        margin-bottom: 10px
    }

    .tablesect .nav-item button {
        height: 46px;
        padding: 5px 20px;
        font-size: 14px
    }
}

.managersection.lightbluebg {
    background: #eaf6ff
}

.overviewsect__cards.twocol .overviewcard__header {
    max-width: 420px
}

.overviewsect__cards.twocol .overviewcard__body .overview__bignum {
    max-width: 180px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px
}

.overviewsect__cards.twocol .overviewcard__body .overview__cardlist {
    max-width: calc(100% - 180px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px)
}

    .overviewsect__cards.twocol .overviewcard__body .overview__cardlist ul.twocol {
        max-width: 300px
    }

.chartwrap canvas {
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto
}

.overviewchartbox {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 20px
}

.chartsection {
    margin-top: 30px
}

.overviewchartbox__time {
    padding: 10px 15px;
    background: #f5f6fa;
    list-style-type: none;
    margin: 0 0 15px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px
}

    .overviewchartbox__time li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #373b47;
        font-size: 14px;
        font-weight: 600;
        border-radius: 30px;
        padding: 4px 15px;
        display: inline-block;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .overviewchartbox__time li a:hover {
            color: #003eff
        }

        .overviewchartbox__time li a.active {
            color: #003eff;
            background: #fff
        }

.chartwrap {
    position: relative;
    margin-bottom: 20px
}

    .chartwrap .centertotal {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 75px;
        width: 160px;
        text-align: center;
        font-size: 18px;
        font-weight: 500
    }

        .chartwrap .centertotal span {
            display: block;
            color: #004475;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 14px
        }

.chart-legend {
    padding: 20px 0 0 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto
}

    .chart-legend h2 {
        color: #004475;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .chart-legend .legend-color {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 3px
    }

    .chart-legend li {
        width: 100%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px
    }

.overviewchartbox__link {
    color: #696cff;
    text-decoration: none;
    font-weight: 500
}

    .overviewchartbox__link img {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 20px
    }

    .overviewchartbox__link:hover {
        color: #696cff
    }

        .overviewchartbox__link:hover img {
            -webkit-transform: translateX(5px);
            transform: translateX(5px)
        }

.overviewchartbox__time {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:991.8px) {
    .chart-legend li {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .overviewsect__cards.twocol .overviewcard__body .overview__bignum {
        max-width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .overviewsect__cards.twocol .overviewcard__body .overview__cardlist {
        max-width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }

    .overviewchartbox__time li a {
        font-size: 12px;
        padding: 4px 10px
    }

    .chart-legend li {
        font-size: 14px
    }

    .chart-legend h2 {
        font-size: 18px
    }
}

@media (max-width:575.8px) {
    .overviewchartbox__time {
        padding: 10px
    }
}

.formmodal .modal-content {
    padding: 25px;
    border: none;
    border-radius: 15px
}

    .formmodal .modal-content .title {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px
    }

.formmodal .modal-dialog {
    max-width: 800px
}

.formmodal .inputfield {
    margin-bottom: 15px
}

    .formmodal .inputfield .select2-container {
        width: 100% !important
    }

        .formmodal .inputfield .select2-container .select2-selection--single {
            height: 40px;
            background: transparent
        }

    .formmodal .inputfield .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        padding-left: 10px;
        padding-right: 30px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        font-family: "Poppins",sans-serif;
        color: #5c5b5a
    }

    .formmodal .inputfield .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none
    }

    .formmodal .inputfield .select2-selection__arrow {
        background: url("../img/query/down.png") no-repeat center/16px;
        height: 40px;
        width: 40px
    }

    .formmodal .inputfield .reqinp {
        margin: 0;
        text-align: right;
        font-size: 12px;
        color: #868686
    }

    .formmodal .inputfield .inplabel {
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 5px
    }

.formmodal .textedtr .ck.ck-editor__main > .ck-editor__editable {
    min-height: 120px;
    font-family: "Poppins",sans-serif;
    color: #5c5b5a;
    font-size: 14px
}

/*.select2-container {
    z-index: 1111 !important
}*/

.select2-results__option--selectable {
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    padding-left: 15px
}

.select2-container--open .select2-dropdown--below {
    border-radius: 5px;
    overflow: hidden;
    border: none !important;
    margin-top: 2px;
    -webkit-box-shadow: 0 0 10px rgba(51,51,51,0.1);
    box-shadow: 0 0 10px rgba(51,51,51,0.1)
}

.select2-container--open .select2-dropdown--below {
    -webkit-box-shadow: 0 0 10px #c7c7c7;
    box-shadow: 0 0 10px #c7c7c7
}

select[disabled] + .select2 {
    opacity: 0.5
}

.file-drop-area {
    position: relative;
    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: 100%;
    max-width: 100%;
    padding: 15px;
    border: 1px dashed #aaa;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

    .file-drop-area.is-active {
        background: rgba(57,178,157,0.1607843137)
    }

.fake-btn {
    margin-right: 15px
}

.file-msg {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0
}

    .file-input:focus {
        outline: none
    }

.uplfiledescr {
    font-size: 12px;
    margin: 0
}

    .uplfiledescr.error {
        color: #d32626
    }

.formmodal__btns {
    margin-top: 20px
}

    .formmodal__btns .formmodal__cancel {
        outline: none;
        padding: 0;
        border: none;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #bbbbba;
        min-width: 100px;
        min-height: 40px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .formmodal__btns .formmodal__cancel:hover {
            background: rgba(51,51,51,0.1)
        }

    .formmodal__btns .formmodal_submit {
        margin-left: 15px;
        outline: none;
        padding: 0;
        border: none;
        background: #556ee6;
        color: #fff;
        border-radius: 5px;
        border: 1px solid #556ee6;
        min-width: 100px;
        min-height: 40px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .formmodal__btns .formmodal_submit:hover {
            background: #485ec4
        }

@media (max-width:991.8px) {
    .formmodal .modal-dialog {
        max-width: 600px
    }

    .formmodal .inputfield {
        margin-bottom: 0;
        margin-top: 15px
    }

    .formmodal .modal-content .title {
        font-size: 28px;
        margin-bottom: 10px
    }
}

@media (max-width:767.8px) {
    .formmodal .modal-dialog {
        max-width: 500px
    }
}

@media (max-width:575.8px) {
    .formmodal .modal-dialog {
        max-width: 100%
    }

    .formmodal .modal-content {
        padding: 15px
    }

        .formmodal .modal-content .title {
            font-size: 24px;
            margin-bottom: 0
        }
}

.formmodal#changestatus .modal-content {
    padding-top: 0
}

.formmodal .disabledcontent .inputfield .inplabel {
    opacity: 0.4
}

.formmodal .disabledcontent .inputfield textarea {
    resize: none;
    width: 100%;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 10px;
    opacity: 0.5;
    font-weight: 500;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #aaa
}

.formmodal .reqplus p {
    margin: 0;
    text-align: right;
    font-size: 12px;
    color: #868686
}

.formmodal .reqplus img {
    width: 20px
}

.formmodal .attachmentsect .attachmentsect__wrap {
    position: relative
}

.formmodal .attachmentsect .imgwrap {
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

    .formmodal .attachmentsect .imgwrap .attachimg {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%
    }

.formmodal .attachmentsect .attach__delete {
    position: absolute;
    right: 10px;
    top: 10px
}

    .formmodal .attachmentsect .attach__delete img {
        width: 16px
    }

.formmodal .attachmentsect .infotext {
    font-size: 10px;
    margin-top: 5px;
    opacity: 0.5
}

.formmodal .statusquery {
    margin-bottom: 20px
}

    .formmodal .statusquery .statusquery__title {
        font-weight: 600;
        font-size: 18px
    }

    .formmodal .statusquery .statusquery__box {
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 12px;
        padding: 1px 5px;
        letter-spacing: 1px
    }

        .formmodal .statusquery .statusquery__box:after {
            content: "";
            display: inline-block;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 8px 5px 0 5px;
            border-color: #787aff transparent transparent transparent;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

.formmodal .repliessect__title {
    font-weight: 600;
    font-size: 18px
}

.formmodal .modal-dialog .modal-content.scroll {
    overflow-y: scroll
}

    .formmodal .modal-dialog .modal-content.scroll::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    .formmodal .modal-dialog .modal-content.scroll::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.2)
    }

    .formmodal .modal-dialog .modal-content.scroll::-webkit-scrollbar-thumb {
        background-color: #c7c3c3;
        border-radius: 10px
    }

.attach__id {
    position: sticky;
    top: 0;
    width: calc(100% + 50px);
    margin-left: -25px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #3a3632;
    box-shadow: 0 0 10px #3a3632;
    padding: 10px 0;
    z-index: 1500
}

    .attach__id p {
        margin: 0;
        font-weight: 600;
        font-size: 24px;
        color: #000;
        padding-left: 25px
    }

        .attach__id p .status {
            font-size: 10px;
            text-transform: uppercase;
            border: 1px solid;
            border-radius: 5px;
            font-weight: 400;
            padding: 0px 4px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -3px
        }

    .attach__id + * {
        margin-top: 20px
    }

.repliesbox {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px
}

    .repliesbox .avabox {
        position: absolute;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 600;
        font-size: 18px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        left: 0;
        bottom: 0
    }

    .repliesbox .repliesbox__message {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 12px;
        width: 55%;
        display: inline-block;
        text-align: left
    }

        .repliesbox .repliesbox__message p {
            margin-bottom: 5px
        }

        .repliesbox .repliesbox__message ul {
            margin: 0
        }

        .repliesbox .repliesbox__message .time {
            text-align: right;
            font-size: 11px
        }

    .repliesbox.reply {
        text-align: right;
        padding-left: 0;
        padding-right: 50px
    }

        .repliesbox.reply .avabox {
            left: inherit;
            right: 0
        }

.replieeditor {
    position: relative
}

    .replieeditor .ck.ck-editor__main > .ck-editor__editable {
        min-height: 120px;
        font-family: "Poppins",sans-serif;
        color: #5c5b5a;
        font-size: 14px;
        padding-bottom: 40px
    }

.texteditor {
    position: relative
}

    .texteditor .ck.ck-editor__main > .ck-editor__editable {
        padding-bottom: 40px
    }

.teditorbtns {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px 10px 10px
}

    .teditorbtns button {
        padding: 0;
        background: transparent;
        border: none
    }

    .teditorbtns .delete {
        margin-right: 10px
    }

        .teditorbtns .delete img {
            width: 18px
        }

    .teditorbtns .send {
        outline: none;
        padding: 0;
        border: none;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #bbbbba;
        min-width: 80px;
        min-height: 36px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 14px
    }

        .teditorbtns .send:hover {
            background: rgba(51,51,51,0.1)
        }

.formmodal__btns .formmodal_submit {
    padding: 1px 10px
}

.formmodal__btns .close {
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    margin-right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .formmodal__btns .close:hover {
        opacity: 0.7
    }

.formmodal_small .modal-dialog {
    max-width: 600px
}

.formmodal_small .confirm__title {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 10px
}

@media (max-width:767.8px) {
    .formmodal_small .modal-dialog {
        max-width: 500px
    }
}

@media (max-width:575.8px) {
    .repliesbox .repliesbox__message {
        width: 100%
    }

    .formmodal__btns .close, .formmodal__btns .formmodal__cancel, .formmodal__btns .formmodal_submit {
        font-size: 14px
    }

    .formmodal_small .modal-dialog {
        max-width: 100%
    }

    .formmodal_small .confirm__title {
        font-size: 20px
    }

    .formmodal_small {
        font-size: 14px
    }
}

@media (max-width:360.8px) {
    .formmodal__btns .close {
        margin-right: 10px
    }

    .formmodal__btns .formmodal_submit {
        margin-left: 10px
    }
}

body {
    font-family: "Poppins",sans-serif
}

.querypage {
    min-height: 100vh;
    background: #f5f5f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.querysidebar {
    width: 350px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    -webkit-box-shadow: 0 0 10px #959595;
    box-shadow: 0 0 10px #959595;
    background: #fff;
    padding: 20px 15px 20px 50px;
    text-align: right;
    z-index: 2;
    overflow: auto;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .querysidebar .logo {
        margin-bottom: 20px;
        display: inline-block
    }

        .querysidebar .logo img {
            width: 200px
        }

    .querysidebar .qasidebott {
        padding-top: 30px
    }

        .querysidebar .qasidebott ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: center
        }

            .querysidebar .qasidebott ul li {
                margin-bottom: 10px
            }

                .querysidebar .qasidebott ul li:last-child {
                    margin-bottom: 0
                }

                .querysidebar .qasidebott ul li:first-child a {
                    padding-right: 15px
                }

                    .querysidebar .qasidebott ul li:first-child a:after {
                        content: "";
                        display: inline-block;
                        width: 10px;
                        height: 10px;
                        background: url("../img/query/triangle.png") no-repeat center/100%;
                        position: absolute;
                        right: 0;
                        top: 5px;
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg)
                    }

                .querysidebar .qasidebott ul li a {
                    text-decoration: none;
                    font-size: 14px;
                    color: #050835;
                    position: relative
                }

                    .querysidebar .qasidebott ul li a img {
                        margin-right: 4px;
                        width: 20px
                    }

.querycontent {
    width: 100%;
    padding-left: 350px
}

.sidebarmenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left
}

    .sidebarmenu li {
        position: relative
    }

        .sidebarmenu li.active a {
            background: #e4f1f7;
            border-color: #87b6c8
        }

        .sidebarmenu li a {
            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;
            text-decoration: none;
            min-height: 70px;
            padding: 10px 40px;
            color: #050835;
            font-size: 16px;
            font-weight: 500;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            border: 2px solid #fff;
            border-bottom: 2px solid #e1e1e7;
            border-radius: 5px
        }

            .sidebarmenu li a:hover {
                background: #e4f1f7;
                border-color: #87b6c8
            }

            .sidebarmenu li a i {
                width: 100%;
                max-width: 40px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 40px;
                flex: 0 0 40px;
                height: 40px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

            .sidebarmenu li a span {
                width: 100%;
                max-width: calc(100% - 40px);
                -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% - 40px);
                flex: 0 0 calc(100% - 40px);
                padding-left: 10px
            }

        .sidebarmenu li.helplink:after {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url("../img/query/triangle.png") no-repeat center/10px
        }

.querycontent__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 20px 20px
}

    .querycontent__header .qhleftblock {
        width: 100%;
        max-width: calc(100% - 300px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px)
    }

        .querycontent__header .qhleftblock p {
            color: #5c6972;
            margin-bottom: 0
        }

            .querycontent__header .qhleftblock p img {
                vertical-align: middle;
                margin-top: -3px
            }

            .querycontent__header .qhleftblock p:last-child {
                margin-bottom: 0
            }

        .querycontent__header .qhleftblock .title {
            color: #050835;
            font-size: 28px;
            font-weight: 600
        }

    .querycontent__header .qhrightblock {
        width: 100%;
        max-width: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px
    }

.qhuserblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .qhuserblock .qhuserblock__ava {
        width: 100%;
        max-width: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }

        .qhuserblock .qhuserblock__ava span {
            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;
            width: 100%;
            height: 80px;
            border-radius: 50%;
            color: #fff;
            font-weight: 600;
            font-size: 30px
        }

    .qhuserblock .qhuserblock__info {
        width: 100%;
        max-width: calc(100% - 80px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
        padding-left: 20px
    }

        .qhuserblock .qhuserblock__info p {
            color: #555775;
            margin-bottom: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap
        }

        .qhuserblock .qhuserblock__info ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: distribute;
            justify-content: space-around
        }

            .qhuserblock .qhuserblock__info ul li a {
                background: #d5d5d5;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border-radius: 50%;
                width: 36px;
                height: 36px;
                -webkit-transition: 0.3s;
                transition: 0.3s
            }

                .qhuserblock .qhuserblock__info ul li a:hover {
                    background: #bdbbbb
                }

                .qhuserblock .qhuserblock__info ul li a img {
                    width: 20px
                }

.querycontent__body {
    padding: 20px
}

.q_breadcrumbs {
    margin-bottom: 20px
}

    .q_breadcrumbs ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

        .q_breadcrumbs ul li {
            display: inline-block;
            vertical-align: middle;
            color: #333;
            position: relative;
            padding-right: 20px
        }

            .q_breadcrumbs ul li:after {
                content: "/";
                display: inline-block;
                font-size: 12px;
                position: absolute;
                right: 5px;
                top: 4px
            }

            .q_breadcrumbs ul li a {
                text-decoration: none;
                color: #717172;
                font-size: 14px
            }

            .q_breadcrumbs ul li:last-child:after {
                display: none
            }

.qb__titlesect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

    .qb__titlesect .title {
        width: 100%;
        max-width: calc(100% - 500px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 500px);
        flex: 0 0 calc(100% - 500px);
        color: #333;
        font-weight: 500;
        font-size: 28px;
        text-transform: uppercase;
        margin: 0
    }

    .qb__titlesect .searchbox {
        width: 100%;
        max-width: 500px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
        flex: 0 0 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .qb__titlesect .searchbox .btn {
            color: #fff;
            background: #556ee6;
            text-transform: uppercase;
            font-size: 14px;
            min-height: 40px;
            width: 100%;
            max-width: 130px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 130px;
            flex: 0 0 130px
        }

            .qb__titlesect .searchbox .btn img {
                width: 16px;
                vertical-align: middle
            }

            .qb__titlesect .searchbox .btn:hover {
                background: #485ec4
            }

        .qb__titlesect .searchbox .inputfield {
            width: 100%;
            max-width: calc(100% - 130px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 130px);
            flex: 0 0 calc(100% - 130px);
            padding-right: 20px;
            position: relative
        }

            .qb__titlesect .searchbox .inputfield .searchbtn {
                position: absolute;
                border: none;
                background: none;
                outline: none;
                padding: 0;
                width: 40px;
                height: 40px;
                left: 0;
                top: 0
            }

                .qb__titlesect .searchbox .inputfield .searchbtn img {
                    width: 16px
                }

            .qb__titlesect .searchbox .inputfield input {
                min-height: 40px;
                width: 100%;
                border: 1px solid #89898a;
                border-radius: 5px;
                padding-left: 40px;
                font-size: 14px;
                outline: none
            }

                .qb__titlesect .searchbox .inputfield input:focus {
                    border-color: #556ee6
                }

.query-switch ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #dadadd;
    border: 2px solid #dadadd;
    border-radius: 30px;
    display: inline-block
}

    .query-switch ul li {
        display: inline-block;
        vertical-align: middle
    }

        .query-switch ul li a, .query-switch ul li button {
            text-decoration: none;
            font-size: 14px;
            color: #525251;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            min-height: 50px;
            padding: 5px 15px;
            font-weight: 600;
            border: none !important;
            margin: 0 !important
        }

            .query-switch ul li a.active, .query-switch ul li button.active {
                color: #1b1a18;
                background: #fff;
                border-radius: 30px
            }

            .query-switch ul li a:hover, .query-switch ul li button:hover {
                color: #1b1a18
            }

.query-tabssection {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e5e5e8;
    padding: 30px 20px
}
 
    .query-tabssection .nav-tabs {
        border: none !important
    }

        .query-tabssection .nav-tabs .nav-item.show .nav-link, .query-tabssection .nav-tabs .nav-link, .query-tabssection .nav-tabs .nav-link.active {
            margin: 0;
            border: none !important
        }

    .query-tabssection .nav-item {
        width: 100%;
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

        .query-tabssection .nav-item .nav-link {
            width: 100%;
            text-align: left;
            -webkit-transition: 0.3s;
            transition: 0.3s
        }

            .query-tabssection .nav-item .nav-link:hover {
                opacity: 0.8
            }

    .query-tabssection .tabbtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .query-tabssection .tabbtn .tabimg {
            width: 100%;
            max-width: 50px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
            flex: 0 0 50px;
            height: 50px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 5px
        }

            .query-tabssection .tabbtn .tabimg img {
                max-width: 30px
            }

        .query-tabssection .tabbtn .tabtitle {
            width: 100%;
            max-width: calc(100% - 50px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 50px);
            flex: 0 0 calc(100% - 50px);
            font-size: 15px;
            font-weight: 600;
            color: #000;
            padding-left: 15px
        }

    .query-tabssection .nav-item:first-child .tabbtn .tabimg {
        max-width: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        height: 30px
    }

        .query-tabssection .nav-item:first-child .tabbtn .tabimg img {
            width: 20px
        }

    .query-tabssection .nav-item:first-child .tabbtn .tabtitle {
        max-width: calc(100% - 30px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        padding-left: 5px
    }

    .query-tabssection .count {
        font-weight: 600;
        font-size: 32px;
        color: #000
    }

    .query-tabssection .nav-tabs .nav-link {
        padding-bottom: 30px;
        height: 100%;
        border-bottom: 2px solid #d7d7d7 !important
    }

        .query-tabssection .nav-tabs .nav-link.active {
            border-bottom: 2px solid #000 !important
        }

.downloadsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .downloadsection a {
        text-decoration: none;
        display: inline-block;
        margin-left: 20px
    }

        .downloadsection a img {
            width: 24px
        }

.query-tabssection table {
    background: #fff;
    margin: 0
}

    .query-tabssection table thead {
        color: #566a7f;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        border-bottom: 3px solid #d9dee3;
        background: #f0f0f0;
        height: 44px;
        vertical-align: middle;
        min-width: 100px
    }

        .query-tabssection table thead th {
            padding-left: 20px;
            min-width: 120px
        }

            .query-tabssection table thead th:hover {
                mix-blend-mode: multiply
            }

    .query-tabssection table tbody {
        font-size: 14px
    }

        .query-tabssection table tbody td {
            vertical-align: middle;
            color: #566a7f;
            font-weight: 500;
            padding: 10px 10px 10px 20px
        }

            .query-tabssection table tbody td p {
                margin: 0
            }

            .query-tabssection table tbody td a {
                color: #157495
            }

            .query-tabssection table tbody td .statuslabel {
                display: inline-block;
                padding: 2px 5px;
                text-transform: uppercase;
                font-size: 12px;
                letter-spacing: 1px;
                border-radius: 5px;
                position: relative
            }

            .query-tabssection table tbody td .inflink {
                position: relative
            }

                .query-tabssection table tbody td .inflink i {
                    border-radius: 50%;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    height: 14px;
                    min-width: 14px;
                    color: #fff;
                    position: absolute;
                    right: -12px;
                    top: -6px;
                    background: #d32626;
                    font-style: normal;
                    font-size: 10px
                }

.query-tabssection.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: rgba(0,0,0,0.03)
}

.query-tabssection .tablewrapper {
    overflow: auto;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px
}

    .query-tabssection .tablewrapper::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    .query-tabssection .tablewrapper::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.05)
    }

    .query-tabssection .tablewrapper::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        border-radius: 10px
    }

.sidebarmenu li a i img {
    width: 24px
}

.mobnemu {
    display: none
}

.q_breadcrumbs ul li {
    font-size: 14px
}

.tablewrapper {
    position: relative
}

.changestatusbtns {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    z-index: 2
}

    .changestatusbtns .cancel {
        outline: none;
        padding: 0;
        border: none;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #bbbbba;
        min-width: 100px;
        min-height: 40px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .changestatusbtns .cancel:hover {
            background: #e3e3e3
        }

    .changestatusbtns .submitbtn {
        margin-left: 15px;
        outline: none;
        padding: 0;
        border: none;
        background: #3a3632;
        color: #fff;
        border-radius: 5px;
        border: 1px solid #3a3632;
        min-width: 100px;
        min-height: 40px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .changestatusbtns .submitbtn:hover {
            background: #575451
        }

.dttable .no-sort {
    pointer-events: none
}

    .dttable .no-sort:after, .dttable .no-sort:before {
        display: none !important
    }

.dttable thead th {
    background: #EFF2F7;
    padding: 15px !important
}

.dttable.no-footer {
    border-bottom: none !important
}

.dttable.table > :not(caption) > * > * {
    border-color: rgba(0,0,0,0.1)
}

@media (max-width:1600.8px) {
    .querysidebar {
        width: 300px;
        padding: 20px 15px
    }

    .querycontent {
        padding-left: 300px
    }

    .sidebarmenu li a {
        font-size: 14px
    }

        .sidebarmenu li a i img {
            width: 20px
        }

        .sidebarmenu li a i {
            max-width: 30px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
            flex: 0 0 30px;
            height: 30px
        }

        .sidebarmenu li a span {
            max-width: calc(100% - 30px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px)
        }

    .query-tabssection {
        padding: 20px
    }

        .query-tabssection .nav-tabs .nav-link {
            padding-bottom: 20px
        }
}

@media (max-width:1440.8px) {
    .qhuserblock .qhuserblock__ava {
        max-width: 70px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px
    }

        .qhuserblock .qhuserblock__ava span {
            height: 70px
        }

    .query-tabssection {
        max-width: 100%
    }

    .qb__titlesect .searchbox {
        max-width: 400px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px
    }

    .qb__titlesect .title {
        max-width: calc(100% - 400px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 400px);
        flex: 0 0 calc(100% - 400px)
    }

    .qb__titlesect .title {
        font-size: 24px
    }

    .query-tabssection .count {
        font-size: 28px
    }
}

@media (max-width:1199.8px) {
    .querysidebar {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 3
    }

        .querysidebar.show {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

    .mobnemu {
        display: inline-block;
        width: 60px;
        height: 60px;
        position: fixed;
        left: 10px;
        top: 10px;
        background: #fff;
        padding: 0;
        border: none;
        -webkit-box-shadow: 0 0 10px #afafaf;
        box-shadow: 0 0 10px #afafaf;
        border-radius: 5px
    }

        .mobnemu img {
            max-width: 100%
        }

    .querycontent {
        padding-left: 80px
    }

    .overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: 2
    }
}

@media (max-width:991.8px) {
    .qb__titlesect .title {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .qb__titlesect .searchbox {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .query-tabssection .nav-item .tabbtn, .query-tabssection .nav-item:first-child .tabbtn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .query-tabssection .nav-item .tabbtn .tabimg, .query-tabssection .nav-item:first-child .tabbtn .tabimg {
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

        .query-tabssection .nav-item:first-child .tabbtn .tabtitle {
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

    .query-tabssection .tabbtn .tabtitle {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }

    .query-tabssection .nav-item .tabbtn .tabimg, .query-tabssection .nav-item:first-child .tabbtn .tabimg {
        height: 50px
    }

    .query-tabssection .tabbtn .tabtitle {
        padding-left: 0 !important;
        margin-top: 5px
    }

    .query-tabssection .count {
        display: block;
        text-align: center
    }

    .query-tabssection table {
        min-width: 900px
    }
}

@media (max-width:767.8px) {
    .querycontent__header .qhleftblock, .querycontent__header .qhrightblock {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .querycontent__header .qhleftblock {
        margin-bottom: 20px
    }

    .qhuserblock .qhuserblock__info ul {
        max-width: 200px
    }

    .qb__titlesect .searchbox .btn, .qb__titlesect .searchbox .inputfield input {
        min-height: 46px
    }

    .query-tabssection .nav-item {
        max-width: 33.333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%
    }

    .query-tabssection .nav-tabs .nav-link, .query-tabssection .nav-tabs .nav-link.active {
        border-bottom: none !important
    }

        .query-tabssection .nav-tabs .nav-link.active {
            -webkit-box-shadow: 0 0 10px #c7c7c7;
            box-shadow: 0 0 10px #c7c7c7
        }

    .query-tabssection .nav-tabs .nav-link {
        padding-bottom: 10px;
        border-radius: 10px
    }

    .query-tabssection .nav-tabs {
        border-bottom: 1px solid #333 !important
    }
}

@media (max-width:575.8px) {
    .querycontent__header .qhleftblock .title {
        font-size: 24px
    }

    .querycontent__header .qhleftblock p {
        font-size: 14px
    }

    .qhuserblock .qhuserblock__ava {
        max-width: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }

        .qhuserblock .qhuserblock__ava span {
            height: 60px
        }

    .qhuserblock .qhuserblock__info {
        max-width: calc(100% - 60px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
        padding-left: 10px
    }

        .qhuserblock .qhuserblock__info p {
            font-size: 14px
        }

    .mobnemu {
        width: 40px;
        height: 40px
    }

        .mobnemu img {
            width: 24px
        }

    .querycontent {
        padding-left: 60px
    }

    .qhuserblock .qhuserblock__info p {
        margin-bottom: 5px
    }

    .q_breadcrumbs ul li, .q_breadcrumbs ul li a {
        font-size: 12px
    }

        .q_breadcrumbs ul li:after {
            top: 1px
        }

    .qb__titlesect .title {
        font-size: 20px
    }

    .qb__titlesect .searchbox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .qb__titlesect .searchbox .inputfield {
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            margin-bottom: 10px;
            padding-right: 0
        }

            .qb__titlesect .searchbox .btn, .qb__titlesect .searchbox .inputfield input {
                min-height: 40px
            }

        .qb__titlesect .searchbox .btn {
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

    .query-switch ul li a {
        min-height: 40px
    }

    .query-switch ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .query-switch ul li {
            width: 100%;
            max-width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }

            .query-switch ul li a {
                width: 100%
            }

    .query-tabssection {
        padding: 10px
    }

        .query-tabssection .nav-item {
            max-width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }

            .query-tabssection .nav-item .tabbtn .tabimg, .query-tabssection .nav-item:first-child .tabbtn .tabimg {
                height: 30px
            }

        .query-tabssection .tabbtn .tabtitle {
            font-size: 12px;
            margin-top: 0
        }

        .query-tabssection .count {
            font-size: 20px
        }

        .query-tabssection .tabbtn .tabimg img {
            max-height: calc(100% - 6px)
        }

        .query-tabssection table {
            min-width: 700px
        }
}

.dashboardwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Inter",sans-serif
}

.togglebarbtn {
    position: absolute;
    right: -25px;
    top: 50px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    outline: none;
    padding: 0;
    border: none;
    background: #5E6B93;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .togglebarbtn.rotate {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.dashboardsidebar {
    width: 100%;
    max-width: 315px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #2A3042;
    padding: 120px 20px 50px;
    position: relative
}

    .dashboardsidebar .title {
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        padding-left: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    .dashboardsidebar > .dashboardsidebar__menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        overflow: hidden
    }

        .dashboardsidebar > .dashboardsidebar__menu > li {
            margin-bottom: 5px
        }

            .dashboardsidebar > .dashboardsidebar__menu > li > a {
                text-decoration: none;
                color: #fff;
                font-size: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 10px 20px;
                border-radius: 39px
            }

                .dashboardsidebar > .dashboardsidebar__menu > li > a .iconwrap {
                    width: 100%;
                    max-width: 40px;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 40px;
                    flex: 0 0 40px;
                    height: 40px;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-transition: 0.3s;
                    transition: 0.3s
                }

                    .dashboardsidebar > .dashboardsidebar__menu > li > a .iconwrap img {
                        width: 24px
                    }

                .dashboardsidebar > .dashboardsidebar__menu > li > a .listtext {
                    width: 100%;
                    max-width: calc(100% - 40px);
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 calc(100% - 40px);
                    flex: 0 0 calc(100% - 40px);
                    padding-left: 10px;
                    -webkit-transition: 0.3s;
                    transition: 0.3s;
                    white-space: nowrap
                }

                .dashboardsidebar > .dashboardsidebar__menu > li > a.active {
                    background: rgba(217,217,217,0.2)
                }

    .dashboardsidebar .dashboardsidebar__submenu {
        list-style-type: none;
        padding: 10px 0 0 60px;
        margin: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        white-space: nowrap
    }

        .dashboardsidebar .dashboardsidebar__submenu li {
            margin-bottom: 10px
        }

            .dashboardsidebar .dashboardsidebar__submenu li:last-child {
                margin-bottom: 0
            }

            .dashboardsidebar .dashboardsidebar__submenu li a {
                color: #fff;
                font-size: 14px;
                text-decoration: none;
                -webkit-transition: 0.3s;
                transition: 0.3s
            }

                .dashboardsidebar .dashboardsidebar__submenu li a:hover {
                    opacity: 0.7
                }

.dashboardsection {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-height: 100vh;
    width: 100%;
    max-width: calc(100% - 315px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 315px);
    flex: 0 0 calc(100% - 315px)
}

.dashboardheadsect {
    padding: 25px 48px
}

    .dashboardheadsect .title {
        font-size: 32px;
        color: #161513;
        font-weight: 500;
        line-height: 125%;
        margin-bottom: 5px
    }

    .dashboardheadsect .descr {
        margin-bottom: 12px;
        color: #161513;
        font-size: 18px;
        line-height: 133%
    }

    .dashboardheadsect .bluebtn {
        padding: 6px 10px;
        border-radius: 4px;
        background: #556EE6;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        min-height: 45px;
        min-width: 168px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .dashboardheadsect .bluebtn:hover {
            background: #485ec4
        }

        .dashboardheadsect .bluebtn:focus {
            -webkit-box-shadow: 0 0 0 0.15rem rgba(111,132,234,0.5);
            box-shadow: 0 0 0 0.15rem rgba(111,132,234,0.5)
        }

    .dashboardheadsect .searchbox {
        margin-top: 16px;
        position: relative;
        margin-bottom: 12px
    }

        .dashboardheadsect .searchbox input {
            width: 100%;
            height: 42px;
            background: #fff;
            border-radius: 4px;
            border: 1px solid rgba(22,21,19,0.5);
            padding-left: 48px;
            font-size: 16px;
            outline: none;
            -webkit-transition: 0.3s;
            transition: 0.3s
        }

            .dashboardheadsect .searchbox input:focus {
                border-color: rgb(111,132,234);
                -webkit-box-shadow: 0 0 0 0.15rem rgba(111,132,234,0.5);
                box-shadow: 0 0 0 0.15rem rgba(111,132,234,0.5)
            }

        .dashboardheadsect .searchbox .searchbtn {
            border: none;
            padding: 0;
            background: transparent;
            outline: none;
            position: absolute;
            left: 16px;
            top: 12px;
            width: 20px;
            height: 20px
        }

            .dashboardheadsect .searchbox .searchbtn img {
                vertical-align: top
            }

    .dashboardheadsect .sortbtns button {
        border: 1px solid rgba(22,21,19,0.5);
        font-size: 16px;
        font-weight: 700;
        color: rgba(22,21,19,0.7);
        padding: 8px 13px
    }

        .dashboardheadsect .sortbtns button.active {
            background: #E3E3E3;
            color: #161513
        }

        .dashboardheadsect .sortbtns button:hover {
            color: #161513
        }

    .dashboardheadsect .filter {
        border: none;
        padding: 0;
        background: transparent;
        outline: none;
        margin-left: 5px;
        width: 42px;
        height: 42px;
        border: 1px solid transparent;
        border-radius: 5px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .dashboardheadsect .filter:hover {
            border-color: rgba(22,21,19,0.7)
        }

.dashboardbodysect .tablewrapper {
    width: 100%;
    overflow: auto
}

    .dashboardbodysect .tablewrapper::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    .dashboardbodysect .tablewrapper::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.05)
    }

    .dashboardbodysect .tablewrapper::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        border-radius: 10px
    }

.dashboardbodysect table {
    margin: 0;
    width: 100% !important
}

    .dashboardbodysect table thead th {
        border-radius: 0 !important;
        background: #EFF2F7;
        color: #161513;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        vertical-align: middle
    }

    .dashboardbodysect table tbody * {
        border-left: none;
        border-right: none
    }

    .dashboardbodysect table tbody tr td {
        min-width: 100px;
        vertical-align: middle;
        text-align: center;
        max-width: 200px
    }

    .dashboardbodysect table .name {
        color: #161513;
        font-size: 16px;
        margin: 0;
        line-height: 125%;
        text-decoration-line: underline;
        text-align: left
    }

    .dashboardbodysect table .email {
        font-size: 13.75px;
        line-height: 116%;
        color: #161513;
        word-wrap: break-word;
        margin-bottom: 2px;
        text-align: left
    }

        .dashboardbodysect table .email .add {
            color: #00688C;
            font-size: 16px;
            line-height: 125%;
            display: inline-block;
            margin: 7px 0
        }

            .dashboardbodysect table .email .add:hover {
                text-decoration: none
            }

    .dashboardbodysect table .particcode {
        color: rgba(22,21,19,0.7);
        font-size: 12px;
        line-height: 133%;
        margin: 0;
        text-align: left
    }

    .dashboardbodysect table .date {
        color: #161513;
        font-size: 16px;
        line-height: 125%;
        margin: 0
    }

    .dashboardbodysect table .sequencespan {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        font-size: 30px;
        font-weight: 700
    }

    .dashboardbodysect table .fitbitcol {
        font-size: 10px;
        font-weight: 300;
        margin: 0
    }

        .dashboardbodysect table .fitbitcol img {
            display: block;
            margin: 0 auto 3px;
            max-width: 17px;
            max-height: 22px
        }

        .dashboardbodysect table .fitbitcol.assigned {
            color: #0073EE
        }

        .dashboardbodysect table .fitbitcol.done {
            color: #008039
        }

        .dashboardbodysect table .fitbitcol.sent {
            color: #51504F
        }

        .dashboardbodysect table .fitbitcol.pending {
            color: #ECD0AF
        }

        .dashboardbodysect table .fitbitcol.returned {
            color: #000
        }

    .dashboardbodysect table .phone {
        font-size: 10px;
        font-weight: 300;
        margin: 0
    }

        .dashboardbodysect table .phone img {
            display: block;
            margin: 0 auto 3px;
            max-width: 17px;
            max-height: 22px
        }

        .dashboardbodysect table .phone.error {
            color: #B3311F
        }

        .dashboardbodysect table .phone.done {
            color: #008039
        }

        .dashboardbodysect table .phone.sent {
            color: #51504F
        }

        .dashboardbodysect table .phone.returned {
            color: #000
        }

    .dashboardbodysect table .studyphases {
        font-size: 11px;
        font-weight: 700;
        line-height: 145%;
        margin: 0;
        display: inline-block
    }

        .dashboardbodysect table .studyphases span {
            border-radius: 6px;
            padding: 4px 8px;
            display: inline-block
        }

        .dashboardbodysect table .studyphases .titblock {
            border-radius: 6px;
            background: #DADADA;
            padding: 4px 8px
        }

            .dashboardbodysect table .studyphases .titblock .title {
                font-size: 12px;
                font-weight: 700;
                line-height: 145%;
                color: #51504F;
                margin-bottom: 5px
            }

            .dashboardbodysect table .studyphases .titblock .descr {
                font-size: 10px;
                font-weight: 300;
                margin: 0
            }

            .dashboardbodysect table .studyphases .titblock.attention {
                background: #F2CBC6
            }

                .dashboardbodysect table .studyphases .titblock.attention .title {
                    color: #B3311F
                }

                .dashboardbodysect table .studyphases .titblock.attention .descr {
                    color: #B3311F
                }

    .dashboardbodysect table .sudycompletion {
        max-width: 140px;
        margin: 0 auto
    }

        .dashboardbodysect table .sudycompletion p {
            margin-bottom: 4px;
            color: rgba(22,21,19,0.7);
            font-size: 12px;
            line-height: 133%
        }

        .dashboardbodysect table .sudycompletion .progres {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .dashboardbodysect table .sudycompletion .progres .progres__linewrap {
                width: 100%;
                max-width: calc(100% - 40px);
                -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% - 40px);
                flex: 0 0 calc(100% - 40px)
            }

                .dashboardbodysect table .sudycompletion .progres .progres__linewrap .greyline {
                    width: 100%;
                    border-radius: 5px;
                    height: 4px;
                    display: block;
                    position: relative;
                    background: #D9D9D9
                }

                .dashboardbodysect table .sudycompletion .progres .progres__linewrap .greenline {
                    position: absolute;
                    left: 0;
                    top: 0;
                    background: #008039;
                    height: 4px;
                    border-radius: 5px
                }

            .dashboardbodysect table .sudycompletion .progres .progres__percent {
                width: 100%;
                max-width: 40px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 40px;
                flex: 0 0 40px;
                padding-left: 10px;
                font-size: 10px;
                line-height: 160%;
                color: rgba(22,21,19,0.7);
                text-align: center
            }

        .dashboardbodysect table .sudycompletion.percent0 .progres, .dashboardbodysect table .sudycompletion.percent0 p {
            opacity: 0.4
        }

        .dashboardbodysect table .sudycompletion.percent0 .addlink {
            display: inline-block;
            margin-bottom: 10px
        }

    .dashboardbodysect table .codekey img {
        width: 19px
    }

    .dashboardbodysect table .codekey.disabled {
        opacity: 0.5
    }

    .dashboardbodysect table .addlink {
        color: #00688C;
        font-size: 16px;
        line-height: 125%;
        font-weight: 400;
        text-underline-offset: 3px;
        font-weight: 500
    }

.tablenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0
}

    .tablenav .tablenav__showpage {
        width: 100%;
        max-width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        color: #000;
        font-size: 14px;
        line-height: 114%;
        padding-left: 20px
    }

        .tablenav .tablenav__showpage .select2-container {
            width: 60px !important;
            margin: 0 5px
        }

            .tablenav .tablenav__showpage .select2-container .select2-selection--single {
                height: 36px
            }

        .tablenav .tablenav__showpage .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 36px
        }

        .tablenav .tablenav__showpage .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 36px
        }

    .tablenav .tablenav__rightnav {
        width: 100%;
        max-width: calc(100% - 200px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        color: #000;
        font-size: 14px;
        line-height: 114%;
        padding-right: 20px
    }

    .tablenav .selectpage .select2-container {
        width: 60px !important;
        margin: 0 5px
    }

        .tablenav .selectpage .select2-container .select2-selection--single {
            height: 36px
        }

    .tablenav .selectpage .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px
    }

    .tablenav .selectpage .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px
    }

    .tablenav .currentpage {
        padding: 0 15px
    }

        .tablenav .currentpage p {
            margin: 0
        }

    .tablenav .tablepagination .pagination {
        margin: 0
    }

        .tablenav .tablepagination .pagination .page-item .page-link {
            font-size: 14px;
            color: #696969;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 34px;
            min-width: 34px
        }

        .tablenav .tablepagination .pagination .page-item.active a {
            background: transparent;
            border: 1px solid #000
        }

        .tablenav .tablepagination .pagination .page-item.next, .tablenav .tablepagination .pagination .page-item.prev {
            color: #000
        }

            .tablenav .tablepagination .pagination .page-item.next a, .tablenav .tablepagination .pagination .page-item.prev a {
                color: #000
            }

            .tablenav .tablepagination .pagination .page-item.next img {
                margin-left: 6px
            }

            .tablenav .tablepagination .pagination .page-item.prev img {
                margin-right: 6px
            }

        .tablenav .tablepagination .pagination .page-item.disabled a {
            background: transparent;
            opacity: 0.7
        }

.dashboardbodysect table tbody tr td:first-child {
    padding-left: 20px
}

.dashboardwrapper.hidesidebar .dashboardsidebar {
    max-width: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    padding-left: 10px;
    padding-right: 10px
}

.dashboardwrapper.hidesidebar .dashboardsection {
    max-width: calc(100% - 90px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px)
}

.dashboardwrapper.hidesidebar .dashboardsidebar > .dashboardsidebar__menu > li > a.active {
    background: transparent
}

    .dashboardwrapper.hidesidebar .dashboardsidebar > .dashboardsidebar__menu > li > a.active .iconwrap {
        border-radius: 5px;
        background: rgba(217,217,217,0.2)
    }

.dashboardwrapper.hidesidebar .dashboardsidebar > .dashboardsidebar__menu > li > a .listtext {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.dashboardwrapper.hidesidebar .dashboardsidebar__submenu {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    display: none
}

.dashboardwrapper.hidesidebar .dashboardsidebar .title {
    padding-left: 8px
}

.dashboardwrapper.hidesidebar .dashboardsidebar > .dashboardsidebar__menu > li > a {
    padding-left: 15px
}

.sortable thead th {
    position: relative;
    padding-right: 24px !important
}

    .sortable thead th:not(.no-sort):after {
        content: "" !important;
        display: inline-block;
        width: 10px;
        height: 14px;
        background: url("../img/table-arrows.svg") no-repeat center/100%;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1 !important
    }

    .sortable thead th:not(.no-sort):before {
        display: none !important
    }

.dashboardbodysect table tbody tr td {
    position: relative
}

    .dashboardbodysect table tbody tr td.editable_td {
        padding-right: 30px !important
    }

.edtext {
    outline: none !important;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .edtext[contenteditable=true] {
        background: rgba(86,110,230,0.1)
    }

.edittd {
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .edittd.center {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .edittd img {
        width: 18px;
        vertical-align: top
    }

.editable_td:hover .edittd {
    opacity: 1
}

.searchboxcol {
    width: 100%;
    max-width: calc(100% - 300px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px)
}

    .searchboxcol .searchbox {
        margin-top: 12px
    }

.btnsgroupcol {
    width: 100%;
    max-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
}

.dashboardsidebar > .dashboardsidebar__menu > li > a:not(.active) {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .dashboardsidebar > .dashboardsidebar__menu > li > a:not(.active):hover {
        opacity: 0.5
    }

table.dataTable > thead > tr > td, table.dataTable > thead > tr > th {
    border-bottom-color: rgba(0,0,0,0.2)
}

@media (max-width:1700.8px) {
    .dashboardsidebar {
        max-width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        padding: 120px 15px 30px
    }

    .dashboardsection {
        max-width: calc(100% - 260px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
        flex: 0 0 calc(100% - 260px)
    }

    .dashboardsidebar > .dashboardsidebar__menu > li > a {
        font-size: 16px;
        padding: 6px 14px
    }

        .dashboardsidebar > .dashboardsidebar__menu > li > a .iconwrap {
            max-width: 35px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 35px;
            flex: 0 0 35px;
            height: 35px
        }

        .dashboardsidebar > .dashboardsidebar__menu > li > a .listtext {
            max-width: calc(100% - 35px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 35px);
            flex: 0 0 calc(100% - 35px)
        }

    .dashboardheadsect {
        padding: 20px 40px
    }

    .dashboardbodysect table tbody tr td {
        max-width: 180px
    }

        .dashboardbodysect table tbody tr td:first-child {
            padding-left: 15px
        }

    .sortable td, .sortable th {
        padding: 8px !important
    }

    .dashboardbodysect table .studyphases {
        font-size: 600px
    }

    .dashboardbodysect table .sequencespan {
        width: 30px;
        height: 30px;
        font-size: 24px;
        font-weight: 600
    }

    .dashboardbodysect table .studyphases .titblock {
        min-width: 120px
    }

    .dashboardheadsect .title {
        font-size: 24px
    }

    .dashboardheadsect .descr {
        font-size: 16px
    }

    .dashboardbodysect table .name {
        font-size: 15px
    }

    .dashboardbodysect table thead th, .dashboardheadsect .sortbtns button {
        font-size: 14px
    }

    .dashboardbodysect table .date, .dashboardbodysect table .email {
        font-size: 13px
    }

    .dashboardbodysect table .studyphases {
        font-size: 10px
    }
}

@media (max-width:1199.8px) {
    .tablenav .currentpage {
        padding: 0 5px
    }
}

@media (max-width:991.8px) {
    .dashboardsidebar {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1112;
        height: 100vh;
        overflow: auto;
        width: 72px
    }

        .dashboardsidebar > .dashboardsidebar__menu > li > a.active {
            background: transparent
        }

            .dashboardsidebar > .dashboardsidebar__menu > li > a.active .iconwrap {
                border-radius: 5px;
                background: rgba(217,217,217,0.2)
            }

    .dashboardsection {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 72px
    }

    .dashboardsidebar .title {
        display: none
    }

    .togglebarbtn {
        right: 16px;
        width: 40px;
        height: 40px;
        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
    }

        .togglebarbtn img {
            width: 18px;
            margin-right: -3px
        }

    .dashboardsidebar__submenu {
        display: none
    }

    .dashboardsidebar > .dashboardsidebar__menu > li > a, .dashboardwrapper.hidesidebar .dashboardsidebar > .dashboardsidebar__menu > li > a {
        padding-left: 8px
    }

    .dashboardwrapper.hidesidebar .dashboardsection {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .dashboardwrapper .dashboardsidebar > .dashboardsidebar__menu > li > a .listtext {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    .dashboardwrapper.hidesidebar .dashboardsidebar > .dashboardsidebar__menu > li > a .listtext {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    .dashboardsidebar, .dashboardwrapper.hidesidebar .dashboardsidebar {
        padding-left: 10px;
        padding-right: 10px
    }

    .dashboardwrapper.hidesidebar .dashboardsidebar {
        max-width: 280px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        width: 260px
    }

    .dashboardwrapper.hidesidebar .dashboardsidebar__submenu {
        display: block;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    .dashboardsidebar .dashboardsidebar__submenu {
        padding: 5px 0 0 55px
    }

        .dashboardsidebar .dashboardsidebar__submenu li a {
            font-size: 12px
        }

    .dashboardheadsect {
        padding: 20px
    }

    .tablenav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .tablenav .tablenav__showpage {
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            margin-bottom: 20px;
            padding: 0 20px
        }

        .tablenav .tablenav__rightnav {
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding: 0 20px;
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important
        }

    .edittd {
        opacity: 0.6
    }
}

@media (max-width:767.8px) {
    .tablenav .tablenav__rightnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tablepagination {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .btnsgroupcol {
        max-width: 280px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px
    }

    .searchboxcol {
        max-width: calc(100% - 280px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px);
        flex: 0 0 calc(100% - 280px)
    }
}

@media (max-width:575.8px) {
    .dashboardheadsect {
        padding: 10px
    }

    .dashboardsidebar {
        width: 50px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 90px
    }

    .togglebarbtn {
        right: 6px;
        top: 30px
    }

    .dashboardsidebar > .dashboardsidebar__menu > li > a, .dashboardwrapper.hidesidebar .dashboardsidebar > .dashboardsidebar__menu > li > a {
        padding-left: 2px
    }

    .dashboardwrapper.hidesidebar .dashboardsidebar {
        width: 220px
    }

    .dashboardsection {
        padding-left: 50px
    }

    .dashboardheadsect .bluebtn {
        min-height: 42px;
        min-width: 150px;
        padding: 5px 10px
    }

    .dashboardsidebar, .dashboardwrapper.hidesidebar .dashboardsidebar {
        padding-left: 5px;
        padding-right: 5px
    }

    .sortable th {
        padding: 4px !important
    }

    .tablenav .tablenav__rightnav, .tablenav .tablenav__showpage {
        padding: 0 10px
    }

    .searchboxcol {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .btnsgroupcol {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .dashboardheadsect .descr {
        font-size: 14px
    }
}

.dashboardwrapper__rightbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .dashboardwrapper__rightbar .dashboardsection {
        width: 100%;
        max-width: calc(100% - 715px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 715px);
        flex: 0 0 calc(100% - 715px);
        min-height: 100vh
    }

    .dashboardwrapper__rightbar .inforightbar {
        width: 100%;
        max-width: 400px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        background: #2A3042;
        z-index: 2
    }

    .dashboardwrapper__rightbar .dashboardsection, .dashboardwrapper__rightbar .dashboardsidebar, .dashboardwrapper__rightbar .inforightbar {
        padding-bottom: 95px
    }

.dashboardwrapper.hidesidebar.dashboardwrapper__rightbar .dashboardsection {
    max-width: calc(100% - 490px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 490px);
    flex: 0 0 calc(100% - 490px)
}

.dashboardcontent.formpage {
    padding: 48px 38px
}

.formsection .subtitle {
    margin-bottom: 4px;
    font-size: 16px;
    color: #161513;
    text-transform: capitalize
}

.formsection .title {
    margin-bottom: 48px;
    color: #161513;
    font-size: 32px;
    line-height: 125%
}

.formsection .inputfield {
    position: relative;
    margin-bottom: 16px
}

    .formsection .inputfield input {
        width: 100%;
        border: 1px solid rgba(22,21,19,0.5);
        background: #fff;
        border-radius: 4px;
        padding-left: 12px;
        height: 52px;
        outline: none;
        font-weight: 600
    }

        .formsection .inputfield input::-webkit-input-placeholder {
            color: rgba(22,21,19,0.7)
        }

        .formsection .inputfield input::-moz-placeholder {
            color: rgba(22,21,19,0.7)
        }

        .formsection .inputfield input:-ms-input-placeholder {
            color: rgba(22,21,19,0.7)
        }

        .formsection .inputfield input::-ms-input-placeholder {
            color: rgba(22,21,19,0.7)
        }

        .formsection .inputfield input::placeholder {
            color: rgba(22,21,19,0.7)
        }

    .formsection .inputfield .reqstatus {
        text-align: right;
        color: rgba(22,21,19,0.7);
        font-size: 12px;
        line-height: 133%;
        margin: 2px 0 0 0
    }

    .formsection .inputfield input::-webkit-inner-spin-button, .formsection .inputfield input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .formsection .inputfield input[type=number] {
        -moz-appearance: textfield
    }

    .formsection .inputfield .select2-container {
        width: 100% !important
    }

        .formsection .inputfield .select2-container .select2-selection--single {
            height: 52px;
            border: 1px solid rgba(22,21,19,0.5);
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .formsection .inputfield .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 52px;
        padding-left: 12px;
        font-weight: 600;
        color: rgba(22,21,19,0.7)
    }

    .formsection .inputfield .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 52px;
        width: 40px
    }

    .formsection .inputfield textarea {
        resize: none;
        width: 100%;
        border: 1px solid rgba(22,21,19,0.5);
        background: #fff;
        border-radius: 4px;
        padding: 12px;
        height: 100px;
        outline: none;
        font-weight: 600
    }

        .formsection .inputfield textarea::-webkit-scrollbar {
            width: 6px;
            height: 10px
        }

        .formsection .inputfield textarea::-webkit-scrollbar-track {
            background: rgba(0,0,0,0.05)
        }

        .formsection .inputfield textarea::-webkit-scrollbar-thumb {
            background-color: darkgrey;
            border-radius: 10px
        }

.inforightbar {
    padding: 24px 48px;
    position: relative
}

    .inforightbar .arrowbtn {
        display: none;
        width: 12px;
        height: 24px;
        background: url("../img/triagle.svg") no-repeat center left/100%;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 2
    }

        .inforightbar .arrowbtn img {
            vertical-align: top
        }

    .inforightbar:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 24px;
        background: url("../img/triagle.svg") no-repeat center/100%;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 2
    }

.inforightbar__box {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12)
}

    .inforightbar__box .title {
        margin-bottom: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%
    }

        .inforightbar__box .title.title__tt {
            padding-right: 40px;
            position: relative
        }

            .inforightbar__box .title.title__tt img {
                position: absolute;
                right: 0;
                top: -3px;
                width: 24px;
                cursor: pointer
            }

    .inforightbar__box ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-top: 14px
    }

        .inforightbar__box ul li {
            position: relative;
            padding-left: 24px;
            color: #fff;
            font-size: 12px;
            line-height: 133%;
            margin-bottom: 12px
        }

            .inforightbar__box ul li a img {
                width: 19px;
                margin-left: 3px
            }

            .inforightbar__box ul li:last-child {
                margin-bottom: 0
            }

            .inforightbar__box ul li:after {
                content: "";
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url("../img/check-white.svg") no-repeat center/100%;
                position: absolute;
                left: 0;
                top: 1px
            }

            .inforightbar__box ul li.warn {
                padding-left: 32px
            }

                .inforightbar__box ul li.warn:after {
                    width: 24px;
                    height: 24px;
                    background: url("../img/warning-white.svg") no-repeat center/100%;
                    top: -3px
                }

.dspfootsett {
    height: 92px;
    background: #fff;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 448px 10px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -92px
}

    .dspfootsett .dspfootsett__left {
        width: 100%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .dspfootsett .dspfootsett__left p {
            margin: 0;
            color: rgba(22,21,19,0.7);
            font-size: 12px;
            line-height: 133%;
            max-width: 420px;
            width: 100%
        }

    .dspfootsett .dspfootsett__right {
        width: 100%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .dspfootsett .dspfootsett__right ul {
            list-style-type: none;
            margin: 0;
            padding: 0
        }

            .dspfootsett .dspfootsett__right ul li {
                display: inline-block;
                vertical-align: middle;
                margin-right: 4px
            }

                .dspfootsett .dspfootsett__right ul li:last-child {
                    margin-right: 0
                }

    .dspfootsett .btn {
        min-width: 88px;
        min-height: 36px;
        color: #161513;
        font-size: 13.75px;
        font-weight: 600;
        line-height: 16px;
        border-radius: 4px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

        .dspfootsett .btn:hover {
            border: 1px solid rgba(22,21,19,0.5)
        }

.infosidebar {
    display: none
}

@media (max-width:1700.8px) {
    .dashboardwrapper__rightbar .inforightbar {
        max-width: 340px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
        flex: 0 0 340px
    }

    .dashboardwrapper__rightbar .dashboardsection {
        max-width: calc(100% - 600px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 600px);
        flex: 0 0 calc(100% - 600px)
    }
}

@media (max-width:1600.8px) {
    .dashboardwrapper__rightbar .dashboardsection, .dashboardwrapper__rightbar .dashboardsidebar, .dashboardwrapper__rightbar .inforightbar {
        padding-bottom: 60px
    }

    .dspfootsett {
        height: 60px
    }

    .dspfootsett {
        margin-top: -60px
    }

    .dashboardcontent.formpage {
        padding: 30px 35px
    }

    .formsection .title {
        margin-bottom: 30px;
        font-size: 28px
    }

    .formsection .inputfield input {
        height: 46px;
        font-weight: 500
    }

    .formsection .inputfield .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 46px;
        font-weight: 500
    }

    .formsection .inputfield .select2-container .select2-selection--single {
        height: 46px
    }

    .formsection .inputfield .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 46px;
        width: 36px
    }

    .formsection .inputfield textarea {
        height: 80px;
        font-weight: 500;
        padding-top: 8px
    }

    .dashboardwrapper.hidesidebar.dashboardwrapper__rightbar .dashboardsection {
        max-width: calc(100% - 430px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 430px);
        flex: 0 0 calc(100% - 430px)
    }
}

@media (max-width:1199.8px) {
    .inforightbar {
        padding: 15px 30px
    }

    .dashboardwrapper__rightbar .inforightbar {
        max-width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }

    .dashboardwrapper__rightbar .dashboardsection {
        max-width: calc(100% - 520px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 520px);
        flex: 0 0 calc(100% - 520px)
    }

    .dspfootsett {
        padding: 10px 300px 10px 20px
    }
}

@media (max-width:991.8px) {
    .dashboardwrapper.hidesidebar.dashboardwrapper__rightbar .dashboardsection, .dashboardwrapper__rightbar .dashboardsection {
        max-width: calc(100% - 260px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
        flex: 0 0 calc(100% - 260px)
    }

    .dspfootsett {
        z-index: 13;
        padding: 5px 20px 5px 100px
    }
}

@media (max-width:767.8px) {
    .dashboardwrapper__rightbar .inforightbar {
        position: fixed;
        min-height: 100vh;
        right: 0;
        z-index: 111;
        max-width: 100%;
        width: 260px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 1999
    }

        .dashboardwrapper__rightbar .inforightbar.show {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

    .dashboardwrapper.hidesidebar.dashboardwrapper__rightbar .dashboardsection, .dashboardwrapper__rightbar .dashboardsection {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .dspfootsett .dspfootsett__left, .dspfootsett .dspfootsett__right {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .dspfootsett .dspfootsett__left {
        margin-bottom: 10px
    }

        .dspfootsett .dspfootsett__left p {
            max-width: calc(100% - 88px)
        }

    .infosidebar {
        display: inline-block;
        border: none;
        outline: none;
        padding: 0;
        background: #fff;
        position: absolute;
        right: 25px;
        top: 20px
    }

    .dashboardcontent.formpage {
        padding: 30px 25px
    }

    .formsection .subtitle, .formsection .title {
        padding-right: 45px
    }

    .dspfootsett {
        height: auto;
        margin-top: -92px
    }

    .dashboardwrapper__rightbar .dashboardsection, .dashboardwrapper__rightbar .dashboardsidebar, .dashboardwrapper__rightbar .inforightbar {
        padding-bottom: 92px
    }

    .inforightbar .arrowbtn {
        display: inline-block
    }

    .inforightbar:after {
        display: none
    }
}

@media (max-width:575.8px) {
    .dashboardcontent.formpage {
        padding: 20px 15px
    }

    .formsection .title {
        margin-bottom: 15px;
        font-size: 24px
    }

    .formsection .subtitle {
        font-size: 14px
    }

    .infosidebar {
        top: 15px;
        top: 15px
    }

    .formsection .inputfield input {
        height: 42px;
        padding-left: 10px
    }

    .formsection .inputfield {
        margin-bottom: 10px
    }

        .formsection .inputfield .select2-container--default .select2-selection--single .select2-selection__rendered {
            padding-left: 10px
        }

        .formsection .inputfield .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 42px
        }

        .formsection .inputfield .select2-container .select2-selection--single {
            height: 42px
        }

    .dspfootsett {
        z-index: 13;
        padding: 5px 20px 5px 70px
    }

    .dspfootsett {
        padding: 5px 10px 5px 60px
    }

        .dspfootsett .dspfootsett__right ul li {
            margin: 0
        }

        .dspfootsett .btn {
            padding: 5px
        }

        .dspfootsett .btn {
            min-width: 80px
        }

        .dspfootsett .dspfootsett__right ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
}

.surveywrapper {
    min-height: 100vh;
    background: #201830;
    position: relative;
    font-family: "Inter",sans-serif
}

    .surveywrapper .ltbg {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%
    }

    .surveywrapper .rbbg {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 100%
    }

.surveycontentsect {
    position: relative;
    z-index: 3;
    padding-top: 140px
}

.survey__welcome {
    max-width: 576px;
    margin: 0 auto
}

    .survey__welcome h1 {
        color: #fff;
        text-align: center;
        margin-bottom: 28px;
        font-size: 45px;
        font-weight: 700
    }

    .survey__welcome .imgwrap {
        text-align: center;
        margin-bottom: 28px
    }

        .survey__welcome .imgwrap img {
            display: inline-block;
            max-width: 100%
        }

    .survey__welcome .description {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 32px
    }

        .survey__welcome .description p:last-child {
            margin-bottom: 0
        }

    .survey__welcome .inputfield label {
        display: block;
        margin-bottom: 4px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 142%
    }

    .survey__welcome .inputfield input {
        width: 100%;
        height: 36px;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 4px;
        border: 1px solid #AEB4B9;
        background: #fff;
        -webkit-box-shadow: 0px 1px 0px 0px #898F94 inset;
        box-shadow: 0px 1px 0px 0px #898F94 inset;
        outline: none
    }

    .survey__welcome .inputfield p {
        margin: 0;
        color: #fff;
        font-size: 14px;
        line-height: 142%
    }

    .survey__welcome .survey__submit {
        width: 100px;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 35px auto 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 33px;
        background: #FFF;
        -webkit-box-shadow: 0px 0px 18.3px 0px rgba(255,255,255,0.5);
        box-shadow: 0px 0px 18.3px 0px rgba(255,255,255,0.5);
        color: #050835;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.1px;
        border: none;
        padding: 0;
        outline: none;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .survey__welcome .survey__submit:hover {
            -webkit-box-shadow: 0px 0px 28.3px 0px rgba(255,255,255,0.5);
            box-shadow: 0px 0px 28.3px 0px rgba(255,255,255,0.5)
        }

@media (min-width:992px) and (max-height:800px) {
    .surveycontentsect {
        padding-top: 80px
    }

    .survey__welcome h1 {
        font-size: 38px;
        margin-bottom: 20px
    }

    .survey__welcome .description {
        font-size: 16px;
        font-weight: 400
    }

    .survey__welcome .imgwrap {
        margin-bottom: 20px
    }

    .survey__welcome .description {
        margin-bottom: 25px
    }
}

@media (min-width:992px) and (max-height:670px) {
    .surveycontentsect {
        padding-top: 50px
    }

    .survey__welcome h1 {
        font-size: 32px;
        margin-bottom: 15px
    }

    .survey__welcome .imgwrap {
        margin-bottom: 15px
    }

    .survey__welcome .description {
        margin-bottom: 20px
    }

    .survey__welcome .survey__submit {
        margin-top: 20px
    }
}

@media (max-width:767.8px) {
    .survey__welcome {
        max-width: 500px
    }

    .surveycontentsect {
        padding-top: 80px
    }

    .survey__welcome h1 {
        font-size: 42px
    }
}

@media (max-width:575.8px) {
    .surveycontentsect {
        padding-top: 50px
    }

    .survey__welcome {
        max-width: 100%;
        padding: 0 15px
    }

        .survey__welcome h1 {
            font-size: 28px;
            margin-bottom: 25px;
            font-weight: 600
        }

        .survey__welcome .imgwrap {
            margin-bottom: 20px
        }

            .survey__welcome .imgwrap img {
                max-width: 280px
            }

        .survey__welcome .description {
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 25px
        }

        .survey__welcome .survey__submit {
            margin-top: 30px
        }
}

.surveystepssection {
    position: relative;
    z-index: 2
}

.surveystepssection {
    padding-top: 54px
}

.beforestepscreen {
    max-width: 657px;
    margin: 0 auto;
    padding-top: 86px
}

    .beforestepscreen .title {
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 46px
    }

    .beforestepscreen .imgwrap {
        text-align: center;
        margin-bottom: 17px
    }

        .beforestepscreen .imgwrap img {
            max-width: 100%;
            display: inline-block
        }

    .beforestepscreen .description {
        margin-bottom: 22px;
        color: #fff;
        font-size: 18px;
        font-weight: 500
    }

        .beforestepscreen .description p:last-child {
            margin-bottom: 0
        }

    .beforestepscreen .stepsbeginlinewrap {
        color: #fff;
        font-size: 14px
    }

        .beforestepscreen .stepsbeginlinewrap p {
            margin-bottom: 8px
        }

            .beforestepscreen .stepsbeginlinewrap p span {
                display: block;
                font-size: 12px
            }

    .beforestepscreen .stepsbeginlinewrap__lines {
        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;
        margin-bottom: 48px
    }

        .beforestepscreen .stepsbeginlinewrap__lines .stepsbeginlinewrap__line {
            border-radius: 24px;
            background: rgba(255,255,255,0.2);
            display: inline-block;
            height: 10px;
            width: 49px
        }

    .beforestepscreen .whitebtn {
        background: #fff;
        text-decoration: none;
        border-radius: 33px;
        -webkit-box-shadow: 0px 0px 18.3px 0px rgba(255,255,255,0.5);
        box-shadow: 0px 0px 18.3px 0px rgba(255,255,255,0.5);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 44px;
        padding: 3px 16px;
        color: #050835;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.1px;
        border: none
    }

        .beforestepscreen .whitebtn:hover {
            -webkit-box-shadow: 0px 0px 28.3px 0px rgba(255,255,255,0.5);
            box-shadow: 0px 0px 28.3px 0px rgba(255,255,255,0.5)
        }

@media (min-width:992px) and (max-height:800px) {
    .surveystepssection {
        padding-top: 50px
    }

    .beforestepscreen {
        padding-top: 30px
    }

        .beforestepscreen .title {
            font-size: 28px;
            margin-bottom: 20px
        }

        .beforestepscreen .description {
            font-weight: 400;
            margin-bottom: 25px;
            font-size: 16px
        }
}

@media (min-width:992px) and (max-height:670px) {
    .beforestepscreen {
        padding-top: 0
    }

        .beforestepscreen .title {
            font-size: 24px
        }

        .beforestepscreen .stepsbeginlinewrap__lines {
            margin-bottom: 30px
        }
}

@media (max-width:767.8px) {
    .surveystepssection {
        padding-top: 50px
    }

    .beforestepscreen {
        max-width: 500px;
        padding-top: 30px
    }

        .beforestepscreen .title {
            font-size: 26px;
            margin-bottom: 30px
        }

        .beforestepscreen .stepsbeginlinewrap__lines .stepsbeginlinewrap__line {
            width: 40px
        }

        .beforestepscreen .stepsbeginlinewrap__lines {
            margin-bottom: 35px
        }
}

@media (max-width:575.8px) {
    .beforestepscreen {
        padding-top: 0
    }

    .beforestepscreen {
        max-width: 100%;
        padding: 0 15px
    }

        .beforestepscreen .title {
            font-size: 24px;
            margin-bottom: 25px
        }

        .beforestepscreen .imgwrap img {
            max-width: 280px
        }

    .surveystepssection {
        padding-top: 50px
    }

    .beforestepscreen .description {
        font-size: 16px;
        font-weight: 400
    }

    .beforestepscreen .stepsbeginlinewrap__lines .stepsbeginlinewrap__line {
        height: 8px;
        width: calc(8.3333333333% - 1px)
    }

    .beforestepscreen .stepsbeginlinewrap__lines {
        margin-bottom: 30px
    }
}

.beforestepscreen.hide {
    display: none
}

.absdays {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    padding: 0 10px
}

.stepssection {
    max-width: 465px;
    margin: 0 auto
}

.stepssection__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFF
}

    .stepssection__header .stepssection__header-left {
        width: 100%;
        max-width: calc(100% - 170px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 170px);
        flex: 0 0 calc(100% - 170px)
    }

    .stepssection__header .stepssection__header-right {
        width: 100%;
        max-width: 170px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.sthead__sleeptitle {
    color: #5ED0F9;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px
}

    .sthead__sleeptitle:after {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 0;
        top: -2px;
        background: url("../img/survey/sleepdairy.svg") no-repeat center/100%
    }

.sthead__sleeptimes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .sthead__sleeptimes .overnight {
        margin-right: 24px
    }

    .sthead__sleeptimes p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        margin: 0
    }

        .sthead__sleeptimes p.title {
            font-size: 12px;
            color: rgba(255,255,255,0.6);
            font-weight: 600
        }

.chartdays {
    position: relative;
    height: 60px;
    z-index: 1;
    width: 100%;
    max-width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
}

    .chartdays:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        border: 7px solid rgba(255,255,255,0.4)
    }

    .chartdays #myChart {
        z-index: 2;
        position: relative
    }

.chartdays__info {
    width: 100%;
    max-width: calc(100% - 60px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    padding-left: 8px
}

    .chartdays__info p {
        font-size: 12px;
        color: rgba(255,255,255,0.7);
        font-weight: 600;
        margin: 0
    }

        .chartdays__info p span {
            display: block;
            color: #fff;
            font-size: 14px
        }

.stepssection__stepprogres {
    padding-top: 24px
}

    .stepssection__stepprogres p {
        color: rgba(255,255,255,0.7);
        font-size: 14px;
        margin: 0
    }

        .stepssection__stepprogres p .ltext {
            display: block;
            font-size: 10px
        }

    .stepssection__stepprogres .stepsboxes {
        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-top: 8px
    }

        .stepssection__stepprogres .stepsboxes span {
            display: inline-block;
            height: 5px;
            width: calc((100% - 24px) / 12);
            border-radius: 24px;
            background: rgba(255,255,255,0.2)
        }

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.sectstep {
    padding-top: 24px
}

    .sectstep .imgwrap {
        text-align: center;
        margin-bottom: 24px
    }

        .sectstep .imgwrap img {
            display: inline-block;
            max-width: 100%
        }

    .sectstep .questiontext {
        font-size: 24px;
        color: #fff;
        margin-bottom: 16px
    }

    .sectstep .sharetime p {
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 133%
    }

    .sectstep .timesection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .sectstep .timesection .timesection__wrapper {
            width: 100%;
            width: 96px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 96px;
            flex: 0 0 96px;
            margin-left: 40px;
            position: relative
        }

            .sectstep .timesection .timesection__wrapper:first-child {
                margin-left: 0
            }

                .sectstep .timesection .timesection__wrapper:first-child:after {
                    content: ":";
                    color: rgba(255,255,255,0.5);
                    font-size: 57px;
                    line-height: 100%;
                    position: absolute;
                    right: -28px;
                    top: 2px
                }

            .sectstep .timesection .timesection__wrapper p {
                margin: 7px 0 0 0;
                color: #fff;
                opacity: 0.5;
                font-size: 12px;
                line-height: 133%
            }

        .sectstep .timesection .timesection__inputs {
            border-radius: 8px;
            border: 2px solid rgba(255,255,255,0.5);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 14px 20px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .sectstep .timesection .timesection__inputs input {
                width: 23px;
                background: transparent;
                border: none;
                border-bottom: 2px solid rgba(255,255,255,0.5);
                outline: none;
                color: #fff;
                text-align: center;
                font-size: 24px;
                font-weight: 500;
                -webkit-transition: 0.3s;
                transition: 0.3s
            }

                .sectstep .timesection .timesection__inputs input:focus {
                    border-color: #fff
                }

    .sectstep .ampm {
        width: 100%;
        width: 52px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
        flex: 0 0 52px;
        margin-left: 10px
    }

        .sectstep .ampm label.btn {
            border: 1px solid #938F99 !important;
            color: rgba(255,255,255,0.5);
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.15px
        }

            .sectstep .ampm label.btn:hover {
                color: #fff
            }

        .sectstep .ampm input:checked + label.btn {
            background-color: #fff;
            color: #050835
        }

.sectstep {
    min-height: calc(100vh - 270px);
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stepssection__nav {
    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;
    padding-top: 30px
}

    .stepssection__nav .prevst {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.1px;
        text-decoration: none;
        min-height: 44px;
        padding: 3px 16px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 33px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .stepssection__nav .prevst:hover {
            -webkit-box-shadow: 0px 0px 18.3px 0px rgba(255,255,255,0.5);
            box-shadow: 0px 0px 18.3px 0px rgba(255,255,255,0.5)
        }

        .stepssection__nav .prevst img {
            margin-right: 6px;
            vertical-align: middle
        }

    .stepssection__nav .nextst {
        background: #fff;
        text-decoration: none;
        border-radius: 33px;
        -webkit-box-shadow: 0px 0px 18.3px 0px rgba(255,255,255,0.5);
        box-shadow: 0px 0px 18.3px 0px rgba(255,255,255,0.5);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 44px;
        padding: 3px 16px;
        color: #050835;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.1px;
        border: none
    }

        .stepssection__nav .nextst:hover {
            -webkit-box-shadow: 0px 0px 28.3px 0px rgba(255,255,255,0.5);
            box-shadow: 0px 0px 28.3px 0px rgba(255,255,255,0.5)
        }

        .stepssection__nav .nextst img {
            margin-left: 6px;
            vertical-align: middle
        }

.sectstep1 .prevst {
    opacity: 0;
    z-index: -1;
    visibility: hidden
}

.sectstep.hide {
    display: none
}

.devicereports {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.7)
}

    .devicereports .ydrep {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border-radius: 48px;
        background: #5ED0F9;
        padding: 4px 16px;
        min-height: 44px;
        color: #050835;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin-bottom: 18px
    }

        .devicereports .ydrep img {
            width: 16px;
            margin-right: 10px
        }

.triedtosleep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .triedtosleep .triedtosleep__img {
        width: 100%;
        max-width: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        padding-top: 8px
    }

        .triedtosleep .triedtosleep__img img {
            max-width: 100%
        }

    .triedtosleep .triedtosleep__descr {
        width: 100%;
        max-width: calc(100% - 40px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
        padding-left: 13px
    }

        .triedtosleep .triedtosleep__descr p {
            color: #fff;
            font-size: 45px;
            line-height: 115%;
            margin: 0
        }

            .triedtosleep .triedtosleep__descr p span {
                font-size: 30px;
                text-transform: uppercase
            }

        .triedtosleep .triedtosleep__descr .arrtext {
            margin: 0;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            line-height: 114%;
            letter-spacing: 0.5px;
            text-decoration: none
        }

            .triedtosleep .triedtosleep__descr .arrtext img {
                vertical-align: middle;
                display: inline-block;
                margin-left: 10px;
                -webkit-transition: 0.3s;
                transition: 0.3s
            }

            .triedtosleep .triedtosleep__descr .arrtext:hover img {
                -webkit-transform: translateX(5px);
                transform: translateX(5px)
            }

.stepssection {
    padding-bottom: 30px
}

.devicereports > p {
    font-size: 10px;
    margin: 15px 0 0 0;
    color: #fff
}

.timesection.timesection__times {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .timesection.timesection__times .timesection__wrapper:first-child:after {
        display: none
    }

.sectstep .sharetime .timesection__rtext {
    font-size: 20px;
    color: #fff;
    line-height: 180%;
    margin: 0;
    padding-left: 8px;
    font-weight: 400
}

.sectstep9 .questiontext {
    padding-top: 20px
}

.ratesecrionwrap {
    margin-top: 25px
}

    .ratesecrionwrap .ratesecrion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .ratesecrionwrap .ratesecrion .ratesecrion__radio input {
            display: none
        }

            .ratesecrionwrap .ratesecrion .ratesecrion__radio input:checked + label {
                background: rgb(255,255,255);
                color: #050835
            }

        .ratesecrionwrap .ratesecrion label {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 39px;
            height: 46px;
            border: 2px solid #fff;
            border-radius: 5px;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            line-height: 114%;
            cursor: pointer;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            position: relative
        }

            .ratesecrionwrap .ratesecrion label.one {
                border-bottom: 4px solid #FF5858
            }

            .ratesecrionwrap .ratesecrion label.two {
                border-bottom: 4px solid rgba(255,88,88,0.7)
            }

            .ratesecrionwrap .ratesecrion label.three {
                border-bottom: 4px solid #D6AD6F
            }

            .ratesecrionwrap .ratesecrion label.four {
                border-bottom: 4px solid #FFBE5C
            }

            .ratesecrionwrap .ratesecrion label.five {
                border-bottom: 4px solid rgba(252,255,92,0.4)
            }

            .ratesecrionwrap .ratesecrion label.six {
                border-bottom: 4px solid rgba(206,234,89,0.6)
            }

            .ratesecrionwrap .ratesecrion label.seven {
                border-bottom: 4px solid rgba(223,255,94,0.91)
            }

            .ratesecrionwrap .ratesecrion label.eight {
                border-bottom: 4px solid rgba(49,255,16,0.4)
            }

            .ratesecrionwrap .ratesecrion label.nine {
                border-bottom: 4px solid rgba(49,255,16,0.6)
            }

            .ratesecrionwrap .ratesecrion label.ten {
                border-bottom: 4px solid #31FF10
            }

    .ratesecrionwrap .ratesecrion__bott {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 18px
    }

        .ratesecrionwrap .ratesecrion__bott p {
            font-size: 12px;
            margin: 0;
            font-weight: 500;
            line-height: 133%;
            letter-spacing: 0.5px;
            max-width: 100px;
            color: #fff
        }

.rating {
    display: inline-block;
    font-size: 0;
    position: relative;
    text-transform: capitalize;
    padding: 0 50px 8%;
    color: gray
}

    .rating label {
        display: inline-block;
        float: right;
        padding: 0;
        font-size: 50px;
        cursor: pointer
    }

        .rating label svg path {
            -webkit-transition: 0.3s;
            transition: 0.3s
        }

        .rating label:hover svg path {
            fill: orange
        }

        .rating label:hover ~ * svg path {
            fill: orange
        }

    .rating input:checked ~ label svg path {
        fill: #EB9B39
    }

.sectstep.sectstep12 .questiontext {
    font-size: 20px
}

.steptextarea {
    margin-top: 40px
}

    .steptextarea label {
        margin-bottom: 4px;
        color: #fff
    }

    .steptextarea textarea {
        width: 100%;
        resize: none;
        background: #fff;
        height: 120px;
        border-radius: 4px;
        border: 1px solid #AEB4B9;
        -webkit-box-shadow: 0px 1px 0px 0px #898F94 inset;
        box-shadow: 0px 1px 0px 0px #898F94 inset
    }

.snapshot__sect {
    padding-top: 20px
}

    .snapshot__sect .title {
        margin: 0;
        font-size: 20px;
        color: #fff
    }

    .snapshot__sect .descr {
        margin-bottom: 37px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 166%;
        letter-spacing: 0.1px
    }

        .snapshot__sect .descr p:last-child {
            margin-bottom: 0
        }

    .snapshot__sect .qlist .starsblock {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-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: 80px;
        vertical-align: middle;
        margin-right: 10px
    }

        .snapshot__sect .qlist .starsblock img {
            vertical-align: top
        }

    .snapshot__sect .qlist__box {
        margin-bottom: 10px
    }

    .snapshot__sect .qlist__q {
        margin-bottom: 10px;
        color: #fff;
        font-size: 12px;
        line-height: 166%;
        letter-spacing: 0.1px
    }

    .snapshot__sect .qlist__descr {
        padding-left: 24px;
        color: #fff;
        font-size: 10px;
        font-style: italic;
        font-weight: 300;
        letter-spacing: 0.1px;
        line-height: 200%
    }

        .snapshot__sect .qlist__descr a {
            display: inline-block;
            margin-left: 10px;
            -webkit-transition: 0.3s;
            transition: 0.3s
        }

            .snapshot__sect .qlist__descr a:hover {
                -webkit-box-shadow: 0 0 3px rgba(255,255,255,0.4);
                box-shadow: 0 0 3px rgba(255,255,255,0.4);
                border-radius: 3px
            }

            .snapshot__sect .qlist__descr a img {
                width: 18px
            }

.stepsboxes-1 span:first-child {
    background: #EB9B39
}

.stepsboxes-2 span:nth-child(-n+2) {
    background: #EB9B39
}

.stepsboxes-3 span:nth-child(-n+3) {
    background: #EB9B39
}

.stepsboxes-4 span:nth-child(-n+4) {
    background: #EB9B39
}

.stepsboxes-5 span:nth-child(-n+5) {
    background: #EB9B39
}

.stepsboxes-6 span:nth-child(-n+6) {
    background: #EB9B39
}

.stepsboxes-7 span:nth-child(-n+7) {
    background: #EB9B39
}

.stepsboxes-8 span:nth-child(-n+8) {
    background: #EB9B39
}

.stepsboxes-9 span:nth-child(-n+9) {
    background: #EB9B39
}

.stepsboxes-10 span:nth-child(-n+10) {
    background: #EB9B39
}

.stepsboxes-11 span:nth-child(-n+11) {
    background: #EB9B39
}

.stepsboxes-12 span:nth-child(-n+12) {
    background: #EB9B39
}

.survey__welcome.submition .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px
}

.survey__welcome.submition p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 185%;
    margin: 0
}

@media (min-width:992px) and (max-height:800px) {
    .stepssection__header {
        padding-bottom: 20px
    }

    .stepssection__stepprogres {
        padding-top: 20px
    }

    .sectstep .questiontext {
        font-size: 22px
    }

    .sectstep {
        min-height: calc(100vh - 240px)
    }
}

@media (max-width:575.8px) {
    .stepssection {
        max-width: 100%;
        padding: 0 15px 30px 15px
    }

    .sthead__sleeptimes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .sthead__sleeptimes .overnight {
            margin-right: 0;
            margin-bottom: 10px
        }

        .sthead__sleeptimes .overnight, .sthead__sleeptimes .today {
            width: 100%;
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

    .stepssection__header {
        padding-bottom: 20px
    }

    .stepssection__stepprogres {
        padding-top: 20px
    }

    .sectstep .questiontext {
        font-size: 21px
    }

    .sectstep .imgwrap img {
        max-width: 240px
    }

    .triedtosleep .triedtosleep__descr p {
        font-size: 36px
    }

        .triedtosleep .triedtosleep__descr p span {
            font-size: 24px
        }

    .ratesecrionwrap .ratesecrion label {
        width: 30px;
        height: 42px;
        font-size: 14px;
        border-width: 1px;
        border-bottom-width: 3px !important
    }

    .rating {
        padding: 0 25px
    }

    .sectstep.sectstep12 .questiontext {
        font-size: 18px
    }

    .steptextarea {
        margin-top: 20px
    }
}

@media (max-width:360.8px) {
    .ratesecrionwrap .ratesecrion label {
        width: 26px;
        height: 38px
    }

    .rating {
        padding: 0 5px
    }
}

.overviewwrapper {
    background: #f2f8fe;
    padding: 26px 30px 30px 30px;
    min-height: 100vh
}

.overview__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.overview__header-leftbox {
    width: 100%;
    max-width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}

    .overview__header-leftbox p {
        margin-bottom: 5px;
        font-size: 16px
    }

        .overview__header-leftbox p:last-child {
            margin-bottom: 0
        }

.overview__header-searchbox {
    width: 100%;
    max-width: calc(100% - 500px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 500px);
    flex: 0 0 calc(100% - 500px)
}

    .overview__header-searchbox .inputfield {
        position: relative
    }

        .overview__header-searchbox .inputfield input {
            width: 100%;
            border: 1px solid #b8cce1;
            height: 52px;
            border-radius: 30px;
            padding-left: 50px;
            outline: none;
            -webkit-transition: 0.3s;
            transition: 0.3s
        }

            .overview__header-searchbox .inputfield input:focus {
                -webkit-box-shadow: 0 0 6px #b8cce1;
                box-shadow: 0 0 6px #b8cce1
            }

                .overview__header-searchbox .inputfield input:focus + .searchbtn img {
                    opacity: 1
                }

        .overview__header-searchbox .inputfield .searchbtn {
            position: absolute;
            border: none;
            background: none;
            outline: none;
            padding: 0;
            width: 50px;
            height: 52px;
            left: 0;
            top: 0;
            padding-left: 10px
        }

            .overview__header-searchbox .inputfield .searchbtn img {
                width: 20px;
                opacity: 0.6
            }

.overview__header-userinfo {
    width: 100%;
    max-width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px
}

    .overview__header-userinfo .qhuserblock__ava {
        width: 100%;
        max-width: 52px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
        flex: 0 0 52px;
        height: 52px;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .overview__header-userinfo .qhuserblock__ava span {
            color: #fff;
            font-size: 24px;
            font-weight: 400
        }

    .overview__header-userinfo ul {
        width: 100%;
        max-width: calc(100% - 52px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 52px);
        flex: 0 0 calc(100% - 52px);
        padding: 0;
        margin: 0;
        list-style-type: none;
        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;
        padding-left: 20px
    }

        .overview__header-userinfo ul a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #fff;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            border: 1px solid transparent
        }

            .overview__header-userinfo ul a:hover {
                -webkit-box-shadow: 0 0 6px #b8cce1;
                box-shadow: 0 0 6px #b8cce1;
                border: 1px solid #b8cce1
            }

            .overview__header-userinfo ul a img {
                width: 20px
            }

.overviewbox {
    border-radius: 20px;
    min-height: 220px;
    padding: 20px 30px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .overviewbox .count {
        font-size: 42px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 10px
    }

    .overviewbox .title {
        font-weight: 600;
        font-size: 21px;
        margin-bottom: 5px
    }

    .overviewbox ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .overviewbox ul li {
            width: 100%;
            max-width: 40%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            font-size: 14px;
            margin-bottom: 3px
        }

            .overviewbox ul li span {
                width: 16px;
                height: 16px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                vertical-align: middle;
                border-radius: 50%;
                background: #737b84;
                margin-top: -3px
            }

                .overviewbox ul li span img {
                    width: 10px
                }

    .overviewbox .overviewbox__bottsect {
        text-align: right
    }

        .overviewbox .overviewbox__bottsect a {
            display: inline-block;
            text-decoration: none;
            color: #212529;
            font-weight: 500;
            font-size: 14px
        }

            .overviewbox .overviewbox__bottsect a img {
                vertical-align: middle;
                margin-top: -3px;
                -webkit-transition: 0.3s;
                transition: 0.3s
            }

            .overviewbox .overviewbox__bottsect a:hover img {
                -webkit-transform: translateX(5px);
                transform: translateX(5px)
            }

.importtabs_sm .tab-content {
    padding-top: 20px
}

.importtabs_sm .nav-tabs .nav-item {
    background: transparent
}

    .importtabs_sm .nav-tabs .nav-item .nav-link.active {
        background: transparent
    }

        .importtabs_sm .nav-tabs .nav-item .nav-link.active .tabbgarr {
            -webkit-filter: drop-shadow(1px 1px 4px #8e8d8d);
            filter: drop-shadow(1px 1px 4px #8e8d8d)
        }

    .importtabs_sm .nav-tabs .nav-item:first-child .nav-link {
        background: #fff
    }

    .importtabs_sm .nav-tabs .nav-item:first-child button {
        -webkit-box-shadow: 1px 1px 1px #a8a8a8;
        box-shadow: 1px 1px 1px #a8a8a8
    }

        .importtabs_sm .nav-tabs .nav-item:first-child button:hover {
            -webkit-box-shadow: 1px 1px 6px #8e8d8d;
            box-shadow: 1px 1px 6px #8e8d8d
        }


    .importtabs_sm .nav-tabs .nav-item:nth-child(2) .nav-link {
        background: #fff
    }

    .importtabs_sm .nav-tabs .nav-item:nth-child(2) button {
        -webkit-box-shadow: 1px 1px 1px #a8a8a8;
        box-shadow: 1px 1px 1px #a8a8a8
    }

        .importtabs_sm .nav-tabs .nav-item:nth-child(2) button:hover {
            -webkit-box-shadow: 1px 1px 6px #8e8d8d;
            box-shadow: 1px 1px 6px #8e8d8d
        }

.importtabs_sm .nav-tabs {
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .importtabs_sm .nav-tabs .nav-item {
        width: 100%;
        max-width: 176px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%
    }

        .importtabs_sm .nav-tabs .nav-item button {
            width: 100%;
            border-radius: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            position: relative
        }

            .importtabs_sm .nav-tabs .nav-item button .tabbgarr {
                -webkit-transition: 0.3s;
                transition: 0.3s;
                -webkit-filter: drop-shadow(1px 1px 1px #a8a8a8);
                filter: drop-shadow(1px 1px 1px #a8a8a8)
            }

            .importtabs_sm .nav-tabs .nav-item button:hover {
                opacity: 1
            }

                .importtabs_sm .nav-tabs .nav-item button:hover .tabbgarr {
                    -webkit-filter: drop-shadow(1px 1px 4px #8e8d8d);
                    filter: drop-shadow(1px 1px 4px #8e8d8d)
                }

            .importtabs_sm .nav-tabs .nav-item button p {
                margin: 0;
                position: relative;
                z-index: 1
            }

            .importtabs_sm .nav-tabs .nav-item button ul {
                position: relative;
                z-index: 1
            }

            .importtabs_sm .nav-tabs .nav-item button .tabbgarr {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%
            }

        .importtabs_sm .nav-tabs .nav-item:first-child {
            width: 100%;
            max-width: 220px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            padding-right: 10px;
            border-right: none
        }

            .importtabs_sm .nav-tabs .nav-item:first-child button {
                border-radius: 30px
            }

        .importtabs_sm .nav-tabs .nav-item:nth-child(2) {
            width: 100%;
            max-width: 190px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            padding-right: 15px;
            border-right: none
        }

            .importtabs_sm .nav-tabs .nav-item:nth-child(2) button {
                border-radius: 30px
            }

        .importtabs_sm .nav-tabs .nav-item:nth-child(3) button {
            border-radius: 30px 0 0 30px
        }

        .importtabs_sm .nav-tabs .nav-item:last-child {
            border-right: none
        }

            .importtabs_sm .nav-tabs .nav-item:last-child button {
                border-radius: 0 30px 30px 0
            }

.importtabs_sm .nav-item button {
    border: none !important;
    margin: 0
}

.importtabs_sm .nav-link {
    font-weight: 600;
    text-align: center;
    height: 74px;
    color: #000;
    opacity: 0.6
}

    .importtabs_sm .nav-link .importtabs_sm__icons {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-weight: 400;
        color: #212529;
        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;
        font-size: 14px;
        font-weight: 500
    }

        .importtabs_sm .nav-link .importtabs_sm__icons li {
            margin-right: 5px
        }

            .importtabs_sm .nav-link .importtabs_sm__icons li:last-child {
                margin-right: 0
            }

            .importtabs_sm .nav-link .importtabs_sm__icons li img {
                width: 20px;
                vertical-align: middle;
                margin-top: -3px
            }

    .importtabs_sm .nav-link.active {
        opacity: 1
    }

.importtabs_sm table tbody {
    font-size: 14px
}

    .importtabs_sm table tbody p {
        margin: 0
    }

    .importtabs_sm table tbody td a {
        color: #157495
    }

    .importtabs_sm table tbody td {
        vertical-align: middle;
        color: #566a7f;
        font-weight: 500;
        padding: 10px 10px 10px 20px
    }

    .importtabs_sm table tbody .statuslabel {
        display: inline-block;
        padding: 2px 5px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        border-radius: 5px;
        position: relative
    }

.importtabs_sm table thead th:hover {
    mix-blend-mode: multiply
}

.importtabs_sm .tablewrapper {
    overflow: auto;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px
}

    .importtabs_sm .tablewrapper::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    .importtabs_sm .tablewrapper::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.05)
    }

    .importtabs_sm .tablewrapper::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        border-radius: 10px
    }

.importtabs_sm table {
    min-width: 900px
}

.importtabs .tab-content {
    padding-top: 20px
}

.importtabs .nav-tabs .nav-item {
    background: transparent
}

    .importtabs .nav-tabs .nav-item .nav-link.active {
        background: transparent
    }

        .importtabs .nav-tabs .nav-item .nav-link.active .tabbgarr {
            -webkit-filter: drop-shadow(1px 1px 4px #8e8d8d);
            filter: drop-shadow(1px 1px 4px #8e8d8d)
        }

    .importtabs .nav-tabs .nav-item:first-child .nav-link {
        background: #fff
    }

    .importtabs .nav-tabs .nav-item:first-child button {
        -webkit-box-shadow: 1px 1px 1px #a8a8a8;
        box-shadow: 1px 1px 1px #a8a8a8
    }

        .importtabs .nav-tabs .nav-item:first-child button:hover {
            -webkit-box-shadow: 1px 1px 6px #8e8d8d;
            box-shadow: 1px 1px 6px #8e8d8d
        }


    .importtabs .nav-tabs .nav-item:nth-child(2) .nav-link {
        background: #fff
    }

    .importtabs .nav-tabs .nav-item:nth-child(2) button {
        -webkit-box-shadow: 1px 1px 1px #a8a8a8;
        box-shadow: 1px 1px 1px #a8a8a8
    }

        .importtabs .nav-tabs .nav-item:nth-child(2) button:hover {
            -webkit-box-shadow: 1px 1px 6px #8e8d8d;
            box-shadow: 1px 1px 6px #8e8d8d
        }
.importtabs .nav-tabs {
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .importtabs .nav-tabs .nav-item {
        width: 100%;
        max-width: 176px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%
    }

        .importtabs .nav-tabs .nav-item button {
            width: 100%;
            border-radius: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            position: relative
        }

            .importtabs .nav-tabs .nav-item button .tabbgarr {
                -webkit-transition: 0.3s;
                transition: 0.3s;
                -webkit-filter: drop-shadow(1px 1px 1px #a8a8a8);
                filter: drop-shadow(1px 1px 1px #a8a8a8)
            }

            .importtabs .nav-tabs .nav-item button:hover {
                opacity: 1
            }

                .importtabs .nav-tabs .nav-item button:hover .tabbgarr {
                    -webkit-filter: drop-shadow(1px 1px 4px #8e8d8d);
                    filter: drop-shadow(1px 1px 4px #8e8d8d)
                }

            .importtabs .nav-tabs .nav-item button p {
                margin: 0;
                position: relative;
                z-index: 1
            }

            .importtabs .nav-tabs .nav-item button ul {
                position: relative;
                z-index: 1
            }

            .importtabs .nav-tabs .nav-item button .tabbgarr {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%
            }

        .importtabs .nav-tabs .nav-item:first-child {
            width: 100%;
            max-width: 110px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            padding-right: 10px;
            border-right: none
        }

            .importtabs .nav-tabs .nav-item:first-child button {
                border-radius: 30px
            }

        .importtabs .nav-tabs .nav-item:nth-child(2) {
            width: 100%;
            max-width: 190px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            padding-right: 15px;
            border-right: none
        }

        .importtabs .nav-tabs .nav-item:nth-child(2) button {
            border-radius: 30px
        }

        .importtabs .nav-tabs .nav-item:nth-child(3) button {
            border-radius: 30px 0 0 30px
        }

        .importtabs .nav-tabs .nav-item:last-child {
            border-right: none
        }

            .importtabs .nav-tabs .nav-item:last-child button {
                border-radius: 0 30px 30px 0
            }

.importtabs .nav-item button {
    border: none !important;
    margin: 0
}

.importtabs .nav-link {
    font-weight: 600;
    text-align: center;
    height: 74px;
    color: #000;
    opacity: 0.6
}

    .importtabs .nav-link .importtabs__icons {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-weight: 400;
        color: #212529;
        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;
        font-size: 14px;
        font-weight: 500
    }

        .importtabs .nav-link .importtabs__icons li {
            margin-right: 5px
        }

            .importtabs .nav-link .importtabs__icons li:last-child {
                margin-right: 0
            }

            .importtabs .nav-link .importtabs__icons li img {
                width: 20px;
                vertical-align: middle;
                margin-top: -3px
            }

    .importtabs .nav-link.active {
        opacity: 1
    }

.importtabs table tbody {
    font-size: 14px
}

    .importtabs table tbody p {
        margin: 0
    }

    .importtabs table tbody td a {
        color: #157495
    }

    .importtabs table tbody td {
        vertical-align: middle;
        color: #566a7f;
        font-weight: 500;
        padding: 10px 10px 10px 20px
    }

    .importtabs table tbody .statuslabel {
        display: inline-block;
        padding: 2px 5px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        border-radius: 5px;
        position: relative
    }

.importtabs table thead th:hover {
    mix-blend-mode: multiply
}

.importtabs .tablewrapper {
    overflow: auto;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px
}

    .importtabs .tablewrapper::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    .importtabs .tablewrapper::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.05)
    }

    .importtabs .tablewrapper::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        border-radius: 10px
    }

.importtabs table {
    min-width: 900px
}

.mngnotification {
    background: rgba(253,252,245,0.9);
    margin: 0
}

@media (max-width:1600.8px) {
    .overviewwrapper.overviewwrapper__imp .overview__header {
        margin-bottom: 25px
    }

    .overviewwrapper.overviewwrapper__imp .overviewsect__title p {
        margin: 0;
        font-size: 28px
    }

    .overviewwrapper.overviewwrapper__imp .overviewbox .count {
        font-size: 32px;
        margin-bottom: 4px
    }

    .overviewwrapper.overviewwrapper__imp .overviewbox {
        padding: 15px 25px;
        min-height: 190px
    }

    .overviewwrapper.overviewwrapper__imp .overviewsect {
        margin-bottom: 30px
    }

    .overviewwrapper.overviewwrapper__imp .overviewsect__title {
        margin-bottom: 15px
    }

    .overviewwrapper.overviewwrapper__imp .overviewbox .title {
        font-size: 15px;
        margin-bottom: 3px
    }

    .overviewwrapper.overviewwrapper__imp .overviewbox ul li {
        font-size: 13px
    }
}

@media (max-width:1440.8px) {
    .overviewbox ul li {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width:1400.8px) {
    .overviewbox {
        padding: 15px 20px;
        margin-bottom: 20px
    }

        .overviewbox .count {
            font-size: 36px
        }

            .overviewbox .count:nth-last-child(-n+2) {
                margin-bottom: 0
            }

        .overviewbox ul {
            max-width: 300px
        }

        .overviewbox .count {
            font-size: 42px
        }

        .overviewbox .title {
            font-size: 18px
        }

    .importtabs .nav-link .importtabs__icons li img {
        width: 16px
    }

    .importtabs .nav-tabs .nav-item:first-child {
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        padding-right: 50px
    }

    .importtabs .nav-tabs .nav-item {
        max-width: 16%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%
    }
}

@media (max-width:1199.8px) {
    .importtabs .nav-tabs .nav-item button p {
        font-size: 14px
    }

    .importtabs .nav-link .importtabs__icons li {
        font-size: 12px
    }

        .importtabs .nav-link .importtabs__icons li img {
            width: 12px
        }
}

@media (max-width:991.8px) {
    .importtabs .nav-tabs .nav-item:first-child {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
        padding-right: 0
    }

    .importtabs .nav-tabs .nav-item {
        max-width: 33%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }

        .importtabs .nav-tabs .nav-item:last-child button, .importtabs .nav-tabs .nav-item:nth-child(2) button {
            border-radius: 0
        }

        .importtabs .nav-tabs .nav-item button {
            font-size: 18px
        }

    .importtabs .nav-tabs .nav-item {
        margin-bottom: 15px
    }
}

@media (max-width:767.8px) {
    .overview__header-leftbox {
        max-width: calc(100% - 250px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .overview__header-userinfo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .overview__header-searchbox {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px
    }

    .overviewbox ul li {
        font-size: 17px!important;
    }
}

@media (max-width:575.8px) {
    .overview__header-leftbox {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px
    }

    .overview__header-userinfo {
        max-width: 220px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        padding-left: 0
    }

    .overviewwrapper {
        padding: 15px
    }

    .overview__header {
        margin-bottom: 20px
    }

    .overviewsect .overviewsect__title p {
        margin-bottom: 0
    }

    .overviewbox {
        height: auto;
        min-height: 200px
    }

        .overviewbox ul li {
            font-size: 14px
        }

    .importtabs .nav-tabs .nav-item {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

        .importtabs .nav-tabs .nav-item button {
            font-size: 14px
        }

    .importtabs .nav-link {
        height: auto;
        min-height: 50px
    }
}

.stmanpage {
    background: #f2f8fe;
    padding: 30px;
    min-height: 100vh
}

.stmanpage__header {
    min-height: 60px;
    background: #fff;
    border: 1px solid #b8cce1;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    margin-bottom: 20px
}

    .stmanpage__header .title {
        margin: 0;
        font-size: 24px
    }

.stmanpage__body {
    background: #fff;
    border: 1px solid #b8cce1;
    min-height: calc(100vh - 140px);
    border-radius: 5px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .stmanpage__body .stmanpage__folderswrap {
        width: 100%;
        max-width: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        background: #f2f8fe;
        border: 1px solid #b8cce1;
        border-radius: 5px
    }

    .stmanpage__body .stmanpage__contentwrap {
        width: 100%;
        max-width: calc(100% - 300px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        padding: 10px
    }

.stmanpage__conthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b8cce1;
    margin-bottom: 10px
}

    .stmanpage__conthead .searchsect {
        width: 100%;
        max-width: calc(100% - 200px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px)
    }

    .stmanpage__conthead .totalcount {
        width: 100%;
        max-width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }

        .stmanpage__conthead .totalcount p {
            margin: 0;
            text-align: right
        }

            .stmanpage__conthead .totalcount p span {
                color: #d12323;
                font-weight: 500
            }

    .stmanpage__conthead .searchsect input {
        width: 100%;
        height: 42px;
        border: none;
        outline: none
    }

.stmanpage__contentwrap thead th {
    font-weight: 500 !important;
    background: #f2f8fe
}

    .stmanpage__contentwrap thead th:not(.no-sort):after {
        content: "" !important;
        display: inline-block;
        width: 10px;
        height: 14px;
        background: url(../img/table-arrows.svg) no-repeat center/100%;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1 !important
    }

    .stmanpage__contentwrap thead th:before {
        display: none !important
    }

.stmanpage__contentwrap td {
    font-size: 15px;
    vertical-align: middle;
    padding: 15px 10px !important;
    position: relative
}

    .stmanpage__contentwrap td p {
        margin: 0
    }

.stmanpage__contentwrap .table-hover > tbody > tr:hover > * {
    --bs-table-bg-state: #f1f8ff
}

.filetext {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    padding-left: 40px
}

    .filetext img {
        vertical-align: middle;
        width: 32px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .filetext:after {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-size: 100%;
        background-position: center;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .filetext.publish:after {
        background-image: url("../img/studymanagement/publish2.png")
    }

    .filetext.unpublish:after {
        background-image: url("../img/studymanagement/unpublish2.png")
    }

.stmanpage__publishsect {
    padding-top: 20px
}

    .stmanpage__publishsect ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .stmanpage__publishsect ul li {
            margin-right: 20px
        }

            .stmanpage__publishsect ul li img {
                margin-right: 5px;
                width: 30px
            }

            .stmanpage__publishsect ul li:last-child {
                margin-right: 0
            }

            .stmanpage__publishsect ul li a {
                text-decoration: none;
                color: #222;
                -webkit-transition: 0.3s;
                transition: 0.3s;
                font-size: 16px;
                display: inline-block;
                padding: 5px;
                border-radius: 5px
            }

                .stmanpage__publishsect ul li a:hover {
                    background: #f2f8fe
                }

.filecontextmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-shadow: 0px 1px 4px #b4b4b4;
    box-shadow: 0px 1px 4px #b4b4b4;
    width: 180px;
    border-radius: 5px;
    position: absolute;
    z-index: 25;
    left: 40px;
    top: 40px;
    background: #fff;
    display: none;
    overflow: hidden
}

    .filecontextmenu.show {
        display: inline-block
    }

    .filecontextmenu li {
        border-bottom: 1px solid #e7e7e7
    }

        .filecontextmenu li:last-child {
            border-bottom: none
        }

        .filecontextmenu li a {
            text-decoration: none;
            color: #212529;
            font-size: 14px;
            display: block;
            padding: 5px 10px 5px 30px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            position: relative
        }

            .filecontextmenu li a:hover {
                background: #417fbf;
                color: #fff
            }

            .filecontextmenu li a svg {
                position: absolute;
                left: 8px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

#kt_docs_jstree_customicons li {
    line-height: 30px
}

.jstree-default .jstree-anchor {
    padding: 5px;
    height: auto
}

.vakata-context li > a {
    color: #333;
    font-size: 14px
}

.vakata-context {
    background: #fff;
    border: none;
    -webkit-box-shadow: 2px 2px 4px #b4b4b4;
    box-shadow: 2px 2px 4px #b4b4b4
}

    .vakata-context li > a > i:empty {
        background-size: 18px !important
    }

.tablewrapper {
    overflow: auto
}

    .tablewrapper::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    .tablewrapper::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.05)
    }

    .tablewrapper::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        border-radius: 10px
    }

.stmanpage__body .select2-container {
    z-index: 19 !important
}

.successmessbox {
    position: fixed;
    left: 20px;
    top: 20px;
    background: rgb(74,171,95);
    z-index: 5;
    border-radius: 5px;
    padding: 12px 15px;
    color: #044b00;
    display: none
}

    .successmessbox p {
        margin: 0
    }

@media (max-width:1600.8px) {
    .stmanpage {
        padding: 20px
    }

    .stmanpage__header {
        min-height: 50px
    }

        .stmanpage__header .title {
            font-size: 21px
        }

    .stmanpage__body .stmanpage__folderswrap {
        max-width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }

    .stmanpage__body .stmanpage__contentwrap {
        max-width: calc(100% - 260px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
        flex: 0 0 calc(100% - 260px)
    }

    .filetext:after {
        width: 20px;
        height: 20px
    }

    .stmanpage__contentwrap thead th {
        font-size: 14px;
        padding: 15px 25px 15px 10px !important
    }

    table.dataTable tbody td {
        min-width: 70px;
        font-size: 14px
    }

    .filetext img {
        width: 28px
    }

    .stmanpage__publishsect ul li img {
        width: 24px;
        margin-right: 3px
    }

    .stmanpage__contentwrap td {
        padding: 12px 10px !important
    }
}

@media (max-width:1199.8px) {
    .stmanpage__contbody table {
        min-width: 800px
    }

        .stmanpage__contbody table th {
            vertical-align: middle
        }
}

@media (max-width:991.8px) {
    .stmanpage {
        padding: 10px
    }

    .stmanpage__body .stmanpage__folderswrap {
        max-width: 240px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px
    }

    .stmanpage__body .stmanpage__contentwrap {
        max-width: calc(100% - 240px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px)
    }

    .stmanpage__contbody .tablenav__rightnav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .stmanpage__contbody .selectpage {
        width: 100%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .stmanpage__contbody .currentpage {
        width: 100%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: right
    }

    .stmanpage__contbody .tablepagination {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px
    }

        .stmanpage__contbody .tablepagination ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
}

@media (max-width:767.8px) {
    .stmanpage__body .stmanpage__contentwrap, .stmanpage__body .stmanpage__folderswrap {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .stmanpage__body .stmanpage__folderswrap {
        padding: 10px
    }
}

@media (max-width:575.8px) {
    .stmanpage__header .title {
        font-size: 18px
    }

    .stmanpage__header {
        min-height: initial;
        padding: 8px 10px;
        margin-bottom: 10px
    }

    .stmanpage__body .stmanpage__folderswrap {
        padding: 10px 0
    }

    .jstree-default .jstree-anchor {
        font-size: 14px
    }

    .jstree-default .jstree-anchor {
        padding: 3px 5px
    }

    .stmanpage__conthead .searchsect {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

        .stmanpage__conthead .searchsect input {
            border: 1px solid #b8cce1;
            padding-left: 10px;
            border-radius: 5px
        }

        .stmanpage__conthead .searchsect .inputfield {
            margin-bottom: 20px
        }

    .stmanpage__conthead .totalcount {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

        .stmanpage__conthead .totalcount p {
            text-align: left
        }

    .stmanpage__body .stmanpage__contentwrap {
        padding: 15px 0 10px 0
    }

    .stmanpage__contbody .selectpage {
        max-width: calc(100% - 100px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px)
    }

    .stmanpage__contbody .currentpage {
        max-width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }

    .stmanpage__publishsect ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .successmessbox {
        left: 10px;
        top: 10px;
        width: calc(100% - 30px)
    }
}

.stmanpage.v2 {
    background: #fff;
    padding: 0
}

    .stmanpage.v2 .stmanpage__header {
        border: none;
        border-bottom: 1px solid #2A3042;
        margin: 0;
        border-radius: 0;
        min-height: 60px
    }

    .stmanpage.v2 .stmanpage__body {
        padding: 0;
        border: none;
        min-height: 100vh
    }

    .stmanpage.v2 .stmanpage__conthead {
        border-bottom: none
    }

        .stmanpage.v2 .stmanpage__conthead .inputfield input {
            border-bottom: 1px solid #2A3042
        }

    .stmanpage.v2 .stmanpage__body .stmanpage__folderswrap {
        border: none;
        padding: 20px;
        background: #45628c;
        border-radius: 0
    }

    .stmanpage.v2 .folderlist {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        .stmanpage.v2 .folderlist li a {
            margin-bottom: 5px
        }

        .stmanpage.v2 .folderlist i, .stmanpage.v2 .folderlist svg {
            margin-right: 10px
        }

        .stmanpage.v2 .folderlist ul {
            list-style-type: none;
            padding: 0 0 0 15px;
            margin: 0
        }

        .stmanpage.v2 .folderlist a {
            text-decoration: none;
            font-size: 16px;
            color: #fff;
            display: block;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            padding: 3px 5px;
            border-radius: 3px
        }

            .stmanpage.v2 .folderlist a:hover {
                background: rgba(216,227,238,0.3)
            }

            .stmanpage.v2 .folderlist a.active {
                background: #45628c;
                color: #fff
            }

    .stmanpage.v2 .stmanpage__contentwrap {
        padding: 20px
    }

    .stmanpage.v2 .tablenav .tablenav__rightnav {
        padding-right: 0
    }

    .stmanpage.v2 .tablenav .tablenav__showpage {
        padding-left: 0
    }

    .stmanpage.v2 .stmanpage__contentwrap thead th {
        background: #45628c;
        color: #fff
    }

        .stmanpage.v2 .stmanpage__contentwrap thead th:not(.no-sort):after {
            background: url(../img/studymanagement/sort.png) no-repeat center/100%
        }

    .stmanpage.v2 .stmanpage__contentwrap .table-hover > tbody > tr:hover > * {
        --bs-table-bg-state: rgba(42,48,66,0.1)
    }

    .stmanpage.v2 .filecontextmenu li a:hover {
        background: #2A3042
    }

    .stmanpage.v2 .tablewrapper table.dataTable {
        width: 100% !important
    }

.filecontextmenu.v2 {
    display: inline-block !important
}

.foldercontmenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 3;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    width: 160px
}

    .foldercontmenu:after {
        content: "";
        display: block;
        width: 1px;
        height: calc(100% - 8px);
        background: #999;
        left: 30px;
        top: 4px;
        position: absolute
    }

    .foldercontmenu li a {
        text-decoration: none;
        color: #333;
        font-size: 14px;
        display: block;
        padding: 5px 5px 5px 40px;
        position: relative;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .foldercontmenu li a:hover {
            background: rgba(42,48,66,0.1215686275)
        }

        .foldercontmenu li a img {
            width: 18px;
            position: absolute;
            left: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }






.rootmenu.v2 {
    display: inline-block !important
}

.rootmenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 3;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    width: 160px
}

    .rootmenu:after {
        content: "";
        display: block;
        width: 1px;
        height: calc(100% - 8px);
        background: #999;
        left: 30px;
        top: 4px;
        position: absolute
    }

    .rootmenu li a {
        text-decoration: none;
        color: #333;
        font-size: 14px;
        display: block;
        padding: 5px 5px 5px 40px;
        position: relative;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .rootmenu li a:hover {
            background: rgba(42,48,66,0.1215686275)
        }

        .rootmenu li a img {
            width: 18px;
            position: absolute;
            left: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

@media (max-width:1600.8px) {
    .stmanpage.v2 .stmanpage__header .title {
        font-size: 28px
    }
}

@media (max-width:1199.8px) {
    .stmanpage.v2 .stmanpage__body .stmanpage__folderswrap {
        max-width: 230px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px
    }

    .stmanpage.v2 .stmanpage__contentwrap {
        max-width: calc(100% - 230px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 230px);
        flex: 0 0 calc(100% - 230px)
    }
}

@media (max-width:767.8px) {
    .stmanpage.v2 .stmanpage__body .stmanpage__folderswrap, .stmanpage.v2 .stmanpage__contentwrap {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .stmanpage.v2 .stmanpage__body {
        min-height: initial
    }
}

@media (max-width:575.8px) {
    .stmanpage.v2 .stmanpage__header .title {
        font-size: 21px
    }

    .stmanpage.v2 .stmanpage__conthead .inputfield input {
        border: 1px solid #2A3042
    }

    .stmanpage.v2 .stmanpage__contentwrap {
        padding: 10px
    }

    .stmanpage.v2 .stmanpage__body .stmanpage__folderswrap {
        padding: 15px 10px
    }
}

.mdmodal .btn-close {
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 2;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mdmodal .modal-dialog {
    max-width: 700px
}

.mdmodal .stud-modalhead {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 20px
}

    .mdmodal .stud-modalhead .title {
        font-size: 24px;
        font-weight: 500;
        margin: 0;
        padding-right: 30px
    }

.mdmodal .select2 {
    width: 100% !important
}

.mdmodal .select2-container .select2-selection--single {
    height: 42px
}

.mdmodal .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px
}

.mdmodal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px
}

.mdmodal .select2-search__field {
    outline: none !important
}

    .mdmodal .select2-search__field:focus {
        border: 1px solid #b8cce1
    }

.mdmodal .modboxin {
    margin-top: 20px;
    display: none
}

    .mdmodal .modboxin.show {
        display: block
    }

    .mdmodal .modboxin .modboxin__head {
        background: #f2f8fe;
        border: 1px solid #b8cce1;
        border-radius: 5px 5px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 40px;
        padding: 3px 10px
    }

        .mdmodal .modboxin .modboxin__head .title {
            font-size: 18px;
            margin: 0;
            width: 100%;
            max-width: calc(100% - 200px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px)
        }

        .mdmodal .modboxin .modboxin__head .uncheckall {
            width: 100%;
            max-width: 200px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
            flex: 0 0 200px;
            text-align: right
        }

            .mdmodal .modboxin .modboxin__head .uncheckall input {
                display: none
            }

                .mdmodal .modboxin .modboxin__head .uncheckall input:checked + label:after {
                    background-image: url("../img/studymanagement/check.png");
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 16px
                }

            .mdmodal .modboxin .modboxin__head .uncheckall label {
                cursor: pointer;
                padding-left: 25px;
                position: relative
            }

                .mdmodal .modboxin .modboxin__head .uncheckall label:after {
                    content: "";
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    border: 1px solid #b8cce1;
                    position: absolute;
                    left: 0;
                    top: 2px;
                    border-radius: 3px;
                    background-color: #fff
                }

    .mdmodal .modboxin .modboxin__body {
        border: 1px solid #b8cce1;
        border-top: none;
        padding: 10px
    }

        .mdmodal .modboxin .modboxin__body .checkfiled {
            margin-bottom: 10px
        }

            .mdmodal .modboxin .modboxin__body .checkfiled input {
                display: none
            }

                .mdmodal .modboxin .modboxin__body .checkfiled input:checked + label:after {
                    background-image: url("../img/studymanagement/check.png");
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 16px
                }

            .mdmodal .modboxin .modboxin__body .checkfiled label {
                cursor: pointer;
                padding-left: 25px;
                position: relative
            }

                .mdmodal .modboxin .modboxin__body .checkfiled label:after {
                    content: "";
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    border: 1px solid #b8cce1;
                    position: absolute;
                    left: 0;
                    top: 2px;
                    border-radius: 3px;
                    background-color: #fff
                }

.mdmodal .stud-footbtns {
    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;
    margin-top: 15px
}

    .mdmodal .stud-footbtns a, .mdmodal .stud-footbtns button, .mdmodal .stud-footbtns input {
        margin: 0 10px;
        outline: none;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background: transparent;
        text-decoration: none
    }

    .mdmodal .stud-footbtns .cancel {
        min-width: 120px;
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #b8cce1;
        border-radius: 5px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #212529
    }

        .mdmodal .stud-footbtns .cancel:hover {
            -webkit-box-shadow: 0 4px 10px #b8cce1;
            box-shadow: 0 4px 10px #b8cce1
        }

    .mdmodal .stud-footbtns .success {
        min-width: 120px;
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #39628d;
        border-radius: 5px;
        background: #39628d;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .mdmodal .stud-footbtns .success:hover {
            -webkit-box-shadow: 0 4px 10px #b8cce1;
            box-shadow: 0 4px 10px #b8cce1
        }

.mdmodal .usinfotext {
    font-size: 14px;
    margin: 0
}

    .mdmodal .usinfotext span {
        min-width: 100px;
        display: inline-block
    }

.mdmodal .wrapperfile iframe {
    width: 100%
}

.mdmodal .modboxin .titlesm {
    font-size: 14px;
    margin: 0
}

.smmodal .btn-close {
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 2;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.smmodal .modal-dialog {
    max-width: 500px
}

.smmodal .stud-footbtns {
    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;
    margin-top: 15px
}

    .smmodal .stud-footbtns a, .smmodal .stud-footbtns button, .smmodal .stud-footbtns input {
        margin: 0 10px;
        outline: none;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background: transparent;
        text-decoration: none
    }

    .smmodal .stud-footbtns .cancel {
        min-width: 120px;
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #b8cce1;
        border-radius: 5px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #212529
    }

        .smmodal .stud-footbtns .cancel:hover {
            -webkit-box-shadow: 0 4px 10px #b8cce1;
            box-shadow: 0 4px 10px #b8cce1
        }

    .smmodal .stud-footbtns .success {
        min-width: 120px;
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #39628d;
        border-radius: 5px;
        background: #39628d;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .smmodal .stud-footbtns .success:hover {
            -webkit-box-shadow: 0 4px 10px #b8cce1;
            box-shadow: 0 4px 10px #b8cce1
        }

.smmodal img.centpic {
    max-width: 128px;
    margin-bottom: 10px
}

.smmodal .ctdwrapper {
    padding: 10px 0 10px 0
}

    .smmodal .ctdwrapper .title {
        font-size: 28px;
        font-weight: 500
    }

    .smmodal .ctdwrapper p {
        font-size: 16px
    }

        .smmodal .ctdwrapper p:last-child {
            margin-bottom: 0
        }

.xlmodal .btn-close {
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 2;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.xlmodal .modal-dialog {
    max-width: calc(100% - 60px)
}

.xlmodal .wrapperfile {
    padding: 10px 0 0 0
}

.xlmodal .stud-footbtns {
    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;
    margin-top: 15px
}

    .xlmodal .stud-footbtns a, .xlmodal .stud-footbtns button, .xlmodal .stud-footbtns input {
        margin: 0 10px;
        outline: none;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background: transparent;
        text-decoration: none
    }

    .xlmodal .stud-footbtns .cancel {
        min-width: 120px;
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #b8cce1;
        border-radius: 5px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #212529
    }

        .xlmodal .stud-footbtns .cancel:hover {
            -webkit-box-shadow: 0 4px 10px #b8cce1;
            box-shadow: 0 4px 10px #b8cce1
        }

    .xlmodal .stud-footbtns .success {
        min-width: 120px;
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #39628d;
        border-radius: 5px;
        background: #39628d;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

        .xlmodal .stud-footbtns .success:hover {
            -webkit-box-shadow: 0 4px 10px #b8cce1;
            box-shadow: 0 4px 10px #b8cce1
        }

.xlmodal .stud-modalhead {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 20px
}

    .xlmodal .stud-modalhead .title {
        font-size: 24px;
        font-weight: 500;
        margin: 0;
        padding-right: 30px
    }

.xlmodal .docname {
    color: #39628d
}

.select2-dropdown.modaldd .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #39628d !important
}

.select2-container .select2-selection--multiple {
    min-height: 40px;
    padding-left: 10px
}

.select2-container .select2-search--inline .select2-search__field {
    height: 22px;
    margin-top: 8px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f8fe;
    border: 1px solid #b8cce1
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #b8cce1;
    font-weight: 500;
    border-right: 1px solid #b8cce1
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #b8cce1
}

.mdmodal .select2-selection--multiple .select2-search__field:focus {
    border: none
}

.historytable {
    width: 100%
}

    .historytable td, .historytable th {
        vertical-align: middle
    }

        .historytable td:nth-child(4), .historytable td:nth-child(5), .historytable td:nth-child(6), .historytable th:nth-child(4), .historytable th:nth-child(5), .historytable th:nth-child(6) {
            text-align: center
        }

    .historytable th {
        background: #f2f8fe;
        border: 1px solid #b8cce1
    }

.historytable__wrapper {
    overflow: auto
}

    .historytable__wrapper table {
        min-width: 800px
    }

.mdmodal.v2 .modboxin .modboxin__head {
    background: #556ee6
}

    .mdmodal.v2 .modboxin .modboxin__head .title {
        color: #fff
    }

    .mdmodal.v2 .modboxin .modboxin__head .uncheckall label {
        color: #fff
    }

.mdmodal.v2 .stud-footbtns .success {
    background: #556ee6
}

.mdmodal.v2 .modboxin .modboxin__body .checkfiled label:after {
    border: 1px solid #2a3042
}

.mdmodal.v2 .modboxin .modboxin__body .checkfiled input:checked + label:after {
    background-image: url(../img/studymanagement/check2.png)
}

.mdmodal.v2 .modboxin .modboxin__head .uncheckall input:checked + label:after {
    background-image: url(../img/studymanagement/check2.png)
}

.mdmodal.v2 .modboxin .titlesm {
    color: #fff
}

.mdmodal.v2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f8fe;
    border: 1px solid #2a3042
}

.mdmodal.v2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #2a3042;
    border-right: 1px solid #2a3042
}

.mdmodal.v2 .select2-container--default .select2-selection--multiple {
    border: 1px solid #2a3042
}

.smmodal.v2 .stud-footbtns .success {
    background: #2a3042
}

.xlmodal.v2 .historytable th {
    background: #2A3042;
    color: #fff;
    border: 1px solid #fff
}

.xlmodal.v2 .docname {
    color: #2A3042
}

@media (max-width:767.8px) {
    .mdmodal .inputfield {
        margin-bottom: 15px
    }

    .mdmodal .modboxin {
        margin-top: 0
    }

    .mdmodal .usinfotext {
        margin-bottom: 10px
    }
}

@media (max-width:575.8px) {
    .mdmodal .stud-modalhead .title {
        font-size: 18px
    }

    .mdmodal .btn-close {
        top: 17px
    }

    .mdmodal .modboxin .modboxin__head .uncheckall {
        max-width: 120px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    .mdmodal .modboxin .modboxin__head .title {
        font-size: 16px
    }

    .mdmodal .modboxin .modboxin__head .title {
        max-width: calc(100% - 120px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px)
    }

    .mdmodal .modboxin .modboxin__body .checkfiled label, .modboxin .modboxin__head .uncheckall label {
        font-size: 14px
    }

        .mdmodal .modboxin .modboxin__body .checkfiled label:after, .mdmodal .modboxin .modboxin__head .uncheckall label:after {
            top: 0
        }

    .smmodal .modal-dialog {
        max-width: 100%
    }

    .smmodal img.centpic {
        max-width: 100px
    }

    .smmodal .ctdwrapper .title {
        font-size: 24px;
        margin-bottom: 5px
    }

    .smmodal .ctdwrapper p {
        font-size: 14px
    }

    .xlmodal .modal-dialog {
        max-width: 100%
    }

    .xlmodal .stud-modalhead .title {
        font-size: 18px
    }

    .xlmodal .btn-close {
        top: 18px
    }
}

body, html {
    height: 100%
}

.crf-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.pagewrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.crfwrapper {
    padding: 20px;
    background: #f2f8fe
}

    .crfwrapper .formeo-controls .control-group {
        border-radius: 8px 8px 0 0
    }

    .crfwrapper .formeo-controls .field-control {
        border: 1px solid #b8cce1
    }

    .crfwrapper .form-actions.f-btn-group {
        margin-top: 15px
    }

        .crfwrapper .form-actions.f-btn-group button {
            border: 1px solid #4396bb;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            padding: 8px 15px;
            min-width: 100px
        }

            .crfwrapper .form-actions.f-btn-group button:hover {
                -webkit-filter: none;
                filter: none
            }

        .crfwrapper .form-actions.f-btn-group .clear-form:hover {
            background: #195e7d;
            color: #fff
        }

        .crfwrapper .form-actions.f-btn-group .save-form {
            background: #4396bb;
            color: #fff
        }

            .crfwrapper .form-actions.f-btn-group .save-form:hover {
                background: #22751e;
                border-color: #22751e;
                color: #fff
            }

    .crfwrapper .field-control button, .crfwrapper .formeo-controls .field-control button {
        font-size: 16px;
        font-weight: 500
    }

    .crfwrapper .formeo.formeo-editor .formeo-stage {
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #b8cce1;
        margin-right: 20px;
        padding: 10px 10px 10px 30px;
        min-height: 511px
    }

    .crfwrapper .formeo .f-addon:focus, .crfwrapper .formeo input:focus, .crfwrapper .formeo select:focus, .crfwrapper .formeo textarea:focus, .crfwrapper .formeo.formeo-editor .field-edit [contenteditable]:focus {
        border: 1px solid #b8cce1
    }

    .crfwrapper .hidden-control {
        display: none
    }

    .crfwrapper .formeo input[type=file] {
        height: auto;
        background: #f2f8fe
    }

.crf-footer, .crf-header {
    min-height: 50px;
    background: #fff;
    border: 1px solid #b8cce1;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    margin-bottom: 20px
}

    .crf-footer p, .crf-header p {
        margin: 0
    }

.crf-footer {
    margin: 20px 0 0 0
}

.testtext {
    font-size: 21px;
    font-weight: 500
}

.recording-info {
    min-height: 300px;
    background: #fff;
    border: 1px solid #b8cce1;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0
}

    .recording-info .title {
        font-size: 21px;
        font-weight: 500
    }

    .recording-info p:last-child {
        margin-bottom: 0
    }

.crfwrapper.v2 .field-control, .crfwrapper.v2 .formeo-controls .field-control {
    background: #2A3042
}

    .crfwrapper.v2 .field-control button, .crfwrapper.v2 .formeo-controls .field-control button {
        color: #fff
    }

        .crfwrapper.v2 .field-control button span, .crfwrapper.v2 .formeo-controls .field-control button span {
            -webkit-filter: invert(1);
            filter: invert(1)
        }

    .crfwrapper.v2 .formeo-controls .field-control:hover {
        background: #484d5f
    }

.crfwrapper.v2 .crf-footer, .crfwrapper.v2 .crf-header {
    border: 1px solid #2A3042
}

.crfwrapper.v2 .formeo.formeo-editor .formeo-stage, .crfwrapper.v2 .recording-info {
    border: 1px solid #2A3042
}

.crfwrapper.v2 .formeo.formeo-editor .hovering-field {
    -webkit-box-shadow: inset 0 0 0 1px rgba(42,48,66,0.5);
    box-shadow: inset 0 0 0 1px rgba(42,48,66,0.5)
}

.crfwrapper.v2 .field-control button:focus {
    background-color: #484d5f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.crfwrapper.v2 .formeo .f-addon:focus, .crfwrapper.v2 .formeo input:focus, .crfwrapper.v2 .formeo select:focus, .crfwrapper.v2 .formeo textarea:focus, .crfwrapper.v2 .formeo.formeo-editor .field-edit [contenteditable]:focus {
    border: 1px solid #2A3042
}

.crfwrapper.v2 .form-actions.f-btn-group button {
    border: 1px solid #2A3042
}

.crfwrapper.v2 .form-actions.f-btn-group .save-form {
    background: #2A3042
}

    .crfwrapper.v2 .form-actions.f-btn-group .save-form:hover {
        background: #22751e;
        border-color: #22751e;
        color: #fff
    }

.crfwrapper.v2 .form-actions.f-btn-group .clear-form:hover {
    background: #b8cce1;
    color: #2A3042
}

.crfwrapper.v2 .formeo .panel-nav button {
    border: 1px solid #2a3042
}

.crfwrapper.v2 .formeo .panel-nav h5 {
    color: #2a3042;
    font-size: 18px;
    font-weight: 500
}

.crfwrapper.v2 .formeo .panel-nav .panel-labels {
    border-top: 1px solid #2a3042;
    border-radius: 0
}

@media (max-width:1600.8px) {
    .crfwrapper .field-control button, .crfwrapper .formeo-controls .field-control button {
        font-size: 15px
    }
}

@media (max-width:991.8px) {
    .crfwrapper .field-control button, .crfwrapper .formeo-controls .field-control button {
        font-size: 15px
    }

    .formeo-controls {
        width: 30%
    }
}

@media (max-width:767.8px) {
    .crfwrapper .field-control button, .crfwrapper .formeo-controls .field-control button {
        font-size: 14px
    }

    .crfwrapper .formeo.formeo-editor .formeo-stage {
        margin-right: 5px
    }

    .formeo-controls {
        width: 40%
    }

    .crfwrapper .form-actions.f-btn-group button {
        padding: 6px 10px;
        min-width: 90px
    }
}

@media (max-width:575.8px) {
    .crfwrapper {
        padding: 10px
    }

        .crfwrapper:not(.v2) .formeo-controls {
            width: 100%;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        .crfwrapper:not(.v2) .formeo-stage {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        .crfwrapper:not(.v2) .formeo.formeo-editor {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .crfwrapper:not(.v2) .formeo-controls .panel-count-1 .control-group li:first-child, .crfwrapper:not(.v2) .formeo-controls .panel-count-1 .control-group li:last-child {
            border-radius: 0
        }

        .crfwrapper:not(.v2) .formeo-controls .form-actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 10px
        }

        .crfwrapper:not(.v2) .form-actions.f-btn-group {
            margin-top: 5px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .crfwrapper:not(.v2) .form-actions.f-btn-group button {
                height: 36px;
                border-radius: 0 !important
            }

        .crfwrapper:not(.v2) .formeo.formeo-editor .formeo-stage {
            min-height: 200px
        }

        .crfwrapper.v2 .formeo-controls .field-control button {
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            word-wrap: break-word;
            white-space: normal;
            line-height: 140%;
            font-size: 12px
        }

            .crfwrapper.v2 .formeo-controls .field-control button .control-icon {
                display: none
            }

        .crfwrapper.v2 .formeo-controls {
            width: 100px
        }

        .crfwrapper.v2 .form-actions.f-btn-group button {
            height: 36px;
            border-radius: 0 !important;
            width: 100%;
            min-width: initial
        }

        .crfwrapper.v2 .formeo.formeo-editor .formeo-stage {
            min-height: 200px
        }

        .crfwrapper.v2 .formeo .panel-nav h5 {
            display: none
        }

        .crfwrapper.v2 .formeo .panel-nav button {
            height: 30px;
            width: 50%;
            display: inline-block;
            position: relative
        }

        .crfwrapper.v2 .formeo-controls nav {
            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%;
            padding: 0
        }
}


.edtext {
    outline: none !important;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .edtext[contenteditable=true] {
        background: rgba(86,110,230,0.1)
    }

.edittd {
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .edittd.center {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .edittd img {
        width: 18px;
        vertical-align: top
    }

.editable_td:hover .edittd {
    opacity: 1
}
/* ============================================
   HARMONIZED TAB STYLING - Protocol Style
   Applied globally to all nav-tabs
   ============================================ */

/* Base tab styling */
.nav-tabs {
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 2rem;
}

.nav-tabs .nav-link {
    color: #6c757d;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    background-color: transparent;
}

.nav-tabs .nav-link:hover {
    color: #3498db;
    background-color: #f8f9fa;
    border: none;
}

.nav-tabs .nav-link.active {
    color: #3498db;
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #3498db;
    border-radius: 3px 3px 0 0;
}

/* Tab content styling */
.tab-content {
    padding: 1.5rem 0;
}

/* Responsive tab styling */
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}
