﻿.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px;
    .fs13

{
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fwb {
    font-weight: 700;
}

.cb-d {
    color: #1F232C !important;
}

.cb-m {
    color: #434D60 !important;
}

.cb-l {
    color: #8A93A4 !important;
}

.c-o {
    color: #7A66F0 !important;
}

.l-pane {
    position: fixed;
    background: #333645 url(../images/loginpage-back.jpg)no-repeat center center;
    background-size: cover;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 400px;
    display: flex;
    display: -webkit-flex;
    text-align: center;
}

    .l-pane > .inner {
        display: block;
        width: 100%;
        text-align: left;
        margin: 62px 0px 10px 40px;
        position: relative;
    }

        .l-pane > .inner p.title {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            max-width: 195px;
        }

    .l-pane .btm-box {
        position: absolute;
        bottom: 10px;
        left: 0px;
        color: #fff;
    }

    .l-pane:after {
        content: '';
        background: rgba(46,54,89,0.90);
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        display: block;
        display: none;
    }

.p-link.tdn {
    text-decoration: none;
}

.p-link {
    color: #7A66F0;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: color ease-out 0.2s;
    transition: color ease-out 0.2s;
}

    .p-link:hover {
        color: #434D60;
    }

    .p-link.white:hover {
        color: #ffffff;
    }

h1.form-title {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 35px;
}

.form-control.grey {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
}

.form-control {
    height: 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    padding: .375rem 1.2rem;
    color: #1F232C;
}

    .form-control::placeholder {
        color: #434D60;
    }

.wrapper {
    margin-left: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
}

.sa-wrapper {
    width: 608px;
    min-height: 588px;
}

    .sa-wrapper p {
        font-weight: 500;
    }

        .sa-wrapper p.regular {
            font-weight: 400;
        }

    .sa-wrapper.mw-477 {
        max-width: 477px;
        min-height: 100px;
    }

.custom-select {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
    height: 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 19px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7A66F0;
    background-color: #7A66F0;
}

.btn {
    font-weight: 400;
    font-size: 15px;
}

.btn-success {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .btn-success:hover {
        color: #fff;
        background-color: #6a58d5;
        border-color: #6a58d5;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.1);
    }

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #6a58d5;
        border-color: #6a58d5;
        box-shadow: 0 0 0 .1rem rgba(254, 127, 45, .5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #A1A6AF;
        border-color: #A1A6AF;
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #A1A6AF;
        border-color: #A1A6AF;
    }

        .btn-success:not(:disabled):not(.disabled).active:focus,
        .btn-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(254, 127, 45, .5)
        }

.btn-big {
    height: 45px;
    padding: 11px 20px;
    border-radius: 10px;
    min-width: 100px;
    line-height: 20px;
}

    .btn-big.min170 {
        min-width: 170px !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1 {
    font-size: 28px;
    color: #1F232C;
    font-weight: 500;
    line-height: 33px;
}


.cc-bx {
    border-radius: 10px;
}

    .cc-bx > .head {
        padding: 18px 0px 0px 0px;
    }

    .cc-bx .bbx {
        padding: 18px 0px;
    }


.card-pic {
    height: 13px;
}

.custom-control-label::before {
    top: 0.05rem;
    width: 1.2rem;
    height: 1.2rem;
}

.custom-control-label::after {
    top: -0.05rem;
    left: -1.55rem;
    width: 1.4rem;
    height: 1.4rem;
}

.custom-control-label {
    padding-left: 4px;
}

.mcbg {
    background-color: #f7f9fc;
}

.bg-light {
    border: 1px solid rgba(151,151,151,0.08);
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
}

    .bg-light .nav-link, .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #434D60;
    }

    .bg-light .nav-item.active .nav-link {
        color: rgba(0,0,0,1);
        font-weight: 500;
    }

.navbar-brand {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

    .navbar-brand img {
        max-width: 120px;
        margin-left: 10px;
    }

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-link {
    display: block;
    padding: 0.813rem 1rem;
}

.navbar-nav .nav-item.active .nav-link {
    position: relative;
}

    .navbar-nav .nav-item.active .nav-link:before {
        content: '';
        position: absolute;
        left: 21px;
        right: 21px;
        display: inline-block;
        height: 4px;
        background-color: #7A66F0;
        border-radius: 25px;
        bottom: -2px;
    }

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        border-radius: 10px;
        border: none;
        background-color: #FFFFFF;
        box-shadow: 5px 15px 44px 0 rgba(190,196,213,0.5);
    }

    .navbar .nav-item:hover .nav-link {
        color: #212529;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .dropdown-item {
        font-size: 14px;
        padding: .45rem 1.5rem;
    }

        .dropdown-item:hover {
            color: #7A66F0;
            background-color: transparent;
        }

        .dropdown-item:focus {
            background-color: transparent;
            color: #434D60;
        }

        .dropdown-item:active {
            background-color: transparent;
            color: #7A66F0;
        }
}

.top-nav {
    border: 1px solid rgba(151,151,151,0.08);
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
}

    .top-nav > .navbar {
        max-width: 1320px;
        margin: 0px auto;
    }

.cbox {
    margin: 35px 50px;
    position: relative;
}

    .cbox .gridbox {
        background-color: #ffffff;
        border-radius: 8px;
        width: 100%;
        min-height: 720px;
        max-width: 1359px;
        margin: 0px auto;
    }

    .cbox button.toggle {
        position: absolute;
        display: inline-block;
        left: -44px;
        border: none;
        background-color: #2e3659;
        color: #fff;
        height: 60px;
        width: 33px;
        top: 10px;
        font-size: 13px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        outline: none;
        text-decoration: none;
    }

.uimg-box {
    max-width: 45px;
    max-height: 45px;
    margin-right: 10px;
    position: relative;
    margin-top: -3px;
    border-radius: 50%;
}

.px50 {
    padding: 35px 50px 30px 50px !important;
}

.py30 {
    padding: 30px 50px;
}

.as-tab {
    border-bottom: 1px solid #ECF0F8;
}

    .as-tab a:first-child {
        margin-left: 50px;
    }

    .as-tab .nav-link {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
        padding: 0.3rem 0px 1rem 0px;
        color: #8A93A4;
        font-size: 15px;
    }

        .as-tab .nav-link.active {
            box-shadow: inset 0px -4px 0px 0px #7A66F0;
            color: #1F232C;
        }

.in-group {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px;
}

    .in-group label {
        color: #8A93A4;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

    .in-group .form-control:focus + label {
        color: #7A66F0;
    }

    .in-group .form-control {
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ECF0F8;
        padding-left: 0px;
        font-size: 18px;
        color: #1F232C;
        padding-top: 0px;
        padding-bottom: 15px;
        outline: none;
        caret-color: #7A66F0;
        -webkit-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
    }

        .in-group .form-control::placeholder {
            color: #8A93A4;
        }

        .in-group .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #7A66F0;
        }

.as-abx figure img {
    width: 72px;
    height: 72px;
    max-width: 72px;
    max-height: 72px;
    margin-right: 20px;
}

.as-abx a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.pih {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
}

ul.ccl {
    margin: 10px 0px 30px 0px;
    padding: 5px 0px 0px 0px;
    max-width: 590px;
}

    ul.ccl li {
        position: relative;
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

        ul.ccl li a.active figure:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            background: url(../images/green-check.svg)no-repeat center;
            background-size: contain;
            position: absolute;
            top: 50%;
            border: none;
            left: 0px;
            margin-top: -9px;
        }

        ul.ccl li figure:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 1px solid #8A93A4;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0px;
            margin-top: -9px;
        }

    ul.ccl figure {
        display: inline-block;
        margin-right: 20px;
        padding-left: 35px;
        position: relative;
        margin-bottom: 0px;
    }

        ul.ccl figure img {
            max-height: 17px;
        }

.btn-green {
    background-color: #4AB48B;
    border-color: #4AB48B;
    color: rgba(255,255,255,0.9);
    padding: 11px 20px;
    min-width: 110px;
}

    .btn-green:hover {
        color: #fff;
        background-color: #3bb888;
        border-color: #3bb888;
    }

.btn-red {
    background-color: #FB6060;
    border-color: #FB6060;
    color: rgba(255,255,255,0.9);
    padding: 11px 20px;
    min-width: 90px;
}

    .btn-red:hover {
        color: #fff;
        background-color: #FB6060;
        border-color: #FB6060;
    }

.btn-ldark {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    color: rgba(255,255,255,0.9);
}

.btn-link {
    color: #434D60;
}

.btn-ldark:hover {
    color: #fff;
    background-color: #82858b;
    border-color: #82858b;
}

.bb {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
}

.cvvtooltip {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1.5px solid #434D60;
    right: 18px;
    top: 34px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    cursor: pointer;
    line-height: 20px;
}




.delete-confirm {
    position: relative;
    display: inline-block;
}

    .delete-confirm button {
        position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        white-space: nowrap;
        padding: 0.5em 2em;
        background-color: transparent;
        border: none;
        border-radius: 4px;
    }

        .delete-confirm button i {
            color: #fff;
        }

        .delete-confirm button .fa + .text {
            margin-left: 0.2em;
        }

        .delete-confirm button.delete {
            z-index: 3;
            -webkit-transition: all 0.2s ease 0.1s;
            transition: all 0.2s ease 0.1s;
        }

            .delete-confirm button.delete.confirm {
                background-color: transparent;
                color: #444;
                -webkit-transition: all 0.2s ease 0.2s;
                transition: all 0.2s ease 0.2s;
                z-index: 0;
            }

                .delete-confirm button.delete.confirm ~ button.yes,
                .delete-confirm button.delete.confirm ~ button.no {
                    visibility: visible;
                    color: #181818;
                    -webkit-transition: all 0.5s ease, visibility 0, background-color 0.3s ease 0.2s;
                    transition: all 0.5s ease, visibility 0, background-color 0.3s ease 0.2s;
                }

                    .delete-confirm button.delete.confirm ~ button.yes:after,
                    .delete-confirm button.delete.confirm ~ button.no:after {
                        opacity: 1;
                        -webkit-transition: all 0.3s ease 0.2s;
                        transition: all 0.3s ease 0.2s;
                    }

                .delete-confirm button.delete.confirm ~ button.yes {
                    -webkit-transform: translate(-100%, 0);
                    transform: translate(-100%, 0);
                    background-color: #fff;
                    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
                }

                    .delete-confirm button.delete.confirm ~ button.yes:after {
                        background-color: #fff;
                        border: 2px solid #fff;
                        box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
                    }

        .delete-confirm button.yes i {
            color: #7A66F0;
        }

        .delete-confirm button.no i {
            color: #434D60;
        }

        .delete-confirm button.delete.confirm ~ button.no {
            -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
            background-color: #fff;
            box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
        }

            .delete-confirm button.delete.confirm ~ button.no:after {
                background-color: #fff;
                border: 2px solid #fff;
                box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
            }

        .delete-confirm button.yes,
        .delete-confirm button.no {
            position: absolute;
            top: 0;
            color: #7A66F0;
            visibility: hidden;
            z-index: 1;
            -webkit-transition: all 0.5s ease, visibility 0.5s, background-color 0.3s ease;
            transition: all 0.5s ease, visibility 0.5s, background-color 0.3s ease;
        }

            .delete-confirm button.yes:after,
            .delete-confirm button.no:after {
                content: "";
                display: block;
                opacity: 0;
                position: absolute;
                box-sizing: border-box;
                top: 50%;
                width: 8px;
                height: 8px;
                background-color: #7A66F0;
                border: 2px solid #7A66F0;
                border-radius: 50%;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                z-index: 2;
            }

        .delete-confirm button.yes {
            left: 0;
        }

            .delete-confirm button.yes:after {
                right: 0;
                -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
            }

        .delete-confirm button.no {
            right: 0;
        }

            .delete-confirm button.no:after {
                left: 0;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .delete-confirm button:focus {
            outline: none;
        }

        .delete-confirm.small button,
        .delete-confirm button.small {
            padding: 0.5em 0.75em;
            text-align: center;
        }



.grid-card h5 {
    margin-top: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.has-search {
    position: relative;
    width: 250px;
    display: inline-block;
    margin-bottom: 0px;
}

    .has-search .form-control {
        padding-left: 2.375rem;
    }

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        background: url(../images/search-inactive.svg)no-repeat center;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        left: 17px;
    }

    .has-search .form-control {
        background-color: #F7F7F7;
        border-color: #F7F7F7;
        height: 45px;
        font-size: 14px;
    }

        .has-search .form-control:focus {
            outline: none;
            box-shadow: none;
        }

            .has-search .form-control:focus + .form-control-feedback {
                background: url(../images/search-active.svg)no-repeat center;
            }

        .has-search .form-control::placeholder {
            color: rgba(67,77,96,0.5);
        }

    .has-search .form-control {
        padding-left: 3rem;
    }

.lv-btn, .gv-btn {
    display: inline-block;
    padding: 5px;
}

    .lv-btn p {
        margin-bottom: 0px;
        display: block;
        display: flex;
        width: 17px;
        margin-left: 3px;
        flex-direction: column;
        margin-top: 1px;
    }

        .lv-btn p span {
            width: 100%;
            height: 3px;
            border-radius: 1.5px;
            background-color: rgba(176,180,186,0.5);
            margin-bottom: 3.1px;
        }

    .lv-btn.active p span {
        background-color: #7A66F0;
    }

.p-view {
    padding-top: 9px;
}

.gv-btn p {
    margin-bottom: 0px;
    display: block;
    display: flex;
    width: 18px;
    margin-left: 3px;
}

    .gv-btn p span {
        width: 7px;
        height: 7px;
        background-color: #D8D8D8;
        margin-bottom: 3px;
        border-radius: 1.5px;
    }

        .gv-btn p span:first-child {
            margin-right: 4px;
        }

.gv-btn.active p span {
    background-color: #7A66F0;
}

.pro-head {
    border-bottom: 1px solid #ECF0F8;
}

.grid-card {
    box-shadow: inset 0px 0px 0px 1px #ECF0F8;
    border-radius: 10px;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 30px;
    /* -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; */
    cursor: pointer;
}

    .grid-card:hover {
        box-shadow: 0 15px 34px 0 rgba(55,66,78,0.07);
    }

ul.ml {
    display: block;
    padding: 0px 11px 0px 0px;
    margin: 0px;
    max-width: 80px;
    max-height: 30px;
    overflow: hidden;
}

    ul.ml li {
        list-style: none;
        display: inline-block;
        margin-right: -11px;
        position: relative;
    }

        ul.ml li:nth-of-type(3) a:before {
            content: '+2';
            width: 29px;
            height: 29px;
            border-radius: 50%;
            position: absolute;
            top: 1px;
            left: 1px;
            line-height: 29px;
            display: block;
            background-color: rgba(253,138,70,0.7);
            color: #fff;
            z-index: 2;
        }

        ul.ml li.z1 {
            z-index: 1;
        }

        ul.ml li.z2 {
            z-index: 2;
        }

        ul.ml li.z3 {
            z-index: 3;
        }

        ul.ml li a {
            width: 31px;
            height: 31px;
            background-color: #7A66F0;
            border: 1px solid #fff;
            border-radius: 50px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            line-height: 36px;
            font-size: 13px;
            font-weight: 300;
            display: block;
        }

            ul.ml li a span {
                line-height: 0px;
                display: inline-block;
                position: relative;
                top: -3px;
                font-weight: 500;
            }

            ul.ml li a img {
                width: 100%;
                border-radius: 50%;
                position: relative;
                top: -4px;
            }

.card-th img {
    position: relative;
    top: -2px;
}

.table-hover thead th {
    border-top: none;
    border-bottom: none;
    font-size: 15px;
    font-weight: 300;
    color: #8A93A4;
}

.table tbody td {
    font-size: 15px;
    font-weight: 400;
    color: #1F232C;
    vertical-align: middle;
    padding: 0.5rem .75rem;
}

.table tbody tr:hover {
    background-color: #f7f9fc;
}

.table tbody td.name {
    font-weight: 500;
    color: #1F232C;
}

    .table tbody td.name .music, .table tbody td.name .folder, .table tbody td.name .video {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-right: 4px;
    }

    .table tbody td.name .music {
        background: url(../images/music-circle.svg)no-repeat center;
        background-size: contain;
    }

    .table tbody td.name .folder {
        background: url(../images/folder-circle.svg)no-repeat center;
        background-size: contain;
    }

    .table tbody td.name .video {
        background: url(../images/music-circle.svg)no-repeat center;
        background-size: contain;
    }

.table td {
    border-color: #ECF0F8;
    border-width: 1px 0px 0px 0px !important;
}

.table thead th:first-child, .table tbody td:first-child {
    padding-left: 0px !important;
}

.table thead th:last-child, .table tbody td:last-child {
    padding-right: 0px !important;
}


.modal-backdrop.show {
    opacity: .2;
}

.delete-modal .modal-content {
    border: none;
    border-radius: 8px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.delete-modal h1 {
    color: #1F232C;
    font-size: 23px;
    font-weight: 500;
    margin-top: 19px;
    margin-bottom: 2px;
}

.delete-modal .modal-body {
    padding: 35px;
}

.cds {
    background: rgba(253,141,69,0.12);
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: rgba(253,141,69,1);
    font-size: 35px;
    text-align: center;
    line-height: 70px;
    margin-top: 24px;
}

.card-head {
    min-height: 80px;
}

    .card-head .card-th {
        padding-top: 10px;
    }

        .card-head .card-th .d-inline-block:first-child {
            width: 146px;
        }

            .card-head .card-th .d-inline-block:first-child span {
                word-break: break-word;
                line-height: 17px;
            }

        .card-head .card-th img {
            top: 1px;
        }

.w109 {
    width: 109px;
}









.modal.fullscreen {
    padding-right: 0px !important;
}

    .modal.fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 2200px;
        margin: 0;
        padding: 0;
    }

    .modal.fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        border: none;
    }

.modal.fullscreen {
    padding-right: 0px !important;
}

    .modal.fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 2200px;
        margin: 0;
        padding: 0;
    }

    .modal.fullscreen .modal-content .modal-body {
        padding: 0px;
        background-color: #ffffff;
    }

.modal-dialog-scrollable {
    max-height: 100vh;
}

.r-sbox {
    border-left: 1px solid #ECF0F8;
    min-height: 100vh;
}

.rbpx {
    padding: 20px 0px 20px 35px;
    border-bottom: 1px solid #ECF0F8;
    margin-bottom: 0px;
}

    .rbpx.bbn {
        padding: 25px 0px 25px 35px;
        border-bottom: none;
        margin-bottom: 0px;
    }

.project-title-control {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 8px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    color: #1F232C;
    outline: none;
    padding: 17px 26px 21px 26px;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .project-title-control:focus {
        border-color: #7A66F0;
    }

    .project-title-control::placeholder {
        color: #8A93A4;
    }

.cpl {
    letter-spacing: 0.2px;
    display: block;
    margin-bottom: 7px !important;
}

.radio__label small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
    display: block;
    margin-top: 3px;
}





.radio {
    display: inline-block;
    position: relative;
    margin: 0 0 0px;
    font-size: 16px;
    line-height: 24px;
}

.radio__input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 36px;
    height: 20px;
    opacity: 0;
    z-index: 0;
}

.radio__label {
    display: block;
    padding: 0 0 0 26px;
    cursor: pointer;
    font-size: 15px;
    color: rgba(34,35,44,0.75);
    font-weight: 500;
}

    .radio__label:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        background-color: transparent;
        border: 1px solid #8A93A4;
        border-radius: 14px;
        z-index: 1;
        transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .radio__label:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 4px;
        width: 10px;
        height: 10px;
        background-color: #7A66F0;
        border-radius: 50%;
        z-index: 2;
        transform: scale(0, 0);
        transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

.radio__input:checked + .radio__label:before {
    border-color: #7A66F0;
}

.radio__input:checked + .radio__label {
    color: #7A66F0;
}

    .radio__input:checked + .radio__label:after {
        transform: scale(1, 1);
    }



.md-checkbox {
    position: relative;
    margin: 1em 0px 0px 0px;
    text-align: left;
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block;
    }

    .md-checkbox.black {
        margin-top: 8px;
    }

    .md-checkbox label {
        cursor: pointer;
        display: block;
        line-height: 1.25em;
        padding-left: 1px;
        padding: 0 0 0 28px;
        font-size: 15px;
        color: rgba(34,35,44,0.75);
        font-weight: 500;
    }

    .md-checkbox.black label {
        padding-left: 6px;
        padding: 3px 0 0 34px;
    }

.r-sbox small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
}

.md-checkbox label small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
    display: block;
    margin-top: 6px;
}

.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 1px solid #8A93A4;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s;
}

.md-checkbox.black label:before {
    width: 22px;
    height: 22px;
    border-radius: 4px;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}

    .md-checkbox input[type="checkbox"]:checked + label:before {
        background: #fff;
    }

.md-checkbox.black input[type="checkbox"]:checked + label:before {
    background: #434D60;
    border-color: #434D60;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 1.25em;
    height: 0.575em;
    border: 2px solid #7A66F0;
    border-top-style: none;
    border-right-style: none;
    top: -4px;
}

.md-checkbox.black input[type="checkbox"]:checked + label:after {
    width: 0.85em;
    height: 0.505em;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    top: 0px;
    left: 1px;
}

.md-checkbox input[type="checkbox"]:checked + label {
    color: #7A66F0;
}

.md-checkbox.black input[type="checkbox"]:checked + label {
    color: rgba(34,35,44,0.75);
}

.md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}

.md-checkbox.wd100 {
    position: relative;
    margin: 0.2em 0px 0px 0px;
    width: 49%;
    display: inline-block;
}

.bb1 {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 14px;
}

.select-box {
    background: #F7F7F7;
    border-radius: 8px;
    position: relative;
    height: 50px;
    margin: 0px;
    border: 1px solid #ECF0F8;
    box-shadow: none;
}

    .select-box select {
        -webkit-appearance: none;
        width: 100%;
        border: none;
        background: none;
        font-family: 'Roboto', sans-serif;
        line-height: 50px;
        font-size: 14px;
        height: 50px;
        color: #1F232C;
        padding-left: 19px;
        outline: none;
    }

    .select-box:before {
        display: none;
    }

    .select-box:after {
        content: '';
        width: 8px;
        height: 8px;
        right: 19px;
        top: 17px;
        position: absolute;
        pointer-events: none;
        border-right: 1px solid #434D60;
        border-bottom: 1px solid #434D60;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.crcsl {
    padding-left: 38px;
    margin-top: 8px;
    display: inline-block;
}

.ttl ul {
    margin: 0px;
    padding: 0px;
}

    .ttl ul li {
        list-style-type: none;
    }

.pl-in {
    border-radius: 10px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    height: 50px;
    font-size: 14px;
    color: #434D60;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .pl-in:focus {
        box-shadow: none;
        outline: none;
        border-color: #7A66F0;
    }

