@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --nav-menu-header: #272F39;
    --rivr-black: #000000;
    --rivr-blue: #279CDA;
    --rivr-green: #399E4A;
    --rivr-grey-light-1: #F0F0F0;
    --rivr-grey-light-2: #BBBEC0;
    --rivr-grey-light-3: #767676;
    --rivr-grey-mid: #6C6D6F;
    --rivr-grey-dark: #262626;
}


html, body {
    font-family: 'Roboto', sans-serif;
}

.basic-body {
    max-width: 1280px;
    min-height: 600px;
    min-height: 70vh;
    margin: 0 auto;

}

.basic-body-no-image {
    background-image: none !important;
    background-color: #ffffff !important;
    overflow-x: hidden !important;
}

.body-rivr-background {
    overflow-x: hidden !important;
    background-color: #1e1e1e !important;
    background-image: url('../images/background.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.href-line-none.a, .href-line-none.a:hover {
    text-decoration: none;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.align-text-left {
    text-align: left;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-blue {
    color: var(--rivr-blue);
}

.text-green {
    color: var(--rivr-green);
}

.text-grey-light-1 {
    color: var(--rivr-grey-light-1);
}

.text-grey-light-2 {
    color: var(--rivr-grey-light-2);
}

.text-grey-light-3 {
    color: var(--rivr-grey-light-3);
}

.text-grey-mid {
    color: var(--rivr-grey-mid);
}

.text-grey-dark {
    color: var(--rivr-grey-dark);
}

.text-end {
    text-align: end;
}

.text-overflow-clip-x {
    white-space: nowrap;
    overflow-x: clip;
}

.basic-hr {
    border-bottom: 0px solid;
}

.rivr-mini-icon-nav-menu {
    max-height: 14px;
    margin-top: -6px;
    margin-left: 6px;
}

.text-no-wrap {
    white-space: nowrap;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.lozenge-button-clean {
    display: flex;
    white-space: pre-wrap;
    text-decoration: none;
}

    .lozenge-button-clean:hover {
        display: flex;
        white-space: pre-wrap;
        text-decoration: none;
    }

    .lozenge-button-clean a:hover {
        display: flex;
        white-space: pre-wrap;
        text-decoration: none;
    }

.rivr-hover-none a:hover {
    text-decoration: none;
}

.video_info.h4.a:hover {
    text-decoration: none;
}


/*----------------------------------------------------------------------*/
/*Navigation Header*/
/*----------------------------------------------------------------------*/
.header {
    height: 70px !important;
    background-color: #000000 !important;
    border-bottom: 1px solid #000000 !important;
}

.rivr-header-basic-layout {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 1.35rem;
}

/*----------------------------------------------------------------------*/
/*Navigation links*/
/*----------------------------------------------------------------------*/
#rivr-nav-menu a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.8rem;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding:5px;

}

    #rivr-nav-menu a.active {
        color: var(--rivr-blue);
    }

        #rivr-nav-menu a.active::before {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            bottom: -12px;
            left: 0;
            background-color: var(--rivr-blue);
            transform: scaleX(1);
            transition: transform 0.3s ease;
        }

    #rivr-nav-menu a:hover {
        color: var(--rivr-blue);
    }

        #rivr-nav-menu a:hover > .rivr-mini-icon-nav-menu {
            filter: invert(52%) sepia(87%) saturate(1127%) hue-rotate(169deg) brightness(91%) contrast(87%);
        }

        #rivr-nav-menu a::before {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            bottom: -12px;
            left: 0;
            background-color: var(--rivr-blue);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

    #rivr-nav-menu a:hover::before {
        transform: scaleX(1);
    }

@media (max-width: 1268px) {
}

@media (min-width: 1040px) and (max-width: 1267px) {
}

@media (min-width: 991px) and (max-width: 1039px) {
}

@media (max-width: 767px) {
    #rivr-nav-menu a {
        font-size: 0.75rem;
        font-weight: 600 !important;
    }
}

@media (max-width: 576px) {
    #rivr-nav-menu a {
        font-size: 0.65rem;
    }
}
/*----------------------------------------------------------------------*/


/*Mini in App Navigation links*/
/*----------------------------------------------------------------------*/
#rivr-mini-nav-item a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.75rem;
    position: relative;
    color: var(--rivr-black);
    text-decoration: none;
}

    #rivr-mini-nav-item a.active {
        color: var(--rivr-blue);
    }

