@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");

.managersection {
    padding: 22px 15px;
    background: #f8f8fb;
    min-height: 100vh;
    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 {
    max-width: 90%
}

    .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
    }

.dashboardbodysect .tablenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0
}

    .dashboardbodysect .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
    }

        .dashboardbodysect .tablenav .tablenav__showpage .select2-container {
            width: 60px !important;
            margin: 0 5px
        }

            .dashboardbodysect .tablenav .tablenav__showpage .select2-container .select2-selection--single {
                height: 36px
            }

        .dashboardbodysect .tablenav .tablenav__showpage .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 36px
        }

        .dashboardbodysect .tablenav .tablenav__showpage .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 36px
        }

    .dashboardbodysect .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
    }

    .dashboardbodysect .tablenav .selectpage .select2-container {
        width: 60px !important;
        margin: 0 5px
    }

        .dashboardbodysect .tablenav .selectpage .select2-container .select2-selection--single {
            height: 36px
        }

    .dashboardbodysect .tablenav .selectpage .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px
    }

    .dashboardbodysect .tablenav .selectpage .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px
    }

    .dashboardbodysect .tablenav .currentpage {
        padding: 0 15px
    }

        .dashboardbodysect .tablenav .currentpage p {
            margin: 0
        }

    .dashboardbodysect .tablenav .tablepagination .pagination {
        margin: 0
    }

        .dashboardbodysect .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
        }

        .dashboardbodysect .tablenav .tablepagination .pagination .page-item.active a {
            background: transparent;
            border: 1px solid #000
        }

        .dashboardbodysect .tablenav .tablepagination .pagination .page-item.next, .dashboardbodysect .tablenav .tablepagination .pagination .page-item.prev {
            color: #000
        }

            .dashboardbodysect .tablenav .tablepagination .pagination .page-item.next a, .dashboardbodysect .tablenav .tablepagination .pagination .page-item.prev a {
                color: #000
            }

            .dashboardbodysect .tablenav .tablepagination .pagination .page-item.next img {
                margin-left: 6px
            }

            .dashboardbodysect .tablenav .tablepagination .pagination .page-item.prev img {
                margin-right: 6px
            }

        .dashboardbodysect .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) {
    .dashboardbodysect .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
    }

    .dashboardbodysect .tablenav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .dashboardbodysect .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
        }

        .dashboardbodysect .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) {
    .dashboardbodysect .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
    }

    .dashboardbodysect .tablenav .tablenav__rightnav, .dashboardbodysect .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;
                padding: 0px 0px 0px 0px;
                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
    }
}