.npta {
    border-radius: 10px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    height: 110px !important;
    padding: 16px 23px;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .npta:focus {
        box-shadow: none;
        outline: none;
        border-color: #7A66F0;
    }

.upload-box {
    border: 1px dashed #7A66F0;
    border-radius: 2px;
    min-height: 110px;
    background-color: rgba(253,138,70,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upload-bg {
    background-color: #f7f7f7;
    padding: 20px;
}

.upload-box p {
    font-size: 17px;
    color: #434D60;
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

    .upload-box p a {
        color: #7A66F0;
    }

.mrc {
    margin-right: 2vw;
}

.r-label {
    position: relative;
    display: inline-block;
    margin-bottom: 13px !important;
}

    .r-label:after {
        content: '*';
        color: #B0B4BA;
        font-size: 17px;
        font-weight: 500;
        position: absolute;
        right: -12px;
        top: -2px;
    }

.fileupload {
    display: none;
}

.ful {
    margin: 0px;
    padding: 0px 14px 0px 0px;
    max-height: 295px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.scroll-able {
    max-height: 86px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    max-width: 344px;
}

    .ful::-webkit-scrollbar-track, .inl::-webkit-scrollbar-track, .scroll-able::-webkit-scrollbar-track, .detailKeyword::-webkit-scrollbar-track, .qbmx8::-webkit-scrollbar-track, .seagbx::-webkit-scrollbar-track, .txtAudioNotes::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .ful::-webkit-scrollbar, .inl::-webkit-scrollbar, .scroll-able::-webkit-scrollbar, .detailKeyword::-webkit-scrollbar, .qbmx8::-webkit-scrollbar, .seagbx::-webkit-scrollbar, .txtAudioNotes::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .ful::-webkit-scrollbar-thumb, .inl::-webkit-scrollbar-thumb, .scroll-able::-webkit-scrollbar-thumb, .detailKeyword::-webkit-scrollbar-thumb, .qbmx8::-webkit-scrollbar-thumb, .seagbx::-webkit-scrollbar-thumb, .txtAudioNotes::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }


.ful li {
    list-style-type: none;
    border-bottom: 1px solid #ECF0F8;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .ful li:last-child {
        border-bottom: none;
    }

    .ful li p, .ful li span {
        color: 15px;
        color: #434D60;
        margin-bottom: 0px;
    }

        .ful li p, .ful li span.f-size {
            min-width: 70px;
            margin-right: 17px !important;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

/* .progress {
  width: 34px;
  height: 34px;
  line-height: 32px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #2A70F6;
}
.music .progress .progress-bar{
  border-color:#7A66F0;
}
.video .progress .progress-bar{
  border-color:#2A70F6;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress .progress-value div {
  margin-top: 0px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
} */

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
/* .progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
} */


.m-order2 {
    background-color: rgba(0,0,0,0.3) !important;
    z-index: 1051;
}

.black-btn {
    min-width: 90px;
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

.card-link {
    outline: none;
}

    .card-link:hover {
        outline: none;
        text-decoration: none;
    }

        .card-link:hover span {
            outline: none;
            text-decoration: none;
        }

.name-ini {
    width: 30px;
    height: 30px;
    background: #7A66F0;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    bottom: -1px;
}

.adtbx {
    margin: 150px auto 0px auto;
    max-width: 720px;
}

    .adtbx .c-btn {
        height: 79px;
        min-width: 150px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        left: -45px;
    }

.first-step, .sec-step {
    transition: all 0.3s ease-in-out;
}

span.ts:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

span.ts.proofreading:before {
    background-color: #2A70F6;
}

span.ts.completed:before {
    background-color: #4AB48B;
}

span.ts.inprogress:before {
    background-color: #7A66F0;
}

span.ts.rework:before {
    background-color: #D53131;
}

span.ts.unclaimed:before {
    background-color: #D53131;
}

.invite-btn {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    max-width: 75px;
    min-width: 75px;
}

.modal-right-bottom {
    max-height: calc(100% - 20rem) !important;
    margin-left: auto !important;
    margin-bottom: auto !important;
    position: absolute !important;
    right: 12px !important;
    bottom: 12px !important;
}

    .modal-right-bottom .modal-content {
        border-radius: 0px;
        border: none;
        width: 500px;
        box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
    }

.dropdown-toggle.no-arrow::after {
    display: none;
}

.triangle::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: 41px;
    top: 0em;
    left: 50%;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.1);
    border: none;
    min-width: 175px;
}

.ddbc {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #fff !important;
    height: 46px;
    width: 46px;
    text-align: center;
    font-size: 21px;
}

.inl-box {
    position: relative;
}

.inl {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 40px 0px;
    max-height: 335px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

    .inl li {
        list-style-type: none;
        border-bottom: 1px solid #F2F5FA;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .inl li p.iname, .file-link {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .inl li:last-child {
            border-bottom: none;
        }

        .inl li figure > img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }

        .inl li .close-b img {
            width: 11px;
            height: 11px;
        }

.btn-big.mw120 {
    min-width: 120px !important;
}

.btn-big.mwauto {
    min-width: auto !important;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.animate-right {
    position: relative;
    animation: animateright 0.4s;
}

@keyframes animateright {
    from {
        right: -50px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.smenu {
    background-color: #FFFFFF;
    box-shadow: 0 4px 28px 0 rgba(12,14,18,0.16);
    padding-top: 10px;
    padding-bottom: 10px;
}

a.fm {
    padding: 0px;
    margin-right: 30px;
    transition: all 0.2s ease-out;
}

    a.fm.changepassword {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/password-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.changepassword:hover {
            background: url('../images/password-active.svg')no-repeat center;
        }

    a.fm.download {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/download-file-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.download:hover {
            background: url('../images/download-file-active.svg')no-repeat center;
        }

    a.fm.upload {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/upload-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.upload:hover {
            background: url('../images/upload-active.svg')no-repeat center;
        }

    a.fm.email-reminder {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/email-reminder-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.email-reminder:hover {
            background: url('../images/email-reminder-active.svg')no-repeat center;
        }

    a.fm.c-hyperlink {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/hyperlink-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.c-hyperlink:hover {
            background: url('../images/hyperlink-active.svg')no-repeat center;
        }

    a.fm.c-invoice {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/invoice-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.c-invoice:hover {
            background: url('../images/invoice-active.svg')no-repeat center;
        }

    a.fm.edit {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/edit-main-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.edit:hover {
            background: url('../images/edit-main-active.svg')no-repeat center;
        }

    a.fm.dtranscript {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/download-transcript-inactive.svg')no-repeat center;
        background-size: contain;
        margin-top: 2px;
    }

        a.fm.dtranscript:hover {
            background: url('../images/download-transcript-active.svg')no-repeat center;
        }

    a.fm.dmedia {
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url('../images/download-media-inactive.svg')no-repeat center;
        background-size: contain;
        margin-top: 1px;
    }

        a.fm.dmedia:hover {
            background: url('../images/download-media-active.svg')no-repeat center;
        }

    a.fm.share {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/share-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.share:hover {
            background: url('../images/share-active.svg')no-repeat center;
        }

    a.fm.delete {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/delete-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.delete:hover {
            background: url('../images/delete-active.svg')no-repeat center;
        }

.card-fdl {
    margin-top: 20px;
    display: inline-block;
}

.in-group .form-control[readonly] {
    background-color: #fff !important;
}

    .in-group .form-control[readonly]:focus {
        border-color: #ECF0F8 !important;
    }

    .in-group .form-control[readonly]::selection {
        color: transparent;
    }

.clearable__clear {
    display: none;
    padding: 4px 14px;
    position: absolute;
    right: 1px;
    top: 0%;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
    height: 45px;
}

.clearable input::-ms-clear {
    display: none;
}

.clearable__clear img {
    width: 10px
}

.pr34 {
    padding-right: 34px;
}

.f-lines {
    width: 350px;
    height: 82px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .f-lines p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

        .f-lines p::selection {
            background-color: #A1A6AF;
        }

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

    .breadcrumb li a {
        color: #8A93A4;
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #1F232C;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #8A93A4;
    content: "/";
}


.nav-pills-custom li a {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-right: 14px;
    max-width: 76px;
}

    .nav-pills-custom li a.far {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/find-replace.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }

        .nav-pills-custom li a.far:hover {
            background-image: url(../images/find-replace-hover.svg);
        }

    .nav-pills-custom li a.s-save {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/save.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.s-save:hover {
            background-image: url(../images/save-hover.svg);
        }

    .nav-pills-custom li a.undo {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/undo.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }

        .nav-pills-custom li a.undo:hover {
            background-image: url(../images/undo-hover.svg);
        }

    .nav-pills-custom li a.k-shorts {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/keyboard-shortcuts.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.k-shorts:hover {
            background-color: #7A66F0;
            border-color: #7A66F0;
            background-image: url(../images/keyboard-shortcuts-hover.svg);
        }

    .nav-pills-custom li a.f-size {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/font-size.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.f-size:hover {
            background-image: url(../images/font-size-hover.svg);
        }

    .nav-pills-custom li a.s-check {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/spelling-check.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.s-check:hover {
            background-image: url(../images/spelling-check-hover.svg);
        }

    .nav-pills-custom li a:hover {
        background-color: #7A66F0;
        border-color: #7A66F0;
    }

#collapseSpeed, #collapseVolume {
    position: absolute;
    bottom: -120px;
    z-index: 99;
    border: none;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    right: 0px;
    width: 199px;
}

.jks647 {
    margin: 0px;
    padding-bottom: 0px;
}

    .jks647 li {
        list-style-type: none;
    }


ul.sortable {
    margin: 0px;
    padding: 0px;
}

    ul.sortable > li {
        list-style-type: none;
        display: block;
    }

        ul.sortable > li p {
            display: inline-block;
            background: #ECF0F8;
            border-radius: 25px;
            pointer-events: none;
            cursor: move;
            font-weight: 500;
            margin-bottom: 9px !important;
            padding: 8px 15px;
        }

            ul.sortable > li p span {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 218px;
                display: inline-block;
                line-height: 10px;
                padding-top: 5px;
                color: #1F232C;
                padding-bottom: 4px;
                position: relative;
                bottom: -2px;
            }

            ul.sortable > li p a {
                color: #8A93A4;
                font-size: 15px;
                font-weight: 400;
            }

        ul.sortable > li:hover {
        }

        ul.sortable > li.active p {
            background: #dadde4;
        }

        ul.sortable > li.dragging > p {
            background: #ECF0F8;
            opacity: 0.7;
        }


p.tag-s {
    display: inline-block;
    background: #ECF0F8;
    border-radius: 25px;
    pointer-events: none;
    cursor: move;
    font-weight: 500;
    margin-bottom: 0px !important;
    padding: 8px 15px;
}

    p.tag-s span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 218px;
        display: inline-block;
        line-height: 10px;
        padding-top: 5px;
        color: #1F232C;
        padding-bottom: 4px;
        position: relative;
        bottom: -2px;
    }

    p.tag-s a {
        color: #8A93A4;
        font-size: 15px;
        font-weight: 400;
    }

.tglbx {
    border-right: 1px solid #ECF0F8;
    min-height: 59vh;
}

.pl30 {
    padding-left: 30px;
}

.tgbox-head {
    height: 38px;
}

.edtbx {
    text-align: center;
    position: relative;
    height: 38px;
}

    .edtbx:before {
        content: '';
        display: inline-block;
        height: 1px;
        position: absolute;
        z-index: 0;
        left: 0px;
        right: 0px;
        top: 50%;
        margin-top: -0.5px;
        background-color: #ECF0F8;
    }

.tedmbx {
    background: #ECF0F8;
    position: relative;
    z-index: 2;
    height: 38px;
    border-radius: 25px;
    padding: 7px 15px;
}

    .tedmbx span:last-child {
        color: #8A93A4;
        font-size: 15px;
        margin-left: 0px;
        display: inline-block;
        font-weight: 400;
    }

.tooltip.fade.in {
    z-index: 99999 !important;
    opacity: 1 !important;
}

.tooltip-inner {
    text-align: left;
}

#dynamicwidth {
    border: none;
    outline: none;
    background-color: transparent;
    caret-color: #7A66F0;
    font-size: 15px;
    color: #1F232C;
    font-weight: 500;
    min-width: 50px !important;
    max-width: 99.99% !important;
    transition: width 0.25s;
    text-align: center;
    position: relative;
    top: -1px;
}

    #dynamicwidth::placeholder {
        color: rgba(0,0,0,0.3)
    }

.ddarrow img {
    transition: all 0.3s ease-in-out;
}

.ddarrow[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
}

*[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
}

.tdc {
    max-width: 92%;
}

ul.htl {
    margin: 0px;
    padding: 0px;
}

    ul.htl li {
        list-style-type: none;
        background-color: #FFFFFF;
        box-shadow: 0 4px 14px -5px rgba(165,172,180,0.5);
        display: inline-block;
        padding: 5px 15px 7px 15px;
        border-radius: 25px;
        margin-right: 7px;
        margin-bottom: 10px;
        position: relative;
    }

        ul.htl li span {
            display: none;
        }

        ul.htl li:hover span {
            display: block;
            position: absolute;
            right: 0px;
            top: 0px;
            height: 34px;
            border-radius: 0px 25px 25px 0px;
            background-image: linear-gradient(to right, transparent 10%, rgba(255,255,255,1) 90%);
            padding: 5px 12% 3px 30%;
        }

        ul.htl li p {
            font-size: 12px;
            font-weight: 500;
            color: #434D60;
        }

.ahbox {
    border: 1px solid #ECF0F8;
    border-radius: 25px;
    height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 4px 14px -5px rgba(165,172,180,0.5);
}

    .ahbox:hover {
        border-color: #ccc;
    }

    .ahbox a {
        font-size: 12px;
        color: #434D60;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        margin-top: 2px;
        line-height: 28px;
    }

        .ahbox a img {
            position: relative;
            top: -1px;
            margin-right: 4px;
        }

#dynamicwidth2 {
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    min-width: 85px !important;
    max-width: 99.99% !important;
    transition: width 0.25s;
    text-align: center;
    color: #434D60;
    height: 30px;
    caret-color: #7A66F0;
}

    #dynamicwidth2::placeholder {
        color: #8A93A4;
    }

.ptpbh {
    padding-top: 60px;
    padding-bottom: 60px;
    text-decoration: none;
    outline: none;
}

    .ptpbh:hover a {
        text-decoration: none;
        outline: none;
    }

/*----editor.js css----*/

.ce-block__content, .ce-toolbar__content {
    max-width: 1000px;
}

.ce-toolbar__plus {
    left: 0px;
}

.ce-toolbar__actions-buttons {
    text-align: right;
    margin-right: 3vw;
}

.ce-toolbar__actions-buttons {
    text-align: right;
    margin-right: 3vw;
}

#editorjs h2 {
    font-size: 1.4rem;
}

.ce-inline-toolbar__dropdown {
    background: #434D60;
    color: #fff;
    border-radius: 4px 0px 0px 4px;
}

    .ce-inline-toolbar__dropdown:hover {
        background: #444444;
        color: #7A66F0;
    }

.ce-inline-toolbar__toggler-and-button-wrapper {
    background: #434D60;
    border-radius: 4px;
}

.ce-inline-tool {
    color: #fff;
}

    .ce-inline-tool:hover {
        background-color: #434D60;
        color: #7A66F0;
    }

.ce-conversion-toolbar {
    background-color: #434D60;
    color: #fff;
}

.ce-conversion-tool__icon {
    background-color: #333;
    border-color: #333;
}

.ce-conversion-tool:hover {
    background-color: rgba(34,186,255,.08);
}

.ce-conversion-toolbar__label {
    color: rgba(255,255,255,0.7);
}

.ce-toolbar__plus {
    left: -34px;
}

.ce-toolbar .ce-toolbox {
    box-shadow: 2px 5px 16px 0 rgba(0,0,0,0.1);
}

.ce-toolbox__button {
    transition: all 0.2s ease-in-out;
}

    .ce-toolbox__button:hover svg {
        color: #7A66F0;
    }

.ce-toolbar .ce-toolbox:before {
    content: 'Building Blocks';
    display: block;
    width: 100%;
    padding: 8px 1px 0px 10px;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-size: 13px;
}

.drpFontTool {
    background-color: #434D60;
    color: #fff;
    box-shadow: 0 3px 15px -3px rgba(13,20,33,.13);
    border-radius: 4px;
    z-index: 2;
    position: absolute;
    right: 0px;
    top: 40px;
}

    .drpFontTool .ce-conversion-tool {
        padding: 0px;
    }

    .drpFontTool ul.drpFont {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .drpFontTool ul.drpFont li {
            list-style-type: none;
            padding: 5px 10px;
            text-align: center;
        }

            .drpFontTool ul.drpFont li:hover {
                background: rgba(34,186,255,.08) !important;
            }

    .drpFontTool .ce-conversion-tool__icon {
        display: none;
    }

    .drpFontTool .ce-conversion-toolbar__label {
        max-width: 74px;
        text-align: center;
        line-height: 11px;
    }

.ce-inline-toolbar__dropdown.divFont {
    border-right: none;
    margin-right: 0px;
    margin-left: 3px;
}

.card-head .card-th .d-inline-block.w257:first-child {
    width: 257px;
}

.oneline-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-card h5.twoline {
    margin-top: 0px;
    white-space: normal;
    text-overflow: unset;
    overflow: hidden;
    height: 42px;
}

.box-details p > strong {
    color: #1F232C;
}

.box-details p {
    color: #8A93A4;
}

.bblink {
    border-right: 1px solid #ECF0F8;
    padding-right: 16px;
}

.btn-green.lh {
    padding: 8px 20px;
    height: 40px;
}

.paidtext::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #4AB48B;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.tepd p.bbl {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .tepd p.bbl:last-child {
        border-bottom: none;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .tepd p.bbl:first-child {
        padding-top: 0px;
    }

.color1, .color2, .color3 {
    cursor: pointer;
}

    .color1.active img, .color2.active img, .color3.active img {
        box-shadow: 0px 0px 0px 1px #7A66F0;
    }

.texttip .content {
    background-color: #323947;
    border-radius: 6px 6px 0px 0px;
}

.ttform input {
    background-color: #616D84;
    border: none;
    width: 186px;
    margin: 10px 10px 5px 10px;
    font-size: 13px;
    height: 27px;
    padding: 10px 10px 10px 7px;
    color: #fff;
    border-radius: 2px;
}

    .ttform input:focus {
        box-shadow: none;
        outline: none;
    }

    .ttform input::placeholder {
        color: rgba(255,255,255,0.45);
    }

.dcsl {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 7px 0px;
    font-size: 13px;
    max-width: 202px;
    max-height: 104px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .dcsl::-webkit-scrollbar-track, ul.ocards::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0.2);
        border-radius: 12px;
    }

    .dcsl::-webkit-scrollbar, ul.ocards::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 12px;
    }

    .dcsl::-webkit-scrollbar-thumb, ul.ocards::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }

    .dcsl li {
        list-style-type: none;
        color: rgba(255,255,255,0.45);
        margin-top: 4px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 2px 16px 2px 16px;
    }

        .dcsl li:hover {
            background-color: #616D84;
            color: #fff;
        }

.cohead {
    padding: 11px 12px 2px 12px;
    align-items: center;
}

    .cohead p {
        color: #fff;
        font-size: 12px;
    }

.sbctt {
    padding: 5px 0px 8px 9px;
}

    .sbctt .btn12 {
        padding: 0px 0px 0px 9px;
        font-size: 13px;
        color: #fff;
        display: inline-block;
    }

        .sbctt .btn12.ol {
            color: rgba(255,255,255,0.5);
        }

.name-ini.cus {
    width: 24px;
    height: 24px;
    font-size: 15px;
    margin-right: 7px;
    line-height: 26px;
}

.comm-text p {
    color: rgba(255,255,255,0.5);
    max-width: 186px;
    font-size: 13px;
    padding: 7px 11px 6px 11px;
    line-height: 15px;
}

.tls {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    max-width: 202px;
}

    .tls li {
        list-style-type: none;
        color: rgba(255,255,255,0.9);
        margin-top: 4px;
        transition: all 0.3s ease-in-out;
        padding: 2px 16px 2px 16px;
    }

        .tls li .lft {
            flex: 1;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .tls li .rgt {
            flex: 0 0 10px;
        }

            .tls li .rgt img {
                width: 9px;
                position: relative;
                bottom: -3px;
            }

.pl-bx {
    background: rgba(0,0,0,0.03);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    margin-right: 17px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

    .pl-bx img {
        width: 9px;
        position: relative;
        top: -1px;
        right: -1px;
        opacity: 0.6;
        transition: all 0.2s ease-out;
    }

    .pl-bx:hover img {
        opacity: 1;
    }

.inputwidthmachine:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    border-bottom: 1px solid #7A66F0;
    border-radius: 0px;
}

.leftchat {
    display: flex;
    justify-content: flex-start;
}

    .leftchat p {
        box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
        margin: 10px;
        width: 85%;
        border-radius: 12px 12px 12px 0px;
        padding: 9px;
    }

.rightchat {
    display: flex;
    justify-content: flex-end;
}

    .rightchat p {
        box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
        margin: 10px;
        width: 85%;
        background-color: rgba(0,0,0,0.05);
        border-radius: 12px 12px 0px 12px;
        padding: 9px;
    }

.export-modal .modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.export-modal .modal-body {
    padding: 30px;
}

.pc30 .modal-body {
    padding: 35px;
}

.ex-list {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

    .ex-list li {
        list-style-type: none;
    }

        .ex-list li a {
            color: #1F232C;
            border-top: 1px solid #ECF0F8;
            font-size: 15px;
            font-weight: 500;
            display: block;
            padding-top: 14px;
            padding-bottom: 14px;
            transition: all 0.2s ease-out;
        }

            .ex-list li a:hover {
                text-decoration: none;
                outline: none;
                color: #7A66F0;
            }

.color-s1 {
    background-color: #cffdc8;
}

.color-s2 {
    background-color: #fefbd0;
}

.color-s3 {
    background-color: #ffb8b8;
}

.tagging, .comments {
    text-decoration: underline;
    background-color: #ECF0F8;
}

    .tagging.color-s1, .comments.color-s1, .comments.tagging.color-s1 {
        background-color: #cffdc8;
        text-decoration: underline;
    }

    .tagging.color-s2, .comments.color-s2, .comments.tagging.color-s2 {
        background-color: #fefbd0;
        text-decoration: underline;
    }

    .tagging.color-s3, .comments.color-s3, .comments.tagging.color-s3 {
        background-color: #ffb8b8;
        text-decoration: underline;
    }

.player-controls button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ECF0F8;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

    .player-controls button img {
        max-height: 23px;
    }

    .player-controls button:nth-of-type(2), .player-controls button:nth-of-type(1) {
        border-right: none;
    }

    .player-controls button:nth-of-type(1) {
        border-radius: 0px 0px 0px 6px;
    }

    .player-controls button:nth-of-type(3) {
        border-radius: 0px 0px 6px 0px;
    }

    .player-controls button img {
        display: inline-block;
    }

    .player-controls button span {
        display: block;
        color: #8A93A4;
        transition: all 0.2s ease-in-out;
    }

    .player-controls button:hover span.fs13 {
        color: #1F232C !important;
    }

    .player-controls button:hover, .player-controls button:active, .player-controls button:focus {
        outline: none;
        text-decoration: none;
        box-shadow: none;
    }

.speed-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #434D60 !important;
}

.player-bx {
    border: none;
    padding: 10px 11px 5px 10px;
}

#collapseSpeed, #collapseVolume {
    position: absolute;
    bottom: -120px;
    z-index: 99;
    border: none;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    right: 0px;
    width: 199px;
}

    #collapseSpeed .progress, #collapseVolume .progress {
        cursor: pointer;
    }

    #collapseSpeed .card-body, #collapseSpeed .card, .collapselabel .card-body, .collapselabel .card, #collapseVolume .card-body, #collapseVolume .card, .collapselabel .card-body, .collapselabel .card {
        border: none;
        -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
        box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
        border-radius: 4px;
    }

    #collapseSpeed .card-body, #collapseSpeed .card, .collapselabel .card-body, .collapselabel .card, #collapseVolume .card-body, #collapseVolume .card, .collapselabel .card-body, .collapselabel .card {
        border: none;
        -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
        box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
        border-radius: 4px;
    }






.range {
    position: relative;
}

    .range input[type=range] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        width: 100%;
        height: 22px;
        cursor: pointer;
        display: block;
    }

        .range input[type=range]:focus {
            outline: none;
        }

        .range input[type=range][disabled] {
            opacity: .3;
            cursor: default;
        }

    .range .rangeslider {
        position: relative;
        height: 22px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .rangeslider:before {
            box-sizing: border-box;
            width: 100%;
            height: 4px;
            background: #e6e6e6;
            border-radius: 100px;
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .range input::-webkit-slider-runnable-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-moz-range-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-ms-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        color: transparent;
        padding: 11px 0;
        background: transparent;
        border-color: transparent;
    }

    .range input::-ms-fill-lower,
    .range input::-ms-fill-upper {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
    }

    .range input::-ms-fill-lower {
        background: #7A66F0;
    }

    .range .rangeslider-fill-lower {
        background-color: #7A66F0;
        border-radius: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 4px;
        will-change: width;
    }

    .range input::-webkit-slider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 4px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #7A66F0;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 2px;
    }

    .range input::-moz-range-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range input::-ms-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range .rangeslider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
        position: absolute;
        touch-action: pan-x;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        will-change: left;
    }

    .range .range-output {
        position: absolute;
        left: 6px;
        top: 6px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .range-output .output {
            display: block;
            position: absolute;
            height: 60px;
            line-height: 60px;
            min-width: 32px;
            padding: 0 20px;
            top: -26px;
            -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
            background: #383c42;
            color: #fff;
            border-radius: 100px;
            white-space: nowrap;
            font-weight: bold;
            font-size: 1.2em;
            text-align: center;
        }

            .range .range-output .output:before {
                content: "";
                position: absolute;
                bottom: -8px;
                left: 50%;
                border: 10px solid #383c42;
                border-bottom: none;
                border-left-color: transparent;
                border-right-color: transparent;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }


.trans-box {
    margin: 0px;
    padding-bottom: 0px;
}

.trans-row .form-group:last-child p {
    word-break: keep-all;
}

.obx {
    position: absolute;
    background: #fff;
    right: 73px;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.1);
    max-height: 40px;
    border-radius: 3px;
    width: 155px;
    padding: 7px 12px;
}

    .obx a:first-child {
        border-right: 1px solid #ccc;
        padding-right: 8px;
        margin-right: 6px;
    }

    .obx a {
        display: inline-block;
        color: #212529;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
    }

        .obx a:hover {
            color: #7A66F0;
            text-decoration: none;
        }

.cecv[aria-expanded="true"] i {
    color: #7A66F0;
}

.c-search {
    position: absolute;
    width: 32px;
    height: 40px;
    display: inline-block;
    border-radius: 0px;
    right: 5px;
    top: 1px;
    cursor: pointer;
    text-align: center;
    line-height: 39px;
}

    .c-search img {
        width: 11px;
    }

.detailKeyword {
    max-height: 250px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

.pdb {
    max-width: 15px;
    position: relative;
    top: -2px;
    margin-left: 10px;
    cursor: pointer;
}

.plain-btn {
    border: 1px solid #E8EBF0;
    border-radius: 10px;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 36px;
    margin-right: 13px;
}

    .plain-btn.dislike img {
        transform: rotate(180deg);
        position: relative;
        bottom: -3px;
    }

















.mxw1295 {
    max-width: 1295px;
}

    .mxw1295 > .row.h100 > .col {
        height: 92.7vh;
    }

.orange-strip {
    position: absolute;
    display: inline-block;
    right: 1px;
    background: #7A66F0;
    width: 35vw;
    top: 0px;
    bottom: 0px;
}

.wsb {
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 40px;
}

.test-nav {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

    .test-nav:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 99;
    }

    .test-nav li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

        .test-nav li a {
            display: inline-block;
            color: #8A93A4;
            font-size: 13px;
            text-align: center;
            min-width: 180px;
        }

            .test-nav li a span:last-child {
                display: block;
                text-align: center;
                margin-top: 4px;
            }

        .test-nav li.active a span:last-child {
            color: #4AB48B;
        }

        .test-nav li.active a span:first-child {
            box-shadow: inset 0px 0px 0px 50px #4AB48B;
        }

        .test-nav li.completed a span:last-child {
            color: rgba(74,180,139,0.5);
        }

        .test-nav li.completed a span:first-child {
            box-shadow: inset 0px 0px 0px 50px rgba(74,180,139,0.5);
        }

        .test-nav li a span:first-child {
            display: inline-block;
            width: 24px;
            height: 24px;
            box-shadow: inset 0px 0px 0px 2px #8A93A4;
            border-radius: 50%;
        }

        .test-nav li:nth-of-type(1):after, .test-nav li:nth-of-type(2):after, .test-nav li:nth-of-type(3):after {
            content: '';
            border-top: 1px dashed #8A93A4;
            width: 128px;
            height: 1px;
            display: inline-block;
            position: absolute;
            right: -64px;
            top: 11px;
        }

.qu-bx {
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    margin-top: 10px;
}

    .qu-bx.no-shadow {
        box-shadow: none;
        margin-top: 10px;
    }

.radio__label.fw400 {
    font-weight: 400 !important;
}

.qbmx8 {
    height: 500px;
    padding: 30px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

.shadow1 {
    box-shadow: 0 -4px 14px 0 rgba(59,63,94,0.06);
}

.pxc30 {
    padding: 30px 30px 0px 30px;
    margin-bottom: 10px !important;
}

.tguide figure {
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
}

    .tguide figure img {
        border-radius: 6px;
        background-color: #fff;
    }

.btn-success.grey-c {
    max-width: 90px;
    min-width: 90px;
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

.fbub {
    padding: 35px;
}

.seagbx {
    border: 1px solid #DCE3F0;
    background-color: #FFFFFF;
    padding: 20px;
    margin: 0px 34px;
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    height: 344px;
}

.py30-2 {
    padding: 30px 15px 30px 50px;
}

.py30-3 {
    padding: 6px 27px 10px 6px;
}

.inpage-player {
    border-left: 1px solid #ECF0F8;
    width: 380px;
    min-height: 62vh;
    padding: 45px 25px 25px 25px;
}

    .inpage-player h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .inpage-player .imgclose {
        max-width: 13px;
    }

.btn-green.grey {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

    .btn-green.grey:hover {
        background-color: #434D60;
        border-color: #434D60;
    }

.btn-green.red {
    background-color: #FB6060;
    border-color: #FB6060;
}

    .btn-green.red:hover {
        background-color: #FB6060;
        border-color: #FB6060;
    }

.gr-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #8A93A4;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    bottom: -2px;
    margin-right: 8px;
}

a.like-state img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

a.unlike-state img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.o-circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    margin: 30px 10px 10px 10px;
    background-color: #7A66F0;
    padding-top: 8px;
}

    .o-circle img {
        max-width: 24px;
    }


.progress.primary {
    display: -ms-flexbox;
    display: flex;
    height: 0.7rem;
    font-size: .75rem;
    background-color: #D53131;
    border-radius: 0px;
    width: 100%;
    min-width: 110px;
}

.progress-bar.bg-primary {
    background-color: #7A66F0 !important;
    border-radius: 0px;
}

.progress.success {
    display: -ms-flexbox;
    display: flex;
    height: 0.7rem;
    font-size: .75rem;
    background-color: #4AB48B;
    border-radius: 0px;
    width: 100%;
    min-width: 110px;
}

.progress-bar.bg-success {
    background-color: #4AB48B !important;
    border-radius: 0px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f8;
    opacity: 1;
    border-color: #f7f7f8;
    color: black;
}

    .form-control[readonly]::selection {
        color: black !important;
        background-color: #7A66F0;
    }

.input-group-addon {
    background-color: #f7f7f8;
    border-radius: 0px 8px 8px 0px;
    padding: 10px 15px 10px 0px;
}

.order-cards {
    width: 265px;
    border-right: 1px solid #ECF0F8;
    height: 67vh;
    padding: 26px 0px 0px 27px;
}

ul.ocards {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    height: 49vh;
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 230px;
}

    ul.ocards li {
        list-style: none;
    }

        ul.ocards li a {
            height: 97px;
            width: 210px;
            border: 1px solid #ECF0F8;
            border-radius: 5px;
            display: block;
            margin-bottom: 12px;
            padding: 14px 0px 0px 15px;
        }

            ul.ocards li a p:first-child {
                color: #1F232C !important;
            }

            ul.ocards li a p:last-child {
                color: #8A93A4 !important;
            }

            ul.ocards li a:hover, ul.ocards li.selected a {
                background-color: #7A66F0;
                border-color: #7A66F0;
                box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
                text-decoration: none;
            }

                ul.ocards li a:hover p, ul.ocards li.selected a p {
                    color: #fff !important;
                    text-decoration: none;
                    outline: none;
                }

    ul.ocards::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    ul.ocards::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    ul.ocards::-webkit-scrollbar-thumb {
        background-color: #8A93A4 !important;
        border-radius: 12px;
    }

.modal-order2 {
    background-color: rgba(0,0,0,0.2);
}

p.tlink {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0px;
}

.cparea .col-auto {
    overflow-x: scroll;
    overflow-y: hidden;
}

.cpbx {
    border: 1px solid #ECF0F8;
    border-radius: 5px;
    width: 270px;
    display: inline-block;
    height: 66vh;
    margin-right: 20px;
    padding: 25px 20px 20px 20px;
    position: relative;
}

.cplist {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    max-width: 1300px;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}

    .cplist li {
        list-style-type: none;
        display: inline-block;
    }

    .cplist::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    .cplist::-webkit-scrollbar {
        width: 2px;
        height: 4px;
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    .cplist::-webkit-scrollbar-thumb {
        background-color: #8A93A4 !important;
        border-radius: 12px;
    }

.cpb334::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
    background-color: rgba(255,255,255,0);
    border-radius: 12px;
}

.cpb334::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255,255,255,0);
    border-radius: 12px;
}

.cpb334::-webkit-scrollbar-thumb {
    background-color: #8A93A4 !important;
    border-radius: 12px;
}

.cpb334 {
    margin: 0px;
    padding: 10px;
    height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    left: -10px;
    right: -11px;
    width: 250px;
}

    .cpb334 li {
        list-style-type: none;
        display: block;
    }

        .cpb334 li .boxcard {
            border-radius: 5px;
            background-color: #FFFFFF;
            box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
            padding: 8px 14px;
            display: block;
            margin-bottom: 10px;
        }

.btn-green.copb {
    color: #4AB48B;
    text-align: center;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
    height: 50px;
    display: block;
    line-height: 28px;
    font-weight: 500;
    position: absolute;
    bottom: 22px;
    left: 15px;
    right: 15px;
}

    .btn-green.copb:hover {
        background-color: #fff;
        color: #4AB48B;
        text-decoration: none;
        outline: none;
    }

    .btn-green.copb img {
        position: relative;
        top: -1px;
    }

.cc-pbx {
    border: 1px solid #ECF0F8;
    border-radius: 5px;
    padding: 22px;
    width: 550px;
    height: 536px;
}

.rpanels .row > .col p.text-uppercase {
    color: #8A93A4;
    margin-top: 2px;
    margin-bottom: 2px !important;
}

.rpanels > .row {
    position: relative;
}

    .rpanels > .row:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: #ECF0F9;
        bottom: -9px;
    }

.rpanels:last-child > .row:after {
    content: '';
    display: none;
}

.rpanels > .row[aria-expanded="true"] p.text-uppercase {
    color: #1F232C !important;
}

.rcolumns {
    margin: 0px;
    padding: 0px;
}

    .rcolumns li {
        list-style-type: none;
        display: block;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
        color: #1F232C;
        font-size: 15px;
        padding: 8px 12px;
        margin-top: 10px;
        position: relative;
    }

        .rcolumns li.grab {
            cursor: grab;
        }

        .rcolumns li p {
            max-width: 94%;
        }

        .rcolumns li span.tline {
            display: inline-block;
            width: 10px;
            height: 1px;
            background-color: #D8D8D8;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -0.5px;
        }

            .rcolumns li span.tline:before {
                content: '';
                display: inline-block;
                width: 10px;
                height: 1px;
                background-color: #D8D8D8;
                position: absolute;
                right: 0px;
                top: 4px;
            }

            .rcolumns li span.tline:after {
                content: '';
                display: inline-block;
                width: 10px;
                height: 1px;
                background-color: #D8D8D8;
                position: absolute;
                right: 0px;
                top: -4px;
            }

.cdelete {
    max-width: 20px;
    position: absolute;
    right: 10px;
    top: 37%;
    margin-top: -5px;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.arrow-box {
    width: 104px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 57vh;
}

    .arrow-box img {
        max-width: 40px;
    }

.dateicon {
    position: relative;
}

    .dateicon:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 32%;
        width: 16px;
        height: 16px;
        background: url(../images/date-grey-icon.svg)no-repeat center;
        background-size: contain;
    }

.timeicon {
    position: relative;
}

    .timeicon:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 32%;
        width: 16px;
        height: 16px;
        background: url(../images/time-icon.svg)no-repeat center;
        background-size: contain;
    }

.k-grid-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.2);
    border-radius: 12px;
}

.k-grid-content::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 12px;
    height: 3px;
}

.k-grid-content::-webkit-scrollbar-thumb {
    background-color: #7A66F0 !important;
    border-radius: 12px;
}

#togglePipButton {
    position: absolute;
    right: 20px;
    top: 70px;
    background-color: rgba(0,0,0,0.4);
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.7);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

input[type=range].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 26px + var(--ratio) * (100% - 26px));
    z-index: 9;
    width: 100%;
}

input[type=range].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
}

.player-controls .player-btn button {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    border-radius: 10px;
    width: 72px;
    margin-right: 14px;
    line-height: 15px;
    text-align: center;
}

.player-controls button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ECF0F8;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

    .player-controls button:nth-of-type(2), .player-controls button:nth-of-type(1) {
        border-right: none;
    }

.nav-pills-custom li a.f-size {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    background-image: url(../images/font-size.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.nav-pills-custom li a {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-right: 14px;
    max-width: 76px;
}

.jks647.tf-big p.tf {
    font-size: 18px !important;
}

.jks647.tf-big span.tf {
    font-size: 16px !important;
}

.jks647.tf-small p.tf {
    font-size: 17px !important;
}

.jks647.tf-small span.tf {
    font-size: 13px !important;
}

.highlight {
    background-color: #7A66F0 !important;
}

.nav-pills-custom li a.f-size.active {
    background-image: url(../images/font-size-hover.svg);
    background-color: #7A66F0;
}

.collapselabel {
    position: absolute;
    font-size: 14px;
}

.export-modal .modal-body {
    padding: 30px;
}

.export-modal .modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 10%);
}

.btnrow {
    margin-bottom: 20px;
}

.kbtn {
    border-radius: 10px;
    background-color: #ECEEF2;
    box-shadow: 0 3px 0 0 rgb(0 0 0 / 30%);
    height: 45px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 45px;
    padding: 0px 21px;
    min-width: 40px;
    margin-bottom: 0px;
}

.far-box {
    border: 1px solid #ECF0F8;
    padding: 20px;
    border-top: none;
    margin-top: -30px;
    max-width: 600px;
    margin-bottom: 25px;
}

.grey-btn {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    color: #ffffff;
    height: 45px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn {
    font-weight: 400;
    font-size: 15px;
}

.org-btn {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #ffffff;
    height: 45px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-control.grey {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
}

.match-count {
    position: absolute;
    width: auto;
    right: 18px;
    top: 2px;
    background: #f7f7f8;
    padding: 11px 15px 9px 10px;
    border-radius: 0px 9px 9px 0px;
}

input[type=range].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
}

    /*progress support*/
    input[type=range].styled-slider.slider-progress {
        --range: calc(var(--max) - var(--min));
        --ratio: calc((var(--value) - var(--min)) / var(--range));
        --sx: calc(0.5 * 26px + var(--ratio) * (100% - 26px));
        z-index: 9;
        width: 100%;
    }

    input[type=range].styled-slider:focus {
        outline: none;
    }

    /*webkit*/
    input[type=range].styled-slider::-webkit-slider-thumb {
        width: 26px;
        height: 26px;
        border-radius: 1em;
        background: #7A66F0;
        border: 2px solid #fff;
        box-shadow: none;
        margin-top: calc(max((13px - 1px - 1px) * 0.5,0px) - 26px * 0.5);
        -webkit-appearance: none;
        z-index: 99;
    }

    input[type=range].styled-slider::-webkit-slider-runnable-track {
        height: 1em;
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
    }

    input[type=range].styled-slider::-webkit-slider-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-webkit-slider-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-webkit-slider-runnable-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #efefef;
    }

    input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #e5e5e5;
    }

    input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #f5f5f5;
    }

    /*mozilla*/
    input[type=range].styled-slider::-moz-range-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #7A66F0;
        border: none;
        box-shadow: 0 0 2px black;
    }

    input[type=range].styled-slider::-moz-range-track {
        height: max(calc(1em - 1px - 1px),0px);
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
    }

    input[type=range].styled-slider::-moz-range-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-moz-range-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-moz-range-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-moz-range-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #efefef;
    }

    input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #e5e5e5;
    }

    input[type=range].styled-slider.slider-progress:active::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #f5f5f5;
    }

    /*ms*/
    input[type=range].styled-slider::-ms-fill-upper {
        background: transparent;
        border-color: transparent;
    }

    input[type=range].styled-slider::-ms-fill-lower {
        background: transparent;
        border-color: transparent;
    }

    input[type=range].styled-slider::-ms-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #7A66F0;
        border: none;
        box-shadow: 0 0 2px black;
        margin-top: 0;
        box-sizing: border-box;
    }

    input[type=range].styled-slider::-ms-track {
        height: 1em;
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
        box-sizing: border-box;
    }

    input[type=range].styled-slider::-ms-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-ms-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-ms-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-ms-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-ms-fill-lower {
        height: max(calc(1em - 1px - 1px),0px);
        border-radius: 0.5em 0 0 0.5em;
        margin: -1px 0 -1px -1px;
        background: #7A66F0;
        border: 1px solid #ECF0F8;
        border-right-width: 0;
    }

    input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
        background: #7A66F0;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
        background: #7A66F0;
        border-color: #ECF0F8;
    }

.btnrow span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
    color: #434D60;
}

.jks647 li {
    list-style-type: none;
}

.tns {
    width: 100%;
    padding-left: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}

.txtAudioNotes:focus {
    box-shadow: none !important;
    outline: none;
    border: none;
}

.txtAudioNotes::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1);
    background-color: #F5F5F5;
    border-radius: 25px;
}

.txtAudioNotes::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
    border-radius: 25px;
}

.txtAudioNotes::-webkit-scrollbar-thumb {
    background-color: #7A66F0 !important;
    border-radius: 25px;
}

.match_highlight {
    background-color: darkgoldenrod !important;
}

.collapse.in {
    display: block !important;
}

.lcc {
    max-width: 10px;
    position: relative;
    top: -4px;
}

.tns {
    width: 100%;
    padding-left: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}

    .tns::placeholder {
        color: #8A93A4;
    }

    .tns:focus, .tns:hover, .tns:active {
        border: none;
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }

.list-group-flush.allSpeakers li.list-group-item {
    position: relative;
    display: block;
    border: none !important;
    padding: .20rem 0.7rem;
    background-color: #fff;
}

.list-group-flush.allSpeakers {
    border-radius: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 103px;
}

    .list-group-flush.allSpeakers li:first-child {
        display: none;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #f8f8f8;
        border-radius: 12px;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }

.tns {
    width: 100%;
    padding-left: 0px;
    outline: none;
    box-shadow: none;
    background: #fff;
    padding: 4px 0px 5px 10px;
    margin-bottom: 7px;
    border: 1px solid rgba(0,0,0,.125) !important;
    margin-top: 3px;
}

@media only screen and (max-device-width: 1536px) {

    .project-card {
        width: 322px;
    }

    .target {
        width: 351px;
    }
}

@media only screen and (max-device-width: 1366px) {

    .project-card {
        width: 390px;
    }

    .target {
        width: 424px;
    }
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .project-card {
        width: 430px;
    }

    .target {
        width: 460px;
    }
}



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #1F232C;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fwb {
    font-weight: 700;
}

.cb-d {
    color: #1F232C !important;
}

.cb-m {
    color: #434D60 !important;
}

.cb-l {
    color: #8A93A4 !important;
}

.c-o {
    color: #7A66F0 !important;
}

.l-pane {
    position: fixed;
    background: #333645 url(../images/loginpage-back.jpg)no-repeat center center;
    background-size: cover;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 400px;
    display: flex;
    display: -webkit-flex;
    text-align: center;
}

    .l-pane > .inner {
        display: block;
        width: 100%;
        text-align: left;
        margin: 62px 0px 10px 40px;
        position: relative;
    }

        .l-pane > .inner p.title {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            max-width: 195px;
        }

    .l-pane .btm-box {
        position: absolute;
        bottom: 10px;
        left: 0px;
        color: #fff;
    }

    .l-pane:after {
        content: '';
        background: rgba(46,54,89,0.90);
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        display: block;
        display: none;
    }

.p-link.tdn {
    text-decoration: none;
}

.p-link {
    color: #7A66F0;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: color ease-out 0.2s;
    transition: color ease-out 0.2s;
}

    .p-link:hover {
        color: #434D60;
    }

    .p-link.white:hover {
        color: #ffffff;
    }

h1.form-title {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 35px;
}

.form-control.grey {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
}

.form-control {
    height: 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    padding: .375rem 1.2rem;
    color: #1F232C;
}

    .form-control::placeholder {
        color: #434D60;
    }

.wrapper {
    margin-left: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
}

.sa-wrapper {
    width: 608px;
    min-height: 588px;
}

    .sa-wrapper p {
        font-weight: 500;
    }

        .sa-wrapper p.regular {
            font-weight: 400;
        }

    .sa-wrapper.mw-477 {
        max-width: 477px;
        min-height: 100px;
    }

.custom-select {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
    height: 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 19px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7A66F0;
    background-color: #7A66F0;
}

.btn {
    font-weight: 400;
    font-size: 15px;
}

.btn-success {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .btn-success:hover {
        color: #fff;
        background-color: #6a58d5;
        border-color: #6a58d5;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.1);
    }

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #6a58d5;
        border-color: #6a58d5;
        box-shadow: 0 0 0 .1rem rgba(254, 127, 45, .5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #A1A6AF;
        border-color: #A1A6AF;
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #A1A6AF;
        border-color: #A1A6AF;
    }

        .btn-success:not(:disabled):not(.disabled).active:focus,
        .btn-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(254, 127, 45, .5)
        }

.btn-big {
    height: 45px;
    padding: 11px 20px;
    border-radius: 10px;
    min-width: 100px;
    line-height: 20px;
}

    .btn-big.min170 {
        min-width: 170px !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1 {
    font-size: 28px;
    color: #1F232C;
    font-weight: 500;
    line-height: 33px;
}


.cc-bx {
    border-radius: 10px;
}

    .cc-bx > .head {
        padding: 18px 0px 0px 0px;
    }

    .cc-bx .bbx {
        padding: 18px 0px;
    }


.card-pic {
    height: 13px;
}

.custom-control-label::before {
    top: 0.05rem;
    width: 1.2rem;
    height: 1.2rem;
}

.custom-control-label::after {
    top: -0.05rem;
    left: -1.55rem;
    width: 1.4rem;
    height: 1.4rem;
}

.custom-control-label {
    padding-left: 4px;
}

.mcbg {
    background-color: #f7f9fc;
}

.bg-light {
    border: 1px solid rgba(151,151,151,0.08);
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
}

    .bg-light .nav-link, .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #434D60;
    }

    .bg-light .nav-item.active .nav-link {
        color: rgba(0,0,0,1);
        font-weight: 500;
    }

.navbar-brand {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

    .navbar-brand img {
        max-width: 120px;
        margin-left: 10px;
    }

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-link {
    display: block;
    padding: 0.813rem 1rem;
}

.navbar-nav .nav-item.active .nav-link {
    position: relative;
}

    .navbar-nav .nav-item.active .nav-link:before {
        content: '';
        position: absolute;
        left: 21px;
        right: 21px;
        display: inline-block;
        height: 4px;
        background-color: #7A66F0;
        border-radius: 25px;
        bottom: -2px;
    }

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        border-radius: 10px;
        border: none;
        background-color: #FFFFFF;
        box-shadow: 5px 15px 44px 0 rgba(190,196,213,0.5);
    }

    .navbar .nav-item:hover .nav-link {
        color: #212529;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .dropdown-item {
        font-size: 14px;
        padding: .45rem 1.5rem;
    }

        .dropdown-item:hover {
            color: #7A66F0;
            background-color: transparent;
        }

        .dropdown-item:focus {
            background-color: transparent;
            color: #434D60;
        }

        .dropdown-item:active {
            background-color: transparent;
            color: #7A66F0;
        }
}

.top-nav {
    border: 1px solid rgba(151,151,151,0.08);
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
}

    .top-nav > .navbar {
        max-width: 1320px;
        margin: 0px auto;
    }

.cbox {
    margin: 35px 50px;
    position: relative;
}

    .cbox .gridbox {
        background-color: #ffffff;
        border-radius: 8px;
        width: 100%;
        min-height: 720px;
        max-width: 1359px;
        margin: 0px auto;
    }

    .cbox button.toggle {
        position: absolute;
        display: inline-block;
        left: -44px;
        border: none;
        background-color: #2e3659;
        color: #fff;
        height: 60px;
        width: 33px;
        top: 10px;
        font-size: 13px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        outline: none;
        text-decoration: none;
    }

.uimg-box {
    max-width: 45px;
    max-height: 45px;
    margin-right: 10px;
    position: relative;
    margin-top: -3px;
    border-radius: 50%;
}

.px50 {
    padding: 35px 50px 30px 50px !important;
}

.py30 {
    padding: 30px 50px;
}

.as-tab {
    border-bottom: 1px solid #ECF0F8;
}

    .as-tab a:first-child {
        margin-left: 50px;
    }

    .as-tab .nav-link {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
        padding: 0.3rem 0px 1rem 0px;
        color: #8A93A4;
        font-size: 15px;
    }

        .as-tab .nav-link.active {
            box-shadow: inset 0px -4px 0px 0px #7A66F0;
            color: #1F232C;
        }