#rivr-nav-menu a.active::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--rivr-blue);
    transform: scaleX(1);
    transition: transform 0.2s ease;
}

#rivr-mini-nav-item a:hover {
    color: var(--rivr-blue);
}

#rivr-mini-nav-item a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--rivr-blue);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

#rivr-mini-nav-item a:hover::before {
    transform: scaleX(1);
}

@media (max-width: 1268px) {
}

@media (min-width: 1040px) and (max-width: 1267px) {
}

@media (min-width: 991px) and (max-width: 1039px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}

@media (max-width: 417px) {
    #rivr-mini-nav-item a {
        visibility: hidden;
        font-size: 0.65rem;
    }
}


/*----------------------------------------------------------------------*/
/*Footer*/
/*----------------------------------------------------------------------*/
.rivr-footer-basic-layout {
    max-width: 1280px;
    margin: 0 auto;
}

.rivr-footer-area {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -14px;
    background-image: linear-gradient(#303030, #000000);
    color: white;
    text-align: center;
    height: 230px;
    border-top: 7px solid #505050;
}

.rivr-footer-area-margins {
    margin-left: -50px !important;
    margin-right: -50px !important;
    margin-bottom: -50px
}

.rivr-footer-social-icons-container {
    margin: auto;
    /*width: 50%;*/
}

.rivr-footer-social-icon {
    width: 100%;
    max-height: 52px;
    margin-left: 7px;
    margin-right: 7px;
}

.rivr-footer-mini-icon {
    max-height: 16px;
    margin-right: 7px;
}

.rivr-footer-text-heading {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

.rivr-footer-text {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 0.7rem;
    line-height: 0.3rem;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

.rivr-footer-text-contact {
    font-weight: 500;
}

.rivr-footer-vertical-line {
    border-right: 1px solid #ffffff;
}


.rivr-footer-address-container {
}

@media (max-width: 1268px) {
}

@media (min-width: 1040px) and (max-width: 1267px) {
}

@media (min-width: 991px) and (max-width: 1039px) {
}

@media (max-width: 767px) {
    .rivr-footer-area {
        height: 480px;
    }
}

@media (max-width: 576px) {
    .rivr-footer-area {
        height: 480px;
    }
}
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*Login/Signup Screens CSS*/
/*----------------------------------------------------------------------*/
.rivr-login-panel-container {
}

.rivr-login-asterix-text {
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    font-size: 0.7rem;
    text-align: center;
    color: var(--rivr-grey-light-2);
}

.rivr-login-panel-field-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 0.8rem;
    text-align: left;
    color: #000000;
}

.rivr-login-panel-information {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 0.8rem;
    text-align: left;
    color: #000000;
}

.rivr-login-panel-top {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 1.0rem;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid var(--rivr-grey-light-2);
    border-radius: 8px 8px 0px 0px;
}

.rivr-login-panel-body {
    background-color: var(--rivr-grey-light-1);
    border: 1px solid var(--rivr-grey-light-2);
    border-top: none;
    border-radius: 0px 0px 8px 8px;
}


.info-horizontal-line-black {
    border-bottom: 1px solid #000000;
}

.info-horizontal-line {
    border-bottom: 1px solid #ffffff;
}

.rivr-login-hero-text-light {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.7rem;
    color: #ffffff;
    text-decoration: none;
}

.rivr-login-hero-text-heavy {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 3.7rem;
    color: var(--rivr-blue);
    text-decoration: none;
}


@media (max-width: 1268px) {
}

@media (min-width: 1040px) and (max-width: 1267px) {
    .rivr-login-hero-text-light {
        font-size: 2.6rem;
        line-height: 3.1rem;
    }

    .rivr-login-hero-text-heavy {
        font-size: 2.6rem;
        line-height: 3.1rem;
    }
}

@media (min-width: 1051px) and (max-width: 1039px) {
}

@media (min-width: 768px) and (max-width: 1050px) {
    .rivr-login-hero-text-light {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .rivr-login-hero-text-heavy {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
}

@media (max-width: 767px) {
    .rivr-login-hero-text-light {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .rivr-login-hero-text-heavy {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .rivr-login-asterix-text {
        font-weight: 400;
        font-size: 0.68rem;
    }
}

@media (max-width: 576px) {
    .rivr-login-hero-text-light {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .rivr-login-hero-text-heavy {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
}

@media (max-width: 400px) {
    .rivr-login-hero-text-light {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .rivr-login-hero-text-heavy {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .rivr-login-asterix-text {
        font-weight: 400;
        font-size: 0.6rem;
    }
}

/*----------------------------------------------------------------------*/


/*----------------------------------------------------------------------*/
/*Page Default Styles*/
/*----------------------------------------------------------------------*/
.rivr-pill-large-black {
    background-color: black !important;
    color: white !important;
    padding: 8px 12px 8px 12px !important;
    font-size: 0.7rem !important;
    text-transform: none !important;
}

.rivr-page-heading {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    font-size: 2.0rem;
    position: relative;
    color: var(--rivr-black);
    text-decoration: none;
}

.rivr-link-icon-page-header {
    max-height: 37px;
    margin-bottom: 6px;
}

.rivr-page-details {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.0rem;
    position: relative;
    color: var(--rivr-grey-mid);
    text-decoration: none;
}

.rivr-page-sub-heading {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.95rem;
    color: var(--rivr-black);
    text-decoration: none;
}

.rivr-page-sub-heading-inner {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 0.76rem;
    line-height: 1.2rem;
    margin-bottom: 0rem;
    color: var(--rivr-black);
    text-decoration: none;
}

.rivr-section-sub-heading-icon {
    margin-right: 8px;
    margin-top: 1px;
    color: var(--rivr-grey-light-2);
}

.rivr-page-field {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.90rem;
    color: var(--rivr-grey-mid);
    text-decoration: none;
}



.rivr-link-logo-page-top {
    max-height: 62px;
    margin-top: 11px;
}

.rivr-owner-type-lozenge-in-heading {
    max-height: 30px;
    margin-right: 11px;
}

.rivr-upload-percentage {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 2.55rem;
    color: var(--rivr-grey-light-3);
    text-decoration: none;
}




@media (max-width: 1268px) {
}

@media (max-width: 1040px) {
}

@media (max-width: 768px) {
    .rivr-link-icon-page-header {
        max-height: 28px;
        margin-bottom: 6px;
    }

    .rivr-page-heading {
        font-size: 1.8rem;
    }

    .rivr-page-details {
        font-size: 1.0rem;
    }

    .rivr-link-logo-page-top {
        min-height: 44px;
        margin-top: 0px;
    }

    .rivr-owner-type-lozenge-in-heading {
        max-height: 24px;
        margin-right: 11px;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    .rivr-link-icon-page-header {
        max-height: 24px;
        margin-bottom: 6px;
    }

    .rivr-page-heading {
        font-size: 1.34rem;
    }

    .rivr-page-details {
        font-size: 0.85rem;
    }

    .rivr-link-logo-page-top {
        min-height: 32px;
        margin-top: 0px;
    }

    .rivr-owner-type-lozenge-in-heading {
        max-height: 24px;
        margin-right: 11px;
        margin-top: 2px;
    }
}

@media (max-width: 560px) {
    .rivr-owner-type-lozenge-in-heading {
        max-height: 23px;
        margin-right: 11px;
        /*display: block;*/
    }

    .rivr-page-sub-heading {
        font-weight: 600 !important;
        font-size: 0.82rem;
    }

    .rivr-page-sub-heading-inner {
        font-weight: 500;
        font-size: 0.70rem;
    }
}

@media (min-width: 401px) and (max-width: 559px) {
    .rivr-owner-type-lozenge-in-heading {
        max-height: 20px;
        margin-right: 11px;
        margin-top: 3px;
    }
}


@media (max-width: 400px) {
    .rivr-link-icon-page-header {
        max-height: 24px;
        margin-bottom: 6px;
    }

    .rivr-page-heading {
        font-size: 1.3rem;
    }

    .rivr-page-details {
        font-size: 0.8rem;
    }

    .rivr-link-logo-page-top {
        min-height: 26px;
        margin-top: 2px;
    }

    .rivr-owner-type-lozenge-in-heading {
        max-height: 16px;
        margin-right: 11px;
        display: block;
    }
}


/*----------------------------------------------------------------------*/
/*Error Screen CSS*/
/*----------------------------------------------------------------------*/
.rivr-error-header {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 800;
    font-size: 5.2rem;
    line-height: 3.7rem;
    color: var(--rivr-black);
    text-decoration: none;
}

.rivr-error-message {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 3.1rem;
    line-height: 3.7rem;
    color: var(--rivr-grey-mid);
    text-decoration: none;
}

@media (max-width: 1268px) {
}

@media (min-width: 1040px) and (max-width: 1267px) {
}

@media (min-width: 1051px) and (max-width: 1039px) {
}

@media (min-width: 768px) and (max-width: 1050px) {
    .rivr-error-header {
        font-weight: 900;
        font-size: 4.2rem;
        line-height: 3.2rem;
    }

    .rivr-error-message {
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .rivr-error-header {
        font-weight: 900;
        font-size: 4.0rem;
        line-height: 3.0rem;
    }

    .rivr-error-message {
        font-weight: 500;
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 576px) {
    .rivr-error-header {
        font-weight: 900;
        font-size: 3.2rem;
        line-height: 3.7rem;
    }

    .rivr-error-message {
        font-weight: 500;
        font-size: 2.1rem;
        line-height: 2.7rem;
    }
}

@media (max-width: 400px) {
    .rivr-error-header {
        font-weight: 900;
        font-size: 3.1rem;
        line-height: 3.7rem;
    }

    .rivr-error-message {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
}


/*----------------------------------------------------------------------*/
/*Custom Dropdown Dark Menu*/
/*----------------------------------------------------------------------*/
.rivr-debug-dropbtn {
    background-color: black;
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
}

.rivr-debug-dropdown {
    position: relative;
    display: inline-block;
}

.rivr-debug-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    min-width: 264px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    font-size: 0.8rem;
    text-align: left;
    z-index: 1;
}

    .rivr-debug-dropdown-content a {
        color: var(--rivr-grey-mid);
        padding: 8px;
        text-decoration: none;
        display: block;
    }

        .rivr-debug-dropdown-content a:hover {
            color: #ffffff;
            background-color: var(--rivr-blue);
            text-decoration: none;
        }

.rivr-debug-dropdown:hover .rivr-debug-dropdown-content {
    display: block;
}

.rivr-debug-dropdown:hover .dropbtn {
    background-color: none;
}

/*----------------------------------------------------------------------*/


/*----------------------------------------------------------------------*/
/*Radzen CSS Override*/
/*----------------------------------------------------------------------*/
/*.rz-layout .rz-body {
    overflow-x: hidden !important;
    background-color: #1e1e1e !important;
    background-image: url('../images/background.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
*/
.rz-switch.rz-switch-checked .rz-switch-circle {
    background-color: var(--rz-primary) !important;
}

.rz-datepicker-calendar td .rz-state-active {
    background-color: var(--rivr-black) !important;
    color: #ffffff !important;
}


.rz-progressbar-value {
    background-color: var(--rivr-black) !important;
    color: #ffffff !important;
}

.rz-progressbar-label {
    color: #ffffff !important;
}

.rz-fileupload-choose:not(.rz-state-disabled) {
    background-color: var(--rivr-black) !important;
    color: #ffffff !important;
}

.rz-datatable-thead th, .rz-grid-table thead th {
    background-color: var(--rivr-black) !important;
}

    .rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
        color: #ffffff !important;
        font-size: 0.75rem !important;
    }

.rz-paginator-page.rz-state-active {
    background-color: var(--rivr-black) !important;
    color: #ffffff !important;
}

.rz-paginator-summary {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: var(--rivr-black) !important;
}

#rivr-library-type-switch .rz-button-text-only {
}

.rivr-search-panel {
    max-width: 800px;
    width: 90vw;
    margin-top: 20px;
}

.rivr-search-panel .col-lg-4 {
    max-width: 100%!important;

}

.rivr-search-panel .col-6{
    max-width: 100%!important;
}

@media (max-width: 767px) {
    #rivr-library-type-switch .rz-button-text-only {
        font-size: 0.8rem !important;
    }
}


@media (max-width: 576px) {
    #rivr-library-type-switch .rz-button-text-only {
        font-size: 0.6rem !important;
    }
}


.form-control::placeholder {
    color: var(--rivr-black);
    opacity: 1;
}

input::placeholder {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 0.75rem;
    color: var(--rivr-grey-mid);
}


.rz-colorpicker, .rz-lookup-search input, .rz-spinner, .rz-calendar .rz-inputtext, .rz-multiselect, .rz-dropdown, .mask, .rz-textarea, .rz-textbox {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 1.0rem;
    color: var(--rivr-black) !important;
}

.rz-button.btn-success, .btn-success.rz-paginator-element {
    background-color: var(--rivr-black) !important;
    color: #ffffff;
}

.rz-button:focus {
    box-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 0px 3px rgb(117 117 117 / 30%)!important;
}

.rz-button.btn-success:hover, .btn-success.rz-paginator-element:hover {
    border-color: var(--rivr-black) !important;
    border: 2px solid var(--rivr-black) !important;
    background-color: white !important;
    color: var(--rivr-black) !important;
}

.rz-messages-error {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 0.65rem !important;
}

.rz-button.btn-light, .btn-light.rz-paginator-element {
    background-color: #ffffff !important;
    border-color: var(--rivr-black) !important;
    border: 2px solid var(--rivr-black) !important;
    color: var(--rivr-black) !important;
}

    .rz-button.btn-light:hover, .btn-light.rz-paginator-element:hover {
        background-color: var(--rivr-black) !important;
        color: #ffffff !important;
    }

.rz-selectbutton .rz-button.rz-state-active {
    background-color: black !important;
    color: white !important;
    border: solid 1px #e9eaed;
}

.rz-selectbutton .rz-button:last-child {
    /*border-radius: 20px 0px 0px 20px;*/
}

.rz-selectbutton .rz-button.rz-state-active {
    /*border-radius: 0px 20px 20px 0px;*/
}
/*----------------------------------------------------------------------*/
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 500;
}

.rz-dialog-mask {
    background-color: #000000 !important;
    opacity: 0.85 !important;
}

@media (min-width: 768px) and (max-width: 1050px) {
    .rz-button-md .rz-button-text {
        font-size: 0.75rem !important;
    }
}



.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    /*outline: 1px solid var(--rivr-blue);*/
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }





/* ========================= VIDEOS SECTION ========================= */

.vidz-row.ms {
    border-bottom: 1px solid #363643;
}

.vidz-row.ms {
    border-bottom: none;
    padding: 23px 0 0 0;
}

.vidz_sec {
    position: relative;
    border-bottom: 1px solid #e2ebef;
    padding: 30px 0;
}

.vidz_list {
    margin-bottom: -23px;
}

.rm_dv {
    position: absolute;
    top: 3px;
    right: 0;
}

.vidz_sec > h3 {
    font-size: 18px;
    margin-bottom: 24px;
    color: #1c1b1b;
    font-weight: 500;
}

.vcp_inf {
    display: table;
    margin-bottom: 29px;
    position: relative;
}

.vc_hd {
    display: table-cell;
    float: left;
    width: 60px;
    height: 60px;
}

    .vc_hd > img {
        width: 100%;
    }

.vc_info {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 20px;
}

    .vc_info h4 {
        color: #1c1b1b;
        font-size: 16px;
        font-weight: 500;
    }

    .vc_info > span {
        display: inline-block;
        color: #6e6f70;
        font-size: 14px;
    }

.view-btn {
    position: absolute;
    top: 32px;
    right: 0;
    color: #6e6f70;
    font-size: 16px;
}


.vc-count {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #6e6f70;
}

/* ======================= VIDEOS LIT =========================== */

.rivr-video-grid-item {
    margin-bottom: 26px;
}

.play_vid {
    position: absolute;
    top: 8px;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 38px;
    background: rgba(38, 38, 54, 0.9);
    opacity: 0;
    visibility: hidden;
    padding-left: 3px;
}

    .play_vid:before {
        display: none;
    }

.rivr-video-grid-item:hover .play_vid {
    margin: 0;
    right: 10px;
    visibility: visible;
    opacity: 1;
}

.play_vid svg {
    position: relative;
    left: -1px;
}

svg:hover path {
    fill: #e8a32c;
}

.play_vid svg path {
    fill: #fff;
}

.vid_thumbnail {
    position: relative;
    height: 200px;
}

    .vid_thumbnail > a {
        display: flex;
        position: relative;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

        .vid_thumbnail > a img {
            min-width: 100%;
            height: 100%;
            object-fit: cover;
        }

.rivr-video-grid-item:hover .vid_thumbnail > a img {
/*    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/
}

.vid_thumbnail .play-video-inline-icon,
.vidz_img .play-video-inline-icon {
    position: absolute;
    right: 0;
    width: 50%;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .vid_thumbnail .play-video-inline-icon i,
    .vidz_img .play-video-inline-icon i {
        font-size: 14px;
    }

.vid_thumbnail:hover .play-video-inline-icon,
.vidz_img:hover .play-video-inline-icon {
    opacity: 1;
    visibility: visible;
    /*right: 7px;*/
}

.vid-time {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 21px;
    line-height: 21px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 6px;
    /*border-radius: 0px 0px 5px 0px !important;*/
    background: #000000b5;
}

.video-info-shared-user-icon {
    width: 16px;
    padding-bottom: 2px;
}

.video-grid-edit-icon {
    width: 20px;
    padding-bottom: 2px;
}

.video-grid-owner-share-status-icon {
    height: 22px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.video-date-size-offset {
    margin-top: -8px;
}

.video_info {
    border: 1px dashed #dfdfdf;
    border-top: 0px solid !important;
    padding: 3px 6px 6px 9px;
    margin-top: 0px !important;
    border-radius: 0px 0px 4px 4px;
}

    .video_info > h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 26ch;
    }

        .video_info > h3 > a {
            color: var(--rivr-grey-dark);
            font-size: 0.85rem;
            line-height: normal;
            font-weight: 600;
            margin-bottom: 5px;
        }

            .video_info > h3 > a:hover {
                color: var(--rivr-blue);
                text-decoration: none;
            }

    .video_info > h4 > a {
        color: var(--rivr-grey-dark);
        font-size: 0.85rem;
        line-height: normal;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .video_info > h4 > a:hover {
        color: var(--rivr-blue);
        text-decoration: none;
    }

.video_info > span {
    display: inline-block;
    color: #6e6f70;
    font-size: 14px;
    line-height: 16px;
    /*margin-bottom: 15px;*/
}

        .video_info > span .posted_dt {
            margin-left: 5px;
        }

        .video_info > span .video-file-size {
            margin-left: 5px;
        }


.sidebar .video_info > span {
    margin-bottom: 0;
}

.sidebar .rivr-video-grid-item-list {
    margin-bottom: 8px;
}

.posted_dt {
    display: inline-block;
    color: var(--rivr-grey-light-3);
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
}

.video-file-size {
    display: inline-block;
    color: var(--rivr-grey-dark);
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 16px;
}

.video_info > h4 {
    color: var(--rivr-grey-light-3);
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    padding-top: 5px;
    display: block;
    margin-bottom: 2px;
}

.upload-detail .video_info > h4 {
    color: #6e6f70;
    font-size: 14px;
}

.upload-detail .video_info.sr svg {
    float: none;
}

.cancel_vid {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more_items_sec {
    padding: 70px 0;
    border-top: 1px solid #e2ebef;
}

    .more_items_sec svg {
        width: 25px;
        height: 25px;
    }

        .more_items_sec svg path {
            fill: #000;
        }

.btm_bar_content::-webkit-scrollbar {
    width: 1em;
    height: 3px;
}

.btm_bar_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.btm_bar_content::-webkit-scrollbar-thumb {
    background-color: #e8a32c;
    outline: 1px solid #e8a32c;
}

.rivr-list-view-thumbnail {
    width: 128px;
    height: 80px;
    border-radius: 5px;
    margin: 0px 10px 0px 10px;
}

.rivr-list-view-thumbnail img {
    width: 100%;
}

@media (max-width: 1268px) {
}

@media (min-width: 1040px) and (max-width: 1267px) {
}

@media (min-width: 991px) and (max-width: 1039px) {
    .video_info > h3 {
        height: 46px;
    }

    .video_info > h4 {
        font-weight: 600;
        font-size: 0.72rem;
        line-height: 16px;
        padding-top: 5px;
        display: block;
        margin-bottom: 2px;
    }

    .upload-detail .video_info > h4 {
        font-size: 13px;
    }
}

@media (max-width: 990px) {
    .video_info > h3 {
        height: 50px;
    }

    .video_info > h4 {
        font-weight: 600;
        font-size: 0.67rem;
        line-height: 16px;
        padding-top: 5px;
        display: block;
        margin-bottom: 2px;
        display: block;
    }

    .upload-detail .video_info > h4 {
        font-size: 13px;
    }

    .video-grid-edit-icon {
        width: 17px;
        padding-bottom: 2px;
    }

    .video-grid-owner-share-status-icon {
        height: 17px;
        padding-bottom: 2px;
        padding-left: 0px;
    }

    .video-date-size-offset {
        margin-top: -8px;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    .video_info > h3 {
        height: 34px;
    }

    .video_info > h4 {
        font-weight: 600;
        font-size: 0.65rem;
        line-height: 16px;
        padding-top: 5px;
        display: block;
        margin-bottom: 2px;
    }

    .upload-detail .video_info > h4 {
        font-size: 13px;
    }

    .video_info > h3 > a {
        display: block;
        font-size: 0.70rem;
        line-height: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .posted_dt {
        display: inline-block;
        font-weight: 600;
        font-size: 0.67rem;
        line-height: 16px;
    }

    .video-file-size {
        display: inline-block;
        font-weight: 700;
        font-size: 0.67rem;
        line-height: 16px;
    }

    .video-date-size-offset {
        margin-top: -10px;
    }
}

@media (max-width: 767px) {

    .video_info > h4 {
        font-weight: 600;
        font-size: 0.75rem;
        line-height: 16px;
        padding-top: 5px;
        display: block;
        margin-bottom: 2px;
    }

    .upload-detail .video_info > h4 {
        font-size: 13px;
    }

    .video-grid-owner-share-status-icon {
        height: 22px;
        padding-bottom: 2px;
        padding-left: 5px;
    }
}

@media (max-width: 576px) {
}


/* ========================= Embedded Videos (for View & Edit) ========================= */

.rivr-embed-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .rivr-embed-video-container iframe, .rivr-embed-video-container object, .rivr-embed-video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ========================= Video View, Edit, Upload Styles ========================= */

.rivr-video-info-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.2rem;
    color: var(--rivr-black);
    text-decoration: none;
}

.rivr-video-info-description {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.35rem;
    margin-bottom: 0rem;
    color: var(--rivr-grey-light-3);
    text-decoration: none;
}

.rivr-video-info-details {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 0.80rem;
    text-align: left;
    line-height: 1.15rem;
    margin-bottom: 0rem;
    color: var(--rivr-black);
    text-decoration: none;
}

.rivr-video-info-details-emphasise {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 0.90rem;
    text-align: left;
    line-height: 1.15rem;
    margin-bottom: 0rem;
    color: var(--rivr-black);
    text-decoration: none;
}

.rivr-video-info-details-sub {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 0.72rem;
    text-align: left;
    line-height: 1.05rem;
    margin-bottom: 0rem;
    color: var(--rivr-grey-light-3);
    text-decoration: none;
}

.rivr-video-info-details-icon {
    width: 16px;
    margin-right: 6px;
    padding-bottom: 3px;
}

.rivr-video-info-details-channel-link {

}

.rivr-video-info-details-channel-link:hover {
    color: gray!important;
}

.rivr-video-info-ownership-icon {
    height: 23px;
    padding-top: 5px;
}


/* ========================= TRANSITIONS ========================= */

.vid_thumbnail > a:before,
.play_vid,
svg path,
a,
nav ul li a,
.vid_thumbnail > a:before,
.vid_thumbnail:before,
.vid_thums li a,
.vid_thums li a svg rect,
.vid_thumbnail > a img,
.play-video-inline-icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay {
    position: relative;
    overflow-y: hidden;
}

    .overlay:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.8;
        z-index: 9999;
    }

/* ========================= ANIMATED SPINNER ========================= */
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* ========================= BORDER RADIUS ========================= */


.vid-pr img,
.img-ch img,
.vidz_row,
.play_vid,
.img-info-ch,
.video_info.ms.br ul li span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.vc_hd > img,
.play-video,
.browse_catgs .vid_thumb > img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}


/* ========================= Account Details ========================= */

.rivr-help-dropdown {
    margin: 20px 0px 20px 0px;
}

.rivr-help-faq-question {
    margin: 20px 0px 20px 15px;
}

.loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #279CDA;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

:root {
    --rz-primary: #1AA1DC!important;
}