/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
*
*******************************/
.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.modal-height-80 {
    height: 80vh !important;
}

.app_v2 .modal {
    backdrop-filter: blur(5px);
}

/**
Text sizes
 */
.text-small {
    font-size: small;
}

.text-x-small {
    font-size: x-small;
}

.text-xx-small {
    font-size: xx-small;
}

.text-large {
    font-size: large;
}

.text-xl {
    font-size: x-large;
}

.text-xxl {
    font-size: xx-large;
}

.align-end {
    text-align: end;
}

.thumb {
    width: 6rem;
    height: 4rem;
    max-width: 6rem;
}

.btn-track {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    transition: all 0.1s ease;
}

.btn-track .--icon {
    position: relative;
    width: 60px;
    height: 60px;
    /*background: #85c6f4;*/
    background: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
    float: left;
    color: #fff;
}

.btn-track .--icon #box {
    position: absolute;
    font-size: 2em;
    top: 4px;
    left: 15px;
    transition: all 0.2s ease;
    color: #fff;
}

.btn-track .--text {
    float: left;
    color: #000;
    white-space: nowrap;
    line-height: 20px;
    height: 60px;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    font-weight: 500;
}

.btn-track .--text p {

    font-size: 10px;
    font-weight: 400;
}

.teamModalShadow {
    /*box-shadow: 0px 0px 10px 3px #fff;*/
}

#teamMenuModal {
    left: 0.7rem !important;
    top: 6rem !important;
    /*width: 20% !important;*/
    /*height: auto !important;*/
}

#teamMenuModal .modal-content {
    height: auto !important;
    width: 75% !important;
}

.teamMenuModalNav a {
    font-size: 1em;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    color: grey;
}

.teamMenuModalNav a:hover {
    background: linear-gradient(to left, #00c8f3, #00b2ff, #0099ff, #007bff, #0053fd);
    color: #fff;
    border-radius: 10px;
}

.nav-sidebar .nav-side a .avatar i {
    font-size: 1.3rem;
    margin-right: 0 !important;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 30%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 80%;
    }
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: 0;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.right .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom: none;
    /*border-bottom-color: none;*/
    /*background-color: none;*/
}

.modal-rounded-10 {
    border-radius: 10px;
}
.modal-rounded-20 {
    border-radius: 20px;
}