.in-group {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px;
}

    .in-group label {
        color: #8A93A4;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

    .in-group .form-control:focus + label {
        color: #7A66F0;
    }

    .in-group .form-control {
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ECF0F8;
        padding-left: 0px;
        font-size: 18px;
        color: #1F232C;
        padding-top: 0px;
        padding-bottom: 15px;
        outline: none;
        caret-color: #7A66F0;
        -webkit-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
    }

        .in-group .form-control::placeholder {
            color: #8A93A4;
        }

        .in-group .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #7A66F0;
        }

.as-abx figure img {
    width: 72px;
    height: 72px;
    max-width: 72px;
    max-height: 72px;
    margin-right: 20px;
}

.as-abx a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.pih {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
}

ul.ccl {
    margin: 10px 0px 30px 0px;
    padding: 5px 0px 0px 0px;
    max-width: 590px;
}

    ul.ccl li {
        position: relative;
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

        ul.ccl li a.active figure:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            background: url(../images/green-check.svg)no-repeat center;
            background-size: contain;
            position: absolute;
            top: 50%;
            border: none;
            left: 0px;
            margin-top: -9px;
        }

        ul.ccl li figure:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 1px solid #8A93A4;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0px;
            margin-top: -9px;
        }

    ul.ccl figure {
        display: inline-block;
        margin-right: 20px;
        padding-left: 35px;
        position: relative;
        margin-bottom: 0px;
    }

        ul.ccl figure img {
            max-height: 17px;
        }

.btn-green {
    background-color: #4AB48B;
    border-color: #4AB48B;
    color: rgba(255,255,255,0.9);
    padding: 11px 20px;
    min-width: 110px;
}

    .btn-green:hover {
        color: #fff;
        background-color: #3bb888;
        border-color: #3bb888;
    }

.btn-red {
    background-color: #FB6060;
    border-color: #FB6060;
    color: rgba(255,255,255,0.9);
    padding: 11px 20px;
    min-width: 90px;
}

    .btn-red:hover {
        color: #fff;
        background-color: #FB6060;
        border-color: #FB6060;
    }

.btn-ldark {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    color: rgba(255,255,255,0.9);
}

.btn-link {
    color: #434D60;
}

.btn-ldark:hover {
    color: #fff;
    background-color: #82858b;
    border-color: #82858b;
}

.bb {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
}

.cvvtooltip {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1.5px solid #434D60;
    right: 18px;
    top: 34px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    cursor: pointer;
    line-height: 20px;
}




.delete-confirm {
    position: relative;
    display: inline-block;
}

    .delete-confirm button {
        position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        white-space: nowrap;
        padding: 0.5em 2em;
        background-color: transparent;
        border: none;
        border-radius: 4px;
    }

        .delete-confirm button i {
            color: #fff;
        }

        .delete-confirm button .fa + .text {
            margin-left: 0.2em;
        }

        .delete-confirm button.delete {
            z-index: 3;
            -webkit-transition: all 0.2s ease 0.1s;
            transition: all 0.2s ease 0.1s;
        }

            .delete-confirm button.delete.confirm {
                background-color: transparent;
                color: #444;
                -webkit-transition: all 0.2s ease 0.2s;
                transition: all 0.2s ease 0.2s;
                z-index: 0;
            }

                .delete-confirm button.delete.confirm ~ button.yes,
                .delete-confirm button.delete.confirm ~ button.no {
                    visibility: visible;
                    color: #181818;
                    -webkit-transition: all 0.5s ease, visibility 0, background-color 0.3s ease 0.2s;
                    transition: all 0.5s ease, visibility 0, background-color 0.3s ease 0.2s;
                }

                    .delete-confirm button.delete.confirm ~ button.yes:after,
                    .delete-confirm button.delete.confirm ~ button.no:after {
                        opacity: 1;
                        -webkit-transition: all 0.3s ease 0.2s;
                        transition: all 0.3s ease 0.2s;
                    }

                .delete-confirm button.delete.confirm ~ button.yes {
                    -webkit-transform: translate(-100%, 0);
                    transform: translate(-100%, 0);
                    background-color: #fff;
                    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
                }

                    .delete-confirm button.delete.confirm ~ button.yes:after {
                        background-color: #fff;
                        border: 2px solid #fff;
                        box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
                    }

        .delete-confirm button.yes i {
            color: #7A66F0;
        }

        .delete-confirm button.no i {
            color: #434D60;
        }

        .delete-confirm button.delete.confirm ~ button.no {
            -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
            background-color: #fff;
            box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
        }

            .delete-confirm button.delete.confirm ~ button.no:after {
                background-color: #fff;
                border: 2px solid #fff;
                box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
            }

        .delete-confirm button.yes,
        .delete-confirm button.no {
            position: absolute;
            top: 0;
            color: #7A66F0;
            visibility: hidden;
            z-index: 1;
            -webkit-transition: all 0.5s ease, visibility 0.5s, background-color 0.3s ease;
            transition: all 0.5s ease, visibility 0.5s, background-color 0.3s ease;
        }

            .delete-confirm button.yes:after,
            .delete-confirm button.no:after {
                content: "";
                display: block;
                opacity: 0;
                position: absolute;
                box-sizing: border-box;
                top: 50%;
                width: 8px;
                height: 8px;
                background-color: #7A66F0;
                border: 2px solid #7A66F0;
                border-radius: 50%;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                z-index: 2;
            }

        .delete-confirm button.yes {
            left: 0;
        }

            .delete-confirm button.yes:after {
                right: 0;
                -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
            }

        .delete-confirm button.no {
            right: 0;
        }

            .delete-confirm button.no:after {
                left: 0;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .delete-confirm button:focus {
            outline: none;
        }

        .delete-confirm.small button,
        .delete-confirm button.small {
            padding: 0.5em 0.75em;
            text-align: center;
        }



.grid-card h5 {
    margin-top: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.has-search {
    position: relative;
    width: 250px;
    display: inline-block;
    margin-bottom: 0px;
}

    .has-search .form-control {
        padding-left: 2.375rem;
    }

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        background: url(../images/search-inactive.svg)no-repeat center;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        left: 17px;
    }

    .has-search .form-control {
        background-color: #F7F7F7;
        border-color: #F7F7F7;
        height: 45px;
        font-size: 14px;
    }

        .has-search .form-control:focus {
            outline: none;
            box-shadow: none;
        }

            .has-search .form-control:focus + .form-control-feedback {
                background: url(../images/search-active.svg)no-repeat center;
            }

        .has-search .form-control::placeholder {
            color: rgba(67,77,96,0.5);
        }

    .has-search .form-control {
        padding-left: 3rem;
    }

.lv-btn, .gv-btn {
    display: inline-block;
    padding: 5px;
}

    .lv-btn p {
        margin-bottom: 0px;
        display: block;
        display: flex;
        width: 17px;
        margin-left: 3px;
        flex-direction: column;
        margin-top: 1px;
    }

        .lv-btn p span {
            width: 100%;
            height: 3px;
            border-radius: 1.5px;
            background-color: rgba(176,180,186,0.5);
            margin-bottom: 3.1px;
        }

    .lv-btn.active p span {
        background-color: #7A66F0;
    }

.p-view {
    padding-top: 9px;
}

.gv-btn p {
    margin-bottom: 0px;
    display: block;
    display: flex;
    width: 18px;
    margin-left: 3px;
}

    .gv-btn p span {
        width: 7px;
        height: 7px;
        background-color: #D8D8D8;
        margin-bottom: 3px;
        border-radius: 1.5px;
    }

        .gv-btn p span:first-child {
            margin-right: 4px;
        }

.gv-btn.active p span {
    background-color: #7A66F0;
}

.pro-head {
    border-bottom: 1px solid #ECF0F8;
}

.grid-card {
    box-shadow: inset 0px 0px 0px 1px #ECF0F8;
    border-radius: 10px;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 30px;
    /* -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; */
    cursor: pointer;
}

    .grid-card:hover {
        box-shadow: 0 15px 34px 0 rgba(55,66,78,0.07);
    }

ul.ml {
    display: block;
    padding: 0px 11px 0px 0px;
    margin: 0px;
    max-width: 80px;
    max-height: 30px;
    overflow: hidden;
}

    ul.ml li {
        list-style: none;
        display: inline-block;
        margin-right: -11px;
        position: relative;
    }

        ul.ml li:nth-of-type(3) a:before {
            content: '+2';
            width: 29px;
            height: 29px;
            border-radius: 50%;
            position: absolute;
            top: 1px;
            left: 1px;
            line-height: 29px;
            display: block;
            background-color: rgba(253,138,70,0.7);
            color: #fff;
            z-index: 2;
        }

        ul.ml li.z1 {
            z-index: 1;
        }

        ul.ml li.z2 {
            z-index: 2;
        }

        ul.ml li.z3 {
            z-index: 3;
        }

        ul.ml li a {
            width: 31px;
            height: 31px;
            background-color: #7A66F0;
            border: 1px solid #fff;
            border-radius: 50px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            line-height: 36px;
            font-size: 13px;
            font-weight: 300;
            display: block;
        }

            ul.ml li a span {
                line-height: 0px;
                display: inline-block;
                position: relative;
                top: -3px;
                font-weight: 500;
            }

            ul.ml li a img {
                width: 100%;
                border-radius: 50%;
                position: relative;
                top: -4px;
            }

.card-th img {
    position: relative;
    top: -2px;
}

.table-hover thead th {
    border-top: none;
    border-bottom: none;
    font-size: 15px;
    font-weight: 300;
    color: #8A93A4;
}

.table tbody td {
    font-size: 15px;
    font-weight: 400;
    color: #1F232C;
    vertical-align: middle;
    padding: 0.5rem .75rem;
}

.table tbody tr:hover {
    background-color: #f7f9fc;
}

.table tbody td.name {
    font-weight: 500;
    color: #1F232C;
}

    .table tbody td.name .music, .table tbody td.name .folder, .table tbody td.name .video {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-right: 4px;
    }

    .table tbody td.name .music {
        background: url(../images/music-circle.svg)no-repeat center;
        background-size: contain;
    }

    .table tbody td.name .folder {
        background: url(../images/folder-circle.svg)no-repeat center;
        background-size: contain;
    }

    .table tbody td.name .video {
        background: url(../images/music-circle.svg)no-repeat center;
        background-size: contain;
    }

.table td {
    border-color: #ECF0F8;
    border-width: 1px 0px 0px 0px !important;
}

.table thead th:first-child, .table tbody td:first-child {
    padding-left: 0px !important;
}

.table thead th:last-child, .table tbody td:last-child {
    padding-right: 0px !important;
}


.modal-backdrop.show {
    opacity: .2;
}

.delete-modal .modal-content {
    border: none;
    border-radius: 8px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.delete-modal h1 {
    color: #1F232C;
    font-size: 23px;
    font-weight: 500;
    margin-top: 19px;
    margin-bottom: 2px;
}

.delete-modal .modal-body {
    padding: 35px;
}

.cds {
    background: rgba(253,141,69,0.12);
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: rgba(253,141,69,1);
    font-size: 35px;
    text-align: center;
    line-height: 70px;
    margin-top: 24px;
}

.card-head {
    min-height: 80px;
}

    .card-head .card-th {
        padding-top: 10px;
    }

        .card-head .card-th .d-inline-block:first-child {
            width: 146px;
        }

            .card-head .card-th .d-inline-block:first-child span {
                word-break: break-word;
                line-height: 17px;
            }

        .card-head .card-th img {
            top: 1px;
        }

.w109 {
    width: 109px;
}









.modal.fullscreen {
    padding-right: 0px !important;
}

    .modal.fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 2200px;
        margin: 0;
        padding: 0;
    }

    .modal.fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        border: none;
    }

.modal.fullscreen {
    padding-right: 0px !important;
}

    .modal.fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 2200px;
        margin: 0;
        padding: 0;
    }

    .modal.fullscreen .modal-content .modal-body {
        padding: 0px;
        background-color: #ffffff;
    }

.modal-dialog-scrollable {
    max-height: 100vh;
}

.r-sbox {
    border-left: 1px solid #ECF0F8;
    min-height: 100vh;
}

.rbpx {
    padding: 20px 0px 20px 35px;
    border-bottom: 1px solid #ECF0F8;
    margin-bottom: 0px;
}

    .rbpx.bbn {
        padding: 25px 0px 25px 35px;
        border-bottom: none;
        margin-bottom: 0px;
    }

.project-title-control {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 8px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    color: #1F232C;
    outline: none;
    padding: 17px 26px 21px 26px;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .project-title-control:focus {
        border-color: #7A66F0;
    }

    .project-title-control::placeholder {
        color: #8A93A4;
    }

.cpl {
    letter-spacing: 0.2px;
    display: block;
    margin-bottom: 7px !important;
}

.radio__label small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
    display: block;
    margin-top: 3px;
}





.radio {
    display: inline-block;
    position: relative;
    margin: 0 0 0px;
    font-size: 16px;
    line-height: 24px;
}

.radio__input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 36px;
    height: 20px;
    opacity: 0;
    z-index: 0;
}

.radio__label {
    display: block;
    padding: 0 0 0 26px;
    cursor: pointer;
    font-size: 15px;
    color: rgba(34,35,44,0.75);
    font-weight: 500;
}

    .radio__label:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        background-color: transparent;
        border: 1px solid #8A93A4;
        border-radius: 14px;
        z-index: 1;
        transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .radio__label:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 4px;
        width: 10px;
        height: 10px;
        background-color: #7A66F0;
        border-radius: 50%;
        z-index: 2;
        transform: scale(0, 0);
        transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

.radio__input:checked + .radio__label:before {
    border-color: #7A66F0;
}

.radio__input:checked + .radio__label {
    color: #7A66F0;
}

    .radio__input:checked + .radio__label:after {
        transform: scale(1, 1);
    }



.md-checkbox {
    position: relative;
    margin: 1em 0px 0px 0px;
    text-align: left;
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block;
    }

    .md-checkbox.black {
        margin-top: 8px;
    }

    .md-checkbox label {
        cursor: pointer;
        display: block;
        line-height: 1.25em;
        padding-left: 1px;
        padding: 0 0 0 28px;
        font-size: 15px;
        color: rgba(34,35,44,0.75);
        font-weight: 500;
    }

    .md-checkbox.black label {
        padding-left: 6px;
        padding: 3px 0 0 34px;
    }

.r-sbox small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
}

.md-checkbox label small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
    display: block;
    margin-top: 6px;
}

.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 1px solid #8A93A4;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s;
}

.md-checkbox.black label:before {
    width: 22px;
    height: 22px;
    border-radius: 4px;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}

    .md-checkbox input[type="checkbox"]:checked + label:before {
        background: #fff;
    }

.md-checkbox.black input[type="checkbox"]:checked + label:before {
    background: #434D60;
    border-color: #434D60;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 1.25em;
    height: 0.575em;
    border: 2px solid #7A66F0;
    border-top-style: none;
    border-right-style: none;
    top: -4px;
}

.md-checkbox.black input[type="checkbox"]:checked + label:after {
    width: 0.85em;
    height: 0.505em;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    top: 0px;
    left: 1px;
}

.md-checkbox input[type="checkbox"]:checked + label {
    color: #7A66F0;
}

.md-checkbox.black input[type="checkbox"]:checked + label {
    color: rgba(34,35,44,0.75);
}

.md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}

.md-checkbox.wd100 {
    position: relative;
    margin: 0.2em 0px 0px 0px;
    width: 49%;
    display: inline-block;
}

.bb1 {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 14px;
}

.select-box {
    background: #F7F7F7;
    border-radius: 8px;
    position: relative;
    height: 50px;
    margin: 0px;
    border: 1px solid #ECF0F8;
    box-shadow: none;
}

    .select-box select {
        -webkit-appearance: none;
        width: 100%;
        border: none;
        background: none;
        font-family: 'Roboto', sans-serif;
        line-height: 50px;
        font-size: 14px;
        height: 50px;
        color: #1F232C;
        padding-left: 19px;
        outline: none;
    }

    .select-box:before {
        display: none;
    }

    .select-box:after {
        content: '';
        width: 8px;
        height: 8px;
        right: 19px;
        top: 17px;
        position: absolute;
        pointer-events: none;
        border-right: 1px solid #434D60;
        border-bottom: 1px solid #434D60;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.crcsl {
    padding-left: 38px;
    margin-top: 8px;
    display: inline-block;
}

.ttl ul {
    margin: 0px;
    padding: 0px;
}

    .ttl ul li {
        list-style-type: none;
    }

.pl-in {
    border-radius: 10px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    height: 50px;
    font-size: 14px;
    color: #434D60;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .pl-in:focus {
        box-shadow: none;
        outline: none;
        border-color: #7A66F0;
    }

.npta {
    border-radius: 10px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    height: 110px !important;
    padding: 16px 23px;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .npta:focus {
        box-shadow: none;
        outline: none;
        border-color: #7A66F0;
    }

.upload-box {
    border: 1px dashed #7A66F0;
    border-radius: 2px;
    min-height: 110px;
    background-color: rgba(253,138,70,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upload-bg {
    background-color: #f7f7f7;
    padding: 20px;
}

.upload-box p {
    font-size: 17px;
    color: #434D60;
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

    .upload-box p a {
        color: #7A66F0;
    }

.mrc {
    margin-right: 2vw;
}

.r-label {
    position: relative;
    display: inline-block;
    margin-bottom: 13px !important;
}

    .r-label:after {
        content: '*';
        color: #B0B4BA;
        font-size: 17px;
        font-weight: 500;
        position: absolute;
        right: -12px;
        top: -2px;
    }

.fileupload {
    display: none;
}

.ful {
    margin: 0px;
    padding: 0px 14px 0px 0px;
    max-height: 295px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.scroll-able {
    max-height: 86px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    max-width: 344px;
}

    .ful::-webkit-scrollbar-track, .inl::-webkit-scrollbar-track, .scroll-able::-webkit-scrollbar-track, .detailKeyword::-webkit-scrollbar-track, .qbmx8::-webkit-scrollbar-track, .seagbx::-webkit-scrollbar-track, .txtAudioNotes::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .ful::-webkit-scrollbar, .inl::-webkit-scrollbar, .scroll-able::-webkit-scrollbar, .detailKeyword::-webkit-scrollbar, .qbmx8::-webkit-scrollbar, .seagbx::-webkit-scrollbar, .txtAudioNotes::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .ful::-webkit-scrollbar-thumb, .inl::-webkit-scrollbar-thumb, .scroll-able::-webkit-scrollbar-thumb, .detailKeyword::-webkit-scrollbar-thumb, .qbmx8::-webkit-scrollbar-thumb, .seagbx::-webkit-scrollbar-thumb, .txtAudioNotes::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }


.ful li {
    list-style-type: none;
    border-bottom: 1px solid #ECF0F8;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .ful li:last-child {
        border-bottom: none;
    }

    .ful li p, .ful li span {
        color: 15px;
        color: #434D60;
        margin-bottom: 0px;
    }

        .ful li p, .ful li span.f-size {
            min-width: 70px;
            margin-right: 17px !important;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

/* .progress {
  width: 34px;
  height: 34px;
  line-height: 32px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #2A70F6;
}
.music .progress .progress-bar{
  border-color:#7A66F0;
}
.video .progress .progress-bar{
  border-color:#2A70F6;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress .progress-value div {
  margin-top: 0px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
} */

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
/* .progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
} */


.m-order2 {
    background-color: rgba(0,0,0,0.3) !important;
    z-index: 1051;
}

.black-btn {
    min-width: 90px;
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

.card-link {
    outline: none;
}

    .card-link:hover {
        outline: none;
        text-decoration: none;
    }

        .card-link:hover span {
            outline: none;
            text-decoration: none;
        }

.name-ini {
    width: 30px;
    height: 30px;
    background: #7A66F0;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    bottom: -1px;
}

.adtbx {
    margin: 150px auto 0px auto;
    max-width: 720px;
}

    .adtbx .c-btn {
        height: 79px;
        min-width: 150px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        left: -45px;
    }

.first-step, .sec-step {
    transition: all 0.3s ease-in-out;
}

span.ts:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

span.ts.proofreading:before {
    background-color: #2A70F6;
}

span.ts.completed:before {
    background-color: #4AB48B;
}

span.ts.inprogress:before {
    background-color: #7A66F0;
}

span.ts.rework:before {
    background-color: #D53131;
}

span.ts.unclaimed:before {
    background-color: #D53131;
}

.invite-btn {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    max-width: 75px;
    min-width: 75px;
}

.modal-right-bottom {
    max-height: calc(100% - 20rem) !important;
    margin-left: auto !important;
    margin-bottom: auto !important;
    position: absolute !important;
    right: 12px !important;
    bottom: 12px !important;
}

    .modal-right-bottom .modal-content {
        border-radius: 0px;
        border: none;
        width: 500px;
        box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
    }

.dropdown-toggle.no-arrow::after {
    display: none;
}

.triangle::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: 41px;
    top: 0em;
    left: 50%;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.1);
    border: none;
    min-width: 175px;
}

.ddbc {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #fff !important;
    height: 46px;
    width: 46px;
    text-align: center;
    font-size: 21px;
}

.inl-box {
    position: relative;
}

.inl {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 40px 0px;
    max-height: 335px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

    .inl li {
        list-style-type: none;
        border-bottom: 1px solid #F2F5FA;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .inl li p.iname, .file-link {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .inl li:last-child {
            border-bottom: none;
        }

        .inl li figure > img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }

        .inl li .close-b img {
            width: 11px;
            height: 11px;
        }

.btn-big.mw120 {
    min-width: 120px !important;
}

.btn-big.mwauto {
    min-width: auto !important;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.animate-right {
    position: relative;
    animation: animateright 0.4s;
}

@keyframes animateright {
    from {
        right: -50px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.smenu {
    background-color: #FFFFFF;
    box-shadow: 0 4px 28px 0 rgba(12,14,18,0.16);
    padding-top: 10px;
    padding-bottom: 10px;
}

a.fm {
    padding: 0px;
    margin-right: 30px;
    transition: all 0.2s ease-out;
}

    a.fm.changepassword {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/password-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.changepassword:hover {
            background: url('../images/password-active.svg')no-repeat center;
        }

    a.fm.download {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/download-file-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.download:hover {
            background: url('../images/download-file-active.svg')no-repeat center;
        }

    a.fm.upload {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/upload-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.upload:hover {
            background: url('../images/upload-active.svg')no-repeat center;
        }

    a.fm.email-reminder {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/email-reminder-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.email-reminder:hover {
            background: url('../images/email-reminder-active.svg')no-repeat center;
        }

    a.fm.c-hyperlink {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/hyperlink-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.c-hyperlink:hover {
            background: url('../images/hyperlink-active.svg')no-repeat center;
        }

    a.fm.c-invoice {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/invoice-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.c-invoice:hover {
            background: url('../images/invoice-active.svg')no-repeat center;
        }

    a.fm.edit {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/edit-main-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.edit:hover {
            background: url('../images/edit-main-active.svg')no-repeat center;
        }

    a.fm.dtranscript {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/download-transcript-inactive.svg')no-repeat center;
        background-size: contain;
        margin-top: 2px;
    }

        a.fm.dtranscript:hover {
            background: url('../images/download-transcript-active.svg')no-repeat center;
        }

    a.fm.dmedia {
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url('../images/download-media-inactive.svg')no-repeat center;
        background-size: contain;
        margin-top: 1px;
    }

        a.fm.dmedia:hover {
            background: url('../images/download-media-active.svg')no-repeat center;
        }

    a.fm.share {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/share-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.share:hover {
            background: url('../images/share-active.svg')no-repeat center;
        }

    a.fm.delete {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/delete-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.delete:hover {
            background: url('../images/delete-active.svg')no-repeat center;
        }

.card-fdl {
    margin-top: 20px;
    display: inline-block;
}

.in-group .form-control[readonly] {
    background-color: #fff !important;
}

    .in-group .form-control[readonly]:focus {
        border-color: #ECF0F8 !important;
    }

    .in-group .form-control[readonly]::selection {
        color: transparent;
    }

.clearable__clear {
    display: none;
    padding: 4px 14px;
    position: absolute;
    right: 1px;
    top: 0%;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
    height: 45px;
}

.clearable input::-ms-clear {
    display: none;
}

.clearable__clear img {
    width: 10px
}

.pr34 {
    padding-right: 34px;
}

.f-lines {
    width: 350px;
    height: 82px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .f-lines p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

        .f-lines p::selection {
            background-color: #A1A6AF;
        }

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

    .breadcrumb li a {
        color: #8A93A4;
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #1F232C;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #8A93A4;
    content: "/";
}


.nav-pills-custom li a {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-right: 14px;
    max-width: 76px;
}

    .nav-pills-custom li a.far {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/find-replace.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }

        .nav-pills-custom li a.far:hover {
            background-image: url(../images/find-replace-hover.svg);
        }

    .nav-pills-custom li a.s-save {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/save.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.s-save:hover {
            background-image: url(../images/save-hover.svg);
        }

    .nav-pills-custom li a.undo {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/undo.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }

        .nav-pills-custom li a.undo:hover {
            background-image: url(../images/undo-hover.svg);
        }

    .nav-pills-custom li a.k-shorts {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/keyboard-shortcuts.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.k-shorts:hover {
            background-color: #7A66F0;
            border-color: #7A66F0;
            background-image: url(../images/keyboard-shortcuts-hover.svg);
        }

    .nav-pills-custom li a.f-size {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/font-size.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.f-size:hover {
            background-image: url(../images/font-size-hover.svg);
        }

    .nav-pills-custom li a.s-check {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/spelling-check.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.s-check:hover {
            background-image: url(../images/spelling-check-hover.svg);
        }

    .nav-pills-custom li a:hover {
        background-color: #7A66F0;
        border-color: #7A66F0;
    }

#collapseSpeed, #collapseVolume {
    position: absolute;
    bottom: -120px;
    z-index: 99;
    border: none;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    right: 0px;
    width: 199px;
}

.jks647 {
    margin: 0px;
    padding-bottom: 0px;
}

    .jks647 li {
        list-style-type: none;
    }


ul.sortable {
    margin: 0px;
    padding: 0px;
}

    ul.sortable > li {
        list-style-type: none;
        display: block;
    }

        ul.sortable > li p {
            display: inline-block;
            background: #ECF0F8;
            border-radius: 25px;
            pointer-events: none;
            cursor: move;
            font-weight: 500;
            margin-bottom: 9px !important;
            padding: 8px 15px;
        }

            ul.sortable > li p span {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 218px;
                display: inline-block;
                line-height: 10px;
                padding-top: 5px;
                color: #1F232C;
                padding-bottom: 4px;
                position: relative;
                bottom: -2px;
            }

            ul.sortable > li p a {
                color: #8A93A4;
                font-size: 15px;
                font-weight: 400;
            }

        ul.sortable > li:hover {
        }

        ul.sortable > li.active p {
            background: #dadde4;
        }

        ul.sortable > li.dragging > p {
            background: #ECF0F8;
            opacity: 0.7;
        }


p.tag-s {
    display: inline-block;
    background: #ECF0F8;
    border-radius: 25px;
    pointer-events: none;
    cursor: move;
    font-weight: 500;
    margin-bottom: 0px !important;
    padding: 8px 15px;
}

    p.tag-s span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 218px;
        display: inline-block;
        line-height: 10px;
        padding-top: 5px;
        color: #1F232C;
        padding-bottom: 4px;
        position: relative;
        bottom: -2px;
    }

    p.tag-s a {
        color: #8A93A4;
        font-size: 15px;
        font-weight: 400;
    }

.tglbx {
    border-right: 1px solid #ECF0F8;
    min-height: 59vh;
}

.pl30 {
    padding-left: 30px;
}

.tgbox-head {
    height: 38px;
}

.edtbx {
    text-align: center;
    position: relative;
    height: 38px;
}

    .edtbx:before {
        content: '';
        display: inline-block;
        height: 1px;
        position: absolute;
        z-index: 0;
        left: 0px;
        right: 0px;
        top: 50%;
        margin-top: -0.5px;
        background-color: #ECF0F8;
    }

.tedmbx {
    background: #ECF0F8;
    position: relative;
    z-index: 2;
    height: 38px;
    border-radius: 25px;
    padding: 7px 15px;
}

    .tedmbx span:last-child {
        color: #8A93A4;
        font-size: 15px;
        margin-left: 0px;
        display: inline-block;
        font-weight: 400;
    }

.tooltip.fade.in {
    z-index: 99999 !important;
    opacity: 1 !important;
}

.tooltip-inner {
    text-align: left;
}

#dynamicwidth {
    border: none;
    outline: none;
    background-color: transparent;
    caret-color: #7A66F0;
    font-size: 15px;
    color: #1F232C;
    font-weight: 500;
    min-width: 50px !important;
    max-width: 99.99% !important;
    transition: width 0.25s;
    text-align: center;
    position: relative;
    top: -1px;
}

    #dynamicwidth::placeholder {
        color: rgba(0,0,0,0.3)
    }

.ddarrow img {
    transition: all 0.3s ease-in-out;
}

.ddarrow[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
}

*[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
}

.tdc {
    max-width: 92%;
}

ul.htl {
    margin: 0px;
    padding: 0px;
}

    ul.htl li {
        list-style-type: none;
        background-color: #FFFFFF;
        box-shadow: 0 4px 14px -5px rgba(165,172,180,0.5);
        display: inline-block;
        padding: 5px 15px 7px 15px;
        border-radius: 25px;
        margin-right: 7px;
        margin-bottom: 10px;
        position: relative;
    }

        ul.htl li span {
            display: none;
        }

        ul.htl li:hover span {
            display: block;
            position: absolute;
            right: 0px;
            top: 0px;
            height: 34px;
            border-radius: 0px 25px 25px 0px;
            background-image: linear-gradient(to right, transparent 10%, rgba(255,255,255,1) 90%);
            padding: 5px 12% 3px 30%;
        }

        ul.htl li p {
            font-size: 12px;
            font-weight: 500;
            color: #434D60;
        }

.ahbox {
    border: 1px solid #ECF0F8;
    border-radius: 25px;
    height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 4px 14px -5px rgba(165,172,180,0.5);
}

    .ahbox:hover {
        border-color: #ccc;
    }

    .ahbox a {
        font-size: 12px;
        color: #434D60;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        margin-top: 2px;
        line-height: 28px;
    }

        .ahbox a img {
            position: relative;
            top: -1px;
            margin-right: 4px;
        }

#dynamicwidth2 {
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    min-width: 85px !important;
    max-width: 99.99% !important;
    transition: width 0.25s;
    text-align: center;
    color: #434D60;
    height: 30px;
    caret-color: #7A66F0;
}

    #dynamicwidth2::placeholder {
        color: #8A93A4;
    }

.ptpbh {
    padding-top: 60px;
    padding-bottom: 60px;
    text-decoration: none;
    outline: none;
}

    .ptpbh:hover a {
        text-decoration: none;
        outline: none;
    }

/*----editor.js css----*/

.ce-block__content, .ce-toolbar__content {
    max-width: 1000px;
}

.ce-toolbar__plus {
    left: 0px;
}

.ce-toolbar__actions-buttons {
    text-align: right;
    margin-right: 3vw;
}

.ce-toolbar__actions-buttons {
    text-align: right;
    margin-right: 3vw;
}

#editorjs h2 {
    font-size: 1.4rem;
}

.ce-inline-toolbar__dropdown {
    background: #434D60;
    color: #fff;
    border-radius: 4px 0px 0px 4px;
}

    .ce-inline-toolbar__dropdown:hover {
        background: #444444;
        color: #7A66F0;
    }

.ce-inline-toolbar__toggler-and-button-wrapper {
    background: #434D60;
    border-radius: 4px;
}

.ce-inline-tool {
    color: #fff;
}

    .ce-inline-tool:hover {
        background-color: #434D60;
        color: #7A66F0;
    }

.ce-conversion-toolbar {
    background-color: #434D60;
    color: #fff;
}

.ce-conversion-tool__icon {
    background-color: #333;
    border-color: #333;
}

.ce-conversion-tool:hover {
    background-color: rgba(34,186,255,.08);
}

.ce-conversion-toolbar__label {
    color: rgba(255,255,255,0.7);
}

.ce-toolbar__plus {
    left: -34px;
}

.ce-toolbar .ce-toolbox {
    box-shadow: 2px 5px 16px 0 rgba(0,0,0,0.1);
}

.ce-toolbox__button {
    transition: all 0.2s ease-in-out;
}

    .ce-toolbox__button:hover svg {
        color: #7A66F0;
    }

.ce-toolbar .ce-toolbox:before {
    content: 'Building Blocks';
    display: block;
    width: 100%;
    padding: 8px 1px 0px 10px;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-size: 13px;
}

.drpFontTool {
    background-color: #434D60;
    color: #fff;
    box-shadow: 0 3px 15px -3px rgba(13,20,33,.13);
    border-radius: 4px;
    z-index: 2;
    position: absolute;
    right: 0px;
    top: 40px;
}

    .drpFontTool .ce-conversion-tool {
        padding: 0px;
    }

    .drpFontTool ul.drpFont {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .drpFontTool ul.drpFont li {
            list-style-type: none;
            padding: 5px 10px;
            text-align: center;
        }

            .drpFontTool ul.drpFont li:hover {
                background: rgba(34,186,255,.08) !important;
            }

    .drpFontTool .ce-conversion-tool__icon {
        display: none;
    }

    .drpFontTool .ce-conversion-toolbar__label {
        max-width: 74px;
        text-align: center;
        line-height: 11px;
    }

.ce-inline-toolbar__dropdown.divFont {
    border-right: none;
    margin-right: 0px;
    margin-left: 3px;
}

.card-head .card-th .d-inline-block.w257:first-child {
    width: 257px;
}

.oneline-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-card h5.twoline {
    margin-top: 0px;
    white-space: normal;
    text-overflow: unset;
    overflow: hidden;
    height: 42px;
}

.box-details p > strong {
    color: #1F232C;
}

.box-details p {
    color: #8A93A4;
}

.bblink {
    border-right: 1px solid #ECF0F8;
    padding-right: 16px;
}

.btn-green.lh {
    padding: 8px 20px;
    height: 40px;
}

.paidtext::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #4AB48B;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.tepd p.bbl {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .tepd p.bbl:last-child {
        border-bottom: none;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .tepd p.bbl:first-child {
        padding-top: 0px;
    }

.color1, .color2, .color3 {
    cursor: pointer;
}

    .color1.active img, .color2.active img, .color3.active img {
        box-shadow: 0px 0px 0px 1px #7A66F0;
    }

.texttip .content {
    background-color: #323947;
    border-radius: 6px 6px 0px 0px;
}

.ttform input {
    background-color: #616D84;
    border: none;
    width: 186px;
    margin: 10px 10px 5px 10px;
    font-size: 13px;
    height: 27px;
    padding: 10px 10px 10px 7px;
    color: #fff;
    border-radius: 2px;
}

    .ttform input:focus {
        box-shadow: none;
        outline: none;
    }

    .ttform input::placeholder {
        color: rgba(255,255,255,0.45);
    }

.dcsl {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 7px 0px;
    font-size: 13px;
    max-width: 202px;
    max-height: 104px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .dcsl::-webkit-scrollbar-track, ul.ocards::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0.2);
        border-radius: 12px;
    }

    .dcsl::-webkit-scrollbar, ul.ocards::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 12px;
    }

    .dcsl::-webkit-scrollbar-thumb, ul.ocards::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }

    .dcsl li {
        list-style-type: none;
        color: rgba(255,255,255,0.45);
        margin-top: 4px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 2px 16px 2px 16px;
    }

        .dcsl li:hover {
            background-color: #616D84;
            color: #fff;
        }

.cohead {
    padding: 11px 12px 2px 12px;
    align-items: center;
}

    .cohead p {
        color: #fff;
        font-size: 12px;
    }

.sbctt {
    padding: 5px 0px 8px 9px;
}

    .sbctt .btn12 {
        padding: 0px 0px 0px 9px;
        font-size: 13px;
        color: #fff;
        display: inline-block;
    }

        .sbctt .btn12.ol {
            color: rgba(255,255,255,0.5);
        }

.name-ini.cus {
    width: 24px;
    height: 24px;
    font-size: 15px;
    margin-right: 7px;
    line-height: 26px;
}

.comm-text p {
    color: rgba(255,255,255,0.5);
    max-width: 186px;
    font-size: 13px;
    padding: 7px 11px 6px 11px;
    line-height: 15px;
}

.tls {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    max-width: 202px;
}

    .tls li {
        list-style-type: none;
        color: rgba(255,255,255,0.9);
        margin-top: 4px;
        transition: all 0.3s ease-in-out;
        padding: 2px 16px 2px 16px;
    }

        .tls li .lft {
            flex: 1;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .tls li .rgt {
            flex: 0 0 10px;
        }

            .tls li .rgt img {
                width: 9px;
                position: relative;
                bottom: -3px;
            }

.pl-bx {
    background: rgba(0,0,0,0.03);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    margin-right: 17px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

    .pl-bx img {
        width: 9px;
        position: relative;
        top: -1px;
        right: -1px;
        opacity: 0.6;
        transition: all 0.2s ease-out;
    }

    .pl-bx:hover img {
        opacity: 1;
    }

.inputwidthmachine:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    border-bottom: 1px solid #7A66F0;
    border-radius: 0px;
}

.leftchat {
    display: flex;
    justify-content: flex-start;
}

    .leftchat p {
        box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
        margin: 10px;
        width: 85%;
        border-radius: 12px 12px 12px 0px;
        padding: 9px;
    }

.rightchat {
    display: flex;
    justify-content: flex-end;
}

    .rightchat p {
        box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
        margin: 10px;
        width: 85%;
        background-color: rgba(0,0,0,0.05);
        border-radius: 12px 12px 0px 12px;
        padding: 9px;
    }

.export-modal .modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.export-modal .modal-body {
    padding: 30px;
}

.pc30 .modal-body {
    padding: 35px;
}

.ex-list {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

    .ex-list li {
        list-style-type: none;
    }

        .ex-list li a {
            color: #1F232C;
            border-top: 1px solid #ECF0F8;
            font-size: 15px;
            font-weight: 500;
            display: block;
            padding-top: 14px;
            padding-bottom: 14px;
            transition: all 0.2s ease-out;
        }

            .ex-list li a:hover {
                text-decoration: none;
                outline: none;
                color: #7A66F0;
            }

.color-s1 {
    background-color: #cffdc8;
}

.color-s2 {
    background-color: #fefbd0;
}

.color-s3 {
    background-color: #ffb8b8;
}

.tagging, .comments {
    text-decoration: underline;
    background-color: #ECF0F8;
}

    .tagging.color-s1, .comments.color-s1, .comments.tagging.color-s1 {
        background-color: #cffdc8;
        text-decoration: underline;
    }

    .tagging.color-s2, .comments.color-s2, .comments.tagging.color-s2 {
        background-color: #fefbd0;
        text-decoration: underline;
    }

    .tagging.color-s3, .comments.color-s3, .comments.tagging.color-s3 {
        background-color: #ffb8b8;
        text-decoration: underline;
    }

.player-controls button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ECF0F8;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

    .player-controls button img {
        max-height: 23px;
    }

    .player-controls button:nth-of-type(2), .player-controls button:nth-of-type(1) {
        border-right: none;
    }

    .player-controls button:nth-of-type(1) {
        border-radius: 0px 0px 0px 6px;
    }

    .player-controls button:nth-of-type(3) {
        border-radius: 0px 0px 6px 0px;
    }

    .player-controls button img {
        display: inline-block;
    }

    .player-controls button span {
        display: block;
        color: #8A93A4;
        transition: all 0.2s ease-in-out;
    }

    .player-controls button:hover span.fs13 {
        color: #1F232C !important;
    }

    .player-controls button:hover, .player-controls button:active, .player-controls button:focus {
        outline: none;
        text-decoration: none;
        box-shadow: none;
    }

.speed-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #434D60 !important;
}

.player-bx {
    border: none;
    padding: 10px 11px 5px 10px;
}

#collapseSpeed, #collapseVolume {
    position: absolute;
    bottom: -120px;
    z-index: 99;
    border: none;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    right: 0px;
    width: 199px;
}

    #collapseSpeed .progress, #collapseVolume .progress {
        cursor: pointer;
    }

    #collapseSpeed .card-body, #collapseSpeed .card, .collapselabel .card-body, .collapselabel .card, #collapseVolume .card-body, #collapseVolume .card, .collapselabel .card-body, .collapselabel .card {
        border: none;
        -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
        box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
        border-radius: 4px;
    }

    #collapseSpeed .card-body, #collapseSpeed .card, .collapselabel .card-body, .collapselabel .card, #collapseVolume .card-body, #collapseVolume .card, .collapselabel .card-body, .collapselabel .card {
        border: none;
        -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
        box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
        border-radius: 4px;
    }






.range {
    position: relative;
}

    .range input[type=range] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        width: 100%;
        height: 22px;
        cursor: pointer;
        display: block;
    }

        .range input[type=range]:focus {
            outline: none;
        }

        .range input[type=range][disabled] {
            opacity: .3;
            cursor: default;
        }

    .range .rangeslider {
        position: relative;
        height: 22px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .rangeslider:before {
            box-sizing: border-box;
            width: 100%;
            height: 4px;
            background: #e6e6e6;
            border-radius: 100px;
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .range input::-webkit-slider-runnable-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-moz-range-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-ms-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        color: transparent;
        padding: 11px 0;
        background: transparent;
        border-color: transparent;
    }

    .range input::-ms-fill-lower,
    .range input::-ms-fill-upper {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
    }

    .range input::-ms-fill-lower {
        background: #7A66F0;
    }

    .range .rangeslider-fill-lower {
        background-color: #7A66F0;
        border-radius: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 4px;
        will-change: width;
    }

    .range input::-webkit-slider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 4px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #7A66F0;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 2px;
    }

    .range input::-moz-range-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range input::-ms-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range .rangeslider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
        position: absolute;
        touch-action: pan-x;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        will-change: left;
    }

    .range .range-output {
        position: absolute;
        left: 6px;
        top: 6px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .range-output .output {
            display: block;
            position: absolute;
            height: 60px;
            line-height: 60px;
            min-width: 32px;
            padding: 0 20px;
            top: -26px;
            -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
            background: #383c42;
            color: #fff;
            border-radius: 100px;
            white-space: nowrap;
            font-weight: bold;
            font-size: 1.2em;
            text-align: center;
        }

            .range .range-output .output:before {
                content: "";
                position: absolute;
                bottom: -8px;
                left: 50%;
                border: 10px solid #383c42;
                border-bottom: none;
                border-left-color: transparent;
                border-right-color: transparent;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }


.trans-box {
    margin: 0px;
    padding-bottom: 0px;
}

.trans-row .form-group:last-child p {
    word-break: keep-all;
}

.obx {
    position: absolute;
    background: #fff;
    right: 73px;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.1);
    max-height: 40px;
    border-radius: 3px;
    width: 155px;
    padding: 7px 12px;
}

    .obx a:first-child {
        border-right: 1px solid #ccc;
        padding-right: 8px;
        margin-right: 6px;
    }

    .obx a {
        display: inline-block;
        color: #212529;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
    }

        .obx a:hover {
            color: #7A66F0;
            text-decoration: none;
        }

.cecv[aria-expanded="true"] i {
    color: #7A66F0;
}

.c-search {
    position: absolute;
    width: 32px;
    height: 40px;
    display: inline-block;
    border-radius: 0px;
    right: 5px;
    top: 1px;
    cursor: pointer;
    text-align: center;
    line-height: 39px;
}

    .c-search img {
        width: 11px;
    }

.detailKeyword {
    max-height: 250px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

.pdb {
    max-width: 15px;
    position: relative;
    top: -2px;
    margin-left: 10px;
    cursor: pointer;
}

.plain-btn {
    border: 1px solid #E8EBF0;
    border-radius: 10px;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 36px;
    margin-right: 13px;
}

    .plain-btn.dislike img {
        transform: rotate(180deg);
        position: relative;
        bottom: -3px;
    }

















.mxw1295 {
    max-width: 1295px;
}

    .mxw1295 > .row.h100 > .col {
        height: 92.7vh;
    }

.orange-strip {
    position: absolute;
    display: inline-block;
    right: 1px;
    background: #7A66F0;
    width: 35vw;
    top: 0px;
    bottom: 0px;
}

.wsb {
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 40px;
}

.test-nav {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

    .test-nav:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 99;
    }

    .test-nav li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

        .test-nav li a {
            display: inline-block;
            color: #8A93A4;
            font-size: 13px;
            text-align: center;
            min-width: 180px;
        }

            .test-nav li a span:last-child {
                display: block;
                text-align: center;
                margin-top: 4px;
            }

        .test-nav li.active a span:last-child {
            color: #4AB48B;
        }

        .test-nav li.active a span:first-child {
            box-shadow: inset 0px 0px 0px 50px #4AB48B;
        }

        .test-nav li.completed a span:last-child {
            color: rgba(74,180,139,0.5);
        }

        .test-nav li.completed a span:first-child {
            box-shadow: inset 0px 0px 0px 50px rgba(74,180,139,0.5);
        }

        .test-nav li a span:first-child {
            display: inline-block;
            width: 24px;
            height: 24px;
            box-shadow: inset 0px 0px 0px 2px #8A93A4;
            border-radius: 50%;
        }

        .test-nav li:nth-of-type(1):after, .test-nav li:nth-of-type(2):after, .test-nav li:nth-of-type(3):after {
            content: '';
            border-top: 1px dashed #8A93A4;
            width: 128px;
            height: 1px;
            display: inline-block;
            position: absolute;
            right: -64px;
            top: 11px;
        }

.qu-bx {
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    margin-top: 10px;
}

    .qu-bx.no-shadow {
        box-shadow: none;
        margin-top: 10px;
    }

.radio__label.fw400 {
    font-weight: 400 !important;
}

.qbmx8 {
    height: 500px;
    padding: 30px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

.shadow1 {
    box-shadow: 0 -4px 14px 0 rgba(59,63,94,0.06);
}

.pxc30 {
    padding: 30px 30px 0px 30px;
    margin-bottom: 10px !important;
}

.tguide figure {
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
}

    .tguide figure img {
        border-radius: 6px;
        background-color: #fff;
    }

.btn-success.grey-c {
    max-width: 90px;
    min-width: 90px;
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

.fbub {
    padding: 35px;
}

.seagbx {
    border: 1px solid #DCE3F0;
    background-color: #FFFFFF;
    padding: 20px;
    margin: 0px 34px;
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    height: 344px;
}

.py30-2 {
    padding: 30px 15px 30px 50px;
}

.py30-3 {
    padding: 6px 27px 10px 6px;
}

.inpage-player {
    border-left: 1px solid #ECF0F8;
    width: 380px;
    min-height: 62vh;
    padding: 45px 25px 25px 25px;
}

    .inpage-player h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .inpage-player .imgclose {
        max-width: 13px;
    }

.btn-green.grey {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

    .btn-green.grey:hover {
        background-color: #434D60;
        border-color: #434D60;
    }

.btn-green.red {
    background-color: #FB6060;
    border-color: #FB6060;
}

    .btn-green.red:hover {
        background-color: #FB6060;
        border-color: #FB6060;
    }

.gr-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #8A93A4;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    bottom: -2px;
    margin-right: 8px;
}

a.like-state img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

a.unlike-state img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.o-circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    margin: 30px 10px 10px 10px;
    background-color: #7A66F0;
    padding-top: 8px;
}

    .o-circle img {
        max-width: 24px;
    }


.progress.primary {
    display: -ms-flexbox;
    display: flex;
    height: 0.7rem;
    font-size: .75rem;
    background-color: #D53131;
    border-radius: 0px;
    width: 100%;
    min-width: 110px;
}

.progress-bar.bg-primary {
    background-color: #7A66F0 !important;
    border-radius: 0px;
}

.progress.success {
    display: -ms-flexbox;
    display: flex;
    height: 0.7rem;
    font-size: .75rem;
    background-color: #4AB48B;
    border-radius: 0px;
    width: 100%;
    min-width: 110px;
}

.progress-bar.bg-success {
    background-color: #4AB48B !important;
    border-radius: 0px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f8;
    opacity: 1;
    border-color: #f7f7f8;
    color: black;
}

    .form-control[readonly]::selection {
        color: black !important;
        background-color: #7A66F0;
    }

.input-group-addon {
    background-color: #f7f7f8;
    border-radius: 0px 8px 8px 0px;
    padding: 10px 15px 10px 0px;
}

.order-cards {
    width: 265px;
    border-right: 1px solid #ECF0F8;
    height: 67vh;
    padding: 26px 0px 0px 27px;
}

ul.ocards {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    height: 49vh;
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 230px;
}

    ul.ocards li {
        list-style: none;
    }

        ul.ocards li a {
            height: 97px;
            width: 210px;
            border: 1px solid #ECF0F8;
            border-radius: 5px;
            display: block;
            margin-bottom: 12px;
            padding: 14px 0px 0px 15px;
        }

            ul.ocards li a p:first-child {
                color: #1F232C !important;
            }

            ul.ocards li a p:last-child {
                color: #8A93A4 !important;
            }

            ul.ocards li a:hover, ul.ocards li.selected a {
                background-color: #7A66F0;
                border-color: #7A66F0;
                box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
                text-decoration: none;
            }

                ul.ocards li a:hover p, ul.ocards li.selected a p {
                    color: #fff !important;
                    text-decoration: none;
                    outline: none;
                }

    ul.ocards::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    ul.ocards::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    ul.ocards::-webkit-scrollbar-thumb {
        background-color: #8A93A4 !important;
        border-radius: 12px;
    }

.modal-order2 {
    background-color: rgba(0,0,0,0.2);
}

p.tlink {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0px;
}

.cparea .col-auto {
    overflow-x: scroll;
    overflow-y: hidden;
}

.cpbx {
    border: 1px solid #ECF0F8;
    border-radius: 5px;
    width: 270px;
    display: inline-block;
    height: 66vh;
    margin-right: 20px;
    padding: 25px 20px 20px 20px;
    position: relative;
}

.cplist {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    max-width: 1300px;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}

    .cplist li {
        list-style-type: none;
        display: inline-block;
    }

    .cplist::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    .cplist::-webkit-scrollbar {
        width: 2px;
        height: 4px;
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    .cplist::-webkit-scrollbar-thumb {
        background-color: #8A93A4 !important;
        border-radius: 12px;
    }

.cpb334::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
    background-color: rgba(255,255,255,0);
    border-radius: 12px;
}

.cpb334::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255,255,255,0);
    border-radius: 12px;
}

.cpb334::-webkit-scrollbar-thumb {
    background-color: #8A93A4 !important;
    border-radius: 12px;
}

.cpb334 {
    margin: 0px;
    padding: 10px;
    height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    left: -10px;
    right: -11px;
    width: 250px;
}

    .cpb334 li {
        list-style-type: none;
        display: block;
    }

        .cpb334 li .boxcard {
            border-radius: 5px;
            background-color: #FFFFFF;
            box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
            padding: 8px 14px;
            display: block;
            margin-bottom: 10px;
        }

.btn-green.copb {
    color: #4AB48B;
    text-align: center;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
    height: 50px;
    display: block;
    line-height: 28px;
    font-weight: 500;
    position: absolute;
    bottom: 22px;
    left: 15px;
    right: 15px;
}

    .btn-green.copb:hover {
        background-color: #fff;
        color: #4AB48B;
        text-decoration: none;
        outline: none;
    }

    .btn-green.copb img {
        position: relative;
        top: -1px;
    }

.cc-pbx {
    border: 1px solid #ECF0F8;
    border-radius: 5px;
    padding: 22px;
    width: 550px;
    height: 536px;
}

.rpanels .row > .col p.text-uppercase {
    color: #8A93A4;
    margin-top: 2px;
    margin-bottom: 2px !important;
}

.rpanels > .row {
    position: relative;
}

    .rpanels > .row:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: #ECF0F9;
        bottom: -9px;
    }

.rpanels:last-child > .row:after {
    content: '';
    display: none;
}

.rpanels > .row[aria-expanded="true"] p.text-uppercase {
    color: #1F232C !important;
}

.rcolumns {
    margin: 0px;
    padding: 0px;
}

    .rcolumns li {
        list-style-type: none;
        display: block;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
        color: #1F232C;
        font-size: 15px;
        padding: 8px 12px;
        margin-top: 10px;
        position: relative;
    }

        .rcolumns li.grab {
            cursor: grab;
        }

        .rcolumns li p {
            max-width: 94%;
        }

        .rcolumns li span.tline {
            display: inline-block;
            width: 10px;
            height: 1px;
            background-color: #D8D8D8;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -0.5px;
        }

            .rcolumns li span.tline:before {
                content: '';
                display: inline-block;
                width: 10px;
                height: 1px;
                background-color: #D8D8D8;
                position: absolute;
                right: 0px;
                top: 4px;
            }

            .rcolumns li span.tline:after {
                content: '';
                display: inline-block;
                width: 10px;
                height: 1px;
                background-color: #D8D8D8;
                position: absolute;
                right: 0px;
                top: -4px;
            }

.cdelete {
    max-width: 20px;
    position: absolute;
    right: 10px;
    top: 37%;
    margin-top: -5px;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.arrow-box {
    width: 104px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 57vh;
}

    .arrow-box img {
        max-width: 40px;
    }

.dateicon {
    position: relative;
}

    .dateicon:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 32%;
        width: 16px;
        height: 16px;
        background: url(../images/date-grey-icon.svg)no-repeat center;
        background-size: contain;
    }

.timeicon {
    position: relative;
}

    .timeicon:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 32%;
        width: 16px;
        height: 16px;
        background: url(../images/time-icon.svg)no-repeat center;
        background-size: contain;
    }

.k-grid-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.2);
    border-radius: 12px;
}

.k-grid-content::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 12px;
    height: 3px;
}

.k-grid-content::-webkit-scrollbar-thumb {
    background-color: #7A66F0 !important;
    border-radius: 12px;
}

#togglePipButton {
    position: absolute;
    right: 20px;
    top: 70px;
    background-color: rgba(0,0,0,0.4);
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.7);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

input[type=range].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 26px + var(--ratio) * (100% - 26px));
    z-index: 9;
    width: 100%;
}

input[type=range].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
}

.player-controls .player-btn button {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    border-radius: 10px;
    width: 72px;
    margin-right: 14px;
    line-height: 15px;
    text-align: center;
}

.player-controls button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ECF0F8;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

    .player-controls button:nth-of-type(2), .player-controls button:nth-of-type(1) {
        border-right: none;
    }

.nav-pills-custom li a.f-size {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    background-image: url(../images/font-size.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.nav-pills-custom li a {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-right: 14px;
    max-width: 76px;
}

.jks647.tf-big p.tf {
    font-size: 18px !important;
}

.jks647.tf-big span.tf {
    font-size: 16px !important;
}

.jks647.tf-small p.tf {
    font-size: 17px !important;
}

.jks647.tf-small span.tf {
    font-size: 13px !important;
}

.highlight {
    background-color: #7A66F0 !important;
}

.nav-pills-custom li a.f-size.active {
    background-image: url(../images/font-size-hover.svg);
    background-color: #7A66F0;
}

.collapselabel {
    position: absolute;
    font-size: 14px;
}

.export-modal .modal-body {
    padding: 30px;
}

.export-modal .modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 10%);
}

.btnrow {
    margin-bottom: 20px;
}

.kbtn {
    border-radius: 10px;
    background-color: #ECEEF2;
    box-shadow: 0 3px 0 0 rgb(0 0 0 / 30%);
    height: 45px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 45px;
    padding: 0px 21px;
    min-width: 40px;
    margin-bottom: 0px;
}

.far-box {
    border: 1px solid #ECF0F8;
    padding: 20px;
    border-top: none;
    margin-top: -30px;
    max-width: 600px;
    margin-bottom: 25px;
}

.grey-btn {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    color: #ffffff;
    height: 45px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn {
    font-weight: 400;
    font-size: 15px;
}

.org-btn {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #ffffff;
    height: 45px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-control.grey {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
}

.match-count {
    position: absolute;
    width: auto;
    right: 18px;
    top: 2px;
    background: #f7f7f8;
    padding: 11px 15px 9px 10px;
    border-radius: 0px 9px 9px 0px;
}

input[type=range].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
}

    /*progress support*/
    input[type=range].styled-slider.slider-progress {
        --range: calc(var(--max) - var(--min));
        --ratio: calc((var(--value) - var(--min)) / var(--range));
        --sx: calc(0.5 * 26px + var(--ratio) * (100% - 26px));
        z-index: 9;
        width: 100%;
    }

    input[type=range].styled-slider:focus {
        outline: none;
    }

    /*webkit*/
    input[type=range].styled-slider::-webkit-slider-thumb {
        width: 26px;
        height: 26px;
        border-radius: 1em;
        background: #7A66F0;
        border: 2px solid #fff;
        box-shadow: none;
        margin-top: calc(max((13px - 1px - 1px) * 0.5,0px) - 26px * 0.5);
        -webkit-appearance: none;
        z-index: 99;
    }

    input[type=range].styled-slider::-webkit-slider-runnable-track {
        height: 1em;
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
    }

    input[type=range].styled-slider::-webkit-slider-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-webkit-slider-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-webkit-slider-runnable-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #efefef;
    }

    input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #e5e5e5;
    }

    input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #f5f5f5;
    }

    /*mozilla*/
    input[type=range].styled-slider::-moz-range-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #7A66F0;
        border: none;
        box-shadow: 0 0 2px black;
    }

    input[type=range].styled-slider::-moz-range-track {
        height: max(calc(1em - 1px - 1px),0px);
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
    }

    input[type=range].styled-slider::-moz-range-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-moz-range-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-moz-range-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-moz-range-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #efefef;
    }

    input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #e5e5e5;
    }

    input[type=range].styled-slider.slider-progress:active::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #f5f5f5;
    }

    /*ms*/
    input[type=range].styled-slider::-ms-fill-upper {
        background: transparent;
        border-color: transparent;
    }

    input[type=range].styled-slider::-ms-fill-lower {
        background: transparent;
        border-color: transparent;
    }

    input[type=range].styled-slider::-ms-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #7A66F0;
        border: none;
        box-shadow: 0 0 2px black;
        margin-top: 0;
        box-sizing: border-box;
    }

    input[type=range].styled-slider::-ms-track {
        height: 1em;
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
        box-sizing: border-box;
    }

    input[type=range].styled-slider::-ms-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-ms-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-ms-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-ms-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-ms-fill-lower {
        height: max(calc(1em - 1px - 1px),0px);
        border-radius: 0.5em 0 0 0.5em;
        margin: -1px 0 -1px -1px;
        background: #7A66F0;
        border: 1px solid #ECF0F8;
        border-right-width: 0;
    }

    input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
        background: #7A66F0;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
        background: #7A66F0;
        border-color: #ECF0F8;
    }

.btnrow span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
    color: #434D60;
}

.jks647 li {
    list-style-type: none;
}

.tns {
    width: 100%;
    padding-left: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}

.txtAudioNotes:focus {
    box-shadow: none !important;
    outline: none;
    border: none;
}

.txtAudioNotes::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1);
    background-color: #F5F5F5;
    border-radius: 25px;
}

.txtAudioNotes::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
    border-radius: 25px;
}

.txtAudioNotes::-webkit-scrollbar-thumb {
    background-color: #7A66F0 !important;
    border-radius: 25px;
}

.match_highlight {
    background-color: darkgoldenrod !important;
}

.collapse.in {
    display: block !important;
}

.lcc {
    max-width: 10px;
    position: relative;
    top: -4px;
}

.tns {
    width: 100%;
    padding-left: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}

    .tns::placeholder {
        color: #8A93A4;
    }

    .tns:focus, .tns:hover, .tns:active {
        border: none;
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }

.list-group-flush.allSpeakers li.list-group-item {
    position: relative;
    display: block;
    border: none !important;
    padding: .20rem 0.7rem;
    background-color: #fff;
}

.list-group-flush.allSpeakers {
    border-radius: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 103px;
}

    .list-group-flush.allSpeakers li:first-child {
        display: none;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #f8f8f8;
        border-radius: 12px;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }

.tns {
    width: 100%;
    padding-left: 0px;
    outline: none;
    box-shadow: none;
    background: #fff;
    padding: 4px 0px 5px 10px;
    margin-bottom: 7px;
    border: 1px solid rgba(0,0,0,.125) !important;
    margin-top: 3px;
}











































@media only screen and (max-device-width: 1536px) {

    .project-card {
        width: 322px;
    }

    .target {
        width: 351px;
    }
}

@media only screen and (max-device-width: 1366px) {

    .project-card {
        width: 390px;
    }

    .target {
        width: 424px;
    }
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .project-card {
        width: 430px;
    }

    .target {
        width: 460px;
    }
}





