.card-footer {
    border: none;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-0-820 {
    font-size: 0.820em;
}

.card-footer-custom-1 {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-title-custom-1 {
    font-size: 1;
    font-weight: 700;
    line-height: 1.2857em;
    background-color: ghostwhite;
}

.card-text-custom-1 {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.choose-col-design {
    border: 1px dashed #979797;
}

.stat-scroll {
    overflow-y: auto;
    max-height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
}

.active-button {
    background-color: #29537c;
    border-color: #264d73;
}

.vjs-text-track-cue>div {
    font-size: 1.2em !important;
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    display: inline-block;
}

.folder-shared-icon1 {
    left: 1.3rem;
    padding-top: 0.7rem;
    position: absolute;
}

body {
    font-size: 0.872rem;
}

.nav-sidebar .nav-side {
    font-size: 0.872rem !important;
    color: #767da2;
}

.audio-list .audio-list-item {
    font-size: 0.872rem;
}

.audio-list .audio-list-item .card-body {
    padding: 0.5rem;
}

.selectgroup-button {
    font-size: 0.650rem;
    padding: 0.075rem 0.5rem;
}

.form-label {
    font-size: .715rem !important;
}

.counter {
    background-color: #f6f6f6;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.card-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    padding: 0.5rem;
}


.equel-grid {
    display: flex;
    align-items: stretch;
}

.equel-grid .grid {
    width: 100%;
    min-width: 100%;
}

.grid {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
    margin-bottom: 1.5rem;
    border: 1px solid rgba(238, 238, 238, .75);
}

.grid-body {
    padding: 10px 20px 10px;
}


.td-bg-translator {
    background-color: #ebebeb;
}

.td-bg-reviewer {
    background-color: #dcdcdd;
}

/**
Recharge button css
 */
.recharge-credit-sidebar-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    border-radius: 0.35rem;
    color: rgba(255, 255, 255, 0.8);
    /*margin-left: 1rem;*/
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: rgba(124, 122, 122, 0.1);
}

.sidebar .sidebar-card .recharge-credit-sidebar-card-illustration {
    height: 3rem;
    display: block;
}


/**
meeting css
 */


.meeting_active {
    background: transparent;
    /*position: fixed;*/
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.meeting {
    position: fixed;
    bottom: 15em;
    right: -8em;
    z-index: 10000;
    background: #fff;
    transition: all 1.5s ease-in-out;
    width: 11em;
}

.meeting:hover {
    /*left: 0px;*/
    /*width: 11em;*/
    right: 0;
    transition: all 1.5s;
}

.meeting a {
    /*font-size: 2.8em;*/
    padding: 10px;
    /*border-radius: 100px;*/
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    display: block;
    background: linear-gradient(92.19deg, #6060d7, #9499f1);
}

.meeting a span {
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

.meeting a span:hover {
    transform: scale(1.1);
}

.setmeeting {
    font-size: 1.3em;
    color: #fff;
    font-weight: 500;
}

.meeting .form {
    display: none;
    padding: 15px;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.meeting .form .close {
    /*position: fixed;*/
    top: -10px;
    right: -10px;
    width: 23px;
    height: 23px;
    opacity: 1;
    z-index: 10;
}

.meeting .form form {
    margin: 0;
}

.meeting .form textarea:focus {
    color: #12263f;
    background-color: #fff;
    border-color: #2c7be5;
    outline: 0;
    box-shadow: transparent;
}

.meeting .thanks {
    display: none;
    background: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
}

.meeting .form-group {
    margin-bottom: 2px;
}

/**
Rating button float
 */

.rating-us {
    position: fixed;
    bottom: 10em;
    right: -8em;
    z-index: 10000;
    background: #fff;
    transition: all 1.5s;
    width: 11em;
}

.rating-us:hover {
    right: 0;
    transition: all 1.5s;
}

.rating-us a {
    /*font-size: 2.8em;*/
    padding: 15px;
    /*border-radius: 100px;*/
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    display: block;
    background: linear-gradient(92.19deg, #6060d7, #9499f1);
}

.rating-us a span {
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

.rating-us a span:hover {
    transform: scale(1.1);
}

/**
notification panel
 */
.icon-badge-group .icon-badge-container {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.icon-badge-group .icon-badge-container:first-child {
    margin-left: 0;
}

.icon-badge-container {
    position: relative;
}

.icon-badge-icon {
    font-size: 1.4em;
    position: relative;
}

.icon-badge {
    background-color: red;
    font-size: 10px;
    color: white;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    /* changed */
    top: -6px;
    /* changed */
    left: 11px;
    /* changed */
}

/**
notifications panel
 */

.notifications-alert {
    width: 27em;
    height: 0vh;
    max-height: 90vh;
    overflow-y: scroll;
    opacity: 0;
    position: absolute;
    top: 4.5em;
    right: 2em;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.notifications-alert h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999;
}

.notifications-alert-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer;
}

.notifications-alert-item:hover {
    background-color: #eee;
}

.notifications-alert-item .text p {
    color: #aaa;
    font-size: 12px
}

.notifications-alert-item .read-status {
    display: block;
    width: 25px;
    height: 20px;
    margin-right: 15px;
    padding: 10px;
    /*border-radius: 50%;*/
    margin-top: 2px;
}

.notifications-alert-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    /*margin-top: 2px;*/
    padding: 6px;
    border: solid;
    border-color: #eee;
}

/**
Login form css
 */
.btn-circle.btn-sm {
    width: 40px;
    height: 40px;
    padding: 2px 0px;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    margin: 8px;
}

.or-seperator {
    margin: 50px 0 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.or-seperator b {
    padding: 0 10px;
    width: 45px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
    color: purple;
}

.hint-text span {
    color: #00C2FF;
}

.hint-text {
    color: #999;
    text-align: center;
    margin-bottom: 20px;

}

.hint-text-small {
    color: #999;
    text-align: center;
    margin-bottom: 10px;
    font-size: 10px;
}

.custom-social-m-btn {
    font-family: Inter, sans-serif;
}

.hint-text-small .a {
    color: #0a1520;
    text-decoration: none;
    font-weight: 500;
}

.forgot-content {
    font-size: 13px;
    color: rgb(143, 145, 153);
    text-align: center;
    font-family: Inter, sans-serif;
}

.submit-btn {
    font-family: Inter, sans-serif;
    font-size: 13px;
    line-height: 1rem;
    letter-spacing: 0px;
    font-weight: 500;
}

.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #005073;
    color: #FFF;
}

.card-counter.danger {
    background-color: #107dac;
    color: #FFF;
}

.card-counter.success {
    background-color: #189ad3;
    color: #FFF;
}

.card-counter.info {
    background-color: #71c7ec;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.created-by-div {
    position: absolute;
    right: 10px;
    top: 4.5rem;
    color: #767da2;
    font-size: 10px;
}

.created-by-div b {
    font-size: 12px;
    color: purple;
    font-style: italic;
}


/**
Shared space card css
 */
.bookmark-menu-card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 20px 18px 28px;
    cursor: pointer;
}

.bookmark-menu-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.bookmark-menu-card h3 {
    font-weight: 600;
}

.bookmark-menu-card img {
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
}



.input-hidden {
    position: absolute;
    left: -9999px;
}

.uploader-input-hidden-img {
    width: 6rem;
    cursor: pointer;
}

input[type=radio]:checked+label>img {
    border: 1px solid #fff;
    box-shadow: 0 0 1px 1px #090;
    cursor: pointer;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.accordion .card {
    margin: 0;
}

.collapsible-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.collapsible-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.uploaderTextarea {
    border: 2px dashed #a5a5c7;
    border-radius: 20px;
}

.uploaderTextarea::placeholder {
    /*color: #444;*/
    /*font-weight: bold;*/
    text-align: center;
    line-height: var(--line-height);
    overflow: hidden;
    vertical-align: middle;
}

/**
Saas Plans
 */

.price-list .price-card.engage {
    border: 2px solid #3AA7DF;
}

.price-list .price-card.localize {
    border: 2px solid #A86CFD;
}

.price-list .price-card.personalize {
    border: 2px solid #F4ABB4;
}

.price-list .price-card .price-card-head .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
}

.price-list .price-card .price-card-head {
    height: 100px;
    padding: 20px 0;
}

.price-list .price-card.engage .price-card-head .title {
    color: #31B5FF;
}

.price-list .price-card.localize .price-card-head .title {
    color: #A86CFD;
}

.price-list .price-card.personalize .price-card-head .title {
    color: #F4ABB4;
}

.price-list .price-card .price-card-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.3rem;
}

.price-list .price-card .price-card-body ul li ul {
    padding-left: 20px;
    margin-right: 15px;
}

.price-list .price-card .price-card-body ul li ul li {
    text-align: left;
    font-weight: 300;
    font-size: 0.93rem;
    margin: 10px 0;
    border: none;
    padding-left: 0px;
    /* margin-left: -30px; */
}

.price-list .price-card .price-card-footer {
    padding-bottom: 40px
}

.price-list .price-card .price-card-body {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.price-list .price-card .price-card-body ul li ul li:before {
    content: "\2713";
    margin-left: -25px;
    padding: 15px;
}

.price-list .price-card.engage .price-card-body ul li ul li:before {
    color: #378D00;
}

.price-list .price-card.localize .price-card-body ul li ul li:before {
    color: #378D00;
}

.price-list .price-card.personalize .price-card-body ul li ul li:before {
    color: #378D00;
}

.price-list .price-card .price-card-footer .self-service-btn {
    width: 145px;
    height: 40px;
    border-radius: 9px;
    border: none;
}

.price-list .price-card.engage .price-card-footer .self-service-btn {
    background: #31B5FF;
    color: #fff;
    cursor: pointer;
}

.price-list .price-card.localize .price-card-footer .self-service-btn {
    background: #A86CFD;
    color: #fff;
    cursor: pointer;
}

.price-list .price-card.personalize .price-card-footer .self-service-btn {
    background: #F4ABB4;
    color: #fff;
    cursor: pointer;
}

.vertical-txt {

    text-align: right;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff;
    font-size: 20px;
}

.price-list-item {
    position: relative;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.price-list-top-badge {
    position: absolute;
    top: 0;
}

.price-list-side-badge {
    height: 80%;
    width: 50px;
    z-index: 1;
    background: #0199FF;
    top: 50%;
    position: relative;
    border-top-left-radius: 15px;
    transform: translateY(-50%);
    display: flex;
    border-bottom-left-radius: 15px;
    align-items: center;
    justify-content: center;
}

/* .price-list-item .price-card.engage{
    width: 100%;
} */
.price-list-item .price-content.engage {
    position: relative;
}

.price-list .price-card {
    width: 260px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(91.91deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100.82%);
    border: 5px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 30px;
}

.bg-wavel-gradient {
    background: linear-gradient(to right, #00c8f3, #00b2ff, #0099ff, #007bff, #0053fd) !important;
    border: none !important;
    color: #fff;
}

/**
Google drive browsing page
 */
.drive-item-card {
    max-height: 90vh;
    overflow-y: scroll;
}

.drive-item-card .card-body {
    overflow-y: scroll;
    padding-bottom: 3rem;
}

.drive-item-card .card-footer {
    background-color: #F8F8F8;
    padding: 0.700rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.capgen-square {
    border-radius: 15px;
    height: 75%;
    display: inline-block;
    /*margin-right: 25px;*/
    /*background: #45aaf2 !important;*/
    text-align: center;
    cursor: pointer;
}

.blue-active {
    color: #fff;
    border-radius: 15px;
    height: 100%;
    display: inline-block;
    /*margin-right: 25px;*/
    background: #45aaf2 !important;
    text-align: center;
    cursor: pointer;
}

.square1:hover,
.square2:hover {
    /*width: 23%;*/
    height: 100%;
    display: inline-block;
    /*margin-right: 25px;*/
    background: #45aaf2;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;

}

/**
popup close double x issue
 */
.close:hover {
    color: #fff;
    text-decoration: none;
}

.dashboard-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 17em;
    width: 100%;
    margin-right: 15px
}

.clip-status-web .clip-top-title .video-title {
    color: #5E5E5E;
    font-family: Nunito, -apple-system, BlinkMacSystemFont;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    /* width: 100%;
    max-width:287.127px; */
}

.clip-status-web .clip-top-title .video-percentage {
    color: #5E5E5E;
    font-family: Nunito, -apple-system, BlinkMacSystemFont;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.clip-status-web .btn-share {
    border-radius: 7px;
    color: #FFF;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.clip-status-web .btn-link {
    border-radius: 7px;
    color: #FFF;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    justify-content: space-around;
    margin-right: 21px;
}

.clip-status-web .comment-box {
    /*border-radius: 10px;*/
    /*background: rgba(149, 149, 149, 0.08);*/
    /*!* background: red; *!*/
    /*max-width: 480px;*/
    /*min-height: 122px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*padding: 20px 0;*/

    display: flex;
    padding: 14px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;

    border-radius: 18px;
    background: var(--Final-Theme-blue-100, #F5F6FF);
}

.clip-status-web .comment-box .title {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.clip-status-web .comment-content {
    color: #5E5E5E;
    font-family: Nunito, -apple-system, BlinkMacSystemFont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.clip-status-web .comment-line {
    max-width: 1px;
    max-height: 34px;
    background: #E4E4E4;
    width: 100%;
    height: 100%;
    position: absolute;
}

.clip-status-web .clip-footer {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 18px;
    /*background: var(--Final-Theme-blue-100, #F5F6FF);*/
}
.clip-status-web .clip-footer .pricing-btn {
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    gap: 5px;

    border-radius: 8px;
    background: var(--Final-Theme-Gradients-logo-grad, linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%));

    color: var(--Final-Theme-Theme-White, #FCFCFF);
    /* Text/large */
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.clip-status-web .clip-footer .subscribe-content {
    color: var(--Final-Theme-Theme-Black, #0E0F26);

    /* Text/large - paragraph */
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

/*temp*/
/*.wrapper {*/
/*    margin-left: 20em;*/
/*    margin-right: 1em;*/
/*}*/
.wrapper .sidebar {
    border-radius: 25px;
    border: 3px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 1px 13px 3px rgba(0, 0, 0, 0.06);
    max-width: 70px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-top: 20px; */
    position: absolute;
    top: 35%;
    right: 0;
    justify-content: space-around;
    z-index:1;
}


.wrapper {
    position: relative;
}

.clip-status-web .sidebar-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border-bottom: solid #E4E4E4; */
    width: 80%;
    margin: 6px;
}

.clip-status-web .water-jar {
    height: 150px;
    width: 150px;
    position: relative;
    /*top: 50%;*/
    bottom: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff; /*#020438; */
    border-radius: 100%;
    overflow: hidden;
}

.clip-status-web .water-jar .water-filling {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 64px;
}

.clip-status-web .water-jar .water {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    background: #4D6DE3;
}

.clip-status-web .water-jar .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}

.clip-status-web .water-jar .water_wave_back {
    right: 0;
    fill: #C7EEFF;
    -webkit-animation: wave-back 1.4s infinite linear;
    animation: wave-back 1.4s infinite linear;
}

.clip-status-web .water-jar .water_wave_front {
    left: 0;
    fill: #4D6DE3;
    margin-bottom: -1px;
    -webkit-animation: wave-front .7s infinite linear;
    animation: wave-front .7s infinite linear;
}

.clip-status-web .file-process-loading {
    /* Heading/small */
    font-family: Outfit;
    font-size: 19.6px;
    font-style: normal;
    font-weight: 600;
    /*line-height: normal;*/
    margin-top: 3em;
}

@-webkit-keyframes wave-front {
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes wave-front {
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes wave-back {
    100% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}

@keyframes wave-back {
    100% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}



@media(min-width:992px) {
    .clip-status-web {
        display: block;
    }

    .clip-status-mobile {
        display: none;
    }
}

@media(max-width:991.98px) {
    .clip-status-web {
        display: block;
        margin: 3rem 10px 10px 10px;
    }

    .clip-status-web .clip-top-title .video-title {
        font-size: 16px;
        font-weight: 600;
    }

    .clip-status-mobile {
        display: none;
    }
}

@media (max-width: 480.98px) {
    .clip-status-web {
        display: block;
        margin: 0 10px 10px 10px;
    }
}

.clip-status-mobile .clip-top-title .video-title {
    font-size: 20px;
    font-weight: 500;
}

.clip-status-mobile .clip-top-title .video-percentage {
    font-size: 12px;
    font-weight: 400;
}

.clip-status-mobile .sidebar-icon p {
    margin-bottom: 0;
}

.clip-status-mobile .sidebar-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: solid #E4E4E4;
    width: 80%;
    margin: 6px;
    margin-right: 2px;
}

.clip-status-mobile .clip-footer p {
    color: #1A76FF;
    text-align: center;
    font-family: Nunito, -apple-system, BlinkMacSystemFont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 309px;
    margin: 0 auto;
}

.clip-status-mobile .pricing-btn {
    border-radius: 7px;
    border: 1px solid #9C27B0;
    color: #9C27B0;
    font-family: Nunito, -apple-system, BlinkMacSystemFont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.clip-status-mobile .btn-share {
    border-radius: 7px;
    width: 100%;
    height: 100%;
    max-width: 114px;
    max-height: 40px;
    color: #FFF;
    font-family: Nunito, -apple-system, BlinkMacSystemFont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.clip-status-mobile .comment-box {
    border-radius: 10px;
    background: rgba(149, 149, 149, 0.08);
    max-width: 295px;
    min-height: 33px;
    width: 100%;
    height: 100%;
}
.clip-status-mobile .comment-box .title {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.video-bgs {
    /* max-width: 1405px; */
    max-width: 100%;
    /* max-height: 618px; */
    /* max-height: 70vh; */
    width: 100%;
    height: 100%;
    background-color: #000;
}

.video-bg {
    /* max-width: 1405px; */
    /* max-height: 618px; */
    /* max-height: 70vh; */
    width: 100%;
    /* height: 100%; */
    background-color: #000;
}

.video-bgs img {
    /* height: 70vh; */
    height: 50vh;
}

@media(min-width:992px) {
    .sided-layout .main-container.clipstate {
        padding: 10px 0 0 0;
    }
}

@media(max-width:991.98px) {
    .sided-layout .main-container.clipstate {
        padding: 30px 0 0 0;
    }
}

.video-bg .video-js {
    padding-top: 58.25%;
}

.sided-layout.editor-side {
    width: 100%;
    max-width: 100%;
    /* overflow-x: hidden; */
}

.sided-layout .main-container {
    min-height: 100vh !important;
}

/* @media (min-width: 1024px){

    .clip-status-web {
        height: 98vh;
    }

}
@media(min-width:992px) and (max-width:1023.98px){
    .clip-status-web {
        height: 97vh;
    }

} */
.clip-status-web {
    /* height: 99vh !important; */
    /* max-height: 100vh !important; */
    padding: 0 !important;
    min-height: 0 !important;
}

@media(min-width:1200px) {

    /* .sided-layout .main-container.clipstate{ */
    .clip-status-web {
        /* height: 97vh !important; */
        overflow-x: hidden;
    }

    .rating-sec {
        /*margin-top: 1rem !important;*/
    }
}

@media(min-width:992px) and (max-width:1640.98px) {
    .video-bg img {
        height: 45vh;
    }
}

@media(min-width:1641px) {
    .video-bg img {
        height: 62vh;
    }
}

/* video */
.videos-bg {
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #0E0F26;
    min-height: 70vh;
}

.videos-bg  img {
    height: 70vh;
    /* height: 50vh; */
}

.videos-bg .video-js {
    max-height: 70vh !important;
    padding-top: 0 !important;
}

.videos-bg .file-download-main-btn {
    display: flex;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    border:none;
    border-radius: 12px;
    background: var(--Final-Theme-Theme-Purple, #830C83);
    color: var(--Final-Theme-Theme-White, #FCFCFF);

    /* Label/xlarge */
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}

.btn-states-default {
    border: 2px solid #9C27B0;
    background: #9C27B0;
}

.btn-states-default:hover {
    border: 2px solid #4A148C;
    background: #4A148C;
}

/* .edit-icon:hover{
   stroke:linear-gradient(to right, #4595FC, #9481F2 , #E06EE8);
} */
.sidebar-icon {
    position: relative;
}

.tooltip {
    position: static;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    border-radius: 5rem;
    left: -115px;
    padding: 9px 25px;
    font-weight: bold;
    top: 44%;
    transform: translateY(-50%);
}


.tooltip:hover .tooltiptext {
    visibility: visible;
}

.sidebar-list-item-menu-div {
    display: block;
    position: absolute;
    background: #fff;
    width: 125px;
    right: 0;
    margin-right: 60px;
    border-radius: 10px;
    padding: 15px;
}

.sidebar-list-item-menu-div ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sidebar-list-item-menu-div ul li a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5rem;
    width: 100%;
}

.sidebar-list-item-menu-div ul li a:hover {
    background-color: #000;
    color: #fff !important;
}

#upload-service-form .select2-selection {
    border-radius: 10px !important;
    line-height: unset !important;
}

b[role="presentation"] {
    display: none !important;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dot-flashing {
    0% {
        background-color: #9880ff;
    }

    50%,
    100% {
        background-color: rgba(152, 128, 255, 0.2);
    }
}


.create-voice-model-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.clip-status-web .clip-footer .pricing-btn:hover {
    background: #9C27B0;
    color: #fff;
    /* border: none !important; */
}

.dash-title.bd-highlight {
    padding-top: 3px !important;
}

/* .nav-sidebar .nav-side>ul>li:hover, */
.nav-sidebar .nav-side>ul>li.active {
    border: none !important;
    background: #fff;
}

/* .nav-sidebar .nav-side>ul>li:hover::before, */
.nav-sidebar .nav-side>ul>li.active::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.card-hover-body {
    position: absolute;
    gap: 5px;
    top: 12px;
    right: 14px;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s, transform 0.3s;
    transform-origin: top right;
    transform: translateX(100%);
    opacity: 0;

}
.svg-icon-button{
    padding: 7px 4px 4px 7px;
    border: none;
    border-radius: 50%;
    background: white;

}
.first-icon{
    margin-left: 2px;
    margin-top: -4px;
}
.second-icon{
    margin-bottom: 3px;
    margin-right: 2px;
}
.third-icon{
    margin-bottom: 1px;
    margin-right: 1px;
    margin-top: -4px;
}


.thumb-video-trial:hover .card-hover-body {
    display: flex;
    opacity: 1 !important;
    transform: translateX(0%);
}

.show-more-details {
    min-width: 100px;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #E2E8F0;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    right: 100%;
    display: none;
}

.show-more-menu {
    /* padding: 11px 0px 11px 22px; */
   font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}
.show-more-menu:hover{
    padding-left: 2px;
    background: purple;
    color: white;
}



.nav-sidebar .nav-side>ul>li.active .default-dashboard,
.nav-sidebar .nav-side>ul>li.active .voice-library-default,
.nav-sidebar .nav-side>ul>li.active .tutorials-default,
.nav-sidebar .nav-side>ul>li.active .subscription-default,
.nav-sidebar .nav-side>ul>li.active .documentation-default {
    display: none !important;
}


.nav-sidebar .nav-side>ul>li.active .gradiant-dashboard,
.nav-sidebar .nav-side>ul>li.active .voice-library-gradiant,
.nav-sidebar .nav-side>ul>li.active .tutorials-gradiant,
.nav-sidebar .nav-side>ul>li.active .subscription-gradiant,
.nav-sidebar .nav-side>ul>li.active .documentation-gradiant {
    display: block !important;
}


.select2-dropdown .fa-play,
.select2-dropdown .fa-pause {
    padding-right: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: purple;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    color: purple !important;
}

.voice-over-arrow-mark {
    top: 67% !important;
}

#upload-service-form .select2-selection {
    min-height: 46%;
    height: 100%;
}

#voiceCloningModel .modal-header .close
{
    margin : 0rem -2rem -1rem auto !important;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code {
    border-radius: 3px;
}

.callout + .bs-callout {
    margin-top: -5px;
}

.callout-default {
    border-left-color: #777;
}

.callout-default h4 {
    color: #777;
}

.callout-primary {
    border-left-color: #428bca;
}

.callout-primary h4 {
    color: #428bca;
}

.callout-success {
    border-left-color: #5cb85c;
}

.callout-success h4 {
    color: #5cb85c;
}

.callout-danger {
    border-left-color: #d9534f;
}

.callout-danger h4 {
    color: #d9534f;
}

.callout-warning {
    border-left-color: #f0ad4e;
}

.callout-warning h4 {
    color: #f0ad4e;
}

.callout-info {
    border-left-color: #5bc0de;
}

.callout-info h4 {
    color: #5bc0de;
}

.callout-bdc {
    border-left-color: #29527a;
}

.callout-bdc h4 {
    color: #29527a;
}

.modal-close-btn {
    position: absolute;
    top: -48px;
    right: 6px;
    border-radius: 50px;

    padding: 8px;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    background: var(--Final-Theme-Neutrals-100, #fff);
    box-shadow: 0 4px 12px 0 rgba(20, 20, 26, .1);
}

.modal-label {
    text-align: left !important;
}





/**
Avatar css
 */
.new-uploader-multi {
    background-color: rgb(233 235 238);
    /*width: 50%;*/
    /*min-width: 450px;*/
    padding: 3rem;
    border-radius: 7px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.new-uploader-multi input[type="file"] {
    display: none;
}

.new-uploader-multi label {
    display: block;
    position: relative;
    background-color: #025bee;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 70px;
    padding: 12px 0;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}

.new-uploader-multi p {
    text-align: center;
    margin: 2px 0 4px 0;
}

.new-uploader-multi #images {
    /*width: 90%;*/
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: wrap;
}

.new-uploader-multi figure {
    width: 100px;
}

.new-uploader-multi img {
    max-height: 100px;
    /*width: 150px;*/
}

.new-uploader-multi figcaption {
    text-align: center;
    font-size: 13px;
    margin-top: 0.5vmin;
}


.upload-wrapper {
    text-align: center;
    /*background: white;*/
    /*padding: 40px;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/

    background-color: rgb(233 235 238);
    /*width: 50%;*/
    /*min-width: 450px;*/
    padding: 3rem;
    border-radius: 7px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
    text-align: center;
}

#avatarVOiceuploadButton {
    padding: 12px 24px;
    background-color: #007bff;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s;
}

#avatarVOiceuploadButton:hover {
    background-color: #0056b3;
}

#avatarVoiceaudioPlayer {
    display: none;
    margin-top: 20px;
    width: 100%;
}

#avatar-sample-voice {
    display: none;
}