@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('../fonts/AvertaStd-Black.eot');
    src: url('../fonts/AvertaStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Black.woff2') format('woff2'), url('../fonts/AvertaStd-Black.woff') format('woff'), url('../fonts/AvertaStd-Black.ttf') format('truetype'), url('../fonts/AvertaStd-Black.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/AvertaStd-Bold.eot');
    src: url('../fonts/AvertaStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Bold.woff2') format('woff2'), url('../fonts/AvertaStd-Bold.woff') format('woff'), url('../fonts/AvertaStd-Bold.ttf') format('truetype'), url('../fonts/AvertaStd-Bold.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    src: url('../fonts/AvertaStd-ExtraBold.eot');
    src: url('../fonts/AvertaStd-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-ExtraBold.woff2') format('woff2'), url('../fonts/AvertaStd-ExtraBold.woff') format('woff'), url('../fonts/AvertaStd-ExtraBold.ttf') format('truetype'), url('../fonts/AvertaStd-ExtraBold.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('../fonts/AvertaStd-Light.eot');
    src: url('../fonts/AvertaStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Light.woff2') format('woff2'), url('../fonts/AvertaStd-Light.woff') format('woff'), url('../fonts/AvertaStd-Light.ttf') format('truetype'), url('../fonts/AvertaStd-Light.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('../fonts/AvertaStd-Regular.eot');
    src: url('../fonts/AvertaStd-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Regular.woff2') format('woff2'), url('../fonts/AvertaStd-Regular.woff') format('woff'), url('../fonts/AvertaStd-Regular.ttf') format('truetype'), url('../fonts/AvertaStd-Regular.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('../fonts/AvertaStd-Semibold.eot');
    src: url('../fonts/AvertaStd-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Semibold.woff2') format('woff2'), url('../fonts/AvertaStd-Semibold.woff') format('woff'), url('../fonts/AvertaStd-Semibold.ttf') format('truetype'), url('../fonts/AvertaStd-Semibold.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 900;
    font-display: auto;
    src: url('../fonts/AvertaStd-BlackItalic.eot');
    src: url('../fonts/AvertaStd-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-BlackItalic.woff2') format('woff2'), url('../fonts/AvertaStd-BlackItalic.woff') format('woff'), url('../fonts/AvertaStd-BlackItalic.ttf') format('truetype'), url('../fonts/AvertaStd-BlackItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/AvertaStd-BoldItalic.eot');
    src: url('../fonts/AvertaStd-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-BoldItalic.woff2') format('woff2'), url('../fonts/AvertaStd-BoldItalic.woff') format('woff'), url('../fonts/AvertaStd-BoldItalic.ttf') format('truetype'), url('../fonts/AvertaStd-BoldItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 800;
    font-display: auto;
    src: url('../fonts/AvertaStd-ExtraBoldItalic.eot');
    src: url('../fonts/AvertaStd-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/AvertaStd-ExtraBoldItalic.woff') format('woff'), url('../fonts/AvertaStd-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/AvertaStd-ExtraBoldItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 300;
    font-display: auto;
    src: url('../fonts/AvertaStd-LightItalic.eot');
    src: url('../fonts/AvertaStd-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-LightItalic.woff2') format('woff2'), url('../fonts/AvertaStd-LightItalic.woff') format('woff'), url('../fonts/AvertaStd-LightItalic.ttf') format('truetype'), url('../fonts/AvertaStd-LightItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 400;
    font-display: auto;
    src: url('../fonts/AvertaStd-RegularItalic.eot');
    src: url('../fonts/AvertaStd-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-RegularItalic.woff2') format('woff2'), url('../fonts/AvertaStd-RegularItalic.woff') format('woff'), url('../fonts/AvertaStd-RegularItalic.ttf') format('truetype'), url('../fonts/AvertaStd-RegularItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 600;
    font-display: auto;
    src: url('../fonts/AvertaStd-SemiboldItalic.eot');
    src: url('../fonts/AvertaStd-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-SemiboldItalic.woff2') format('woff2'), url('../fonts/AvertaStd-SemiboldItalic.woff') format('woff'), url('../fonts/AvertaStd-SemiboldItalic.ttf') format('truetype'), url('../fonts/AvertaStd-SemiboldItalic.svg#AveraStd') format('svg');
}

body {
    background-color: #ffffff;
    font-family: "Avera Std", Sans-serif;
    font-size: 15px;
    color: #1F232C;
}

.f-row .col:first-child {
    min-width: 50%;
    background-color: rgb(235 232 253);
}
.dvregister .col:first-child {
    background-color: #7A66F0;
}

.f-row > .col {
    height: 100vh;
}

.lg-lft {
    align-content: center;
    align-items: center;
    padding: 0% 13% 0% 13%;
    margin: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100vh;
}

/*    .lg-lft img {
        width: 75%;
    }*/

    .lg-lft h2 {
        font-size: 50px;
        font-weight: 800;
        color: #fff;
    }

    .lg-lft p {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

.lg-rgt .btn-success {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #ffffff;
    border-radius: 25px;
    font-weight: 600;
    height: 51px;
    padding-top: 9px;
    min-width: 130px;
    margin-top: 8px;
    font-size: 16px;
    border-width: 2px;
    line-height: 27px;
}

    .lg-rgt .btn-success:hover {
        background-color: #fff;
        border-color: #7A66F0;
        color: #7A66F0;
    }

.lg-rgt .p-link {
    color: #7A66F0;
    font-size: 16px;
}

.lg-rgt .form-control.grey {
    background-color: #fff;
    border-color: #E6E6E6;
    border-radius: 6px;
    height: 60px;
    padding-left: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

    .lg-rgt .form-control.grey:focus {
        box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
        outline: none;
    }

.lg-rgt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 16% 0 16%;
}

    .lg-rgt label {
        font-weight: 500;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .lg-rgt h1.form-title {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 8px;
        font-weight: 700;
        color: #190041;
    }

.ant-lo {
    position: fixed;
    width: 150px;
    top: 30px;
    right: 30px;
}

.back-link {
    position: fixed;
    top: 30px;
    left: 31px;
    color: #fff !important;
    padding: 10px;
    font-weight: 600;
    text-decoration: none !important;
}

.ant-logo {
    position: fixed;
    top: 30px;
    right: 31px;
    width: 150px;
}

.feature-bx img {
    width: 64px;
}

.feature-bx h3 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-left: 18px;
    max-width: 230px;
    font-weight: bold;
}

.lg-lft > .fbox {
    flex: 0 0 auto;
    width: 85%;
}

.lg-rgt label {
    font-weight: bold;
}

.lg-rgt h1.form-title {
    font-weight: 700;
}

.lg-rgt .p-link, .sa-wrapper p {
    font-weight: 600;
}

.custom-control-label {
    font-size: 16px !important;
}

.slider img {
    max-width: 120px;
    width: 100%;
}

.caro-title {
    font-family: "Avera Std", Sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 80px;
    margin-bottom: 30px;
    color: #fff;
}

.caro-box {
    max-width: 760px;
    overflow-x: hidden;
}

.custom-select {
    background-color: #fff;
    border-color: #ced4da;
    height: 43px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 19px;
}

.w-btn {
    padding: 15px 30px 16px 30px;
    background-color: #fff;
    font-size: 15px;
    color: #7A66F0;
    font-weight: 600;
    border-radius: 25px;
}

.sa-wrapper.mw-477 {
    position: relative !important;
}

.instructions-bx {
    position: absolute;
    width: 274px;
    right: auto;
    background: rgba(255,255,255,1);
    padding: 26px;
    border-radius: 6px;
    top: 164px !important;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    left: -291px !important;
    display: none;
    border: 1px solid rgb(122, 102, 240);
    z-index: 99999;
}

@media only screen and (max-device-width: 1600px) {

    .ven-feturs h3 {
        font-size: 18px;
    }

    .caro-title {
        font-size: 21px;
        margin-top: 23px;
    }

    .caro-box {
        max-width: 600px;
        overflow-x: hidden;
    }

    .slider img {
        max-width: 100px;
        width: 100%;
    }

    .form-group.mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .custom-control-label {
        font-size: 14px !important;
    }

    .sa-wrapper.mw-477 {
        max-width: 460px;
        min-height: 100px;
        width: 460px;
    }

    .lg-lft h2 {
        font-size: 44px;
    }

    .lg-rgt h1.form-title {
        font-size: 26px;
    }

    .lg-rgt {
        padding: 0 8% 0 8%;
    }

    .lg-lft > .fbox {
        flex: 0 0 auto;
        width: 110%;
    }

    .feature-bx h3 {
        font-size: 18px;
    }

    .lg-rgt .p-link {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

    .instructions-bx {
        top: 155px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .f-row .col:first-child {
        min-width: 50%;
        background-color: rgb(235 232 253);
    }
    .dvregister .col:first-child {
        background-color: #7A66F0;
    }

    .lg-lft h2 {
        font-size: 34px;
    }

    .lg-rgt {
        padding: 0 7% 0 7%;
    }

   /* .lg-lft img {
        width: 95%;
    }*/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .f-row .col:first-child {
        min-width: 50%;
        background-color: rgb(235 232 253);
    }
    .dvregister .col:first-child {
        background-color: #7A66F0;
    }

    .lg-lft h2 {
        font-size: 34px;
    }

    .lg-rgt {
        padding: 0 7% 0 7%;
    }

  /*  .lg-lft img {
        width: 95%;
    }*/
}

@media screen and (max-width: 567px) {
    .f-row .col:first-child {
        min-width: 100%;
        background-color: rgb(235 232 253);
    }
    .dvregister .col:first-child {
        background-color: #7A66F0;
    }

    .f-row .col {
        height: auto;
    }

    .lg-lft, .lg-rgt {
        height: auto;
    }

    .lg-lft {
        padding: 14% 3% 9% 3%;
    }

        .lg-lft h2 {
            font-size: 32px;
        }

        .lg-lft p {
            font-size: 17px;
        }

    .lg-rgt {
        flex-direction: column;
    }

    .back-link {
        position: absolute;
        top: 18px;
        left: 50%;
        color: #7A66F0 !important;
        width: 180px;
        margin-left: -90px;
    }

    .sa-wrapper.mw-477 {
        max-width: 1000px;
        min-height: 100px;
        padding: 55px 15px 42px 15px;
        width: 344px;
    }

    .ant-logo {
        display: none;
    }

    .lg-rgt h1.form-title {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .w-btn {
        padding: 12px 24px 12px 24px;
        background-color: #fff;
        font-size: 15px;
        font-weight: 500;
        color: #7A66F0;
    }

    .lg-rgt .btn-success {
        height: 42px;
        padding-top: 8px;
        min-width: 112px;
        font-size: 15px;
        border-width: 2px;
        line-height: 20px;
    }

    .feature-bx h3 {
        font-size: 16px;
    }

    .feature-bx h3 {
        font-size: 16px;
    }

    .caro-title {
        font-size: 16px;
        line-height: 1.3em;
        max-width: 300px;
        margin: 30px auto 24px auto;
    }

    .slider img {
        max-width: 130px;
        width: 100%;
    }

    .caro-box {
        max-width: 320px;
        overflow-x: hidden;
    }

        .caro-box img {
            max-width: 90px;
            margin: 0px auto;
        }

    .custom-control-label, .custom-control-label a {
        font-size: 14px !important;
    }
}

.opacity-50 {
    opacity: 0.50;
}

.browse-with-wrapper {
    font-size: 14px;
    font-weight: 400;
    color: #4F4F4F;
}

    .browse-with-wrapper .browse-with-option {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .browse-with-wrapper .browse-with-option .browse-login-btn {
            width: 79px;
            height: 43px;
            border-radius: 4px;
            background: #F7F7F7;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fwb {
    font-weight: 700;
}

.cb-d {
    color: #1F232C !important;
}

.cb-m {
    color: #434D60 !important;
}

.cb-l {
    color: #8A93A4 !important;
}

.c-o {
    color: #7A66F0 !important;
}

.l-pane {
    position: fixed;
    background: #333645 url(../images/loginpage-back.jpg)no-repeat center center;
    background-size: cover;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 400px;
    display: flex;
    display: -webkit-flex;
    text-align: center;
}

    .l-pane > .inner {
        display: block;
        width: 100%;
        text-align: left;
        margin: 62px 0px 10px 40px;
        position: relative;
    }

        .l-pane > .inner p.title {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            max-width: 195px;
        }

    .l-pane .btm-box {
        position: absolute;
        bottom: 10px;
        left: 0px;
        color: #fff;
    }

    .l-pane:after {
        content: '';
        background: rgba(46,54,89,0.90);
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        display: block;
        display: none;
    }

.p-link.tdn {
    text-decoration: none;
}

.p-link {
    color: #7A66F0;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: color ease-out 0.2s;
    transition: color ease-out 0.2s;
}

    .p-link:hover {
        color: #434D60;
    }

    .p-link.white:hover {
        color: #ffffff;
    }

h1.form-title {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 35px;
}

.form-control.grey {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
}

.form-control {
    height: 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    padding: .375rem 1.2rem;
    color: #1F232C;
}

    .form-control::placeholder {
        color: #434D60;
    }

.wrapper {
    margin-left: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
}

.sa-wrapper {
    width: 608px;
    min-height: 588px;
}

    .sa-wrapper p {
        font-weight: 500;
    }

        .sa-wrapper p.regular {
            font-weight: 400;
        }

    .sa-wrapper.mw-477 {
        max-width: 477px;
        min-height: 100px;
    }

.custom-select {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
    height: 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 19px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7A66F0;
    background-color: #7A66F0;
}

.btn {
    font-weight: 400;
    font-size: 15px;
}

.btn-success {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .btn-success:hover {
        color: #fff;
        background-color: #6a58d5;
        border-color: #6a58d5;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.1);
    }

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #6a58d5;
        border-color: #6a58d5;
        box-shadow: 0 0 0 .1rem rgba(254, 127, 45, .5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #A1A6AF;
        border-color: #A1A6AF;
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #A1A6AF;
        border-color: #A1A6AF;
    }

        .btn-success:not(:disabled):not(.disabled).active:focus,
        .btn-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(254, 127, 45, .5)
        }

.btn-big {
    height: 45px;
    padding: 11px 20px;
    border-radius: 10px;
    min-width: 100px;
    line-height: 20px;
}

    .btn-big.min170 {
        min-width: 170px !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1 {
    font-size: 28px;
    color: #1F232C;
    font-weight: 500;
    line-height: 33px;
}


.cc-bx {
    border-radius: 10px;
}

    .cc-bx > .head {
        padding: 18px 0px 0px 0px;
    }

    .cc-bx .bbx {
        padding: 18px 0px;
    }


.card-pic {
    height: 13px;
}

.custom-control-label::before {
    top: 0.05rem;
    width: 1.2rem;
    height: 1.2rem;
}

.custom-control-label::after {
    top: -0.05rem;
    left: -1.55rem;
    width: 1.4rem;
    height: 1.4rem;
}

.custom-control-label {
    padding-left: 4px;
}

.mcbg {
    background-color: #f7f9fc;
}

.bg-light {
    border: 1px solid rgba(151,151,151,0.08);
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
}

    .bg-light .nav-link, .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #434D60;
    }

    .bg-light .nav-item.active .nav-link {
        color: rgba(0,0,0,1);
        font-weight: 500;
    }

.navbar-brand {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

    .navbar-brand img {
        max-width: 120px;
        margin-left: 10px;
    }

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-link {
    display: block;
    padding: 0.813rem 1rem;
}

.navbar-nav .nav-item.active .nav-link {
    position: relative;
}

    .navbar-nav .nav-item.active .nav-link:before {
        content: '';
        position: absolute;
        left: 21px;
        right: 21px;
        display: inline-block;
        height: 4px;
        background-color: #7A66F0;
        border-radius: 25px;
        bottom: -2px;
    }

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        border-radius: 10px;
        border: none;
        background-color: #FFFFFF;
        box-shadow: 5px 15px 44px 0 rgba(190,196,213,0.5);
    }

    .navbar .nav-item:hover .nav-link {
        color: #212529;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .dropdown-item {
        font-size: 14px;
        padding: .45rem 1.5rem;
    }

        .dropdown-item:hover {
            color: #7A66F0;
            background-color: transparent;
        }

        .dropdown-item:focus {
            background-color: transparent;
            color: #434D60;
        }

        .dropdown-item:active {
            background-color: transparent;
            color: #7A66F0;
        }
}

.top-nav {
    border: 1px solid rgba(151,151,151,0.08);
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
}

    .top-nav > .navbar {
        max-width: 1320px;
        margin: 0px auto;
    }

.cbox {
    margin: 35px 50px;
    position: relative;
}

    .cbox .gridbox {
        background-color: #ffffff;
        border-radius: 8px;
        width: 100%;
        min-height: 720px;
        max-width: 1359px;
        margin: 0px auto;
    }

    .cbox button.toggle {
        position: absolute;
        display: inline-block;
        left: -44px;
        border: none;
        background-color: #2e3659;
        color: #fff;
        height: 60px;
        width: 33px;
        top: 10px;
        font-size: 13px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        outline: none;
        text-decoration: none;
    }

.uimg-box {
    max-width: 45px;
    max-height: 45px;
    margin-right: 10px;
    position: relative;
    margin-top: -3px;
    border-radius: 50%;
}

.px50 {
    padding: 35px 50px 30px 50px !important;
}

.py30 {
    padding: 30px 50px;
}

.as-tab {
    border-bottom: 1px solid #ECF0F8;
}

    .as-tab a:first-child {
        margin-left: 50px;
    }

    .as-tab .nav-link {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
        padding: 0.3rem 0px 1rem 0px;
        color: #8A93A4;
        font-size: 15px;
    }

        .as-tab .nav-link.active {
            box-shadow: inset 0px -4px 0px 0px #7A66F0;
            color: #1F232C;
        }

.in-group {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px;
}

    .in-group label {
        color: #8A93A4;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

    .in-group .form-control:focus + label {
        color: #7A66F0;
    }

    .in-group .form-control {
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ECF0F8;
        padding-left: 0px;
        font-size: 18px;
        color: #1F232C;
        padding-top: 0px;
        padding-bottom: 15px;
        outline: none;
        caret-color: #7A66F0;
        -webkit-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
    }

        .in-group .form-control::placeholder {
            color: #8A93A4;
        }

        .in-group .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #7A66F0;
        }

.as-abx figure img {
    width: 72px;
    height: 72px;
    max-width: 72px;
    max-height: 72px;
    margin-right: 20px;
}

.as-abx a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.pih {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
}

ul.ccl {
    margin: 10px 0px 30px 0px;
    padding: 5px 0px 0px 0px;
    max-width: 590px;
}

    ul.ccl li {
        position: relative;
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

        ul.ccl li a.active figure:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            background: url(../images/green-check.svg)no-repeat center;
            background-size: contain;
            position: absolute;
            top: 50%;
            border: none;
            left: 0px;
            margin-top: -9px;
        }

        ul.ccl li figure:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 1px solid #8A93A4;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0px;
            margin-top: -9px;
        }

    ul.ccl figure {
        display: inline-block;
        margin-right: 20px;
        padding-left: 35px;
        position: relative;
        margin-bottom: 0px;
    }

        ul.ccl figure img {
            max-height: 17px;
        }

.btn-green {
    background-color: #4AB48B;
    border-color: #4AB48B;
    color: rgba(255,255,255,0.9);
    padding: 11px 20px;
    min-width: 110px;
}

    .btn-green:hover {
        color: #fff;
        background-color: #3bb888;
        border-color: #3bb888;
    }

.btn-red {
    background-color: #FB6060;
    border-color: #FB6060;
    color: rgba(255,255,255,0.9);
    padding: 11px 20px;
    min-width: 90px;
}

    .btn-red:hover {
        color: #fff;
        background-color: #FB6060;
        border-color: #FB6060;
    }

.btn-ldark {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    color: rgba(255,255,255,0.9);
}

.btn-link {
    color: #434D60;
}

.btn-ldark:hover {
    color: #fff;
    background-color: #82858b;
    border-color: #82858b;
}

.bb {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
}

.cvvtooltip {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1.5px solid #434D60;
    right: 18px;
    top: 34px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    cursor: pointer;
    line-height: 20px;
}




.delete-confirm {
    position: relative;
    display: inline-block;
}

    .delete-confirm button {
        position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        white-space: nowrap;
        padding: 0.5em 2em;
        background-color: transparent;
        border: none;
        border-radius: 4px;
    }

        .delete-confirm button i {
            color: #fff;
        }

        .delete-confirm button .fa + .text {
            margin-left: 0.2em;
        }

        .delete-confirm button.delete {
            z-index: 3;
            -webkit-transition: all 0.2s ease 0.1s;
            transition: all 0.2s ease 0.1s;
        }

            .delete-confirm button.delete.confirm {
                background-color: transparent;
                color: #444;
                -webkit-transition: all 0.2s ease 0.2s;
                transition: all 0.2s ease 0.2s;
                z-index: 0;
            }

                .delete-confirm button.delete.confirm ~ button.yes,
                .delete-confirm button.delete.confirm ~ button.no {
                    visibility: visible;
                    color: #181818;
                    -webkit-transition: all 0.5s ease, visibility 0, background-color 0.3s ease 0.2s;
                    transition: all 0.5s ease, visibility 0, background-color 0.3s ease 0.2s;
                }

                    .delete-confirm button.delete.confirm ~ button.yes:after,
                    .delete-confirm button.delete.confirm ~ button.no:after {
                        opacity: 1;
                        -webkit-transition: all 0.3s ease 0.2s;
                        transition: all 0.3s ease 0.2s;
                    }

                .delete-confirm button.delete.confirm ~ button.yes {
                    -webkit-transform: translate(-100%, 0);
                    transform: translate(-100%, 0);
                    background-color: #fff;
                    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
                }

                    .delete-confirm button.delete.confirm ~ button.yes:after {
                        background-color: #fff;
                        border: 2px solid #fff;
                        box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
                    }

        .delete-confirm button.yes i {
            color: #7A66F0;
        }

        .delete-confirm button.no i {
            color: #434D60;
        }

        .delete-confirm button.delete.confirm ~ button.no {
            -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
            background-color: #fff;
            box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
        }

            .delete-confirm button.delete.confirm ~ button.no:after {
                background-color: #fff;
                border: 2px solid #fff;
                box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
            }

        .delete-confirm button.yes,
        .delete-confirm button.no {
            position: absolute;
            top: 0;
            color: #7A66F0;
            visibility: hidden;
            z-index: 1;
            -webkit-transition: all 0.5s ease, visibility 0.5s, background-color 0.3s ease;
            transition: all 0.5s ease, visibility 0.5s, background-color 0.3s ease;
        }

            .delete-confirm button.yes:after,
            .delete-confirm button.no:after {
                content: "";
                display: block;
                opacity: 0;
                position: absolute;
                box-sizing: border-box;
                top: 50%;
                width: 8px;
                height: 8px;
                background-color: #7A66F0;
                border: 2px solid #7A66F0;
                border-radius: 50%;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                z-index: 2;
            }

        .delete-confirm button.yes {
            left: 0;
        }

            .delete-confirm button.yes:after {
                right: 0;
                -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
            }

        .delete-confirm button.no {
            right: 0;
        }

            .delete-confirm button.no:after {
                left: 0;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .delete-confirm button:focus {
            outline: none;
        }

        .delete-confirm.small button,
        .delete-confirm button.small {
            padding: 0.5em 0.75em;
            text-align: center;
        }



.grid-card h5 {
    margin-top: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.has-search {
    position: relative;
    width: 250px;
    display: inline-block;
    margin-bottom: 0px;
}

    .has-search .form-control {
        padding-left: 2.375rem;
    }

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        background: url(../images/search-inactive.svg)no-repeat center;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        left: 17px;
    }

    .has-search .form-control {
        background-color: #F7F7F7;
        border-color: #F7F7F7;
        height: 45px;
        font-size: 14px;
    }

        .has-search .form-control:focus {
            outline: none;
            box-shadow: none;
        }

            .has-search .form-control:focus + .form-control-feedback {
                background: url(../images/search-active.svg)no-repeat center;
            }

        .has-search .form-control::placeholder {
            color: rgba(67,77,96,0.5);
        }

    .has-search .form-control {
        padding-left: 3rem;
    }

.lv-btn, .gv-btn {
    display: inline-block;
    padding: 5px;
}

    .lv-btn p {
        margin-bottom: 0px;
        display: block;
        display: flex;
        width: 17px;
        margin-left: 3px;
        flex-direction: column;
        margin-top: 1px;
    }

        .lv-btn p span {
            width: 100%;
            height: 3px;
            border-radius: 1.5px;
            background-color: rgba(176,180,186,0.5);
            margin-bottom: 3.1px;
        }

    .lv-btn.active p span {
        background-color: #7A66F0;
    }

.p-view {
    padding-top: 9px;
}

.gv-btn p {
    margin-bottom: 0px;
    display: block;
    display: flex;
    width: 18px;
    margin-left: 3px;
}

    .gv-btn p span {
        width: 7px;
        height: 7px;
        background-color: #D8D8D8;
        margin-bottom: 3px;
        border-radius: 1.5px;
    }

        .gv-btn p span:first-child {
            margin-right: 4px;
        }

.gv-btn.active p span {
    background-color: #7A66F0;
}

.pro-head {
    border-bottom: 1px solid #ECF0F8;
}

.grid-card {
    box-shadow: inset 0px 0px 0px 1px #ECF0F8;
    border-radius: 10px;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 30px;
    /* -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; */
    cursor: pointer;
}

    .grid-card:hover {
        box-shadow: 0 15px 34px 0 rgba(55,66,78,0.07);
    }

ul.ml {
    display: block;
    padding: 0px 11px 0px 0px;
    margin: 0px;
    max-width: 80px;
    max-height: 30px;
    overflow: hidden;
}

    ul.ml li {
        list-style: none;
        display: inline-block;
        margin-right: -11px;
        position: relative;
    }

        ul.ml li:nth-of-type(3) a:before {
            content: '+2';
            width: 29px;
            height: 29px;
            border-radius: 50%;
            position: absolute;
            top: 1px;
            left: 1px;
            line-height: 29px;
            display: block;
            background-color: rgba(253,138,70,0.7);
            color: #fff;
            z-index: 2;
        }

        ul.ml li.z1 {
            z-index: 1;
        }

        ul.ml li.z2 {
            z-index: 2;
        }

        ul.ml li.z3 {
            z-index: 3;
        }

        ul.ml li a {
            width: 31px;
            height: 31px;
            background-color: #7A66F0;
            border: 1px solid #fff;
            border-radius: 50px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            line-height: 36px;
            font-size: 13px;
            font-weight: 300;
            display: block;
        }

            ul.ml li a span {
                line-height: 0px;
                display: inline-block;
                position: relative;
                top: -3px;
                font-weight: 500;
            }

            ul.ml li a img {
                width: 100%;
                border-radius: 50%;
                position: relative;
                top: -4px;
            }

.card-th img {
    position: relative;
    top: -2px;
}

.table-hover thead th {
    border-top: none;
    border-bottom: none;
    font-size: 15px;
    font-weight: 300;
    color: #8A93A4;
}

.table tbody td {
    font-size: 15px;
    font-weight: 400;
    color: #1F232C;
    vertical-align: middle;
    padding: 0.5rem .75rem;
}

.table tbody tr:hover {
    background-color: #f7f9fc;
}

.table tbody td.name {
    font-weight: 500;
    color: #1F232C;
}

    .table tbody td.name .music, .table tbody td.name .folder, .table tbody td.name .video {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-right: 4px;
    }

    .table tbody td.name .music {
        background: url(../images/music-circle.svg)no-repeat center;
        background-size: contain;
    }

    .table tbody td.name .folder {
        background: url(../images/folder-circle.svg)no-repeat center;
        background-size: contain;
    }

    .table tbody td.name .video {
        background: url(../images/music-circle.svg)no-repeat center;
        background-size: contain;
    }

.table td {
    border-color: #ECF0F8;
    border-width: 1px 0px 0px 0px !important;
}

.table thead th:first-child, .table tbody td:first-child {
    padding-left: 0px !important;
}

.table thead th:last-child, .table tbody td:last-child {
    padding-right: 0px !important;
}


.modal-backdrop.show {
    opacity: .2;
}

.delete-modal .modal-content {
    border: none;
    border-radius: 8px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.delete-modal h1 {
    color: #1F232C;
    font-size: 23px;
    font-weight: 500;
    margin-top: 19px;
    margin-bottom: 2px;
}

.delete-modal .modal-body {
    padding: 35px;
}

.cds {
    background: rgba(253,141,69,0.12);
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: rgba(253,141,69,1);
    font-size: 35px;
    text-align: center;
    line-height: 70px;
    margin-top: 24px;
}

.card-head {
    min-height: 80px;
}

    .card-head .card-th {
        padding-top: 10px;
    }

        .card-head .card-th .d-inline-block:first-child {
            width: 146px;
        }

            .card-head .card-th .d-inline-block:first-child span {
                word-break: break-word;
                line-height: 17px;
            }

        .card-head .card-th img {
            top: 1px;
        }

.w109 {
    width: 109px;
}









.modal.fullscreen {
    padding-right: 0px !important;
}

    .modal.fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 2200px;
        margin: 0;
        padding: 0;
    }

    .modal.fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        border: none;
    }

.modal.fullscreen {
    padding-right: 0px !important;
}

    .modal.fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 2200px;
        margin: 0;
        padding: 0;
    }

    .modal.fullscreen .modal-content .modal-body {
        padding: 0px;
        background-color: #ffffff;
    }

.modal-dialog-scrollable {
    max-height: 100vh;
}

.r-sbox {
    border-left: 1px solid #ECF0F8;
    min-height: 100vh;
}

.rbpx {
    padding: 20px 0px 20px 35px;
    border-bottom: 1px solid #ECF0F8;
    margin-bottom: 0px;
}

    .rbpx.bbn {
        padding: 25px 0px 25px 35px;
        border-bottom: none;
        margin-bottom: 0px;
    }

.project-title-control {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 8px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    color: #1F232C;
    outline: none;
    padding: 17px 26px 21px 26px;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .project-title-control:focus {
        border-color: #7A66F0;
    }

    .project-title-control::placeholder {
        color: #8A93A4;
    }

.cpl {
    letter-spacing: 0.2px;
    display: block;
    margin-bottom: 7px !important;
}

.radio__label small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
    display: block;
    margin-top: 3px;
}





.radio {
    display: inline-block;
    position: relative;
    margin: 0 0 0px;
    font-size: 16px;
    line-height: 24px;
}

.radio__input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 36px;
    height: 20px;
    opacity: 0;
    z-index: 0;
}

.radio__label {
    display: block;
    padding: 0 0 0 26px;
    cursor: pointer;
    font-size: 15px;
    color: rgba(34,35,44,0.75);
    font-weight: 500;
}

    .radio__label:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        background-color: transparent;
        border: 1px solid #8A93A4;
        border-radius: 14px;
        z-index: 1;
        transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .radio__label:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 4px;
        width: 10px;
        height: 10px;
        background-color: #7A66F0;
        border-radius: 50%;
        z-index: 2;
        transform: scale(0, 0);
        transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

.radio__input:checked + .radio__label:before {
    border-color: #7A66F0;
}

.radio__input:checked + .radio__label {
    color: #7A66F0;
}

    .radio__input:checked + .radio__label:after {
        transform: scale(1, 1);
    }



.md-checkbox {
    position: relative;
    margin: 1em 0px 0px 0px;
    text-align: left;
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block;
    }

    .md-checkbox.black {
        margin-top: 8px;
    }

    .md-checkbox label {
        cursor: pointer;
        display: block;
        line-height: 1.25em;
        padding-left: 1px;
        padding: 0 0 0 28px;
        font-size: 15px;
        color: rgba(34,35,44,0.75);
        font-weight: 500;
    }

    .md-checkbox.black label {
        padding-left: 6px;
        padding: 3px 0 0 34px;
    }

.r-sbox small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
}

.md-checkbox label small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
    display: block;
    margin-top: 6px;
}

.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 1px solid #8A93A4;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s;
}

.md-checkbox.black label:before {
    width: 22px;
    height: 22px;
    border-radius: 4px;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}

    .md-checkbox input[type="checkbox"]:checked + label:before {
        background: #fff;
    }

.md-checkbox.black input[type="checkbox"]:checked + label:before {
    background: #434D60;
    border-color: #434D60;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 1.25em;
    height: 0.575em;
    border: 2px solid #7A66F0;
    border-top-style: none;
    border-right-style: none;
    top: -4px;
}

.md-checkbox.black input[type="checkbox"]:checked + label:after {
    width: 0.85em;
    height: 0.505em;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    top: 0px;
    left: 1px;
}

.md-checkbox input[type="checkbox"]:checked + label {
    color: #7A66F0;
}

.md-checkbox.black input[type="checkbox"]:checked + label {
    color: rgba(34,35,44,0.75);
}

.md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}

.md-checkbox.wd100 {
    position: relative;
    margin: 0.2em 0px 0px 0px;
    width: 49%;
    display: inline-block;
}

.bb1 {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 14px;
}

.select-box {
    background: #F7F7F7;
    border-radius: 8px;
    position: relative;
    height: 50px;
    margin: 0px;
    border: 1px solid #ECF0F8;
    box-shadow: none;
}

    .select-box select {
        -webkit-appearance: none;
        width: 100%;
        border: none;
        background: none;
        font-family: 'Roboto', sans-serif;
        line-height: 50px;
        font-size: 14px;
        height: 50px;
        color: #1F232C;
        padding-left: 19px;
        outline: none;
    }

    .select-box:before {
        display: none;
    }

    .select-box:after {
        content: '';
        width: 8px;
        height: 8px;
        right: 19px;
        top: 17px;
        position: absolute;
        pointer-events: none;
        border-right: 1px solid #434D60;
        border-bottom: 1px solid #434D60;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.crcsl {
    padding-left: 38px;
    margin-top: 8px;
    display: inline-block;
}

.ttl ul {
    margin: 0px;
    padding: 0px;
}

    .ttl ul li {
        list-style-type: none;
    }

.pl-in {
    border-radius: 10px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    height: 50px;
    font-size: 14px;
    color: #434D60;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .pl-in:focus {
        box-shadow: none;
        outline: none;
        border-color: #7A66F0;
    }

.npta {
    border-radius: 10px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    height: 110px !important;
    padding: 16px 23px;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .npta:focus {
        box-shadow: none;
        outline: none;
        border-color: #7A66F0;
    }

.upload-box {
    border: 1px dashed #7A66F0;
    border-radius: 2px;
    min-height: 110px;
    background-color: rgba(253,138,70,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upload-bg {
    background-color: #f7f7f7;
    padding: 20px;
}

.upload-box p {
    font-size: 17px;
    color: #434D60;
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

    .upload-box p a {
        color: #7A66F0;
    }

.mrc {
    margin-right: 2vw;
}

.r-label {
    position: relative;
    display: inline-block;
    margin-bottom: 13px !important;
}

    .r-label:after {
        content: '*';
        color: #B0B4BA;
        font-size: 17px;
        font-weight: 500;
        position: absolute;
        right: -12px;
        top: -2px;
    }

.fileupload {
    display: none;
}

.ful {
    margin: 0px;
    padding: 0px 14px 0px 0px;
    max-height: 295px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.scroll-able {
    max-height: 86px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    max-width: 344px;
}

    .ful::-webkit-scrollbar-track, .inl::-webkit-scrollbar-track, .scroll-able::-webkit-scrollbar-track, .detailKeyword::-webkit-scrollbar-track, .qbmx8::-webkit-scrollbar-track, .seagbx::-webkit-scrollbar-track, .txtAudioNotes::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .ful::-webkit-scrollbar, .inl::-webkit-scrollbar, .scroll-able::-webkit-scrollbar, .detailKeyword::-webkit-scrollbar, .qbmx8::-webkit-scrollbar, .seagbx::-webkit-scrollbar, .txtAudioNotes::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .ful::-webkit-scrollbar-thumb, .inl::-webkit-scrollbar-thumb, .scroll-able::-webkit-scrollbar-thumb, .detailKeyword::-webkit-scrollbar-thumb, .qbmx8::-webkit-scrollbar-thumb, .seagbx::-webkit-scrollbar-thumb, .txtAudioNotes::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }


.ful li {
    list-style-type: none;
    border-bottom: 1px solid #ECF0F8;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .ful li:last-child {
        border-bottom: none;
    }

    .ful li p, .ful li span {
        color: 15px;
        color: #434D60;
        margin-bottom: 0px;
    }

        .ful li p, .ful li span.f-size {
            min-width: 70px;
            margin-right: 17px !important;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

/* .progress {
  width: 34px;
  height: 34px;
  line-height: 32px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #2A70F6;
}
.music .progress .progress-bar{
  border-color:#7A66F0;
}
.video .progress .progress-bar{
  border-color:#2A70F6;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress .progress-value div {
  margin-top: 0px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
} */

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
/* .progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
} */


.m-order2 {
    background-color: rgba(0,0,0,0.3) !important;
    z-index: 1051;
}

.black-btn {
    min-width: 90px;
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

.card-link {
    outline: none;
}

    .card-link:hover {
        outline: none;
        text-decoration: none;
    }

        .card-link:hover span {
            outline: none;
            text-decoration: none;
        }

.name-ini {
    width: 30px;
    height: 30px;
    background: #7A66F0;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    bottom: -1px;
}

.adtbx {
    margin: 150px auto 0px auto;
    max-width: 720px;
}

    .adtbx .c-btn {
        height: 79px;
        min-width: 150px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        left: -45px;
    }

.first-step, .sec-step {
    transition: all 0.3s ease-in-out;
}

span.ts:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

span.ts.proofreading:before {
    background-color: #2A70F6;
}

span.ts.completed:before {
    background-color: #4AB48B;
}

span.ts.inprogress:before {
    background-color: #7A66F0;
}

span.ts.rework:before {
    background-color: #D53131;
}

span.ts.unclaimed:before {
    background-color: #D53131;
}

.invite-btn {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    max-width: 75px;
    min-width: 75px;
}

.modal-right-bottom {
    max-height: calc(100% - 20rem) !important;
    margin-left: auto !important;
    margin-bottom: auto !important;
    position: absolute !important;
    right: 12px !important;
    bottom: 12px !important;
}

    .modal-right-bottom .modal-content {
        border-radius: 0px;
        border: none;
        width: 500px;
        box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
    }

.dropdown-toggle.no-arrow::after {
    display: none;
}

.triangle::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: 41px;
    top: 0em;
    left: 50%;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.1);
    border: none;
    min-width: 175px;
}

.ddbc {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #fff !important;
    height: 46px;
    width: 46px;
    text-align: center;
    font-size: 21px;
}

.inl-box {
    position: relative;
}

.inl {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 40px 0px;
    max-height: 335px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

    .inl li {
        list-style-type: none;
        border-bottom: 1px solid #F2F5FA;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .inl li p.iname, .file-link {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .inl li:last-child {
            border-bottom: none;
        }

        .inl li figure > img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }

        .inl li .close-b img {
            width: 11px;
            height: 11px;
        }

.btn-big.mw120 {
    min-width: 120px !important;
}

.btn-big.mwauto {
    min-width: auto !important;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.animate-right {
    position: relative;
    animation: animateright 0.4s;
}

@keyframes animateright {
    from {
        right: -50px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.smenu {
    background-color: #FFFFFF;
    box-shadow: 0 4px 28px 0 rgba(12,14,18,0.16);
    padding-top: 10px;
    padding-bottom: 10px;
}

a.fm {
    padding: 0px;
    margin-right: 30px;
    transition: all 0.2s ease-out;
}

    a.fm.changepassword {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/password-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.changepassword:hover {
            background: url('../images/password-active.svg')no-repeat center;
        }

    a.fm.download {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/download-file-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.download:hover {
            background: url('../images/download-file-active.svg')no-repeat center;
        }

    a.fm.upload {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/upload-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.upload:hover {
            background: url('../images/upload-active.svg')no-repeat center;
        }

    a.fm.email-reminder {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/email-reminder-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.email-reminder:hover {
            background: url('../images/email-reminder-active.svg')no-repeat center;
        }

    a.fm.c-hyperlink {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/hyperlink-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.c-hyperlink:hover {
            background: url('../images/hyperlink-active.svg')no-repeat center;
        }

    a.fm.c-invoice {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/invoice-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.c-invoice:hover {
            background: url('../images/invoice-active.svg')no-repeat center;
        }

    a.fm.edit {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/edit-main-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.edit:hover {
            background: url('../images/edit-main-active.svg')no-repeat center;
        }

    a.fm.dtranscript {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/download-transcript-inactive.svg')no-repeat center;
        background-size: contain;
        margin-top: 2px;
    }

        a.fm.dtranscript:hover {
            background: url('../images/download-transcript-active.svg')no-repeat center;
        }

    a.fm.dmedia {
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url('../images/download-media-inactive.svg')no-repeat center;
        background-size: contain;
        margin-top: 1px;
    }

        a.fm.dmedia:hover {
            background: url('../images/download-media-active.svg')no-repeat center;
        }

    a.fm.share {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/share-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.share:hover {
            background: url('../images/share-active.svg')no-repeat center;
        }

    a.fm.delete {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/delete-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.delete:hover {
            background: url('../images/delete-active.svg')no-repeat center;
        }

.card-fdl {
    margin-top: 20px;
    display: inline-block;
}

.in-group .form-control[readonly] {
    background-color: #fff !important;
}

    .in-group .form-control[readonly]:focus {
        border-color: #ECF0F8 !important;
    }

    .in-group .form-control[readonly]::selection {
        color: transparent;
    }

.clearable__clear {
    display: none;
    padding: 4px 14px;
    position: absolute;
    right: 1px;
    top: 0%;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
    height: 45px;
}

.clearable input::-ms-clear {
    display: none;
}

.clearable__clear img {
    width: 10px
}

.pr34 {
    padding-right: 34px;
}

.f-lines {
    width: 350px;
    height: 82px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .f-lines p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

        .f-lines p::selection {
            background-color: #A1A6AF;
        }

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

    .breadcrumb li a {
        color: #8A93A4;
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #1F232C;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #8A93A4;
    content: "/";
}


.nav-pills-custom li a {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-right: 14px;
    max-width: 76px;
}

    .nav-pills-custom li a.far {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/find-replace.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }

        .nav-pills-custom li a.far:hover {
            background-image: url(../images/find-replace-hover.svg);
        }

    .nav-pills-custom li a.s-save {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/save.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.s-save:hover {
            background-image: url(../images/save-hover.svg);
        }

    .nav-pills-custom li a.undo {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/undo.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }

        .nav-pills-custom li a.undo:hover {
            background-image: url(../images/undo-hover.svg);
        }

    .nav-pills-custom li a.k-shorts {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/keyboard-shortcuts.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.k-shorts:hover {
            background-color: #7A66F0;
            border-color: #7A66F0;
            background-image: url(../images/keyboard-shortcuts-hover.svg);
        }

    .nav-pills-custom li a.f-size {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/font-size.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.f-size:hover {
            background-image: url(../images/font-size-hover.svg);
        }

    .nav-pills-custom li a.s-check {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/spelling-check.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.s-check:hover {
            background-image: url(../images/spelling-check-hover.svg);
        }

    .nav-pills-custom li a:hover {
        background-color: #7A66F0;
        border-color: #7A66F0;
    }

#collapseSpeed, #collapseVolume {
    position: absolute;
    bottom: -120px;
    z-index: 99;
    border: none;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    right: 0px;
    width: 199px;
}

.jks647 {
    margin: 0px;
    padding-bottom: 0px;
}

    .jks647 li {
        list-style-type: none;
    }


ul.sortable {
    margin: 0px;
    padding: 0px;
}

    ul.sortable > li {
        list-style-type: none;
        display: block;
    }

        ul.sortable > li p {
            display: inline-block;
            background: #ECF0F8;
            border-radius: 25px;
            pointer-events: none;
            cursor: move;
            font-weight: 500;
            margin-bottom: 9px !important;
            padding: 8px 15px;
        }

            ul.sortable > li p span {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 218px;
                display: inline-block;
                line-height: 10px;
                padding-top: 5px;
                color: #1F232C;
                padding-bottom: 4px;
                position: relative;
                bottom: -2px;
            }

            ul.sortable > li p a {
                color: #8A93A4;
                font-size: 15px;
                font-weight: 400;
            }

        ul.sortable > li:hover {
        }

        ul.sortable > li.active p {
            background: #dadde4;
        }

        ul.sortable > li.dragging > p {
            background: #ECF0F8;
            opacity: 0.7;
        }


p.tag-s {
    display: inline-block;
    background: #ECF0F8;
    border-radius: 25px;
    pointer-events: none;
    cursor: move;
    font-weight: 500;
    margin-bottom: 0px !important;
    padding: 8px 15px;
}

    p.tag-s span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 218px;
        display: inline-block;
        line-height: 10px;
        padding-top: 5px;
        color: #1F232C;
        padding-bottom: 4px;
        position: relative;
        bottom: -2px;
    }

    p.tag-s a {
        color: #8A93A4;
        font-size: 15px;
        font-weight: 400;
    }

.tglbx {
    border-right: 1px solid #ECF0F8;
    min-height: 59vh;
}

.pl30 {
    padding-left: 30px;
}

.tgbox-head {
    height: 38px;
}

.edtbx {
    text-align: center;
    position: relative;
    height: 38px;
}

    .edtbx:before {
        content: '';
        display: inline-block;
        height: 1px;
        position: absolute;
        z-index: 0;
        left: 0px;
        right: 0px;
        top: 50%;
        margin-top: -0.5px;
        background-color: #ECF0F8;
    }

.tedmbx {
    background: #ECF0F8;
    position: relative;
    z-index: 2;
    height: 38px;
    border-radius: 25px;
    padding: 7px 15px;
}

    .tedmbx span:last-child {
        color: #8A93A4;
        font-size: 15px;
        margin-left: 0px;
        display: inline-block;
        font-weight: 400;
    }

.tooltip.fade.in {
    z-index: 99999 !important;
    opacity: 1 !important;
}

.tooltip-inner {
    text-align: left;
}

#dynamicwidth {
    border: none;
    outline: none;
    background-color: transparent;
    caret-color: #7A66F0;
    font-size: 15px;
    color: #1F232C;
    font-weight: 500;
    min-width: 50px !important;
    max-width: 99.99% !important;
    transition: width 0.25s;
    text-align: center;
    position: relative;
    top: -1px;
}

    #dynamicwidth::placeholder {
        color: rgba(0,0,0,0.3)
    }

.ddarrow img {
    transition: all 0.3s ease-in-out;
}

.ddarrow[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
}

*[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
}

.tdc {
    max-width: 92%;
}

ul.htl {
    margin: 0px;
    padding: 0px;
}

    ul.htl li {
        list-style-type: none;
        background-color: #FFFFFF;
        box-shadow: 0 4px 14px -5px rgba(165,172,180,0.5);
        display: inline-block;
        padding: 5px 15px 7px 15px;
        border-radius: 25px;
        margin-right: 7px;
        margin-bottom: 10px;
        position: relative;
    }

        ul.htl li span {
            display: none;
        }

        ul.htl li:hover span {
            display: block;
            position: absolute;
            right: 0px;
            top: 0px;
            height: 34px;
            border-radius: 0px 25px 25px 0px;
            background-image: linear-gradient(to right, transparent 10%, rgba(255,255,255,1) 90%);
            padding: 5px 12% 3px 30%;
        }

        ul.htl li p {
            font-size: 12px;
            font-weight: 500;
            color: #434D60;
        }

.ahbox {
    border: 1px solid #ECF0F8;
    border-radius: 25px;
    height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 4px 14px -5px rgba(165,172,180,0.5);
}

    .ahbox:hover {
        border-color: #ccc;
    }

    .ahbox a {
        font-size: 12px;
        color: #434D60;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        margin-top: 2px;
        line-height: 28px;
    }

        .ahbox a img {
            position: relative;
            top: -1px;
            margin-right: 4px;
        }

#dynamicwidth2 {
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    min-width: 85px !important;
    max-width: 99.99% !important;
    transition: width 0.25s;
    text-align: center;
    color: #434D60;
    height: 30px;
    caret-color: #7A66F0;
}

    #dynamicwidth2::placeholder {
        color: #8A93A4;
    }

.ptpbh {
    padding-top: 60px;
    padding-bottom: 60px;
    text-decoration: none;
    outline: none;
}

    .ptpbh:hover a {
        text-decoration: none;
        outline: none;
    }

/*----editor.js css----*/

.ce-block__content, .ce-toolbar__content {
    max-width: 1000px;
}

.ce-toolbar__plus {
    left: 0px;
}

.ce-toolbar__actions-buttons {
    text-align: right;
    margin-right: 3vw;
}

.ce-toolbar__actions-buttons {
    text-align: right;
    margin-right: 3vw;
}

#editorjs h2 {
    font-size: 1.4rem;
}

.ce-inline-toolbar__dropdown {
    background: #434D60;
    color: #fff;
    border-radius: 4px 0px 0px 4px;
}

    .ce-inline-toolbar__dropdown:hover {
        background: #444444;
        color: #7A66F0;
    }

.ce-inline-toolbar__toggler-and-button-wrapper {
    background: #434D60;
    border-radius: 4px;
}

.ce-inline-tool {
    color: #fff;
}

    .ce-inline-tool:hover {
        background-color: #434D60;
        color: #7A66F0;
    }

.ce-conversion-toolbar {
    background-color: #434D60;
    color: #fff;
}

.ce-conversion-tool__icon {
    background-color: #333;
    border-color: #333;
}

.ce-conversion-tool:hover {
    background-color: rgba(34,186,255,.08);
}

.ce-conversion-toolbar__label {
    color: rgba(255,255,255,0.7);
}

.ce-toolbar__plus {
    left: -34px;
}

.ce-toolbar .ce-toolbox {
    box-shadow: 2px 5px 16px 0 rgba(0,0,0,0.1);
}

.ce-toolbox__button {
    transition: all 0.2s ease-in-out;
}

    .ce-toolbox__button:hover svg {
        color: #7A66F0;
    }

.ce-toolbar .ce-toolbox:before {
    content: 'Building Blocks';
    display: block;
    width: 100%;
    padding: 8px 1px 0px 10px;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-size: 13px;
}

.drpFontTool {
    background-color: #434D60;
    color: #fff;
    box-shadow: 0 3px 15px -3px rgba(13,20,33,.13);
    border-radius: 4px;
    z-index: 2;
    position: absolute;
    right: 0px;
    top: 40px;
}

    .drpFontTool .ce-conversion-tool {
        padding: 0px;
    }

    .drpFontTool ul.drpFont {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .drpFontTool ul.drpFont li {
            list-style-type: none;
            padding: 5px 10px;
            text-align: center;
        }

            .drpFontTool ul.drpFont li:hover {
                background: rgba(34,186,255,.08) !important;
            }

    .drpFontTool .ce-conversion-tool__icon {
        display: none;
    }

    .drpFontTool .ce-conversion-toolbar__label {
        max-width: 74px;
        text-align: center;
        line-height: 11px;
    }

.ce-inline-toolbar__dropdown.divFont {
    border-right: none;
    margin-right: 0px;
    margin-left: 3px;
}

.card-head .card-th .d-inline-block.w257:first-child {
    width: 257px;
}

.oneline-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-card h5.twoline {
    margin-top: 0px;
    white-space: normal;
    text-overflow: unset;
    overflow: hidden;
    height: 42px;
}

.box-details p > strong {
    color: #1F232C;
}

.box-details p {
    color: #8A93A4;
}

.bblink {
    border-right: 1px solid #ECF0F8;
    padding-right: 16px;
}

.btn-green.lh {
    padding: 8px 20px;
    height: 40px;
}

.paidtext::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #4AB48B;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.tepd p.bbl {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .tepd p.bbl:last-child {
        border-bottom: none;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .tepd p.bbl:first-child {
        padding-top: 0px;
    }

.color1, .color2, .color3 {
    cursor: pointer;
}

    .color1.active img, .color2.active img, .color3.active img {
        box-shadow: 0px 0px 0px 1px #7A66F0;
    }

.texttip .content {
    background-color: #323947;
    border-radius: 6px 6px 0px 0px;
}

.ttform input {
    background-color: #616D84;
    border: none;
    width: 186px;
    margin: 10px 10px 5px 10px;
    font-size: 13px;
    height: 27px;
    padding: 10px 10px 10px 7px;
    color: #fff;
    border-radius: 2px;
}

    .ttform input:focus {
        box-shadow: none;
        outline: none;
    }

    .ttform input::placeholder {
        color: rgba(255,255,255,0.45);
    }

.dcsl {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 7px 0px;
    font-size: 13px;
    max-width: 202px;
    max-height: 104px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .dcsl::-webkit-scrollbar-track, ul.ocards::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0.2);
        border-radius: 12px;
    }

    .dcsl::-webkit-scrollbar, ul.ocards::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 12px;
    }

    .dcsl::-webkit-scrollbar-thumb, ul.ocards::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }

    .dcsl li {
        list-style-type: none;
        color: rgba(255,255,255,0.45);
        margin-top: 4px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 2px 16px 2px 16px;
    }

        .dcsl li:hover {
            background-color: #616D84;
            color: #fff;
        }

.cohead {
    padding: 11px 12px 2px 12px;
    align-items: center;
}

    .cohead p {
        color: #fff;
        font-size: 12px;
    }

.sbctt {
    padding: 5px 0px 8px 9px;
}

    .sbctt .btn12 {
        padding: 0px 0px 0px 9px;
        font-size: 13px;
        color: #fff;
        display: inline-block;
    }

        .sbctt .btn12.ol {
            color: rgba(255,255,255,0.5);
        }

.name-ini.cus {
    width: 24px;
    height: 24px;
    font-size: 15px;
    margin-right: 7px;
    line-height: 26px;
}

.comm-text p {
    color: rgba(255,255,255,0.5);
    max-width: 186px;
    font-size: 13px;
    padding: 7px 11px 6px 11px;
    line-height: 15px;
}

.tls {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    max-width: 202px;
}

    .tls li {
        list-style-type: none;
        color: rgba(255,255,255,0.9);
        margin-top: 4px;
        transition: all 0.3s ease-in-out;
        padding: 2px 16px 2px 16px;
    }

        .tls li .lft {
            flex: 1;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .tls li .rgt {
            flex: 0 0 10px;
        }

            .tls li .rgt img {
                width: 9px;
                position: relative;
                bottom: -3px;
            }

.pl-bx {
    background: rgba(0,0,0,0.03);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    margin-right: 17px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

    .pl-bx img {
        width: 9px;
        position: relative;
        top: -1px;
        right: -1px;
        opacity: 0.6;
        transition: all 0.2s ease-out;
    }

    .pl-bx:hover img {
        opacity: 1;
    }

.inputwidthmachine:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    border-bottom: 1px solid #7A66F0;
    border-radius: 0px;
}

.leftchat {
    display: flex;
    justify-content: flex-start;
}

    .leftchat p {
        box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
        margin: 10px;
        width: 85%;
        border-radius: 12px 12px 12px 0px;
        padding: 9px;
    }

.rightchat {
    display: flex;
    justify-content: flex-end;
}

    .rightchat p {
        box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
        margin: 10px;
        width: 85%;
        background-color: rgba(0,0,0,0.05);
        border-radius: 12px 12px 0px 12px;
        padding: 9px;
    }

.export-modal .modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.export-modal .modal-body {
    padding: 30px;
}

.pc30 .modal-body {
    padding: 35px;
}

.ex-list {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

    .ex-list li {
        list-style-type: none;
    }

        .ex-list li a {
            color: #1F232C;
            border-top: 1px solid #ECF0F8;
            font-size: 15px;
            font-weight: 500;
            display: block;
            padding-top: 14px;
            padding-bottom: 14px;
            transition: all 0.2s ease-out;
        }

            .ex-list li a:hover {
                text-decoration: none;
                outline: none;
                color: #7A66F0;
            }

.color-s1 {
    background-color: #cffdc8;
}

.color-s2 {
    background-color: #fefbd0;
}

.color-s3 {
    background-color: #ffb8b8;
}

.tagging, .comments {
    text-decoration: underline;
    background-color: #ECF0F8;
}

    .tagging.color-s1, .comments.color-s1, .comments.tagging.color-s1 {
        background-color: #cffdc8;
        text-decoration: underline;
    }

    .tagging.color-s2, .comments.color-s2, .comments.tagging.color-s2 {
        background-color: #fefbd0;
        text-decoration: underline;
    }

    .tagging.color-s3, .comments.color-s3, .comments.tagging.color-s3 {
        background-color: #ffb8b8;
        text-decoration: underline;
    }

.player-controls button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ECF0F8;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

    .player-controls button img {
        max-height: 23px;
    }

    .player-controls button:nth-of-type(2), .player-controls button:nth-of-type(1) {
        border-right: none;
    }

    .player-controls button:nth-of-type(1) {
        border-radius: 0px 0px 0px 6px;
    }

    .player-controls button:nth-of-type(3) {
        border-radius: 0px 0px 6px 0px;
    }

    .player-controls button img {
        display: inline-block;
    }

    .player-controls button span {
        display: block;
        color: #8A93A4;
        transition: all 0.2s ease-in-out;
    }

    .player-controls button:hover span.fs13 {
        color: #1F232C !important;
    }

    .player-controls button:hover, .player-controls button:active, .player-controls button:focus {
        outline: none;
        text-decoration: none;
        box-shadow: none;
    }

.speed-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #434D60 !important;
}

.player-bx {
    border: none;
    padding: 10px 11px 5px 10px;
}

#collapseSpeed, #collapseVolume {
    position: absolute;
    bottom: -120px;
    z-index: 99;
    border: none;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    right: 0px;
    width: 199px;
}

    #collapseSpeed .progress, #collapseVolume .progress {
        cursor: pointer;
    }

    #collapseSpeed .card-body, #collapseSpeed .card, .collapselabel .card-body, .collapselabel .card, #collapseVolume .card-body, #collapseVolume .card, .collapselabel .card-body, .collapselabel .card {
        border: none;
        -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
        box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
        border-radius: 4px;
    }

    #collapseSpeed .card-body, #collapseSpeed .card, .collapselabel .card-body, .collapselabel .card, #collapseVolume .card-body, #collapseVolume .card, .collapselabel .card-body, .collapselabel .card {
        border: none;
        -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
        box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
        border-radius: 4px;
    }






.range {
    position: relative;
}

    .range input[type=range] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        width: 100%;
        height: 22px;
        cursor: pointer;
        display: block;
    }

        .range input[type=range]:focus {
            outline: none;
        }

        .range input[type=range][disabled] {
            opacity: .3;
            cursor: default;
        }

    .range .rangeslider {
        position: relative;
        height: 22px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .rangeslider:before {
            box-sizing: border-box;
            width: 100%;
            height: 4px;
            background: #e6e6e6;
            border-radius: 100px;
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .range input::-webkit-slider-runnable-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-moz-range-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-ms-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        color: transparent;
        padding: 11px 0;
        background: transparent;
        border-color: transparent;
    }

    .range input::-ms-fill-lower,
    .range input::-ms-fill-upper {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
    }

    .range input::-ms-fill-lower {
        background: #7A66F0;
    }

    .range .rangeslider-fill-lower {
        background-color: #7A66F0;
        border-radius: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 4px;
        will-change: width;
    }

    .range input::-webkit-slider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 4px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #7A66F0;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 2px;
    }

    .range input::-moz-range-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range input::-ms-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range .rangeslider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
        position: absolute;
        touch-action: pan-x;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        will-change: left;
    }

    .range .range-output {
        position: absolute;
        left: 6px;
        top: 6px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .range-output .output {
            display: block;
            position: absolute;
            height: 60px;
            line-height: 60px;
            min-width: 32px;
            padding: 0 20px;
            top: -26px;
            -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
            background: #383c42;
            color: #fff;
            border-radius: 100px;
            white-space: nowrap;
            font-weight: bold;
            font-size: 1.2em;
            text-align: center;
        }

            .range .range-output .output:before {
                content: "";
                position: absolute;
                bottom: -8px;
                left: 50%;
                border: 10px solid #383c42;
                border-bottom: none;
                border-left-color: transparent;
                border-right-color: transparent;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }


.trans-box {
    margin: 0px;
    padding-bottom: 0px;
}

.trans-row .form-group:last-child p {
    word-break: keep-all;
}

.obx {
    position: absolute;
    background: #fff;
    right: 73px;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.1);
    max-height: 40px;
    border-radius: 3px;
    width: 155px;
    padding: 7px 12px;
}

    .obx a:first-child {
        border-right: 1px solid #ccc;
        padding-right: 8px;
        margin-right: 6px;
    }

    .obx a {
        display: inline-block;
        color: #212529;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
    }

        .obx a:hover {
            color: #7A66F0;
            text-decoration: none;
        }

.cecv[aria-expanded="true"] i {
    color: #7A66F0;
}

.c-search {
    position: absolute;
    width: 32px;
    height: 40px;
    display: inline-block;
    border-radius: 0px;
    right: 5px;
    top: 1px;
    cursor: pointer;
    text-align: center;
    line-height: 39px;
}

    .c-search img {
        width: 11px;
    }

.detailKeyword {
    max-height: 250px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

.pdb {
    max-width: 15px;
    position: relative;
    top: -2px;
    margin-left: 10px;
    cursor: pointer;
}

.plain-btn {
    border: 1px solid #E8EBF0;
    border-radius: 10px;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 36px;
    margin-right: 13px;
}

    .plain-btn.dislike img {
        transform: rotate(180deg);
        position: relative;
        bottom: -3px;
    }

















.mxw1295 {
    max-width: 1295px;
}

    .mxw1295 > .row.h100 > .col {
        height: 92.7vh;
    }

.orange-strip {
    position: absolute;
    display: inline-block;
    right: 1px;
    background: #7A66F0;
    width: 35vw;
    top: 0px;
    bottom: 0px;
}

.wsb {
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 40px;
}

.test-nav {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

    .test-nav:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 99;
    }

    .test-nav li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

        .test-nav li a {
            display: inline-block;
            color: #8A93A4;
            font-size: 13px;
            text-align: center;
            min-width: 180px;
        }

            .test-nav li a span:last-child {
                display: block;
                text-align: center;
                margin-top: 4px;
            }

        .test-nav li.active a span:last-child {
            color: #4AB48B;
        }

        .test-nav li.active a span:first-child {
            box-shadow: inset 0px 0px 0px 50px #4AB48B;
        }

        .test-nav li.completed a span:last-child {
            color: rgba(74,180,139,0.5);
        }

        .test-nav li.completed a span:first-child {
            box-shadow: inset 0px 0px 0px 50px rgba(74,180,139,0.5);
        }

        .test-nav li a span:first-child {
            display: inline-block;
            width: 24px;
            height: 24px;
            box-shadow: inset 0px 0px 0px 2px #8A93A4;
            border-radius: 50%;
        }

        .test-nav li:nth-of-type(1):after, .test-nav li:nth-of-type(2):after, .test-nav li:nth-of-type(3):after {
            content: '';
            border-top: 1px dashed #8A93A4;
            width: 128px;
            height: 1px;
            display: inline-block;
            position: absolute;
            right: -64px;
            top: 11px;
        }

.qu-bx {
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    margin-top: 10px;
}

    .qu-bx.no-shadow {
        box-shadow: none;
        margin-top: 10px;
    }

.radio__label.fw400 {
    font-weight: 400 !important;
}

.qbmx8 {
    height: 500px;
    padding: 30px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

.shadow1 {
    box-shadow: 0 -4px 14px 0 rgba(59,63,94,0.06);
}

.pxc30 {
    padding: 30px 30px 0px 30px;
    margin-bottom: 10px !important;
}

.tguide figure {
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
}

    .tguide figure img {
        border-radius: 6px;
        background-color: #fff;
    }

.btn-success.grey-c {
    max-width: 90px;
    min-width: 90px;
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

.fbub {
    padding: 35px;
}

.seagbx {
    border: 1px solid #DCE3F0;
    background-color: #FFFFFF;
    padding: 20px;
    margin: 0px 34px;
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    height: 344px;
}

.py30-2 {
    padding: 30px 15px 30px 50px;
}

.py30-3 {
    padding: 6px 27px 10px 6px;
}

.inpage-player {
    border-left: 1px solid #ECF0F8;
    width: 380px;
    min-height: 62vh;
    padding: 45px 25px 25px 25px;
}

    .inpage-player h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .inpage-player .imgclose {
        max-width: 13px;
    }

.btn-green.grey {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

    .btn-green.grey:hover {
        background-color: #434D60;
        border-color: #434D60;
    }

.btn-green.red {
    background-color: #FB6060;
    border-color: #FB6060;
}

    .btn-green.red:hover {
        background-color: #FB6060;
        border-color: #FB6060;
    }

.gr-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #8A93A4;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    bottom: -2px;
    margin-right: 8px;
}

a.like-state img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

a.unlike-state img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.o-circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    margin: 30px 10px 10px 10px;
    background-color: #7A66F0;
    padding-top: 8px;
}

    .o-circle img {
        max-width: 24px;
    }


.progress.primary {
    display: -ms-flexbox;
    display: flex;
    height: 0.7rem;
    font-size: .75rem;
    background-color: #D53131;
    border-radius: 0px;
    width: 100%;
    min-width: 110px;
}

.progress-bar.bg-primary {
    background-color: #7A66F0 !important;
    border-radius: 0px;
}

.progress.success {
    display: -ms-flexbox;
    display: flex;
    height: 0.7rem;
    font-size: .75rem;
    background-color: #4AB48B;
    border-radius: 0px;
    width: 100%;
    min-width: 110px;
}

.progress-bar.bg-success {
    background-color: #4AB48B !important;
    border-radius: 0px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f8;
    opacity: 1;
    border-color: #f7f7f8;
    color: black;
}

    .form-control[readonly]::selection {
        color: black !important;
        background-color: #7A66F0;
    }

.input-group-addon {
    background-color: #f7f7f8;
    border-radius: 0px 8px 8px 0px;
    padding: 10px 15px 10px 0px;
}

.order-cards {
    width: 265px;
    border-right: 1px solid #ECF0F8;
    height: 67vh;
    padding: 26px 0px 0px 27px;
}

ul.ocards {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    height: 49vh;
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 230px;
}

    ul.ocards li {
        list-style: none;
    }

        ul.ocards li a {
            height: 97px;
            width: 210px;
            border: 1px solid #ECF0F8;
            border-radius: 5px;
            display: block;
            margin-bottom: 12px;
            padding: 14px 0px 0px 15px;
        }

            ul.ocards li a p:first-child {
                color: #1F232C !important;
            }

            ul.ocards li a p:last-child {
                color: #8A93A4 !important;
            }

            ul.ocards li a:hover, ul.ocards li.selected a {
                background-color: #7A66F0;
                border-color: #7A66F0;
                box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
                text-decoration: none;
            }

                ul.ocards li a:hover p, ul.ocards li.selected a p {
                    color: #fff !important;
                    text-decoration: none;
                    outline: none;
                }

    ul.ocards::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    ul.ocards::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    ul.ocards::-webkit-scrollbar-thumb {
        background-color: #8A93A4 !important;
        border-radius: 12px;
    }

.modal-order2 {
    background-color: rgba(0,0,0,0.2);
}

p.tlink {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0px;
}

.cparea .col-auto {
    overflow-x: scroll;
    overflow-y: hidden;
}

.cpbx {
    border: 1px solid #ECF0F8;
    border-radius: 5px;
    width: 270px;
    display: inline-block;
    height: 66vh;
    margin-right: 20px;
    padding: 25px 20px 20px 20px;
    position: relative;
}

.cplist {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    max-width: 1300px;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}

    .cplist li {
        list-style-type: none;
        display: inline-block;
    }

    .cplist::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    .cplist::-webkit-scrollbar {
        width: 2px;
        height: 4px;
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    .cplist::-webkit-scrollbar-thumb {
        background-color: #8A93A4 !important;
        border-radius: 12px;
    }

.cpb334::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
    background-color: rgba(255,255,255,0);
    border-radius: 12px;
}

.cpb334::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255,255,255,0);
    border-radius: 12px;
}

.cpb334::-webkit-scrollbar-thumb {
    background-color: #8A93A4 !important;
    border-radius: 12px;
}

.cpb334 {
    margin: 0px;
    padding: 10px;
    height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    left: -10px;
    right: -11px;
    width: 250px;
}

    .cpb334 li {
        list-style-type: none;
        display: block;
    }

        .cpb334 li .boxcard {
            border-radius: 5px;
            background-color: #FFFFFF;
            box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
            padding: 8px 14px;
            display: block;
            margin-bottom: 10px;
        }

.btn-green.copb {
    color: #4AB48B;
    text-align: center;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
    height: 50px;
    display: block;
    line-height: 28px;
    font-weight: 500;
    position: absolute;
    bottom: 22px;
    left: 15px;
    right: 15px;
}

    .btn-green.copb:hover {
        background-color: #fff;
        color: #4AB48B;
        text-decoration: none;
        outline: none;
    }

    .btn-green.copb img {
        position: relative;
        top: -1px;
    }

.cc-pbx {
    border: 1px solid #ECF0F8;
    border-radius: 5px;
    padding: 22px;
    width: 550px;
    height: 536px;
}

.rpanels .row > .col p.text-uppercase {
    color: #8A93A4;
    margin-top: 2px;
    margin-bottom: 2px !important;
}

.rpanels > .row {
    position: relative;
}

    .rpanels > .row:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: #ECF0F9;
        bottom: -9px;
    }

.rpanels:last-child > .row:after {
    content: '';
    display: none;
}

.rpanels > .row[aria-expanded="true"] p.text-uppercase {
    color: #1F232C !important;
}

.rcolumns {
    margin: 0px;
    padding: 0px;
}

    .rcolumns li {
        list-style-type: none;
        display: block;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
        color: #1F232C;
        font-size: 15px;
        padding: 8px 12px;
        margin-top: 10px;
        position: relative;
    }

        .rcolumns li.grab {
            cursor: grab;
        }

        .rcolumns li p {
            max-width: 94%;
        }

        .rcolumns li span.tline {
            display: inline-block;
            width: 10px;
            height: 1px;
            background-color: #D8D8D8;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -0.5px;
        }

            .rcolumns li span.tline:before {
                content: '';
                display: inline-block;
                width: 10px;
                height: 1px;
                background-color: #D8D8D8;
                position: absolute;
                right: 0px;
                top: 4px;
            }

            .rcolumns li span.tline:after {
                content: '';
                display: inline-block;
                width: 10px;
                height: 1px;
                background-color: #D8D8D8;
                position: absolute;
                right: 0px;
                top: -4px;
            }

.cdelete {
    max-width: 20px;
    position: absolute;
    right: 10px;
    top: 37%;
    margin-top: -5px;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.arrow-box {
    width: 104px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 57vh;
}

    .arrow-box img {
        max-width: 40px;
    }

.dateicon {
    position: relative;
}

    .dateicon:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 32%;
        width: 16px;
        height: 16px;
        background: url(../images/date-grey-icon.svg)no-repeat center;
        background-size: contain;
    }

.timeicon {
    position: relative;
}

    .timeicon:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 32%;
        width: 16px;
        height: 16px;
        background: url(../images/time-icon.svg)no-repeat center;
        background-size: contain;
    }

.k-grid-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.2);
    border-radius: 12px;
}

.k-grid-content::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 12px;
    height: 3px;
}

.k-grid-content::-webkit-scrollbar-thumb {
    background-color: #7A66F0 !important;
    border-radius: 12px;
}

#togglePipButton {
    position: absolute;
    right: 20px;
    top: 70px;
    background-color: rgba(0,0,0,0.4);
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.7);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

input[type=range].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 26px + var(--ratio) * (100% - 26px));
    z-index: 9;
    width: 100%;
}

input[type=range].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
}

.player-controls .player-btn button {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    border-radius: 10px;
    width: 72px;
    margin-right: 14px;
    line-height: 15px;
    text-align: center;
}

.player-controls button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ECF0F8;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

    .player-controls button:nth-of-type(2), .player-controls button:nth-of-type(1) {
        border-right: none;
    }

.nav-pills-custom li a.f-size {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    background-image: url(../images/font-size.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.nav-pills-custom li a {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-right: 14px;
    max-width: 76px;
}

.jks647.tf-big p.tf {
    font-size: 18px !important;
}

.jks647.tf-big span.tf {
    font-size: 16px !important;
}

.jks647.tf-small p.tf {
    font-size: 17px !important;
}

.jks647.tf-small span.tf {
    font-size: 13px !important;
}

.highlight {
    background-color: #7A66F0 !important;
}

.nav-pills-custom li a.f-size.active {
    background-image: url(../images/font-size-hover.svg);
    background-color: #7A66F0;
}

.collapselabel {
    position: absolute;
    font-size: 14px;
}

.export-modal .modal-body {
    padding: 30px;
}

.export-modal .modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 10%);
}

.btnrow {
    margin-bottom: 20px;
}

.kbtn {
    border-radius: 10px;
    background-color: #ECEEF2;
    box-shadow: 0 3px 0 0 rgb(0 0 0 / 30%);
    height: 45px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 45px;
    padding: 0px 21px;
    min-width: 40px;
    margin-bottom: 0px;
}

.far-box {
    border: 1px solid #ECF0F8;
    padding: 20px;
    border-top: none;
    margin-top: -30px;
    max-width: 600px;
    margin-bottom: 25px;
}

.grey-btn {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    color: #ffffff;
    height: 45px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn {
    font-weight: 400;
    font-size: 15px;
}

.org-btn {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #ffffff;
    height: 45px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-control.grey {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
}

.match-count {
    position: absolute;
    width: auto;
    right: 18px;
    top: 2px;
    background: #f7f7f8;
    padding: 11px 15px 9px 10px;
    border-radius: 0px 9px 9px 0px;
}

input[type=range].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
}

    /*progress support*/
    input[type=range].styled-slider.slider-progress {
        --range: calc(var(--max) - var(--min));
        --ratio: calc((var(--value) - var(--min)) / var(--range));
        --sx: calc(0.5 * 26px + var(--ratio) * (100% - 26px));
        z-index: 9;
        width: 100%;
    }

    input[type=range].styled-slider:focus {
        outline: none;
    }

    /*webkit*/
    input[type=range].styled-slider::-webkit-slider-thumb {
        width: 26px;
        height: 26px;
        border-radius: 1em;
        background: #7A66F0;
        border: 2px solid #fff;
        box-shadow: none;
        margin-top: calc(max((13px - 1px - 1px) * 0.5,0px) - 26px * 0.5);
        -webkit-appearance: none;
        z-index: 99;
    }

    input[type=range].styled-slider::-webkit-slider-runnable-track {
        height: 1em;
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
    }

    input[type=range].styled-slider::-webkit-slider-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-webkit-slider-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-webkit-slider-runnable-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #efefef;
    }

    input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #e5e5e5;
    }

    input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #f5f5f5;
    }

    /*mozilla*/
    input[type=range].styled-slider::-moz-range-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #7A66F0;
        border: none;
        box-shadow: 0 0 2px black;
    }

    input[type=range].styled-slider::-moz-range-track {
        height: max(calc(1em - 1px - 1px),0px);
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
    }

    input[type=range].styled-slider::-moz-range-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-moz-range-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-moz-range-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-moz-range-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #efefef;
    }

    input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #e5e5e5;
    }

    input[type=range].styled-slider.slider-progress:active::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #f5f5f5;
    }

    /*ms*/
    input[type=range].styled-slider::-ms-fill-upper {
        background: transparent;
        border-color: transparent;
    }

    input[type=range].styled-slider::-ms-fill-lower {
        background: transparent;
        border-color: transparent;
    }

    input[type=range].styled-slider::-ms-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #7A66F0;
        border: none;
        box-shadow: 0 0 2px black;
        margin-top: 0;
        box-sizing: border-box;
    }

    input[type=range].styled-slider::-ms-track {
        height: 1em;
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
        box-sizing: border-box;
    }

    input[type=range].styled-slider::-ms-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-ms-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-ms-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-ms-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-ms-fill-lower {
        height: max(calc(1em - 1px - 1px),0px);
        border-radius: 0.5em 0 0 0.5em;
        margin: -1px 0 -1px -1px;
        background: #7A66F0;
        border: 1px solid #ECF0F8;
        border-right-width: 0;
    }

    input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
        background: #7A66F0;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
        background: #7A66F0;
        border-color: #ECF0F8;
    }

.btnrow span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
    color: #434D60;
}

.jks647 li {
    list-style-type: none;
}

.tns {
    width: 100%;
    padding-left: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}

.txtAudioNotes:focus {
    box-shadow: none !important;
    outline: none;
    border: none;
}

.txtAudioNotes::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1);
    background-color: #F5F5F5;
    border-radius: 25px;
}

.txtAudioNotes::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
    border-radius: 25px;
}

.txtAudioNotes::-webkit-scrollbar-thumb {
    background-color: #7A66F0 !important;
    border-radius: 25px;
}

.match_highlight {
    background-color: darkgoldenrod !important;
}

.collapse.in {
    display: block !important;
}

.lcc {
    max-width: 10px;
    position: relative;
    top: -4px;
}

.tns {
    width: 100%;
    padding-left: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}

    .tns::placeholder {
        color: #8A93A4;
    }

    .tns:focus, .tns:hover, .tns:active {
        border: none;
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }

.list-group-flush.allSpeakers li.list-group-item {
    position: relative;
    display: block;
    border: none !important;
    padding: .20rem 0.7rem;
    background-color: #fff;
}

.list-group-flush.allSpeakers {
    border-radius: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 103px;
}

    .list-group-flush.allSpeakers li:first-child {
        display: none;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #f8f8f8;
        border-radius: 12px;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }

.tns {
    width: 100%;
    padding-left: 0px;
    outline: none;
    box-shadow: none;
    background: #fff;
    padding: 4px 0px 5px 10px;
    margin-bottom: 7px;
    border: 1px solid rgba(0,0,0,.125) !important;
    margin-top: 3px;
}

@media only screen and (max-device-width: 1536px) {

    .project-card {
        width: 322px;
    }

    .target {
        width: 351px;
    }
}

@media only screen and (max-device-width: 1366px) {

    .project-card {
        width: 390px;
    }

    .target {
        width: 424px;
    }
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .project-card {
        width: 430px;
    }

    .target {
        width: 460px;
    }
}



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #1F232C;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fwb {
    font-weight: 700;
}

.cb-d {
    color: #1F232C !important;
}

.cb-m {
    color: #434D60 !important;
}

.cb-l {
    color: #8A93A4 !important;
}

.c-o {
    color: #7A66F0 !important;
}

.l-pane {
    position: fixed;
    background: #333645 url(../images/loginpage-back.jpg)no-repeat center center;
    background-size: cover;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 400px;
    display: flex;
    display: -webkit-flex;
    text-align: center;
}

    .l-pane > .inner {
        display: block;
        width: 100%;
        text-align: left;
        margin: 62px 0px 10px 40px;
        position: relative;
    }

        .l-pane > .inner p.title {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            max-width: 195px;
        }

    .l-pane .btm-box {
        position: absolute;
        bottom: 10px;
        left: 0px;
        color: #fff;
    }

    .l-pane:after {
        content: '';
        background: rgba(46,54,89,0.90);
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        display: block;
        display: none;
    }

.p-link.tdn {
    text-decoration: none;
}

.p-link {
    color: #7A66F0;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: color ease-out 0.2s;
    transition: color ease-out 0.2s;
}

    .p-link:hover {
        color: #434D60;
    }

    .p-link.white:hover {
        color: #ffffff;
    }

h1.form-title {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 35px;
}

.form-control.grey {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
}

.form-control {
    height: 60px !important;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    padding: .375rem 1.2rem;
    color: #4F4F4F;
}

    .form-control::placeholder {
        color: #434D60;
    }

.wrapper {
    margin-left: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
}

.sa-wrapper {
    width: 608px;
    min-height: 588px;
}

    .sa-wrapper p {
        font-weight: 500;
    }

        .sa-wrapper p.regular {
            font-weight: 400;
        }

    .sa-wrapper.mw-477 {
        max-width: 477px;
        min-height: 100px;
    }

.custom-select {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
    height: 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 19px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7A66F0;
    background-color: #7A66F0;
}

.btn {
    font-weight: 400;
    font-size: 15px;
}

.btn-success {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .btn-success:hover {
        color: #fff;
        background-color: #6a58d5;
        border-color: #6a58d5;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.1);
    }

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #6a58d5;
        border-color: #6a58d5;
        box-shadow: 0 0 0 .1rem rgba(254, 127, 45, .5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #A1A6AF;
        border-color: #A1A6AF;
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #A1A6AF;
        border-color: #A1A6AF;
    }

        .btn-success:not(:disabled):not(.disabled).active:focus,
        .btn-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(254, 127, 45, .5)
        }

.btn-big {
    height: 45px;
    padding: 11px 20px;
    border-radius: 10px;
    min-width: 100px;
    line-height: 20px;
}

    .btn-big.min170 {
        min-width: 170px !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1 {
    font-size: 28px;
    color: #1F232C;
    font-weight: 500;
    line-height: 33px;
}


.cc-bx {
    border-radius: 10px;
}

    .cc-bx > .head {
        padding: 18px 0px 0px 0px;
    }

    .cc-bx .bbx {
        padding: 18px 0px;
    }


.card-pic {
    height: 13px;
}

.custom-control-label::before {
    top: 0.05rem;
    width: 1.2rem;
    height: 1.2rem;
}

.custom-control-label::after {
    top: -0.05rem;
    left: -1.55rem;
    width: 1.4rem;
    height: 1.4rem;
}

.custom-control-label {
    padding-left: 4px;
}

.mcbg {
    background-color: #f7f9fc;
}

.bg-light {
    border: 1px solid rgba(151,151,151,0.08);
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
}

    .bg-light .nav-link, .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #434D60;
    }

    .bg-light .nav-item.active .nav-link {
        color: rgba(0,0,0,1);
        font-weight: 500;
    }

.navbar-brand {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

    .navbar-brand img {
        max-width: 120px;
        margin-left: 10px;
    }

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-link {
    display: block;
    padding: 0.813rem 1rem;
}

.navbar-nav .nav-item.active .nav-link {
    position: relative;
}

    .navbar-nav .nav-item.active .nav-link:before {
        content: '';
        position: absolute;
        left: 21px;
        right: 21px;
        display: inline-block;
        height: 4px;
        background-color: #7A66F0;
        border-radius: 25px;
        bottom: -2px;
    }

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        border-radius: 10px;
        border: none;
        background-color: #FFFFFF;
        box-shadow: 5px 15px 44px 0 rgba(190,196,213,0.5);
    }

    .navbar .nav-item:hover .nav-link {
        color: #212529;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .dropdown-item {
        font-size: 14px;
        padding: .45rem 1.5rem;
    }

        .dropdown-item:hover {
            color: #7A66F0;
            background-color: transparent;
        }

        .dropdown-item:focus {
            background-color: transparent;
            color: #434D60;
        }

        .dropdown-item:active {
            background-color: transparent;
            color: #7A66F0;
        }
}

.top-nav {
    border: 1px solid rgba(151,151,151,0.08);
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
}

    .top-nav > .navbar {
        max-width: 1320px;
        margin: 0px auto;
    }

.cbox {
    margin: 35px 50px;
    position: relative;
}

    .cbox .gridbox {
        background-color: #ffffff;
        border-radius: 8px;
        width: 100%;
        min-height: 720px;
        max-width: 1359px;
        margin: 0px auto;
    }

    .cbox button.toggle {
        position: absolute;
        display: inline-block;
        left: -44px;
        border: none;
        background-color: #2e3659;
        color: #fff;
        height: 60px;
        width: 33px;
        top: 10px;
        font-size: 13px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        outline: none;
        text-decoration: none;
    }

.uimg-box {
    max-width: 45px;
    max-height: 45px;
    margin-right: 10px;
    position: relative;
    margin-top: -3px;
    border-radius: 50%;
}

.px50 {
    padding: 35px 50px 30px 50px !important;
}

.py30 {
    padding: 30px 50px;
}

.as-tab {
    border-bottom: 1px solid #ECF0F8;
}

    .as-tab a:first-child {
        margin-left: 50px;
    }

    .as-tab .nav-link {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
        padding: 0.3rem 0px 1rem 0px;
        color: #8A93A4;
        font-size: 15px;
    }

        .as-tab .nav-link.active {
            box-shadow: inset 0px -4px 0px 0px #7A66F0;
            color: #1F232C;
        }

.in-group {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px;
}

    .in-group label {
        color: #8A93A4;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

    .in-group .form-control:focus + label {
        color: #7A66F0;
    }

    .in-group .form-control {
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ECF0F8;
        padding-left: 0px;
        font-size: 18px;
        color: #1F232C;
        padding-top: 0px;
        padding-bottom: 15px;
        outline: none;
        caret-color: #7A66F0;
        -webkit-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
    }

        .in-group .form-control::placeholder {
            color: #8A93A4;
        }

        .in-group .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #7A66F0;
        }

.as-abx figure img {
    width: 72px;
    height: 72px;
    max-width: 72px;
    max-height: 72px;
    margin-right: 20px;
}

.as-abx a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.pih {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
}

ul.ccl {
    margin: 10px 0px 30px 0px;
    padding: 5px 0px 0px 0px;
    max-width: 590px;
}

    ul.ccl li {
        position: relative;
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

        ul.ccl li a.active figure:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            background: url(../images/green-check.svg)no-repeat center;
            background-size: contain;
            position: absolute;
            top: 50%;
            border: none;
            left: 0px;
            margin-top: -9px;
        }

        ul.ccl li figure:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 1px solid #8A93A4;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0px;
            margin-top: -9px;
        }

    ul.ccl figure {
        display: inline-block;
        margin-right: 20px;
        padding-left: 35px;
        position: relative;
        margin-bottom: 0px;
    }

        ul.ccl figure img {
            max-height: 17px;
        }

.btn-green {
    background-color: #4AB48B;
    border-color: #4AB48B;
    color: rgba(255,255,255,0.9);
    padding: 11px 20px;
    min-width: 110px;
}

    .btn-green:hover {
        color: #fff;
        background-color: #3bb888;
        border-color: #3bb888;
    }

.btn-red {
    background-color: #FB6060;
    border-color: #FB6060;
    color: rgba(255,255,255,0.9);
    padding: 11px 20px;
    min-width: 90px;
}

    .btn-red:hover {
        color: #fff;
        background-color: #FB6060;
        border-color: #FB6060;
    }

.btn-ldark {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    color: rgba(255,255,255,0.9);
}

.btn-link {
    color: #434D60;
}

.btn-ldark:hover {
    color: #fff;
    background-color: #82858b;
    border-color: #82858b;
}

.bb {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
}

.cvvtooltip {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1.5px solid #434D60;
    right: 18px;
    top: 34px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    cursor: pointer;
    line-height: 20px;
}




.delete-confirm {
    position: relative;
    display: inline-block;
}

    .delete-confirm button {
        position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        white-space: nowrap;
        padding: 0.5em 2em;
        background-color: transparent;
        border: none;
        border-radius: 4px;
    }

        .delete-confirm button i {
            color: #fff;
        }

        .delete-confirm button .fa + .text {
            margin-left: 0.2em;
        }

        .delete-confirm button.delete {
            z-index: 3;
            -webkit-transition: all 0.2s ease 0.1s;
            transition: all 0.2s ease 0.1s;
        }

            .delete-confirm button.delete.confirm {
                background-color: transparent;
                color: #444;
                -webkit-transition: all 0.2s ease 0.2s;
                transition: all 0.2s ease 0.2s;
                z-index: 0;
            }

                .delete-confirm button.delete.confirm ~ button.yes,
                .delete-confirm button.delete.confirm ~ button.no {
                    visibility: visible;
                    color: #181818;
                    -webkit-transition: all 0.5s ease, visibility 0, background-color 0.3s ease 0.2s;
                    transition: all 0.5s ease, visibility 0, background-color 0.3s ease 0.2s;
                }

                    .delete-confirm button.delete.confirm ~ button.yes:after,
                    .delete-confirm button.delete.confirm ~ button.no:after {
                        opacity: 1;
                        -webkit-transition: all 0.3s ease 0.2s;
                        transition: all 0.3s ease 0.2s;
                    }

                .delete-confirm button.delete.confirm ~ button.yes {
                    -webkit-transform: translate(-100%, 0);
                    transform: translate(-100%, 0);
                    background-color: #fff;
                    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
                }

                    .delete-confirm button.delete.confirm ~ button.yes:after {
                        background-color: #fff;
                        border: 2px solid #fff;
                        box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
                    }

        .delete-confirm button.yes i {
            color: #7A66F0;
        }

        .delete-confirm button.no i {
            color: #434D60;
        }

        .delete-confirm button.delete.confirm ~ button.no {
            -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
            background-color: #fff;
            box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
        }

            .delete-confirm button.delete.confirm ~ button.no:after {
                background-color: #fff;
                border: 2px solid #fff;
                box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.10);
            }

        .delete-confirm button.yes,
        .delete-confirm button.no {
            position: absolute;
            top: 0;
            color: #7A66F0;
            visibility: hidden;
            z-index: 1;
            -webkit-transition: all 0.5s ease, visibility 0.5s, background-color 0.3s ease;
            transition: all 0.5s ease, visibility 0.5s, background-color 0.3s ease;
        }

            .delete-confirm button.yes:after,
            .delete-confirm button.no:after {
                content: "";
                display: block;
                opacity: 0;
                position: absolute;
                box-sizing: border-box;
                top: 50%;
                width: 8px;
                height: 8px;
                background-color: #7A66F0;
                border: 2px solid #7A66F0;
                border-radius: 50%;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                z-index: 2;
            }

        .delete-confirm button.yes {
            left: 0;
        }

            .delete-confirm button.yes:after {
                right: 0;
                -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
            }

        .delete-confirm button.no {
            right: 0;
        }

            .delete-confirm button.no:after {
                left: 0;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .delete-confirm button:focus {
            outline: none;
        }

        .delete-confirm.small button,
        .delete-confirm button.small {
            padding: 0.5em 0.75em;
            text-align: center;
        }



.grid-card h5 {
    margin-top: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.has-search {
    position: relative;
    width: 250px;
    display: inline-block;
    margin-bottom: 0px;
}

    .has-search .form-control {
        padding-left: 2.375rem;
    }

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        background: url(../images/search-inactive.svg)no-repeat center;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        left: 17px;
    }

    .has-search .form-control {
        background-color: #F7F7F7;
        border-color: #F7F7F7;
        height: 45px;
        font-size: 14px;
    }

        .has-search .form-control:focus {
            outline: none;
            box-shadow: none;
        }

            .has-search .form-control:focus + .form-control-feedback {
                background: url(../images/search-active.svg)no-repeat center;
            }

        .has-search .form-control::placeholder {
            color: rgba(67,77,96,0.5);
        }

    .has-search .form-control {
        padding-left: 3rem;
    }

.lv-btn, .gv-btn {
    display: inline-block;
    padding: 5px;
}

    .lv-btn p {
        margin-bottom: 0px;
        display: block;
        display: flex;
        width: 17px;
        margin-left: 3px;
        flex-direction: column;
        margin-top: 1px;
    }

        .lv-btn p span {
            width: 100%;
            height: 3px;
            border-radius: 1.5px;
            background-color: rgba(176,180,186,0.5);
            margin-bottom: 3.1px;
        }

    .lv-btn.active p span {
        background-color: #7A66F0;
    }

.p-view {
    padding-top: 9px;
}

.gv-btn p {
    margin-bottom: 0px;
    display: block;
    display: flex;
    width: 18px;
    margin-left: 3px;
}

    .gv-btn p span {
        width: 7px;
        height: 7px;
        background-color: #D8D8D8;
        margin-bottom: 3px;
        border-radius: 1.5px;
    }

        .gv-btn p span:first-child {
            margin-right: 4px;
        }

.gv-btn.active p span {
    background-color: #7A66F0;
}

.pro-head {
    border-bottom: 1px solid #ECF0F8;
}

.grid-card {
    box-shadow: inset 0px 0px 0px 1px #ECF0F8;
    border-radius: 10px;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 30px;
    /* -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; */
    cursor: pointer;
}

    .grid-card:hover {
        box-shadow: 0 15px 34px 0 rgba(55,66,78,0.07);
    }

ul.ml {
    display: block;
    padding: 0px 11px 0px 0px;
    margin: 0px;
    max-width: 80px;
    max-height: 30px;
    overflow: hidden;
}

    ul.ml li {
        list-style: none;
        display: inline-block;
        margin-right: -11px;
        position: relative;
    }

        ul.ml li:nth-of-type(3) a:before {
            content: '+2';
            width: 29px;
            height: 29px;
            border-radius: 50%;
            position: absolute;
            top: 1px;
            left: 1px;
            line-height: 29px;
            display: block;
            background-color: rgba(253,138,70,0.7);
            color: #fff;
            z-index: 2;
        }

        ul.ml li.z1 {
            z-index: 1;
        }

        ul.ml li.z2 {
            z-index: 2;
        }

        ul.ml li.z3 {
            z-index: 3;
        }

        ul.ml li a {
            width: 31px;
            height: 31px;
            background-color: #7A66F0;
            border: 1px solid #fff;
            border-radius: 50px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            line-height: 36px;
            font-size: 13px;
            font-weight: 300;
            display: block;
        }

            ul.ml li a span {
                line-height: 0px;
                display: inline-block;
                position: relative;
                top: -3px;
                font-weight: 500;
            }

            ul.ml li a img {
                width: 100%;
                border-radius: 50%;
                position: relative;
                top: -4px;
            }

.card-th img {
    position: relative;
    top: -2px;
}

.table-hover thead th {
    border-top: none;
    border-bottom: none;
    font-size: 15px;
    font-weight: 300;
    color: #8A93A4;
}

.table tbody td {
    font-size: 15px;
    font-weight: 400;
    color: #1F232C;
    vertical-align: middle;
    padding: 0.5rem .75rem;
}

.table tbody tr:hover {
    background-color: #f7f9fc;
}

.table tbody td.name {
    font-weight: 500;
    color: #1F232C;
}

    .table tbody td.name .music, .table tbody td.name .folder, .table tbody td.name .video {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-right: 4px;
    }

    .table tbody td.name .music {
        background: url(../images/music-circle.svg)no-repeat center;
        background-size: contain;
    }

    .table tbody td.name .folder {
        background: url(../images/folder-circle.svg)no-repeat center;
        background-size: contain;
    }

    .table tbody td.name .video {
        background: url(../images/music-circle.svg)no-repeat center;
        background-size: contain;
    }

.table td {
    border-color: #ECF0F8;
    border-width: 1px 0px 0px 0px !important;
}

.table thead th:first-child, .table tbody td:first-child {
    padding-left: 0px !important;
}

.table thead th:last-child, .table tbody td:last-child {
    padding-right: 0px !important;
}


.modal-backdrop.show {
    opacity: .2;
}

.delete-modal .modal-content {
    border: none;
    border-radius: 8px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.delete-modal h1 {
    color: #1F232C;
    font-size: 23px;
    font-weight: 500;
    margin-top: 19px;
    margin-bottom: 2px;
}

.delete-modal .modal-body {
    padding: 35px;
}

.cds {
    background: rgba(253,141,69,0.12);
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: rgba(253,141,69,1);
    font-size: 35px;
    text-align: center;
    line-height: 70px;
    margin-top: 24px;
}

.card-head {
    min-height: 80px;
}

    .card-head .card-th {
        padding-top: 10px;
    }

        .card-head .card-th .d-inline-block:first-child {
            width: 146px;
        }

            .card-head .card-th .d-inline-block:first-child span {
                word-break: break-word;
                line-height: 17px;
            }

        .card-head .card-th img {
            top: 1px;
        }

.w109 {
    width: 109px;
}









.modal.fullscreen {
    padding-right: 0px !important;
}

    .modal.fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 2200px;
        margin: 0;
        padding: 0;
    }

    .modal.fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        border: none;
    }

.modal.fullscreen {
    padding-right: 0px !important;
}

    .modal.fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 2200px;
        margin: 0;
        padding: 0;
    }

    .modal.fullscreen .modal-content .modal-body {
        padding: 0px;
        background-color: #ffffff;
    }

.modal-dialog-scrollable {
    max-height: 100vh;
}

.r-sbox {
    border-left: 1px solid #ECF0F8;
    min-height: 100vh;
}

.rbpx {
    padding: 20px 0px 20px 35px;
    border-bottom: 1px solid #ECF0F8;
    margin-bottom: 0px;
}

    .rbpx.bbn {
        padding: 25px 0px 25px 35px;
        border-bottom: none;
        margin-bottom: 0px;
    }

.project-title-control {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 8px;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    color: #1F232C;
    outline: none;
    padding: 17px 26px 21px 26px;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .project-title-control:focus {
        border-color: #7A66F0;
    }

    .project-title-control::placeholder {
        color: #8A93A4;
    }

.cpl {
    letter-spacing: 0.2px;
    display: block;
    margin-bottom: 7px !important;
}

.radio__label small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
    display: block;
    margin-top: 3px;
}





.radio {
    display: inline-block;
    position: relative;
    margin: 0 0 0px;
    font-size: 16px;
    line-height: 24px;
}

.radio__input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 36px;
    height: 20px;
    opacity: 0;
    z-index: 0;
}

.radio__label {
    display: block;
    padding: 0 0 0 26px;
    cursor: pointer;
    font-size: 15px;
    color: rgba(34,35,44,0.75);
    font-weight: 500;
}

    .radio__label:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        background-color: transparent;
        border: 1px solid #8A93A4;
        border-radius: 14px;
        z-index: 1;
        transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .radio__label:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 4px;
        width: 10px;
        height: 10px;
        background-color: #7A66F0;
        border-radius: 50%;
        z-index: 2;
        transform: scale(0, 0);
        transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

.radio__input:checked + .radio__label:before {
    border-color: #7A66F0;
}

.radio__input:checked + .radio__label {
    color: #7A66F0;
}

    .radio__input:checked + .radio__label:after {
        transform: scale(1, 1);
    }



.md-checkbox {
    position: relative;
    margin: 1em 0px 0px 0px;
    text-align: left;
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block;
    }

    .md-checkbox.black {
        margin-top: 8px;
    }

    .md-checkbox label {
        cursor: pointer;
        display: block;
        line-height: 1.25em;
        padding-left: 1px;
        padding: 0 0 0 28px;
        font-size: 15px;
        color: rgba(34,35,44,0.75);
        font-weight: 500;
    }

    .md-checkbox.black label {
        padding-left: 6px;
        padding: 3px 0 0 34px;
    }

.r-sbox small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
}

.md-checkbox label small {
    font-size: 13px;
    color: #8A93A4 !important;
    line-height: 15px !important;
    display: block;
    margin-top: 6px;
}

.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 1px solid #8A93A4;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s;
}

.md-checkbox.black label:before {
    width: 22px;
    height: 22px;
    border-radius: 4px;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}

    .md-checkbox input[type="checkbox"]:checked + label:before {
        background: #fff;
    }

.md-checkbox.black input[type="checkbox"]:checked + label:before {
    background: #434D60;
    border-color: #434D60;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 1.25em;
    height: 0.575em;
    border: 2px solid #7A66F0;
    border-top-style: none;
    border-right-style: none;
    top: -4px;
}

.md-checkbox.black input[type="checkbox"]:checked + label:after {
    width: 0.85em;
    height: 0.505em;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    top: 0px;
    left: 1px;
}

.md-checkbox input[type="checkbox"]:checked + label {
    color: #7A66F0;
}

.md-checkbox.black input[type="checkbox"]:checked + label {
    color: rgba(34,35,44,0.75);
}

.md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}

.md-checkbox.wd100 {
    position: relative;
    margin: 0.2em 0px 0px 0px;
    width: 49%;
    display: inline-block;
}

.bb1 {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 14px;
}

.select-box {
    background: #F7F7F7;
    border-radius: 8px;
    position: relative;
    height: 50px;
    margin: 0px;
    border: 1px solid #ECF0F8;
    box-shadow: none;
}

    .select-box select {
        -webkit-appearance: none;
        width: 100%;
        border: none;
        background: none;
        font-family: 'Roboto', sans-serif;
        line-height: 50px;
        font-size: 14px;
        height: 50px;
        color: #1F232C;
        padding-left: 19px;
        outline: none;
    }

    .select-box:before {
        display: none;
    }

    .select-box:after {
        content: '';
        width: 8px;
        height: 8px;
        right: 19px;
        top: 17px;
        position: absolute;
        pointer-events: none;
        border-right: 1px solid #434D60;
        border-bottom: 1px solid #434D60;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.crcsl {
    padding-left: 38px;
    margin-top: 8px;
    display: inline-block;
}

.ttl ul {
    margin: 0px;
    padding: 0px;
}

    .ttl ul li {
        list-style-type: none;
    }

.pl-in {
    border-radius: 10px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    height: 50px;
    font-size: 14px;
    color: #434D60;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .pl-in:focus {
        box-shadow: none;
        outline: none;
        border-color: #7A66F0;
    }

.npta {
    border-radius: 10px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    height: 110px !important;
    padding: 16px 23px;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .npta:focus {
        box-shadow: none;
        outline: none;
        border-color: #7A66F0;
    }

.upload-box {
    border: 1px dashed #7A66F0;
    border-radius: 2px;
    min-height: 110px;
    background-color: rgba(253,138,70,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upload-bg {
    background-color: #f7f7f7;
    padding: 20px;
}

.upload-box p {
    font-size: 17px;
    color: #434D60;
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

    .upload-box p a {
        color: #7A66F0;
    }

.mrc {
    margin-right: 2vw;
}

.r-label {
    position: relative;
    display: inline-block;
    margin-bottom: 13px !important;
}

    .r-label:after {
        content: '*';
        color: #B0B4BA;
        font-size: 17px;
        font-weight: 500;
        position: absolute;
        right: -12px;
        top: -2px;
    }

.fileupload {
    display: none;
}

.ful {
    margin: 0px;
    padding: 0px 14px 0px 0px;
    max-height: 295px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.scroll-able {
    max-height: 86px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    max-width: 344px;
}

    .ful::-webkit-scrollbar-track, .inl::-webkit-scrollbar-track, .scroll-able::-webkit-scrollbar-track, .detailKeyword::-webkit-scrollbar-track, .qbmx8::-webkit-scrollbar-track, .seagbx::-webkit-scrollbar-track, .txtAudioNotes::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .ful::-webkit-scrollbar, .inl::-webkit-scrollbar, .scroll-able::-webkit-scrollbar, .detailKeyword::-webkit-scrollbar, .qbmx8::-webkit-scrollbar, .seagbx::-webkit-scrollbar, .txtAudioNotes::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .ful::-webkit-scrollbar-thumb, .inl::-webkit-scrollbar-thumb, .scroll-able::-webkit-scrollbar-thumb, .detailKeyword::-webkit-scrollbar-thumb, .qbmx8::-webkit-scrollbar-thumb, .seagbx::-webkit-scrollbar-thumb, .txtAudioNotes::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }


.ful li {
    list-style-type: none;
    border-bottom: 1px solid #ECF0F8;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .ful li:last-child {
        border-bottom: none;
    }

    .ful li p, .ful li span {
        color: 15px;
        color: #434D60;
        margin-bottom: 0px;
    }

        .ful li p, .ful li span.f-size {
            min-width: 70px;
            margin-right: 17px !important;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

/* .progress {
  width: 34px;
  height: 34px;
  line-height: 32px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #2A70F6;
}
.music .progress .progress-bar{
  border-color:#7A66F0;
}
.video .progress .progress-bar{
  border-color:#2A70F6;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress .progress-value div {
  margin-top: 0px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
} */

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
/* .progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
} */


.m-order2 {
    background-color: rgba(0,0,0,0.3) !important;
    z-index: 1051;
}

.black-btn {
    min-width: 90px;
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

.card-link {
    outline: none;
}

    .card-link:hover {
        outline: none;
        text-decoration: none;
    }

        .card-link:hover span {
            outline: none;
            text-decoration: none;
        }

.name-ini {
    width: 30px;
    height: 30px;
    background: #7A66F0;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    bottom: -1px;
}

.adtbx {
    margin: 150px auto 0px auto;
    max-width: 720px;
}

    .adtbx .c-btn {
        height: 79px;
        min-width: 150px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        left: -45px;
    }

.first-step, .sec-step {
    transition: all 0.3s ease-in-out;
}

span.ts:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

span.ts.proofreading:before {
    background-color: #2A70F6;
}

span.ts.completed:before {
    background-color: #4AB48B;
}

span.ts.inprogress:before {
    background-color: #7A66F0;
}

span.ts.rework:before {
    background-color: #D53131;
}

span.ts.unclaimed:before {
    background-color: #D53131;
}

.invite-btn {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    max-width: 75px;
    min-width: 75px;
}

.modal-right-bottom {
    max-height: calc(100% - 20rem) !important;
    margin-left: auto !important;
    margin-bottom: auto !important;
    position: absolute !important;
    right: 12px !important;
    bottom: 12px !important;
}

    .modal-right-bottom .modal-content {
        border-radius: 0px;
        border: none;
        width: 500px;
        box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
    }

.dropdown-toggle.no-arrow::after {
    display: none;
}

.triangle::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: 41px;
    top: 0em;
    left: 50%;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.1);
    border: none;
    min-width: 175px;
}

.ddbc {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #fff !important;
    height: 46px;
    width: 46px;
    text-align: center;
    font-size: 21px;
}

.inl-box {
    position: relative;
}

.inl {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 40px 0px;
    max-height: 335px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

    .inl li {
        list-style-type: none;
        border-bottom: 1px solid #F2F5FA;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .inl li p.iname, .file-link {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .inl li:last-child {
            border-bottom: none;
        }

        .inl li figure > img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }

        .inl li .close-b img {
            width: 11px;
            height: 11px;
        }

.btn-big.mw120 {
    min-width: 120px !important;
}

.btn-big.mwauto {
    min-width: auto !important;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.animate-right {
    position: relative;
    animation: animateright 0.4s;
}

@keyframes animateright {
    from {
        right: -50px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.smenu {
    background-color: #FFFFFF;
    box-shadow: 0 4px 28px 0 rgba(12,14,18,0.16);
    padding-top: 10px;
    padding-bottom: 10px;
}

a.fm {
    padding: 0px;
    margin-right: 30px;
    transition: all 0.2s ease-out;
}

    a.fm.changepassword {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/password-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.changepassword:hover {
            background: url('../images/password-active.svg')no-repeat center;
        }

    a.fm.download {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/download-file-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.download:hover {
            background: url('../images/download-file-active.svg')no-repeat center;
        }

    a.fm.upload {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/upload-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.upload:hover {
            background: url('../images/upload-active.svg')no-repeat center;
        }

    a.fm.email-reminder {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/email-reminder-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.email-reminder:hover {
            background: url('../images/email-reminder-active.svg')no-repeat center;
        }

    a.fm.c-hyperlink {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/hyperlink-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.c-hyperlink:hover {
            background: url('../images/hyperlink-active.svg')no-repeat center;
        }

    a.fm.c-invoice {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/invoice-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.c-invoice:hover {
            background: url('../images/invoice-active.svg')no-repeat center;
        }

    a.fm.edit {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/edit-main-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.edit:hover {
            background: url('../images/edit-main-active.svg')no-repeat center;
        }

    a.fm.dtranscript {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/download-transcript-inactive.svg')no-repeat center;
        background-size: contain;
        margin-top: 2px;
    }

        a.fm.dtranscript:hover {
            background: url('../images/download-transcript-active.svg')no-repeat center;
        }

    a.fm.dmedia {
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url('../images/download-media-inactive.svg')no-repeat center;
        background-size: contain;
        margin-top: 1px;
    }

        a.fm.dmedia:hover {
            background: url('../images/download-media-active.svg')no-repeat center;
        }

    a.fm.share {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/share-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.share:hover {
            background: url('../images/share-active.svg')no-repeat center;
        }

    a.fm.delete {
        width: 22px;
        height: 22px;
        display: inline-block;
        background: url('../images/delete-inactive.svg')no-repeat center;
        background-size: contain;
    }

        a.fm.delete:hover {
            background: url('../images/delete-active.svg')no-repeat center;
        }

.card-fdl {
    margin-top: 20px;
    display: inline-block;
}

.in-group .form-control[readonly] {
    background-color: #fff !important;
}

    .in-group .form-control[readonly]:focus {
        border-color: #ECF0F8 !important;
    }

    .in-group .form-control[readonly]::selection {
        color: transparent;
    }

.clearable__clear {
    display: none;
    padding: 4px 14px;
    position: absolute;
    right: 1px;
    top: 0%;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
    height: 45px;
}

.clearable input::-ms-clear {
    display: none;
}

.clearable__clear img {
    width: 10px
}

.pr34 {
    padding-right: 34px;
}

.f-lines {
    width: 350px;
    height: 82px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .f-lines p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

        .f-lines p::selection {
            background-color: #A1A6AF;
        }

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

    .breadcrumb li a {
        color: #8A93A4;
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #1F232C;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #8A93A4;
    content: "/";
}


.nav-pills-custom li a {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-right: 14px;
    max-width: 76px;
}

    .nav-pills-custom li a.far {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/find-replace.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }

        .nav-pills-custom li a.far:hover {
            background-image: url(../images/find-replace-hover.svg);
        }

    .nav-pills-custom li a.s-save {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/save.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.s-save:hover {
            background-image: url(../images/save-hover.svg);
        }

    .nav-pills-custom li a.undo {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/undo.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }

        .nav-pills-custom li a.undo:hover {
            background-image: url(../images/undo-hover.svg);
        }

    .nav-pills-custom li a.k-shorts {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/keyboard-shortcuts.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.k-shorts:hover {
            background-color: #7A66F0;
            border-color: #7A66F0;
            background-image: url(../images/keyboard-shortcuts-hover.svg);
        }

    .nav-pills-custom li a.f-size {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/font-size.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.f-size:hover {
            background-image: url(../images/font-size-hover.svg);
        }

    .nav-pills-custom li a.s-check {
        background-color: #ECF0F8;
        border-color: #ECF0F8;
        background-image: url(../images/spelling-check.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }

        .nav-pills-custom li a.s-check:hover {
            background-image: url(../images/spelling-check-hover.svg);
        }

    .nav-pills-custom li a:hover {
        background-color: #7A66F0;
        border-color: #7A66F0;
    }

#collapseSpeed, #collapseVolume {
    position: absolute;
    bottom: -120px;
    z-index: 99;
    border: none;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    right: 0px;
    width: 199px;
}

.jks647 {
    margin: 0px;
    padding-bottom: 0px;
}

    .jks647 li {
        list-style-type: none;
    }


ul.sortable {
    margin: 0px;
    padding: 0px;
}

    ul.sortable > li {
        list-style-type: none;
        display: block;
    }

        ul.sortable > li p {
            display: inline-block;
            background: #ECF0F8;
            border-radius: 25px;
            pointer-events: none;
            cursor: move;
            font-weight: 500;
            margin-bottom: 9px !important;
            padding: 8px 15px;
        }

            ul.sortable > li p span {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 218px;
                display: inline-block;
                line-height: 10px;
                padding-top: 5px;
                color: #1F232C;
                padding-bottom: 4px;
                position: relative;
                bottom: -2px;
            }

            ul.sortable > li p a {
                color: #8A93A4;
                font-size: 15px;
                font-weight: 400;
            }

        ul.sortable > li:hover {
        }

        ul.sortable > li.active p {
            background: #dadde4;
        }

        ul.sortable > li.dragging > p {
            background: #ECF0F8;
            opacity: 0.7;
        }


p.tag-s {
    display: inline-block;
    background: #ECF0F8;
    border-radius: 25px;
    pointer-events: none;
    cursor: move;
    font-weight: 500;
    margin-bottom: 0px !important;
    padding: 8px 15px;
}

    p.tag-s span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 218px;
        display: inline-block;
        line-height: 10px;
        padding-top: 5px;
        color: #1F232C;
        padding-bottom: 4px;
        position: relative;
        bottom: -2px;
    }

    p.tag-s a {
        color: #8A93A4;
        font-size: 15px;
        font-weight: 400;
    }

.tglbx {
    border-right: 1px solid #ECF0F8;
    min-height: 59vh;
}

.pl30 {
    padding-left: 30px;
}

.tgbox-head {
    height: 38px;
}

.edtbx {
    text-align: center;
    position: relative;
    height: 38px;
}

    .edtbx:before {
        content: '';
        display: inline-block;
        height: 1px;
        position: absolute;
        z-index: 0;
        left: 0px;
        right: 0px;
        top: 50%;
        margin-top: -0.5px;
        background-color: #ECF0F8;
    }

.tedmbx {
    background: #ECF0F8;
    position: relative;
    z-index: 2;
    height: 38px;
    border-radius: 25px;
    padding: 7px 15px;
}

    .tedmbx span:last-child {
        color: #8A93A4;
        font-size: 15px;
        margin-left: 0px;
        display: inline-block;
        font-weight: 400;
    }

.tooltip.fade.in {
    z-index: 99999 !important;
    opacity: 1 !important;
}

.tooltip-inner {
    text-align: left;
}

#dynamicwidth {
    border: none;
    outline: none;
    background-color: transparent;
    caret-color: #7A66F0;
    font-size: 15px;
    color: #1F232C;
    font-weight: 500;
    min-width: 50px !important;
    max-width: 99.99% !important;
    transition: width 0.25s;
    text-align: center;
    position: relative;
    top: -1px;
}

    #dynamicwidth::placeholder {
        color: rgba(0,0,0,0.3)
    }

.ddarrow img {
    transition: all 0.3s ease-in-out;
}

.ddarrow[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
}

*[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
}

.tdc {
    max-width: 92%;
}

ul.htl {
    margin: 0px;
    padding: 0px;
}

    ul.htl li {
        list-style-type: none;
        background-color: #FFFFFF;
        box-shadow: 0 4px 14px -5px rgba(165,172,180,0.5);
        display: inline-block;
        padding: 5px 15px 7px 15px;
        border-radius: 25px;
        margin-right: 7px;
        margin-bottom: 10px;
        position: relative;
    }

        ul.htl li span {
            display: none;
        }

        ul.htl li:hover span {
            display: block;
            position: absolute;
            right: 0px;
            top: 0px;
            height: 34px;
            border-radius: 0px 25px 25px 0px;
            background-image: linear-gradient(to right, transparent 10%, rgba(255,255,255,1) 90%);
            padding: 5px 12% 3px 30%;
        }

        ul.htl li p {
            font-size: 12px;
            font-weight: 500;
            color: #434D60;
        }

.ahbox {
    border: 1px solid #ECF0F8;
    border-radius: 25px;
    height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 4px 14px -5px rgba(165,172,180,0.5);
}

    .ahbox:hover {
        border-color: #ccc;
    }

    .ahbox a {
        font-size: 12px;
        color: #434D60;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        margin-top: 2px;
        line-height: 28px;
    }

        .ahbox a img {
            position: relative;
            top: -1px;
            margin-right: 4px;
        }

#dynamicwidth2 {
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    min-width: 85px !important;
    max-width: 99.99% !important;
    transition: width 0.25s;
    text-align: center;
    color: #434D60;
    height: 30px;
    caret-color: #7A66F0;
}

    #dynamicwidth2::placeholder {
        color: #8A93A4;
    }

.ptpbh {
    padding-top: 60px;
    padding-bottom: 60px;
    text-decoration: none;
    outline: none;
}

    .ptpbh:hover a {
        text-decoration: none;
        outline: none;
    }

/*----editor.js css----*/

.ce-block__content, .ce-toolbar__content {
    max-width: 1000px;
}

.ce-toolbar__plus {
    left: 0px;
}

.ce-toolbar__actions-buttons {
    text-align: right;
    margin-right: 3vw;
}

.ce-toolbar__actions-buttons {
    text-align: right;
    margin-right: 3vw;
}

#editorjs h2 {
    font-size: 1.4rem;
}

.ce-inline-toolbar__dropdown {
    background: #434D60;
    color: #fff;
    border-radius: 4px 0px 0px 4px;
}

    .ce-inline-toolbar__dropdown:hover {
        background: #444444;
        color: #7A66F0;
    }

.ce-inline-toolbar__toggler-and-button-wrapper {
    background: #434D60;
    border-radius: 4px;
}

.ce-inline-tool {
    color: #fff;
}

    .ce-inline-tool:hover {
        background-color: #434D60;
        color: #7A66F0;
    }

.ce-conversion-toolbar {
    background-color: #434D60;
    color: #fff;
}

.ce-conversion-tool__icon {
    background-color: #333;
    border-color: #333;
}

.ce-conversion-tool:hover {
    background-color: rgba(34,186,255,.08);
}

.ce-conversion-toolbar__label {
    color: rgba(255,255,255,0.7);
}

.ce-toolbar__plus {
    left: -34px;
}

.ce-toolbar .ce-toolbox {
    box-shadow: 2px 5px 16px 0 rgba(0,0,0,0.1);
}

.ce-toolbox__button {
    transition: all 0.2s ease-in-out;
}

    .ce-toolbox__button:hover svg {
        color: #7A66F0;
    }

.ce-toolbar .ce-toolbox:before {
    content: 'Building Blocks';
    display: block;
    width: 100%;
    padding: 8px 1px 0px 10px;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-size: 13px;
}

.drpFontTool {
    background-color: #434D60;
    color: #fff;
    box-shadow: 0 3px 15px -3px rgba(13,20,33,.13);
    border-radius: 4px;
    z-index: 2;
    position: absolute;
    right: 0px;
    top: 40px;
}

    .drpFontTool .ce-conversion-tool {
        padding: 0px;
    }

    .drpFontTool ul.drpFont {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .drpFontTool ul.drpFont li {
            list-style-type: none;
            padding: 5px 10px;
            text-align: center;
        }

            .drpFontTool ul.drpFont li:hover {
                background: rgba(34,186,255,.08) !important;
            }

    .drpFontTool .ce-conversion-tool__icon {
        display: none;
    }

    .drpFontTool .ce-conversion-toolbar__label {
        max-width: 74px;
        text-align: center;
        line-height: 11px;
    }

.ce-inline-toolbar__dropdown.divFont {
    border-right: none;
    margin-right: 0px;
    margin-left: 3px;
}

.card-head .card-th .d-inline-block.w257:first-child {
    width: 257px;
}

.oneline-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-card h5.twoline {
    margin-top: 0px;
    white-space: normal;
    text-overflow: unset;
    overflow: hidden;
    height: 42px;
}

.box-details p > strong {
    color: #1F232C;
}

.box-details p {
    color: #8A93A4;
}

.bblink {
    border-right: 1px solid #ECF0F8;
    padding-right: 16px;
}

.btn-green.lh {
    padding: 8px 20px;
    height: 40px;
}

.paidtext::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #4AB48B;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.tepd p.bbl {
    border-bottom: 1px solid #ECF0F8;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .tepd p.bbl:last-child {
        border-bottom: none;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .tepd p.bbl:first-child {
        padding-top: 0px;
    }

.color1, .color2, .color3 {
    cursor: pointer;
}

    .color1.active img, .color2.active img, .color3.active img {
        box-shadow: 0px 0px 0px 1px #7A66F0;
    }

.texttip .content {
    background-color: #323947;
    border-radius: 6px 6px 0px 0px;
}

.ttform input {
    background-color: #616D84;
    border: none;
    width: 186px;
    margin: 10px 10px 5px 10px;
    font-size: 13px;
    height: 27px;
    padding: 10px 10px 10px 7px;
    color: #fff;
    border-radius: 2px;
}

    .ttform input:focus {
        box-shadow: none;
        outline: none;
    }

    .ttform input::placeholder {
        color: rgba(255,255,255,0.45);
    }

.dcsl {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 7px 0px;
    font-size: 13px;
    max-width: 202px;
    max-height: 104px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .dcsl::-webkit-scrollbar-track, ul.ocards::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0.2);
        border-radius: 12px;
    }

    .dcsl::-webkit-scrollbar, ul.ocards::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 12px;
    }

    .dcsl::-webkit-scrollbar-thumb, ul.ocards::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }

    .dcsl li {
        list-style-type: none;
        color: rgba(255,255,255,0.45);
        margin-top: 4px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 2px 16px 2px 16px;
    }

        .dcsl li:hover {
            background-color: #616D84;
            color: #fff;
        }

.cohead {
    padding: 11px 12px 2px 12px;
    align-items: center;
}

    .cohead p {
        color: #fff;
        font-size: 12px;
    }

.sbctt {
    padding: 5px 0px 8px 9px;
}

    .sbctt .btn12 {
        padding: 0px 0px 0px 9px;
        font-size: 13px;
        color: #fff;
        display: inline-block;
    }

        .sbctt .btn12.ol {
            color: rgba(255,255,255,0.5);
        }

.name-ini.cus {
    width: 24px;
    height: 24px;
    font-size: 15px;
    margin-right: 7px;
    line-height: 26px;
}

.comm-text p {
    color: rgba(255,255,255,0.5);
    max-width: 186px;
    font-size: 13px;
    padding: 7px 11px 6px 11px;
    line-height: 15px;
}

.tls {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    max-width: 202px;
}

    .tls li {
        list-style-type: none;
        color: rgba(255,255,255,0.9);
        margin-top: 4px;
        transition: all 0.3s ease-in-out;
        padding: 2px 16px 2px 16px;
    }

        .tls li .lft {
            flex: 1;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .tls li .rgt {
            flex: 0 0 10px;
        }

            .tls li .rgt img {
                width: 9px;
                position: relative;
                bottom: -3px;
            }

.pl-bx {
    background: rgba(0,0,0,0.03);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    margin-right: 17px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

    .pl-bx img {
        width: 9px;
        position: relative;
        top: -1px;
        right: -1px;
        opacity: 0.6;
        transition: all 0.2s ease-out;
    }

    .pl-bx:hover img {
        opacity: 1;
    }

.inputwidthmachine:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    border-bottom: 1px solid #7A66F0;
    border-radius: 0px;
}

.leftchat {
    display: flex;
    justify-content: flex-start;
}

    .leftchat p {
        box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
        margin: 10px;
        width: 85%;
        border-radius: 12px 12px 12px 0px;
        padding: 9px;
    }

.rightchat {
    display: flex;
    justify-content: flex-end;
}

    .rightchat p {
        box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
        margin: 10px;
        width: 85%;
        background-color: rgba(0,0,0,0.05);
        border-radius: 12px 12px 0px 12px;
        padding: 9px;
    }

.export-modal .modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}

.export-modal .modal-body {
    padding: 30px;
}

.pc30 .modal-body {
    padding: 35px;
}

.ex-list {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

    .ex-list li {
        list-style-type: none;
    }

        .ex-list li a {
            color: #1F232C;
            border-top: 1px solid #ECF0F8;
            font-size: 15px;
            font-weight: 500;
            display: block;
            padding-top: 14px;
            padding-bottom: 14px;
            transition: all 0.2s ease-out;
        }

            .ex-list li a:hover {
                text-decoration: none;
                outline: none;
                color: #7A66F0;
            }

.color-s1 {
    background-color: #cffdc8;
}

.color-s2 {
    background-color: #fefbd0;
}

.color-s3 {
    background-color: #ffb8b8;
}

.tagging, .comments {
    text-decoration: underline;
    background-color: #ECF0F8;
}

    .tagging.color-s1, .comments.color-s1, .comments.tagging.color-s1 {
        background-color: #cffdc8;
        text-decoration: underline;
    }

    .tagging.color-s2, .comments.color-s2, .comments.tagging.color-s2 {
        background-color: #fefbd0;
        text-decoration: underline;
    }

    .tagging.color-s3, .comments.color-s3, .comments.tagging.color-s3 {
        background-color: #ffb8b8;
        text-decoration: underline;
    }

.player-controls button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ECF0F8;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

    .player-controls button img {
        max-height: 23px;
    }

    .player-controls button:nth-of-type(2), .player-controls button:nth-of-type(1) {
        border-right: none;
    }

    .player-controls button:nth-of-type(1) {
        border-radius: 0px 0px 0px 6px;
    }

    .player-controls button:nth-of-type(3) {
        border-radius: 0px 0px 6px 0px;
    }

    .player-controls button img {
        display: inline-block;
    }

    .player-controls button span {
        display: block;
        color: #8A93A4;
        transition: all 0.2s ease-in-out;
    }

    .player-controls button:hover span.fs13 {
        color: #1F232C !important;
    }

    .player-controls button:hover, .player-controls button:active, .player-controls button:focus {
        outline: none;
        text-decoration: none;
        box-shadow: none;
    }

.speed-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #434D60 !important;
}

.player-bx {
    border: none;
    padding: 10px 11px 5px 10px;
}

#collapseSpeed, #collapseVolume {
    position: absolute;
    bottom: -120px;
    z-index: 99;
    border: none;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    right: 0px;
    width: 199px;
}

    #collapseSpeed .progress, #collapseVolume .progress {
        cursor: pointer;
    }

    #collapseSpeed .card-body, #collapseSpeed .card, .collapselabel .card-body, .collapselabel .card, #collapseVolume .card-body, #collapseVolume .card, .collapselabel .card-body, .collapselabel .card {
        border: none;
        -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
        box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
        border-radius: 4px;
    }

    #collapseSpeed .card-body, #collapseSpeed .card, .collapselabel .card-body, .collapselabel .card, #collapseVolume .card-body, #collapseVolume .card, .collapselabel .card-body, .collapselabel .card {
        border: none;
        -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
        box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
        border-radius: 4px;
    }






.range {
    position: relative;
}

    .range input[type=range] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        width: 100%;
        height: 22px;
        cursor: pointer;
        display: block;
    }

        .range input[type=range]:focus {
            outline: none;
        }

        .range input[type=range][disabled] {
            opacity: .3;
            cursor: default;
        }

    .range .rangeslider {
        position: relative;
        height: 22px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .rangeslider:before {
            box-sizing: border-box;
            width: 100%;
            height: 4px;
            background: #e6e6e6;
            border-radius: 100px;
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .range input::-webkit-slider-runnable-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-moz-range-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-ms-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        color: transparent;
        padding: 11px 0;
        background: transparent;
        border-color: transparent;
    }

    .range input::-ms-fill-lower,
    .range input::-ms-fill-upper {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
    }

    .range input::-ms-fill-lower {
        background: #7A66F0;
    }

    .range .rangeslider-fill-lower {
        background-color: #7A66F0;
        border-radius: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 4px;
        will-change: width;
    }

    .range input::-webkit-slider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 4px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #7A66F0;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 2px;
    }

    .range input::-moz-range-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range input::-ms-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range .rangeslider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
        position: absolute;
        touch-action: pan-x;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        will-change: left;
    }

    .range .range-output {
        position: absolute;
        left: 6px;
        top: 6px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .range-output .output {
            display: block;
            position: absolute;
            height: 60px;
            line-height: 60px;
            min-width: 32px;
            padding: 0 20px;
            top: -26px;
            -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
            background: #383c42;
            color: #fff;
            border-radius: 100px;
            white-space: nowrap;
            font-weight: bold;
            font-size: 1.2em;
            text-align: center;
        }

            .range .range-output .output:before {
                content: "";
                position: absolute;
                bottom: -8px;
                left: 50%;
                border: 10px solid #383c42;
                border-bottom: none;
                border-left-color: transparent;
                border-right-color: transparent;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }


.trans-box {
    margin: 0px;
    padding-bottom: 0px;
}

.trans-row .form-group:last-child p {
    word-break: keep-all;
}

.obx {
    position: absolute;
    background: #fff;
    right: 73px;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.1);
    max-height: 40px;
    border-radius: 3px;
    width: 155px;
    padding: 7px 12px;
}

    .obx a:first-child {
        border-right: 1px solid #ccc;
        padding-right: 8px;
        margin-right: 6px;
    }

    .obx a {
        display: inline-block;
        color: #212529;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
    }

        .obx a:hover {
            color: #7A66F0;
            text-decoration: none;
        }

.cecv[aria-expanded="true"] i {
    color: #7A66F0;
}

.c-search {
    position: absolute;
    width: 32px;
    height: 40px;
    display: inline-block;
    border-radius: 0px;
    right: 5px;
    top: 1px;
    cursor: pointer;
    text-align: center;
    line-height: 39px;
}

    .c-search img {
        width: 11px;
    }

.detailKeyword {
    max-height: 250px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

.pdb {
    max-width: 15px;
    position: relative;
    top: -2px;
    margin-left: 10px;
    cursor: pointer;
}

.plain-btn {
    border: 1px solid #E8EBF0;
    border-radius: 10px;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 36px;
    margin-right: 13px;
}

    .plain-btn.dislike img {
        transform: rotate(180deg);
        position: relative;
        bottom: -3px;
    }

















.mxw1295 {
    max-width: 1295px;
}

    .mxw1295 > .row.h100 > .col {
        height: 92.7vh;
    }

.orange-strip {
    position: absolute;
    display: inline-block;
    right: 1px;
    background: #7A66F0;
    width: 35vw;
    top: 0px;
    bottom: 0px;
}

.wsb {
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 40px;
}

.test-nav {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

    .test-nav:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 99;
    }

    .test-nav li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

        .test-nav li a {
            display: inline-block;
            color: #8A93A4;
            font-size: 13px;
            text-align: center;
            min-width: 180px;
        }

            .test-nav li a span:last-child {
                display: block;
                text-align: center;
                margin-top: 4px;
            }

        .test-nav li.active a span:last-child {
            color: #4AB48B;
        }

        .test-nav li.active a span:first-child {
            box-shadow: inset 0px 0px 0px 50px #4AB48B;
        }

        .test-nav li.completed a span:last-child {
            color: rgba(74,180,139,0.5);
        }

        .test-nav li.completed a span:first-child {
            box-shadow: inset 0px 0px 0px 50px rgba(74,180,139,0.5);
        }

        .test-nav li a span:first-child {
            display: inline-block;
            width: 24px;
            height: 24px;
            box-shadow: inset 0px 0px 0px 2px #8A93A4;
            border-radius: 50%;
        }

        .test-nav li:nth-of-type(1):after, .test-nav li:nth-of-type(2):after, .test-nav li:nth-of-type(3):after {
            content: '';
            border-top: 1px dashed #8A93A4;
            width: 128px;
            height: 1px;
            display: inline-block;
            position: absolute;
            right: -64px;
            top: 11px;
        }

.qu-bx {
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    margin-top: 10px;
}

    .qu-bx.no-shadow {
        box-shadow: none;
        margin-top: 10px;
    }

.radio__label.fw400 {
    font-weight: 400 !important;
}

.qbmx8 {
    height: 500px;
    padding: 30px;
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
}

.shadow1 {
    box-shadow: 0 -4px 14px 0 rgba(59,63,94,0.06);
}

.pxc30 {
    padding: 30px 30px 0px 30px;
    margin-bottom: 10px !important;
}

.tguide figure {
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
}

    .tguide figure img {
        border-radius: 6px;
        background-color: #fff;
    }

.btn-success.grey-c {
    max-width: 90px;
    min-width: 90px;
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

.fbub {
    padding: 35px;
}

.seagbx {
    border: 1px solid #DCE3F0;
    background-color: #FFFFFF;
    padding: 20px;
    margin: 0px 34px;
    box-shadow: 0 4px 14px 0 rgba(59,63,94,0.06);
    overflow-x: hidden;
    position: relative;
    overflow-y: scroll;
    height: 344px;
}

.py30-2 {
    padding: 30px 15px 30px 50px;
}

.py30-3 {
    padding: 6px 27px 10px 6px;
}

.inpage-player {
    border-left: 1px solid #ECF0F8;
    width: 380px;
    min-height: 62vh;
    padding: 45px 25px 25px 25px;
}

    .inpage-player h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .inpage-player .imgclose {
        max-width: 13px;
    }

.btn-green.grey {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
}

    .btn-green.grey:hover {
        background-color: #434D60;
        border-color: #434D60;
    }

.btn-green.red {
    background-color: #FB6060;
    border-color: #FB6060;
}

    .btn-green.red:hover {
        background-color: #FB6060;
        border-color: #FB6060;
    }

.gr-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #8A93A4;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    bottom: -2px;
    margin-right: 8px;
}

a.like-state img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

a.unlike-state img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.o-circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    margin: 30px 10px 10px 10px;
    background-color: #7A66F0;
    padding-top: 8px;
}

    .o-circle img {
        max-width: 24px;
    }


.progress.primary {
    display: -ms-flexbox;
    display: flex;
    height: 0.7rem;
    font-size: .75rem;
    background-color: #D53131;
    border-radius: 0px;
    width: 100%;
    min-width: 110px;
}

.progress-bar.bg-primary {
    background-color: #7A66F0 !important;
    border-radius: 0px;
}

.progress.success {
    display: -ms-flexbox;
    display: flex;
    height: 0.7rem;
    font-size: .75rem;
    background-color: #4AB48B;
    border-radius: 0px;
    width: 100%;
    min-width: 110px;
}

.progress-bar.bg-success {
    background-color: #4AB48B !important;
    border-radius: 0px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f8;
    opacity: 1;
    border-color: #f7f7f8;
    color: black;
}

    .form-control[readonly]::selection {
        color: black !important;
        background-color: #7A66F0;
    }

.input-group-addon {
    background-color: #f7f7f8;
    border-radius: 0px 8px 8px 0px;
    padding: 10px 15px 10px 0px;
}

.order-cards {
    width: 265px;
    border-right: 1px solid #ECF0F8;
    height: 67vh;
    padding: 26px 0px 0px 27px;
}

ul.ocards {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    height: 49vh;
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 230px;
}

    ul.ocards li {
        list-style: none;
    }

        ul.ocards li a {
            height: 97px;
            width: 210px;
            border: 1px solid #ECF0F8;
            border-radius: 5px;
            display: block;
            margin-bottom: 12px;
            padding: 14px 0px 0px 15px;
        }

            ul.ocards li a p:first-child {
                color: #1F232C !important;
            }

            ul.ocards li a p:last-child {
                color: #8A93A4 !important;
            }

            ul.ocards li a:hover, ul.ocards li.selected a {
                background-color: #7A66F0;
                border-color: #7A66F0;
                box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
                text-decoration: none;
            }

                ul.ocards li a:hover p, ul.ocards li.selected a p {
                    color: #fff !important;
                    text-decoration: none;
                    outline: none;
                }

    ul.ocards::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    ul.ocards::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    ul.ocards::-webkit-scrollbar-thumb {
        background-color: #8A93A4 !important;
        border-radius: 12px;
    }

.modal-order2 {
    background-color: rgba(0,0,0,0.2);
}

p.tlink {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0px;
}

.cparea .col-auto {
    overflow-x: scroll;
    overflow-y: hidden;
}

.cpbx {
    border: 1px solid #ECF0F8;
    border-radius: 5px;
    width: 270px;
    display: inline-block;
    height: 66vh;
    margin-right: 20px;
    padding: 25px 20px 20px 20px;
    position: relative;
}

.cplist {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    max-width: 1300px;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}

    .cplist li {
        list-style-type: none;
        display: inline-block;
    }

    .cplist::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    .cplist::-webkit-scrollbar {
        width: 2px;
        height: 4px;
        background-color: rgba(255,255,255,0);
        border-radius: 12px;
    }

    .cplist::-webkit-scrollbar-thumb {
        background-color: #8A93A4 !important;
        border-radius: 12px;
    }

.cpb334::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
    background-color: rgba(255,255,255,0);
    border-radius: 12px;
}

.cpb334::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255,255,255,0);
    border-radius: 12px;
}

.cpb334::-webkit-scrollbar-thumb {
    background-color: #8A93A4 !important;
    border-radius: 12px;
}

.cpb334 {
    margin: 0px;
    padding: 10px;
    height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    left: -10px;
    right: -11px;
    width: 250px;
}

    .cpb334 li {
        list-style-type: none;
        display: block;
    }

        .cpb334 li .boxcard {
            border-radius: 5px;
            background-color: #FFFFFF;
            box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
            padding: 8px 14px;
            display: block;
            margin-bottom: 10px;
        }

.btn-green.copb {
    color: #4AB48B;
    text-align: center;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
    height: 50px;
    display: block;
    line-height: 28px;
    font-weight: 500;
    position: absolute;
    bottom: 22px;
    left: 15px;
    right: 15px;
}

    .btn-green.copb:hover {
        background-color: #fff;
        color: #4AB48B;
        text-decoration: none;
        outline: none;
    }

    .btn-green.copb img {
        position: relative;
        top: -1px;
    }

.cc-pbx {
    border: 1px solid #ECF0F8;
    border-radius: 5px;
    padding: 22px;
    width: 550px;
    height: 536px;
}

.rpanels .row > .col p.text-uppercase {
    color: #8A93A4;
    margin-top: 2px;
    margin-bottom: 2px !important;
}

.rpanels > .row {
    position: relative;
}

    .rpanels > .row:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: #ECF0F9;
        bottom: -9px;
    }

.rpanels:last-child > .row:after {
    content: '';
    display: none;
}

.rpanels > .row[aria-expanded="true"] p.text-uppercase {
    color: #1F232C !important;
}

.rcolumns {
    margin: 0px;
    padding: 0px;
}

    .rcolumns li {
        list-style-type: none;
        display: block;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
        color: #1F232C;
        font-size: 15px;
        padding: 8px 12px;
        margin-top: 10px;
        position: relative;
    }

        .rcolumns li.grab {
            cursor: grab;
        }

        .rcolumns li p {
            max-width: 94%;
        }

        .rcolumns li span.tline {
            display: inline-block;
            width: 10px;
            height: 1px;
            background-color: #D8D8D8;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -0.5px;
        }

            .rcolumns li span.tline:before {
                content: '';
                display: inline-block;
                width: 10px;
                height: 1px;
                background-color: #D8D8D8;
                position: absolute;
                right: 0px;
                top: 4px;
            }

            .rcolumns li span.tline:after {
                content: '';
                display: inline-block;
                width: 10px;
                height: 1px;
                background-color: #D8D8D8;
                position: absolute;
                right: 0px;
                top: -4px;
            }

.cdelete {
    max-width: 20px;
    position: absolute;
    right: 10px;
    top: 37%;
    margin-top: -5px;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.arrow-box {
    width: 104px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 57vh;
}

    .arrow-box img {
        max-width: 40px;
    }

.dateicon {
    position: relative;
}

    .dateicon:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 32%;
        width: 16px;
        height: 16px;
        background: url(../images/date-grey-icon.svg)no-repeat center;
        background-size: contain;
    }

.timeicon {
    position: relative;
}

    .timeicon:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 32%;
        width: 16px;
        height: 16px;
        background: url(../images/time-icon.svg)no-repeat center;
        background-size: contain;
    }

.k-grid-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.2);
    border-radius: 12px;
}

.k-grid-content::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 12px;
    height: 3px;
}

.k-grid-content::-webkit-scrollbar-thumb {
    background-color: #7A66F0 !important;
    border-radius: 12px;
}

#togglePipButton {
    position: absolute;
    right: 20px;
    top: 70px;
    background-color: rgba(0,0,0,0.4);
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.7);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

input[type=range].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 26px + var(--ratio) * (100% - 26px));
    z-index: 9;
    width: 100%;
}

input[type=range].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
}

.player-controls .player-btn button {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    border-radius: 10px;
    width: 72px;
    margin-right: 14px;
    line-height: 15px;
    text-align: center;
}

.player-controls button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ECF0F8;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

    .player-controls button:nth-of-type(2), .player-controls button:nth-of-type(1) {
        border-right: none;
    }

.nav-pills-custom li a.f-size {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    background-image: url(../images/font-size.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.nav-pills-custom li a {
    background-color: #ECF0F8;
    border-color: #ECF0F8;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-right: 14px;
    max-width: 76px;
}

.jks647.tf-big p.tf {
    font-size: 18px !important;
}

.jks647.tf-big span.tf {
    font-size: 16px !important;
}

.jks647.tf-small p.tf {
    font-size: 17px !important;
}

.jks647.tf-small span.tf {
    font-size: 13px !important;
}

.highlight {
    background-color: #7A66F0 !important;
}

.nav-pills-custom li a.f-size.active {
    background-image: url(../images/font-size-hover.svg);
    background-color: #7A66F0;
}

.collapselabel {
    position: absolute;
    font-size: 14px;
}

.export-modal .modal-body {
    padding: 30px;
}

.export-modal .modal-content {
    border: none;
    border-radius: 0px;
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 10%);
}

.btnrow {
    margin-bottom: 20px;
}

.kbtn {
    border-radius: 10px;
    background-color: #ECEEF2;
    box-shadow: 0 3px 0 0 rgb(0 0 0 / 30%);
    height: 45px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 45px;
    padding: 0px 21px;
    min-width: 40px;
    margin-bottom: 0px;
}

.far-box {
    border: 1px solid #ECF0F8;
    padding: 20px;
    border-top: none;
    margin-top: -30px;
    max-width: 600px;
    margin-bottom: 25px;
}

.grey-btn {
    background-color: #A1A6AF;
    border-color: #A1A6AF;
    color: #ffffff;
    height: 45px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn {
    font-weight: 400;
    font-size: 15px;
}

.org-btn {
    background-color: #7A66F0;
    border-color: #7A66F0;
    color: #ffffff;
    height: 45px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-control.grey {
    background-color: #FFFFFF;
    border-color: #E6E6E6;
}
    .form-control.grey:focus{
        box-shadow:none;
    }

    .match-count {
        position: absolute;
        width: auto;
        right: 18px;
        top: 2px;
        background: #f7f7f8;
        padding: 11px 15px 9px 10px;
        border-radius: 0px 9px 9px 0px;
    }

input[type=range].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
}

    /*progress support*/
    input[type=range].styled-slider.slider-progress {
        --range: calc(var(--max) - var(--min));
        --ratio: calc((var(--value) - var(--min)) / var(--range));
        --sx: calc(0.5 * 26px + var(--ratio) * (100% - 26px));
        z-index: 9;
        width: 100%;
    }

    input[type=range].styled-slider:focus {
        outline: none;
    }

    /*webkit*/
    input[type=range].styled-slider::-webkit-slider-thumb {
        width: 26px;
        height: 26px;
        border-radius: 1em;
        background: #7A66F0;
        border: 2px solid #fff;
        box-shadow: none;
        margin-top: calc(max((13px - 1px - 1px) * 0.5,0px) - 26px * 0.5);
        -webkit-appearance: none;
        z-index: 99;
    }

    input[type=range].styled-slider::-webkit-slider-runnable-track {
        height: 1em;
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
    }

    input[type=range].styled-slider::-webkit-slider-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-webkit-slider-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-webkit-slider-runnable-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #efefef;
    }

    input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #e5e5e5;
    }

    input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #f5f5f5;
    }

    /*mozilla*/
    input[type=range].styled-slider::-moz-range-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #7A66F0;
        border: none;
        box-shadow: 0 0 2px black;
    }

    input[type=range].styled-slider::-moz-range-track {
        height: max(calc(1em - 1px - 1px),0px);
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
    }

    input[type=range].styled-slider::-moz-range-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-moz-range-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-moz-range-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-moz-range-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #efefef;
    }

    input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #e5e5e5;
    }

    input[type=range].styled-slider.slider-progress:active::-moz-range-track {
        background: linear-gradient(#7A66F0,#7A66F0) 0/var(--sx) 100% no-repeat, #f5f5f5;
    }

    /*ms*/
    input[type=range].styled-slider::-ms-fill-upper {
        background: transparent;
        border-color: transparent;
    }

    input[type=range].styled-slider::-ms-fill-lower {
        background: transparent;
        border-color: transparent;
    }

    input[type=range].styled-slider::-ms-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #7A66F0;
        border: none;
        box-shadow: 0 0 2px black;
        margin-top: 0;
        box-sizing: border-box;
    }

    input[type=range].styled-slider::-ms-track {
        height: 1em;
        border-radius: 0.5em;
        background: #ECF0F8;
        border: 1px solid #ECF0F8;
        box-shadow: none;
        box-sizing: border-box;
    }

    input[type=range].styled-slider::-ms-thumb:hover {
        background: #7A66F0;
    }

    input[type=range].styled-slider:hover::-ms-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider::-ms-thumb:active {
        background: #7A66F0;
    }

    input[type=range].styled-slider:active::-ms-track {
        background: #ECF0F8;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress::-ms-fill-lower {
        height: max(calc(1em - 1px - 1px),0px);
        border-radius: 0.5em 0 0 0.5em;
        margin: -1px 0 -1px -1px;
        background: #7A66F0;
        border: 1px solid #ECF0F8;
        border-right-width: 0;
    }

    input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
        background: #7A66F0;
        border-color: #ECF0F8;
    }

    input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
        background: #7A66F0;
        border-color: #ECF0F8;
    }

.btnrow span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
    color: #434D60;
}

.jks647 li {
    list-style-type: none;
}

.tns {
    width: 100%;
    padding-left: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}

.txtAudioNotes:focus {
    box-shadow: none !important;
    outline: none;
    border: none;
}

.txtAudioNotes::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1);
    background-color: #F5F5F5;
    border-radius: 25px;
}

.txtAudioNotes::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
    border-radius: 25px;
}

.txtAudioNotes::-webkit-scrollbar-thumb {
    background-color: #7A66F0 !important;
    border-radius: 25px;
}

.match_highlight {
    background-color: darkgoldenrod !important;
}

.collapse.in {
    display: block !important;
}

.lcc {
    max-width: 10px;
    position: relative;
    top: -4px;
}

.tns {
    width: 100%;
    padding-left: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}

    .tns::placeholder {
        color: #8A93A4;
    }

    .tns:focus, .tns:hover, .tns:active {
        border: none;
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }

.list-group-flush.allSpeakers li.list-group-item {
    position: relative;
    display: block;
    border: none !important;
    padding: .20rem 0.7rem;
    background-color: #fff;
}

.list-group-flush.allSpeakers {
    border-radius: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 103px;
}

    .list-group-flush.allSpeakers li:first-child {
        display: none;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #f8f8f8;
        border-radius: 12px;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
        border-radius: 12px;
    }

    .list-group-flush.allSpeakers::-webkit-scrollbar-thumb {
        background-color: #7A66F0 !important;
        border-radius: 12px;
    }

.tns {
    width: 100%;
    padding-left: 0px;
    outline: none;
    box-shadow: none;
    background: #fff;
    padding: 4px 0px 5px 10px;
    margin-bottom: 7px;
    border: 1px solid rgba(0,0,0,.125) !important;
    margin-top: 3px;
}











































@media only screen and (max-device-width: 1536px) {

    .project-card {
        width: 322px;
    }

    .target {
        width: 351px;
    }
}

@media only screen and (max-device-width: 1366px) {

    .project-card {
        width: 390px;
    }

    .target {
        width: 424px;
    }
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .project-card {
        width: 430px;
    }

    .target {
        width: 460px;
    }
}





































@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('../fonts/AvertaStd-Black.eot');
    src: url('../fonts/AvertaStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Black.woff2') format('woff2'), url('../fonts/AvertaStd-Black.woff') format('woff'), url('../fonts/AvertaStd-Black.ttf') format('truetype'), url('../fonts/AvertaStd-Black.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/AvertaStd-Bold.eot');
    src: url('../fonts/AvertaStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Bold.woff2') format('woff2'), url('../fonts/AvertaStd-Bold.woff') format('woff'), url('../fonts/AvertaStd-Bold.ttf') format('truetype'), url('../fonts/AvertaStd-Bold.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    src: url('../fonts/AvertaStd-ExtraBold.eot');
    src: url('../fonts/AvertaStd-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-ExtraBold.woff2') format('woff2'), url('../fonts/AvertaStd-ExtraBold.woff') format('woff'), url('../fonts/AvertaStd-ExtraBold.ttf') format('truetype'), url('../fonts/AvertaStd-ExtraBold.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('../fonts/AvertaStd-Light.eot');
    src: url('../fonts/AvertaStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Light.woff2') format('woff2'), url('../fonts/AvertaStd-Light.woff') format('woff'), url('../fonts/AvertaStd-Light.ttf') format('truetype'), url('../fonts/AvertaStd-Light.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('../fonts/AvertaStd-Regular.eot');
    src: url('../fonts/AvertaStd-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Regular.woff2') format('woff2'), url('../fonts/AvertaStd-Regular.woff') format('woff'), url('../fonts/AvertaStd-Regular.ttf') format('truetype'), url('../fonts/AvertaStd-Regular.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('../fonts/AvertaStd-Semibold.eot');
    src: url('../fonts/AvertaStd-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Semibold.woff2') format('woff2'), url('../fonts/AvertaStd-Semibold.woff') format('woff'), url('../fonts/AvertaStd-Semibold.ttf') format('truetype'), url('../fonts/AvertaStd-Semibold.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 900;
    font-display: auto;
    src: url('../fonts/AvertaStd-BlackItalic.eot');
    src: url('../fonts/AvertaStd-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-BlackItalic.woff2') format('woff2'), url('../fonts/AvertaStd-BlackItalic.woff') format('woff'), url('../fonts/AvertaStd-BlackItalic.ttf') format('truetype'), url('../fonts/AvertaStd-BlackItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/AvertaStd-BoldItalic.eot');
    src: url('../fonts/AvertaStd-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-BoldItalic.woff2') format('woff2'), url('../fonts/AvertaStd-BoldItalic.woff') format('woff'), url('../fonts/AvertaStd-BoldItalic.ttf') format('truetype'), url('../fonts/AvertaStd-BoldItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 800;
    font-display: auto;
    src: url('../fonts/AvertaStd-ExtraBoldItalic.eot');
    src: url('../fonts/AvertaStd-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/AvertaStd-ExtraBoldItalic.woff') format('woff'), url('../fonts/AvertaStd-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/AvertaStd-ExtraBoldItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 300;
    font-display: auto;
    src: url('../fonts/AvertaStd-LightItalic.eot');
    src: url('../fonts/AvertaStd-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-LightItalic.woff2') format('woff2'), url('../fonts/AvertaStd-LightItalic.woff') format('woff'), url('../fonts/AvertaStd-LightItalic.ttf') format('truetype'), url('../fonts/AvertaStd-LightItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 400;
    font-display: auto;
    src: url('../fonts/AvertaStd-RegularItalic.eot');
    src: url('../fonts/AvertaStd-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-RegularItalic.woff2') format('woff2'), url('../fonts/AvertaStd-RegularItalic.woff') format('woff'), url('../fonts/AvertaStd-RegularItalic.ttf') format('truetype'), url('../fonts/AvertaStd-RegularItalic.svg#AveraStd') format('svg');
}

@font-face {
    font-family: 'Avera Std';
    font-style: italic;
    font-weight: 600;
    font-display: auto;
    src: url('../fonts/AvertaStd-SemiboldItalic.eot');
    src: url('../fonts/AvertaStd-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-SemiboldItalic.woff2') format('woff2'), url('../fonts/AvertaStd-SemiboldItalic.woff') format('woff'), url('../fonts/AvertaStd-SemiboldItalic.ttf') format('truetype'), url('../fonts/AvertaStd-SemiboldItalic.svg#AveraStd') format('svg');
}

body {
    background-color: #ffffff;
    font-family: "Avera Std", Sans-serif;
    font-size: 15px;
    color: #1F232C;
}

.f-row .col:first-child {
    min-width: 50%;
    background-color: #7A66F0;
}
.dvregister .col:first-child {
    background-color: #7A66F0;
}

.f-row > .col {
    height: 100vh;
}

.lg-lft {
    align-content: center;
    align-items: center;
    padding: 48px;
    margin: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100vh;
}

   /* .lg-lft img {
        width: 75%;
    }*/

    .lg-lft h2 {
        font-size: 50px;
        font-weight: 800;
        color: #fff;
    }

    .lg-lft p {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .lg-rgt .btn-success {
        background-color: #7A66F0;
        border-color: #7A66F0;
        color: #ffffff;
        border-radius: 25px;
        font-weight: 600;
        height: 51px;
        padding-top: 9px;
        min-width: 130px;
        margin-top: 8px;
        font-size: 16px;
        border-width: 2px;
        line-height: 27px;
    }

    .lg-rgt .btn-success:hover {
        background-color: #fff;
        border-color: #7A66F0;
        color: #7A66F0;
    }

.lg-rgt .p-link {
    color: #7A66F0;
    font-size: 16px;
}


.lg-rgt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 16% 0 16%;
}

    .lg-rgt label {
        font-weight: 500;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .lg-rgt h1.form-title {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 20px;
        font-weight: 600;
    }

.ant-lo {
    position: fixed;
    width: 150px;
    top: 30px;
    right: 30px;
}

.back-link {
    position: fixed;
    top: 30px;
    left: 31px;
    color: #fff !important;
    padding: 10px;
    font-weight: 600;
    text-decoration: none !important;
}

.ant-logo {
    position: fixed;
    top: 30px;
    right: 31px;
    width: 150px;
}

.feature-bx img {
    width: 64px;
}

.feature-bx h3 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-left: 18px;
    max-width: 230px;
    font-weight: bold;
}

.lg-lft > .fbox {
    flex: 0 0 auto;
    width: 85%;
}

.lg-rgt label {
    font-weight: bold;
}

.lg-rgt h1.form-title {
    font-weight: 700;
}

.lg-rgt .p-link, .sa-wrapper p {
    font-weight: 600;
}

.custom-control-label {
    font-size: 16px !important;
}

.slider img {
    max-width: 120px;
    width: 100%;
}

.caro-title {
    font-family: "Avera Std", Sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 80px;
    margin-bottom: 30px;
    color: #fff;
}

.caro-box {
    max-width: 760px;
    overflow-x: hidden;
}

.custom-select {
    background-color: #fff;
    border-color: #ced4da;
    height: 43px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 19px;
}

.w-btn {
    padding: 15px 30px 16px 30px;
    background-color: #fff;
    font-size: 15px;
    color: #7A66F0;
    font-weight: 600;
    border-radius: 25px;
}
.sa-wrapper.mw-477 {
    position: relative!important;
}
.instructions-bx {
    position: absolute;
    width: 274px;
    right: auto;
    background: rgba(255,255,255,1);
    padding: 26px;
    border-radius: 6px;
    top: 164px!important;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    left: -291px!important;
    display: none;
    border: 1px solid rgb(122, 102, 240);
    z-index: 99999;
}

@media only screen and (max-device-width: 1600px) {

    .ven-feturs h3 {
        font-size: 18px;
    }

    .caro-title {
        font-size: 21px;
        margin-top: 23px;
    }

    .caro-box {
        max-width: 600px;
        overflow-x: hidden;
    }

    .slider img {
        max-width: 100px;
        width: 100%;
    }

    .form-group.mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .custom-control-label {
        font-size: 14px !important;
    }

    .sa-wrapper.mw-477 {
        max-width: 460px;
        min-height: 100px;
        width: 460px;
    }

    .lg-lft h2 {
        font-size: 44px;
    }

    .lg-rgt h1.form-title {
        font-size: 26px;
    }

    .lg-rgt {
        padding: 0 8% 0 8%;
    }

    .lg-lft > .fbox {
        flex: 0 0 auto;
        width: 110%;
    }

    .feature-bx h3 {
        font-size: 18px;
    }

    .lg-rgt .p-link {
        font-size: 14px;
        font-weight: 600;
        text-decoration:none;
    }
    .instructions-bx {
        top: 155px!important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .f-row .col:first-child {
        min-width: 50%;
        background-color: rgb(235 232 253);
    }
    .dvregister .col:first-child {
        background-color: #7A66F0;
    }

    .lg-lft h2 {
        font-size: 34px;
    }

    .lg-rgt {
        padding: 0 7% 0 7%;
    }

/*    .lg-lft img {
        width: 95%;
    }*/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .f-row .col:first-child {
        min-width: 50%;
        background-color: rgb(235 232 253);
    }
    .dvregister .col:first-child {
        background-color: #7A66F0;
    }

    .lg-lft h2 {
        font-size: 34px;
    }

    .lg-rgt {
        padding: 0 7% 0 7%;
    }
/*
    .lg-lft img {
        width: 95%;
    }*/
}

@media screen and (max-width: 567px) {
    .f-row .col:first-child {
        min-width: 100%;
        background-color: rgb(235 232 253);
    }
    .dvregister .col:first-child {
        background-color: #7A66F0;
    }

    .f-row .col {
        height: auto;
    }

    .lg-lft, .lg-rgt {
        height: auto;
    }

    .lg-lft {
        padding: 14% 3% 9% 3%;
    }

        .lg-lft h2 {
            font-size: 32px;
        }

        .lg-lft p {
            font-size: 17px;
        }

    .lg-rgt {
        flex-direction: column;
    }

    .back-link {
        position: absolute;
        top: 18px;
        left: 50%;
        color: #7A66F0 !important;
        width: 180px;
        margin-left: -90px;
    }

    .sa-wrapper.mw-477 {
        max-width: 1000px;
        min-height: 100px;
        padding: 55px 15px 42px 15px;
        width: 344px;
    }

    .ant-logo {
        display: none;
    }

    .lg-rgt h1.form-title {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .w-btn {
        padding: 12px 24px 12px 24px;
        background-color: #fff;
        font-size: 15px;
        font-weight: 500;
        color: #7A66F0;
    }

    .lg-rgt .btn-success {
        height: 42px;
        padding-top: 8px;
        min-width: 112px;
        font-size: 15px;
        border-width: 2px;
        line-height: 20px;
    }

    .feature-bx h3 {
        font-size: 16px;
    }

    .feature-bx h3 {
        font-size: 16px;
    }

    .caro-title {
        font-size: 16px;
        line-height: 1.3em;
        max-width: 300px;
        margin: 30px auto 24px auto;
    }

    .slider img {
        max-width: 130px;
        width: 100%;
    }

    .caro-box {
        max-width: 320px;
        overflow-x: hidden;
    }

        .caro-box img {
            max-width: 90px;
            margin: 0px auto;
        }

    .custom-control-label, .custom-control-label a {
        font-size: 14px !important;
    }
}

.login-btn{
    padding:17px 28px !important;
}
.form-subtitle {
    color: rgb(25 0 65 / 40%);
    font-weight: 400 !important;
    margin-bottom: 40px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-60{
    margin-bottom:60px;
}