html, body {
    overflow: hidden;
    height: 100%;
}

/* Bootstrap override - Start */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
/* Bootstrap override - End */

.r-header {
    display: inline-block;
    width: 100%;
    height: 60px !important;
    position: relative;
    box-shadow: none !important;
}

#metricsResult {
    /* width: calc(100% - 700px); */
}
#metricsResult span {
    margin-right: 10px;
    font-weight: bold;
}

.r-nav-links-wrapper {
    padding: 0;
}

.navbar .container-fluid .r-nav-links-wrapper {
    float: right !important;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .r-team-dropdown .dropdown-menu {
        left: 0;
        right: auto;
    }
}

.r-section-link-wrapper,
.r-solutions-link-wrapper,
.products-dropdown {
    display: none !important;
}


/* ==================
   LOADING ANIMATIONS
   ================== */

/* BOUNCE */

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

/* SK CIRCLE */

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

/* =====================
      FLOATING BUTTON
   ===================== */

.r-floating-button {
    position: absolute;
    bottom: 2em;
    right: 3em;
    padding: 0;
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.4);
    background-color: #F44336;
}

.r-floating-button:active,
.r-floating-button:focus,
.r-floating-button:hover {
    color: #F44336;
    background-color: #FFF;
}

.r-floating-button i {
    line-height: 1;
    font-size: 35px;
}


/* ===============
      DASHBOARD
   =============== */

.r-dashboard {
    width: 100%;
    height: calc(100% - 20px);
    border-top: 1px solid #007eff42;
}

.r-dashboard > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ===============
       SIDEBAR
   =============== */

.r-sidebar-wrapper {
    width: 20%;
    min-width: 300px;
    height: 100%;
    padding: 1.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-right: 1px solid #007eff42;
}

.r-sidebar-list,
.r-sidebar-list-secondary {
    list-style: none;
    padding: 1em 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.r-sidebar-list-secondary {
    border-top: 1px solid #e3e3e3;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 1em;
}

.r-sidebar-list-item {
    cursor: pointer;
    width: 100%;
    height: 50px;
    margin-bottom: 0.2em;
    -webkit-transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.r-sidebar-list-item i {
    color: #CCC;
    margin-right: 0.3em;
}

.r-sidebar-secondary-list-item {
    cursor: pointer;
}

.r-sidebar-secondary-list-item img {
    width: 20px;
    margin-left: 5px;
}

.r-sidebar-list-item > a,
.r-sidebar-secondary-list-item > a {
    padding: 0.5em;
    font-size: 1.1em;
    padding-left: 1em;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #999;
}

.r-sidebar-list-item.r-hidden-sidebar,
.r-sidebar-secondary-list-item.r-hidden-sidebar {
    display: none;
}

.r-sidebar-secondary-list-item > a {
    margin: 0;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.r-sidebar-secondary-list-item a {
    color: #777;
    font-size: 1em;
}

.r-sidebar-secondary-list-item > a:hover {
    color: #007eff;
}

.r-sidebar-list-item.active,
.r-sidebar-list-item:hover {
    background-color: #ecf5ff;
}

.r-sidebar-list-item.active > a,
.r-sidebar-list-item:hover > a {
    color: #555;
    font-weight: bold;
}

.r-sidebar-list-item.active > a > i,
.r-sidebar-list-item:hover > a > i {
    color: #FFF;
    background: #007eff;
    padding: 6px;
    border-radius: 40px;
}

/* ===============
       CONTENT
   =============== */

.r-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F9F9F9;
}

/* ==============
       COVER
   ============== */

.r-library-cover-wrapper {
    width: 100%;
    height: 30%;
    object-fit: cover;
    position: relative;
    display: none; /* TODO: Remove this from the DOM. */
}

.r-library-cover-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.r-quote-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.r-library-cover-quote {
    color: #fff;
    font-size: 2.2em;
    text-shadow: 1px 1px 1px black;
}

.r-library-cover-author {
    color: #ddd;
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

.r-library-sort-wrapper {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 3em;
}

.r-library-sort-wrapper .btn {
    border: none;
    border-radius: 0;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    line-height: 1;
    padding: 0 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.r-library-sort-wrapper .btn:first-child {
    border-right: 1px solid #333;
}

.r-library-sort-wrapper .btn:hover,
.r-library-sort-wrapper .btn:active,
.r-library-sort-wrapper .btn:focus {
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.r-library-search-wrapper .btn, .r-library-search-wrapper .btn:focus {
    border-radius: 0 20px 20px 0;
    background: #DDD;
}

.r-library-search-wrapper .btn:hover {
    color: #EEE;
    background: #333;
}

#r-toggle-grid {
    color: #BBB;
    display: none;
}

#r-toggle-list {
    color: #BBB;
    pointer-events: none;
    display: none;
}

/* ===============
       LIBRARY
   =============== */

.r-content-wrapper {
    border: none;
    width: 80%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.r-library-wrapper {
    width: 100%;
    height: 100%;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
}

.r-video-thumbnail.r-video-thumbnail-item {
    width: 400px;
    height: auto;
    margin: 25px;
    border-radius: 10px;
}

figure.r-video-thumbnail-hover-effect {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

span.r-video-label {
    padding: 5px 10px;
    background-color: #ADBEC5;
    border-radius: 20px;
    position: absolute;
    top: 1em;
    left: 1em;
    font-size: 0.7em;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}

.r-video-thumbnail-image-wrapper {
    width: 100%;
    height: 250px;
}

.r-video-thumbnail figcaption {
    width: 100%;
    height: auto;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.r-video-thumbnail figcaption.active,
.r-video-thumbnail:hover figcaption {
    background-color: #007eff;
    opacity: 1;
}

.r-video-thumbnail .r-action-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-video-thumbnail .r-action-buttons .btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
    box-shadow: none;
    margin: 0.5em;
}

.r-video-thumbnail .r-action-buttons .r-view {
    background-color: #FFF;
    color: #333;
    position: absolute;
    bottom: calc(-25px - 0.5em);
    right: 1em;
    z-index: 1;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}

.r-video-thumbnail .r-action-buttons .btn i {
    color: #FFF;
}

.r-video-thumbnail .r-action-buttons .r-view i {
    color: #333;
}

.r-video-thumbnail .r-action-buttons .r-action-button-more {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    box-shadow: none;
    color: #FFF;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.r-video-thumbnail .r-action-buttons .r-action-button-more:hover {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.75);
}

.r-video-thumbnail .r-action-buttons .r-action-button-more.active {
    background: rgba(0, 0, 0, 0.9);
    width: 500px;
    height: 500px;
    border-radius: 10px;
    outline: none;
    border: none;
    box-shadow: none;
    color: #FFF;
    top: -100px;
    right: -100px;
    z-index: 2;
}

.r-video-thumbnail figcaption .r-capsule-title {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 10px;
    font-size: 1.5em;
    line-height: 1.4;
}

/* ===========================
       LIBRARY - LIST VIEW
   =========================== */

.r-list-view #r-toggle-list {
    color: #007eff;
}

.r-list-view #r-toggle-grid {
    color: #BBB;
}

.r-list-view .r-video-thumbnail.r-video-thumbnail-item {
    width: 320px;
    height: 300px;
    margin: 40px 20px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.r-list-view .r-video-thumbnail.r-video-thumbnail-item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.r-list-view .r-video-thumbnail figcaption.active,
.r-list-view .r-video-thumbnail:hover figcaption {
    background-color: transparent;
    opacity: 1;
}

.r-list-view .r-video-thumbnail figcaption .r-capsule-title {
    height: 100%;
    color: #555;
    align-items: flex-start;
    font-weight: normal;
    font-size: 18px;
    padding: 1em;
    overflow: hidden;
    border-bottom: solid 1em rgba(0, 0, 0, 0);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
}

.r-list-view .r-video-thumbnail-image-wrapper {
    width: 100%;
    height: 70%;
    display: inline-block;
    position: relative;
}

.r-list-view .r-video-thumbnail-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.r-list-view .r-video-thumbnail figcaption {
    width: 100%;
    height: 30%;
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
    border-top: 1px solid #EEE;
}

.r-list-view .r-video-thumbnail .r-context-menu {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1em;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border-radius: 10px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(.25,.8,.25,1) 0.1s;
}

.r-list-view .r-video-thumbnail .r-context-menu.active {
    opacity: 1;
    pointer-events: all;
}

.r-list-view .r-video-thumbnail .r-context-menu .r-context-menu-item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-list-view .r-video-thumbnail .r-context-menu .btn {
    width: auto;
    margin: 0.5em;
    background-color: transparent;
    color: #FFF;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.r-list-view .r-video-thumbnail .r-context-menu .r-context-menu-close {
    background-color: transparent;
    color: #FFF;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-list-view .r-video-thumbnail .r-context-menu .btn span {
    margin-left: 0.5em;
}

.r-delete-video-confirm {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
}

.r-delete-video-confirm > span {
    font-size: 20px;
    font-weight: bold;
}

.r-delete-video-confirm > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-delete-video-confirm button {
    font-size: 16px;
    font-weight: bold;
}

.r-delete-video-confirm.active {
    display: flex;
}

/* Dashboard Settings */
.r-settings-wrapper {
    width: 750px;
    height: 100%;
}

.r-settings-wrapper .nav.nav-tabs {
    background-color: #FFF;
    border: none;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 8px 8px 0 0;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    margin-right: 1em;
    cursor: pointer;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
    /*border: 4px !important;*/
    background-color: whitesmoke;
    color: #007eff;
    outline: none;
}

.r-share-video-tabs-wrapper.nav-tabs>li.active>a {
    color: #484848;
    background-color: #454545;
}

.nav-tabs > li > a {
    color: #333;
}

.tab-content {
    height: 420px !important;
    width: 100%;
    margin: 0 1em;
    border-radius: 0 0 8px 8px;
    background-color: #FFF;
}

.tab-content .tab-pane {
    height: 100%;
    display: none;
    padding-left: 1em;
}

.tab-content .tab-pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
    min-width: 720px;
    height: 100%;
    padding: 1em;
}

form .form-group {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
    height: auto;
}

form .form-group:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

form .form-group label {
    color: #333;
    width: 25%;
    margin: 0;
}

#r-notifications-settings form .form-group label,
#r-studio-settings form .form-group label {
    width: calc(100% - 30px);
    font-weight: normal;
}

form .form-group img,
form .form-group video {
    height: 64px;
    max-width: 200px;
    margin-right: 1em;
    object-fit: contain;
}

#r-settings-profile-image-preview {
    height: 64px;
    width: 64px;
    object-fit: cover;
    border-radius: 50%;
}

form .form-group label+input {
    width: 75%;
    border-radius: 0;
    box-shadow: none;
}

#r-notifications-settings form .form-group label + input,
#r-studio-settings form .form-group label + input {
    width: 30px;
}

form .form-group button {
    margin-left: 1em;
    border-radius: 8px;
    font-size: 1.1em;
}

form .form-group:last-child button:first-child {
    background-color: #007eff;
    color: white;
    border: none;
}

form .form-group:last-child button:last-child {

}

.r-templates-iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.r-settings-checkbox span{
  line-height: 2.5;
}
.r-settings-checkbox input[type=checkbox]{
  float: right;
  width: 30px;
  height: 30px;
}
/* ==============
      SETTINGS
   ============== */
#r-subscriptions-settings {
    padding: 2em 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#r-invoice-wrapper,
#r-cancel-change,
#r-change-subscription,
.r-change-plan-wrapper {
    display: none;
}

.r-change-subscription-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 1em;
}

.r-change-subscription-wrapper button {
    margin: 0 1em 0 0;
}

.r-cancel-subscription-confirm {
    display: none;
}

.r-cancel-subscription-confirm.active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.r-cancel-subscription-confirm.active span {
    color: #333;
    font-size: 1.2em;
}

.r-cancel-subscription-confirm.active > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.r-cancel-subscription-confirm.active > div > span {
    margin: 0;
    font-size: 1.2em;
}

.r-cancel-subscription-confirm.active button {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 1em;
    margin: 0 0.75em;
}

.r-subscription-panel .spinner {
    margin: 0;
}

.r-subscription-panel .r-payment-details-wrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.r-subscription-panel .r-payment-details-wrapper div button {
    line-height: 1;
    margin: 1em;
    border-radius: 0;
    padding: 0.5em;
}

.r-team-dropdown {
    float: left;
    text-align: center;
    margin-top: 15px;
    max-width: 60%;
}

.r-team-create-button {
    float: left;
    text-align: center;
    margin-top: 15px;
    max-width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 15px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2), 0 4px 6px 0 rgba(0,0,0,0.2);
    border: none;
    border-radius: 6px;
    background: #007eff;
    color: white;
}

.r-team-create-button.disabled {
    background-color: grey;
}

.r-team-create-button:hover {
    color: #007eff;
    background: white;
}

.r-team-create-button i {
    margin-right: 10px;
}

#r-create-team-modal .modal-dialog {
    width: 30%;
}

#r-create-team-modal .modal-dialog .form-group {
    justify-content: center !important;
}

.r-create-team-modal-button {
    float: left;
    text-align: center;
    margin-top: 15px;
    max-width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.2);
    border: none;
    background: #007eff;
    color: white;
}

.r-create-team-dropdown {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
}

.r-create-team-dropdown i {
    margin-right: 6px;
}

.r-team-dropdown .dropdown-toggle {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    border-color: #007eff;
}

.r-team-dropdown .dropdown-menu {
    padding: 0;
    min-width: 300px;
    max-height: 60vh;
    overflow: auto;

}

.r-team-dropdown .dropdown-item {
    display: block;
    text-align: left;
    color: black;
    padding: 0.5em 1em;
    cursor: pointer;
}

.r-create-team-dropdown.disabled {
    background-color: grey;
    color: white;
}

.r-team-dropdown .dropdown-item:hover {
    text-decoration: none;
    color: #007eff;
}

.r-team-dropdown .dropdown-item.active {
    color: #007eff;
    font-weight: bold;
}

/* ===========
      MODAL
   =========== */

.modal-content {
    border-radius: 0;
}

.modal-body .form-group:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2em;
}

.modal-body .form-group input {
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    font-size: 1.1em;
}

input#r-settings-theme-visibility,
input#r-settings-save-as-theme-visibility {
    display: inline;
    margin: 0;
    line-height: 1;
    width: 18px;
    height: 18px;
}

.modal-body .form-group label {
    font-size: 1.2em;
    text-align: left;
}

.modal-body .form-group button {
    border: none;
    padding: 0.5em 1em;
    border-radius: 0;
    font-size: 1.2em;
    margin: 0;
    margin-left: 1em;
    height: 40px;
}

.modal-body .form-group .dropdown button {
    border: 1px solid;
}

#r-remove-category-settings {
    background-color: #F44336;
}

#r-save-category-settings,
#r-save-theme-settings {
    background-color: #00C853;
}

.modal-body .form-group img {
    margin: 1em 1em 1em 0;
    width: auto;
    max-width: 200px;
}

.modal-body .form-group span {
    font-size: 1.2em;
    margin-left: 0.5em;
}

#r-video-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

#r-video-modal.fade.in {
    pointer-events: all;
}

#r-video-modal .modal-dialog {
    width: 800px;
    height: 450px;
    margin: 0;
}

#r-video-modal .modal-content {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 0;
}

#r-video-modal .modal-header {
    height: 10%;
    width: 100%;
}

#r-video-modal .modal-header button {
    opacity: 0.8;
    outline: none;
    border: none;
}

#r-video-modal .modal-header .btn:hover,
#r-video-modal .modal-header .btn:active,
#r-video-modal .modal-header .btn:focus {
    outline: none;
    border: none;
}

#r-video-modal .modal-header i {
    color: #fff;
}

#r-video-modal .modal-body {
    height: 100%;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#r-video-modal .modal-body > div,
#r-video-modal .modal-body .plyr__video-wrapper {
    width: 100%;
    height: 100%;
}

#r-video-modal .modal-body video {
    width: 100%;
    height: 100%;
}

#r-share-modal .modal-dialog {
    height: auto;
    /*margin: 2em 0;*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#r-share-modal .modal-content {
    width: 50vw;
}

#r-share-modal .modal-body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#r-share-modal .r-share-video-section-wrapper {
    margin: 0;
}

#r-share-modal .tab-content .tab-pane {
    padding: 0;
}

#r-share-modal .r-share-button-wrapper,
#r-share-modal .r-share-button-wrapper button {
    margin: 0 !important;
}

.r-share-video-section-wrapper > div > .tab-content {
    padding: 1em;
    box-shadow: none;
    margin: 0;
}

.r-share-video-section-wrapper > div > .tab-content > .tab-pane {
    box-shadow: none;
}

.r-share-profile-pic {
    margin: 0;
}

.r-share-message-wrapper textarea {
    width: calc(100% - 40px) !important;
    padding: 0 0 0 1em;
    max-height: 15vh;
    color: gray;
    font-size: 15px;
    text-align: center;
}

.r-share-title-modal
{
    margin:0 auto !important;
    font-size: 24px !important;
    text-align: center;
}
#title-modal
{
    margin-top: 20px !important;
}

#r-share-youtube-tab .r-share-message-wrapper textarea {
    width: 100% !important;
    padding-left: 0;
}

.r-share-message-wrapper input {
    width: calc(100% - 40px) !important;
    margin-bottom: 0.5em;
}

#r-share-modal .r-share-button-wrapper button {
    background-color: #448AFF;
    border: none;
    padding: 0 30px;
    border: none;
    width: auto;
    height: 35px;
    border-radius: 6px;
}

.r-share-video-section-wrapper {
    display: block;
    width: 100%;
}

.r-share-video-section-wrapper > div > ul {
    width: auto;
    box-shadow: none;
}

.r-connect-button-wrapper button {
    padding: 1em;
    border-radius: 0;
    border: none;
    font-size: 1.2em;
}

.r-share-video-tabs-wrapper a {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
}

.r-share-video-section-wrapper > div > ul > li > a:hover {
    border-top-width: 0;
    /*border-bottom-width: 4px;*/
}

.r-share-video-tabs-wrapper .active a {
    border-top: none !important;
    /*border-bottom-width: 4px !important;*/
    /*border-bottom-style: solid !important;*/
}

#r-share-facebook-tab-button a, #r-share-facebook-page-tab-button a {
    border-top-color: transparent;
    /*border-bottom-color: #4360B4;*/
}

#r-share-twitter-tab-button a {
    border-top-color: transparent;
    /*border-bottom-color: #009EF6;*/
}

#r-share-youtube-tab-button a {
    border-top-color: transparent;
    /*border-bottom-color: #EE0000;*/
}

.r-share-preview-message {
    margin: 1em 1em 1em 0;
}

/* ===========
      TEAMS
   =========== */

.r-teams-page {
    width: 100%;
    padding: 1em;
}

.r-teams-page .form-horizontal {
    width: 40%;
    display: inline-block;
}

.r-teams-page .r-team-invite-button {
    vertical-align: top;
    background-color: #448AFF;
    border-color: transparent;
}

.r-teams-page .r-team-name-update-button {
    vertical-align: top;
    background-color: #53C353;
    border-color: transparent;
}

.r-teams-page .form-control[disabled] {
    display: none;
}

.r-teams-page .r-team-delete-button {
    vertical-align: top;
    margin-left: 20px;
}

.r-teams-page .r-team-member {
    max-height: 150px;
    width: 100%;
    margin: 30px 10px;
    display: flex;
}

.r-teams-page .r-team-member img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.r-teams-page .r-team-member .r-team-member-name {
    margin-left: 20px;
    font-size: 16px;
}

.r-teams-page .r-team-member .r-team-member-remove {
    margin-left: 20px;
    cursor: pointer;
    color: darkred;
    display: flex;
    align-items: center;
}

#r-notifications-settings form,
#r-studio-settings form {
    width: 100%;
}

#r-notifications-settings .form-group,
#r-studio-settings .form-group {
    width: 100%;
}

#r-notifications-settings form .form-group:last-child,
#r-studio-settings form .form-group:last-child {
    justify-content: flex-end;
}

#r-notifications-settings form .form-group:last-child button:first-child,
#r-studio-settings form .form-group:last-child button:first-child {
    margin-left: 0;
    margin-top: 20px;
}

/*********** Notification Bar ***********/
.r-notification-bar {
    position: absolute;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 0;
    z-index: 10000;
    background-color: #2980b9;
    padding: 0.5em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.2s ease; /*cubic-bezier(.87, -.41, .19, 1.44)*/
    transition: all 0.2s ease; /*cubic-bezier(.87, -.41, .19, 1.44)*/
}

.r-notification-bar.active {
    top: 0;
}

.r-notification-bar .r-close-button {
    line-height: 0;
    cursor: pointer;
}

.r-notification-bar-text {
    font-size: 1.2em;
    margin: auto;
    color: #FFF;
}

/*********** Profile Settings ***********/

.r-profile-settings-wrapper {
    width: 100%;
    height: 100%;
}

#r-profile-settings-wrapper h3 {
    text-align: center;
    margin: 0;
    padding-top: 1.2em;
    padding-bottom: 0.5em;
    font-size: 36px;
}

#r-profile-action-buttons-wrapper {
    width: 100%;
    height: 10%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.r-profile-action-button {
    border: 2px solid #777;
    border-radius: 30px;
    margin-right: 1em;
    padding: 5px 40px;
    background: transparent;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.r-profile-action-button:hover,
.r-profile-action-button:active,
.r-profile-action-button:focus,
.r-profile-action-button.active {
    color: #FFF;
    background-color: #89d7a4;
    border: 2px solid #89d7a4;
    outline: none;
    box-shadow: none;
}

#r-profile-form-wrapper,
#r-share-form-wrapper,
#r-profile-preview-wrapper,
#r-cover-options-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#r-profile-form-wrapper.active,
#r-share-form-wrapper.active,
#r-profile-preview-wrapper.active,
#r-cover-options-wrapper.active {
    height: auto;
    overflow: visible;
}

#r-share-form-wrapper .radio {
    margin-top: 0;
    margin-bottom: 0;
}

#r-cover-options-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FCFCFC;
    border-radius: 8px;
    overflow-x: hidden !important;
}

#r-cover-options-wrapper.active {
    margin: 1em 0;
    padding: 1em 0;
}

#r-cover-options-wrapper h4 {
    margin-top: 20px !important;
    text-align: left;
    width: 100%;
    padding-left: 0.5em;
}

#r-cover-image-options-wrapper, #r-cover-video-options-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#r-cover-image-options-wrapper img, #r-cover-video-options-wrapper video {
    width: 200px;
    height: 120px;
    object-fit: cover;
    margin: 10px;
}

input#r-settings-cover-image {
    width: 100%;
    padding-left: 0.5em;
}

#r-profile-form-wrapper form, #r-share-form-wrapper form {
    width: 65%;
    padding: 2em 2.5em;
    margin-bottom: 2em;
    border-radius: 8px;
    background-color: #fff;
}

#r-profile-form-wrapper form h4 {
    margin-top: 2em;
}

.r-cover-options-button {
    background-color: transparent;
    color: #448AFF;
    border: none;
    margin: 0 0 0 1em;
    padding: 0;
    width: auto;
    height: auto;
}

.r-cover-options-button:hover,
.r-cover-options-button:active,
.r-cover-options-button:focus {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

#r-settings-cover-video-preview,
#r-settings-cover-image-preview {
    display: none;
}

#r-settings-cover-video-preview.active,
#r-settings-cover-image-preview.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#r-social-media-settings {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#r-social-media-settings .form-group {
    width: 45%;
}

#r-share-form-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#r-share-form-wrapper form .form-group:last-child {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#r-share-form-wrapper form .form-group:last-child .radio {
    margin: 0 1em 0 0;
}

#r-share-form-wrapper input[type="text"] {
    background-color: transparent;
    border: none;
    cursor: initial;
}

#r-share-form-wrapper input[type="text"]:active,
#r-share-form-wrapper input[type="text"]:focus,
#r-share-form-wrapper input[type="text"]:hover {
    outline: none;
    border: none;
    box-shadow: none;
}

#r-embed-code {
    color: #AAA;
}

.r-share-embed-code-wrapper span {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 1em;
    font-style: italic;
}

form .form-group .radio label {
    width: auto;
}

.r-share-embed-code-wrapper {
    width: 100%;
}

.r-share-embed-code-wrapper textarea {
    cursor: initial !important;
}

#r-profile-preview-wrapper {
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1em;
}

#r-profile-preview-wrapper h4 {
    text-align: left;
    width: 90%;
}

#r-profile-preview-wrapper iframe {
    width: 90%;
    height: 100vh;
    border: none;
}

/* Edit Theme Modal */
#r-edit-theme-modal .modal-dialog {
    width: 56%;
}

#r-edit-theme-section-wrapper > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* Confirm Cancel Subscription Modal */
#r-cancel-subscription-modal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#r-cancel-subscription-image-wrapper {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.r-cancel-subscription-section-wrapper {
    display: none;
}

#r-cancel-subscription-modal .modal-body .spinner {
    display: none;
    margin: 100px auto;
}

#r-cancel-subscription-image-wrapper.active,
.r-cancel-subscription-section-wrapper.active,
#r-cancel-subscription-modal .modal-body .spinner.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.r-cancel-subscription-section-wrapper h3 {
    padding: 0 1em;
    text-align: center;
}
.r-cancel-subscription-section-wrapper form {
    width: 100%;
    min-width: initial;
}

.r-cancel-subscription-section-wrapper .form-group {
    margin: 1.5em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.r-cancel-subscription-section-wrapper .form-group:nth-child(2),
.r-cancel-subscription-section-wrapper .form-group:last-child {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.r-cancel-subscription-section-wrapper .form-group > label,
.r-cancel-subscription-section-wrapper .form-group > textarea {
    width: 100%;
}

.r-cancel-subscription-section-wrapper .form-group .radio {
    width: 20%;
    margin: 0;
}

.r-cancel-subscription-section-wrapper .form-group .radio label {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.r-cancel-subscription-section-wrapper .form-group .radio label input {
    position: initial;
    margin: 0;
}


#r-admin-effect-upload .form-group,
#r-edit-details-modal .form-group {
    display: flex;
    justify-content: flex-start;
}

#r-admin-effect-upload .form-group label,
#r-edit-details-modal .form-group label {
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#r-admin-effect-upload .form-group input,
#r-edit-details-modal .form-group input {
    display: flex;
    width: 70%;
}

#r-admin-effect-upload .form-group input[type=checkbox],
#r-edit-details-modal .form-group input[type=checkbox] {
    width: 6%;
}

#r-admin-effect-upload .dropdown button,
#r-edit-details-modal .dropdown button {
    margin: 0;
}

#r-edit-details-modal h2 {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 30px;
}

#r-effect-upload-list {
    display: flex;
    margin: 10px 0;
}

.r-effect-upload-effect-wrapper {
    height: 100px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCC;
    margin: 0 5px;
}

#r-effect-upload-list video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.r-effect-group-wrapper {
    width: 100%;
}

.r-effect-group {
    display: inline-flex;
    flex-wrap: wrap;
    width: 50%;
}

.r-effect-group-button-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.r-effect-group-button-wrapper .r-edit-button {
    position: absolute;
    top:0;
    right:0;
}

.r-effect-group-button-wrapper .r-delete-button {
    position: absolute;
    top:45px;
    right:0;
}

.r-effect-group h3 {
    width: 100%;
    height: 50px;
}

.r-effect-group-elem {
    display: flex;
    width: 50%;
    height: 200px;
    flex-direction: column;
}

.r-effect-group-elem-image {
    display: flex;
    width: 100%;
    height: 80%;
    position: relative;
}

.r-effect-group-elem-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.r-effect-group-elem-text {
    display: flex;
    width: 100%;
    height: 20%;
    align-items: center;
    justify-content: center;
}

.r-coupon-group {
    display: flex;
    flex-direction: column;
}

.r-coupon-group input{
    width: 200px;
    height: 40px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.r-coupon-group button{
    width: 200px;
    height: 40px;
    margin-left: 5px;
    margin-bottom: 5px;
}

#r-admin-font-upload .form-group {
    display: flex;
    justify-content: flex-start;
}

#r-admin-font-upload .form-group label {
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#r-admin-font-upload .form-group input {
    display: flex;
    width: 70%;
}

#r-admin-font-upload .dropdown button {
    margin: 0;
}

#r-font-group-wrapper {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.r-font-group-elem {
    width: 10%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: normal;
    border: solid;
    border-radius: 20px;
    margin-right: 2%;
    cursor: pointer;
    margin-top: 10px;
}

.r-font-upload-save-button {
    margin-top: 10px;
}

#r-font-upload-delete-button {
    margin-top: 10px;
}

#r-admin-copy-capsule .form-group {
    display: flex;
    justify-content: flex-start;
}

#r-admin-copy-capsule .form-group label {
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#r-admin-copy-capsule .form-group input {
    display: flex;
    width: 70%;
}

#r-admin-copy-capsule .dropdown button {
    margin: 0;
}

#r-admin-audio-list-wrapper .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

#r-admin-audio-list-wrapper .form-group label {
    margin: 0;
}

#r-admin-audio-list-wrapper .form-group .dropdown {
    margin-left: 10px;
}

.r-admin-audio-list-list-elem {
    display: flex;
    align-items: center;
    width: 20%;
    height: 30px;
    border: solid;
    margin: 5px;
    border-radius: 10px;
}

.r-admin-audio-list-list-elem audio {
    display: none;
}

.r-admin-audio-list-list-elem i {
    cursor: pointer;
}

#r-admin-audio-list-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.r-admin-audio-list-list-text {
    border-bottom: solid;
    cursor: pointer;
    color: blue;
}

#r-admin-audio-modal .form-group {
    display: flex;
    justify-content: flex-start;
}

#r-admin-audio-modal .form-group label {
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#r-admin-audio-modal .form-group input {
    display: flex;
    width: 70%;
}

#r-admin-audio-modal .dropdown button {
    margin: 0;
}

#r-admin-audio-modal audio {
    display: block;
    margin-bottom: 10px;
}


#r-translate-text-modal .form-group {
    display: flex;
    justify-content: flex-start;
}

#r-translate-text-modal .form-group label {
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#r-translate-text-modal .form-group input {
    display: flex;
    width: 70%;
}

#r-translate-text-modal .dropdown button {
    margin: 0;
}

#r-translate-text-modal .dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
}

#r-translate-text-modal .dropdown button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.r-translate-save-button {
    background-color: #00C853;
    color: white;
    border-radius: 0;
    font-size: 16px;
    border: none;
}

.r-translate-save-button:hover {
    background-color: #00C853;
    color: white;
}

.r-notification-bar-button {
    background-color: #448AFF;
    margin-left: 1em;
    color: white;
}

#r-move-copy-video-modal .form-group {
    display: flex;
    justify-content: flex-start;
}

#r-move-copy-video-modal .form-group label {
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#r-move-copy-video-modal .form-group input {
    display: flex;
    width: 70%;
}

#r-move-copy-video-modal .dropdown button {
    margin: 0;
}

#r-move-copy-video-modal .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

#r-move-copy-video-modal .dropdown button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
}

#r-move-copy-video-modal h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.r-transfer-video-save-button {
    background-color: #00C853;
    color: white;
    border-radius: 0;
    font-size: 16px;
    border: none;
}

.r-transfer-video-save-button:hover {
    background-color: #00C853;
    color: white;
}

#r-settings-industry {
    margin: 0;
    border-radius: 0;
    max-width: 50%;
}

#r-settings-industry .caret {
    margin-left: 5px;
}

#r-profile-settings .dropdown {
    width: 75%;
}

.r-dropdown-others-text {
    width: 40%;
    margin-left: 10px;
    display: none;
}

.r-dropdown-others-text.active {
    display: inline-block;
}

.r-dropdown-others-text:active {
    box-shadow: none;
}

.r-dropdown-others-text input {
    width: 100%;
    cursor: text;
    box-shadow: none !important;
    text-align: left;
    background: none !important;
    border-radius: 0;
}

.r-library-search-wrapper {
    display: flex;
    min-width: 250px;
}

.r-library-search-wrapper input {
    border-radius: 20px 0 0 20px;
    height: 35px;
    border: 1px solid #DDD;
}

.r-library-search-wrapper input:focus {
    box-shadow: none;
    border-color: #CCC;
}

#r-settings-industry-list {
    max-height: 250px;
    overflow-y: auto;
}

.r-library-filter-wrapper {
    display: flex;
    align-items: flex-end;
    margin-left: 20px;
}

.r-library-filter-tags-wrapper,
.r-library-filter-users-wrapper {
    margin-right: 10px;
    height: 35px;
    display: flex;
    align-items: center;
    background: #FFF;
    border: 1px solid #DDD;
}

.r-library-filter-date-wrapper {
    margin-right: 10px;
    text-align: center;
}

.r-library-filter-tags-wrapper .form-group {
    margin: 0;
    display: flex;
    align-items: center;
}

.r-library-filter-tags-wrapper button {
    border: none !important;
}

.r-library-filter-tags-wrapper .r-dropdown-text {
    font-size: 15px;
    margin-right: 5px;
}

.r-library-filter-users-wrapper {
    margin-right: 10px;
}

.r-library-filter-users-wrapper .form-group {
    margin: 0;
    display: flex;
    align-items: center;
}

.r-library-filter-users-wrapper li {
    display: flex;
    align-items: center;
}

.r-library-filter-users-wrapper button {
    border: none !important;
}

.r-library-filter-users-wrapper .r-dropdown-text {
    font-size: 18px;
    margin-right: 5px;
}

#r-library-filter-tags-dropdown-list, #r-library-filter-users-dropdown-list {
    padding: 0.3em;
    min-width: 250px;
    margin-top: 0.5em;
}

#r-library-filter-tags-dropdown-list li, #r-library-filter-users-dropdown-list li {
    display: flex;
    align-items: center;
    margin: 0.2em 0.5em;
    min-width: 200px;
}

#r-library-filter-tags-dropdown-list li input, #r-library-filter-users-dropdown-list li input {
    margin: 0;
    margin-left: 5px;
    margin-right: 10px;
}

#r-library-filter-tags-dropdown-list li span, #r-library-filter-users-dropdown-list li span {
    font-size: 16px;
}

.r-library-filter-date-wrapper input {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 20px;
    border: 1px solid #DDD;
    height: 35px;
    padding: 1em;
}

.r-admin-page-wrapper {
    width: 100%;
}

.r-metrics-group input {
    height: 30px;
}

.r-metrics-group {
    display: flex;
    /* width: 700px; */
    justify-content: space-between;
}

#r-brightcove-authentication-modal {
    z-index: 1051;
}

#r-brightcove-authentication-modal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#r-brightcove-authentication-modal .modal-body .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 10px;
}

#r-brightcove-authentication-modal .modal-body .form-group label {
    width: 20%;
}

#r-brightcove-authentication-modal .modal-body .form-group input {
    width: 80%;
}

.r-brightcove-save-button {
    display: flex;
    align-self: flex-start;
    margin-top: 30px;
}

/*Modal - new CSS*/
.r-share-video-tabs-wrapper.nav-tabs {
    display: table-row !important;
    width: 100% !important;
}

.r-share-video-tabs-wrapper.nav-tabs li {
    display: table-cell;
    list-style-type: none;
    width: 100% !important;
    vertical-align: middle;
    text-align: center;
    background-color: #313131 !important;
}

.r-share-video-tabs-wrapper.nav-tabs li:hover {
    background-color: #5E5D5D !important;
}

.r-share-video-section-wrapper {
    width:100%;
    padding:0px !important;
    margin:0px !important;
}

.r-share-video-section-wrapper > div {
    display:inline-block !important;
}

#tabs_ul {
    width: 20% !important;
    background-color: #313131 !important;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 100%;
}

#tabs_preview {
    width: 80% !important;
    float:right;
}

#r-share-video-section-wrapper {
    height: 418px !important;
}

.r-share-video-tabs-wrapper.nav-tabs>li {
    border-bottom: none !important;
    height: auto !important;
}

.r-share-tab-icon {
    width:50px;
    height:50px;
    padding:10px;
    /*border-radius:50%;*/
    /*border:solid 2px #fff;*/
}

#r-share-modal {
    overflow-y:hidden;
    padding:0px !important;
    margin:0px !important;
    background-color: transparent !important;
}

.r-connect-overlay {
    background-color: #C5CED1 !important;
    opacity: 0.6;
}

.share_image_modal {
    width:100px;
    opacity: 0.4;
    cursor: pointer;
}

#share_model_data {
    text-align: center;
    width: 100% !important;
}

.r-share-message-header {
    font-style: normal !important;
    color:gray;
    display: block;
    text-align:center;
}

.r-share-button-wrapper {
   text-align: center;
}

#share_video_on_youtube {
    background-color: #bb0000 !important;
    margin:0 auto !important;
    font-size: 15px;
    text-align: center;
}

.upload_image_span {
    font-size:13px;
}

#share_twitter_data {
    margin-top:80px;
    width: 100% !important;
}

#share_button_wrapper_youtube {
    margin-top:30px !important;
    width: 100% !important;
}

.share_button_wrapper {
    width:100% !important;
}

#share_video_on_twitter {
    background-color: #0084b4;
    font-size: 15px;
    margin: 0 auto !important;
}

.twitter-message-box {
    overflow:hidden !important;
    margin:0 auto !important;
    margin-top: 30px !important;
    width: 100% !important;
    height: auto !important;
}

#share_video_on_dropbox {
    background-color: #3d9ae8;
    font-size: 15px;
}

#dropbox_wrapper,#brightcove_wrapper {
    margin-top:30px !important;
}

#share_video_on_dropbox>button {
    margin:0 auto !important;
}

.model_share_on_dropbox {
    margin-top:40px;
}

.model_share_on_facebook {
    margin-top: 10px;
}

.twitter_image {
    width: 120px;
    height: 120px;
    margin:0 auto !important;
    opacity: 0.4;
}

#share_video_on_facebook {
    background-color: #3b5998 !important;
    font-size: 15px;
}

#r-share-modal>.modal-dialog>.modal-content {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#r-share-modal>.modal-dialog>.modal-content>.modal-body {
    padding:0px !important;
}
.r-share-video-section-wrapper > div > .tab-content {
    border-top-right-radius: 12px;
    margin-left: -2px;
    border-bottom-left-radius: 0px;
}

#r-share-facebook-tab-button,#r-share-facebook-tab-button a {
    border-top-left-radius: 12px !important;
}

#r-share-brightcove-tab-button, #r-share-brightcove-tab-button a {
    border-bottom-left-radius: 12px !important;
}

#r-share-facebook-tab-button:active, #r-share-facebook-tab-button:focus, #r-share-facebook-tab-button:hover {
    border-top-left-radius: 12px;
}

#r-share-brightcove-tab-button:active, #r-share-brightcove-tab-button:focus, #r-share-brightcove-tab-button:hover {
    border-bottom-left-radius: 12px;
}

#r-share-brightcove-tab {
    margin-left: 0px !important;
}

#youtube_image_background {
    width: 130px;
    height: 130px;
    background-color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#youtube-pencil {
    width: 100%;
    height: 90%;
    object-fit: contain;
}
#youtube_image_upload_input, #facebook_page_image_upload_input {
    display: none;
}

.cwhite {
    color:white;
    background-color: lightgray;
    cursor: pointer;
    font-size: 13px;
}

.cwhiteshow {
    color:gray;
    font-size: 13px;
}
#r-share-brightcove-tab-button
{
    margin-left: 0px !important;
}
#share_video_on_facebook_page,#share_video_on_facebook_ads
{
    /*margin-left: 8px;*/
    font-size: 15px;
}
#share_video_on_brightcove
{
    background-color: #ee6d2d !important;
    font-size:15px;
}
#brightcove_wrapper
{    padding-left: 20px !important;
}
#facebook_model_button
{
    text-align: center !important;
    margin-top: 20px !important;
}
#facebook_page_image_upload
{
    width: 130px;
    height: 130px;
    margin-top:0px !important;
}
#select_facebook
{
    outline:none !important;
    border:none !important;
    width:100px !important;
    background-color: transparent !important;
}
.button_type_model
{
    border-radius: 40px !important;
}
.r-share-button-wrapper {
    border:none !important;
}

#r-share-facebook-message-input {
    margin: 0 auto !important;
}

.fbcolor {
    background-color: #3b5998 !important;
    font-size: 15px !important;
}

#r-facebook-page-list-dropdown {
    margin-right: 30px !important;
}

#r-facebook-page-list-dropdown-ads {
    margin-top: 10px !important;
}

#r-facebook-page-list {
    left: 350px !important;
    max-height: 180px;
    overflow: hidden;
    overflow-y: scroll;
}

#share_video_on_facebook_page {
    margin-left: 20px !important;
}

#account_ads_span {
    font-size: 15px !important;
    color:black !important;
}

.transparentcolor {
    background-color: transparent !important;
}

#r-facebook-page-list-ads {
    margin-left: 100px !important;
}

#r-facebook-page-list-ads>li>div>a>input {
    width: 22px !important;
    margin-left: 10px;
}
#r-facebook-page-list-ads>li>div>a
{
    font-size: 15px !important;
    color:black !important;
    float:left !important;
    display: inline-block;
    padding-top: 3px;
    text-align: left;
}
.hide_option
{
    display: none !important;
}
#twitter_count
{
    text-align: right !important;
    font-size: 14px !important;
    color: gray !important;
    width: 200px !important;
}
.r-share-message-wrapper
{
    margin-top:4px !important;
}
#r-facebook-page-list-ads>li
{
    padding:4px;
}
#r-facebook-page-list-ads>li>div>a>input
{
    width:14px;
    height: 14px;
    color:gray;
}
#r-facebook-page-list-ads>li>div>a>span
{
    font-size: 14px !important;
    padding:0em !important;
}

/* ======================
   BUY MORE CREDITS MODAL
   ====================== */

#r-modal-videos-remaining>.modal-dialog>.modal-content
{
    border-radius: 12px;
    min-height: 230px !important;
    text-align: center;
}
#r-videos-remaining-span
{
    color: #686868;
    display: block;
    margin-top: 20px !important;
}
#r-videos-description-span
{
    display: block;
    color: #A0A0A0;
}
.r-buy-credits-modal-button
{
    display: inline-block;
    border-radius: 18px;
    background: #813b8e;
    color: #fff;
    padding: 0.3em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    font-weight: 400 !important;
    margin-top: 1.8em !important;
    font-size: 18px;
    cursor: pointer;
}
.r-pricing-plans-modal-button
{
    display: inline-block;
    border-radius: 18px;
    color: #999;
    text-decoration: underline;
    padding: 0.3em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    font-weight: 400 !important;
    margin-top: 1.2em !important;
    font-size: 15px;
    cursor: pointer;
}

.r-pricing-plans-modal-button:hover {
    color: #999;
}

.r-dropdown-facebook-share
{
    display: inline-block !important;
    margin-left: 20px !important;
}
#r-share-dropdown-menu
{
    margin-left: 4.5em !important;
    font-size: 16px;
    padding-left: 4px;
}
#r-share-dropdown-menu>a
{
    display: block;
    text-align: left;
    color:gray;
    padding:3px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
#dropdownMenuButton
{
    background: transparent;
    font-size: 16px;
    padding:0px !important;
}
.font-weight-600
{
    font-weight: 600 !important;
}

/*Progress Bar - Circle and Semi-Circle*/

#r-progress-circular-model
{
  width: 160px;
  height: 160px;
  margin:0 auto !important;
  position: relative;
}

#r-facebook-pages-auth-failed,#r-facebook-pages-auth-success,#r-facebook-ads-auth-failed
{
    border-radius: 16px !important;
}

/*Semi Progress Bar*/

#r-semi-progress-bar-credit{
  width: 50px;
  height: 25px;
  margin-left:23px;
  margin-top:5px;
}

#r-semi-progress-bar-credit-container{
  margin-right: 20px;
  cursor: pointer;
  display: none;
}

#r-semi-progress-bar-credit-container>span
{
    padding-top: 4px;
    color:gray;
    font-size: 13px;
}

#r-semi-progress-bar-credit-container .progressbar-text {
    top: 60% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
}

#r-modal-videos-remaining>div>.modal-content
{
    margin-top: 10vh !important;
}

/*Brightcove folders CSS*/
#r-dropdown-brightcove-folders,#dropdownBrightcove
{
    display: inline-block !important;
    margin-right: 10px;
    background-color: transparent !important;
    font-size: 15px;
    color:gray;
}
#r-share-dropdown-menu-brightcove
{
    margin-left: 2em !important;
    font-size: 16px;
    padding-left: 4px;
}
#r-share-dropdown-menu-brightcove>a
{
    display: block;
    text-align: left;
    color:gray;
    padding:3px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

/*Store Redesign CSS - http://cssdeck.com/labs/dxwlbumt*/
#r-store-header-wrapper-box
{
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    width: 100% !important;
}
#r-store-header-wrapper
{
  text-align:center;
  background:url("../jpg/store_background.jpg");
  background-repeat:no-repeat;
  background-position:0em 0em;
  background-size:cover;
  padding-bottom:0.5em;
}
#r-wrapper-store-span
{
  padding-top:2.5em;
  text-transform:capitalize;
}
#r-wrapper-store-span>span
{
  font-size:2.5em;
  font-weight:600;
  color:#2f4067;
}
#r-wrapper-store-list
{
  text-align:center;
  padding-top: 1em;
}
#r-wrapper-store-list>ul
{
  list-style-type:none;
}
#r-wrapper-store-list>ul>li
{
  display:inline-block;
  float:none;
  padding-left:5em;
  font-size:1em;
  text-transform:uppercase;
  cursor:pointer;
  color:#2f4067;
}
#r-wrapper-store-list>ul>li.active
{
  color:white;
}
#r-wrapper-store-list>ul>li:first-child
{
  padding:0em;
}
#r-store-body-wrapper
{
  padding:1.5em;
  text-align:center;
}

#r-body-wrapper-store-span {
    display: none;
}

#r-body-wrapper-store-span>span.heading
{
  text-transform:uppercase;
  font-size:1.4em;
  color:#2f4067;
}
#r-body-wrapper-store-span>span.body
{
  display:block;
  font-size:0.8em;
  color:#a5a5a5;
  margin-top:0.3em;
}
#r-body-wrapper-filters
{
  margin-top:1em;
}
#r-body-wrapper-filters>select
{
  margin-left:2em;
  background-color:#fff;
  border-radius:4em;
  padding:0.2em;
  color:#a5a5a5;
  outline:none;
  cursor:pointer;
}
#r-body-wrapper-filters>select>option
{
  cursor:pointer !important;
  color:#a5a5a5;
}
#r-body-wrapper-filters>input
{
  border-radius:4em;
  padding:0.2em;
  outline:none;
  padding-left:0.5em;
  padding-right:0.5em;
  color:gray;
}
#r-body-wrapper-store-items
{
  padding:2.5em;
  padding-top:0em;
  padding-left: 10em;
  padding-right: 10em;
}
#r-body-wrapper-store-items>div.row>div.col
{
  height:auto;
  cursor:pointer;
}
.r-body-wrapper-store-items-inner
{
  padding:1em;
}
.r-body-items-bg-image-wrapper
{
  height:10em;
  border-radius:0.5em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding:1em;
  background-color:#fff;
}
#eight_row>div>div>div.r-body-items-bg-image-wrapper
{
    height: 26.2em;
}
#bgp1
{
  background:url("../jpg/robin-layton-ambassador-female-portrait-smoking.jpg");
  background-repeat:no-repeat;
  background-position:0em 0em;
  background-size:cover;
  height:100%;
}
.capitalize {
    text-transform: capitalize;
}
.r-body-items-bg-image
{
    height:100%;
    background-position: center !important;
}
.audio-wrapper {
    width:100%;
    height:100%;
    background-color: #fff !important;
    padding:2em;
    overflow-x: hidden;
    overflow-y: auto;
}
.videoFileTemplate {
    width:100% !important;
    height:23em !important;
}
.audio-wrapper-header-image {
    width:50px;
    height:50px;
    border-radius:8px;
    display:inline-block;
}
.r-body-wrapper-items-body-text {
    font-weight: 400 !important;
    max-height: 2.5em;
    word-wrap: break-word !important;
    overflow-y: auto;
    display: none;
}
.audio-wrapper-header-title {
    color:#004D40;
    font-size:1.5em;
    font-weight:600;
    display:inline-block;
    margin-left:1em;
    vertical-align: 0.9em !important;
}
#audio-files-wrapper>div {
    margin-top:0.3em;

}
.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: transparent;
    border: 1px solid transparent;
    color: white;
    display: inline-block !important;
    margin-left:-2.2em;
}
.audio-files-support-text {
    display: inline-block;
    padding-top:1.3em;
    color:#004D40;
}
#audio-files-wrapper::-webkit-scrollbar {
    width: 5px !important;
}
/*.r-body-items-bg-image
{
  background:url("http://cdn-7.nikon-cdn.com/Images/Learn-Explore/Ambassadors/Robin-Layton/Media/Robin-Layton-Ambassador-female-portrait-smoking.jpg");
  background-repeat:no-repeat;
  background-position:0em 0em;
  background-size:cover;
  height:100%;
}*/
.r-body-items-optional-limited,.r-body-items-optional-count
{
  height:1.4em;
  text-align:center;
  font-weight:600;
  color:maroon;
}
.r-body-wrapper-items-bg
{
  background-color:#ebebeb;
  padding-left:2em;
  padding-right:2em;
}
.r-body-wrapper-items-heading
{
  font-weight:600;
  margin-top:0.5em;
  color:#2f4067;
}
.r-body-wrapper-items-subheading
{
  color:#a5a5a5;
}
.r-body-wrapper-items-align-right
{
  float:right;
  color:#6b83bd;
}
.strike
{
  text-decoration: line-through;
}
.r-body-wrapper-items-share
{
  margin-top: 0.5em;
}
.r-body-wrapper-items-share>div
{
  margin-left:0.4em;
  border-radius:50%;
  display:inline-block;
  width:1.6em;
  height:1.6em;
  text-align:center;
  background-color:gray;
  cursor:pointer;
}
.r-body-wrapper-items-share>div>span
{
  color:white;
}
.r-body-wrapper-items-share>div:first-child
{
  margin-left:0em;
  background-color: transparent;
  border-radius: 4px !important;
  width: auto !important;
  height: 1.6em;
  text-align: center;
  cursor: pointer;
  border:solid 2px gray !important;
  color:gray;
  padding-left: 12px;
  padding-right: 12px;
}
.buy-button
{
    display: none;
}
#r-wrapper-store-list-ul>li>span.active
{
    color:white !important;
}
#r-wrapper-no-items
{
    text-align: center !important;
    margin-top:5em !important;
}
#r-body-wrapper-store-items>div.row>div.storeItemWrapper {
    transition: 0.4s !important;
}
/*Admin Store*/

#r-type-store-wrapper>div {
    margin-bottom: 0.7em;
}

#r-type-store-wrapper>div>div>span {
    display: inline-block;
    min-width: 100px;
    color:black;
    font-size: 1.1em;
    margin-right: 0.5em;
}

#r-type-store-wrapper>div>div>input,#r-type-store-wrapper>div>div>textarea,#r-type-store-wrapper>div>div>select {
    border-radius: 18px;
    color: black;
    font-size: 0.9em;
    outline: none;
    border: solid 1px #949494;
    padding: 0.3em;
}

.features-box>div>button {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #949494;
    border-radius: 18px;
}

.feature-class-span {
    display: inline-block;
    min-width: 50px;
    color:gray;
    font-size: 1.1em;
    margin-right: 0.5em;
}

.feature-class>div {
    margin-bottom: 0.3em;
}

.features-box>.feature-class>div>input,.feature-class>div>select {
    border-radius: 18px;
    color: gray;
    font-size: 0.9em;
    outline: none;
    border: solid 1px #949494;
    padding: 0.3em;
}

.submit-new-store-item>button {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #949494;
    border-radius: 18px;
}

/*Store Admin*/
.r-items-admin-store-all {
    max-height: 500px;
    overflow: auto;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    padding: 10px 0;
    margin: 10px 0;
}

.r-items-admin-store-all>div {
    display: inline-block !important;
    cursor: pointer;
    border: solid 1px #949494;
    border-radius: 18px !important;
    margin-left: 1em;
    margin-top: 0.5em;
    padding:0.2em;
}

/*Center all modals*/
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#r-share-modal:before {
    vertical-align: top !important;
    height: auto !important;
    margin-right: auto !important;
}

.onoffswitch {
    position: relative; width: 77px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 35px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 23px; padding: 0; line-height: 23px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Move";
    padding-left: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Copy";
    padding-right: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 24px; margin: -0.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 50px;
    border: 2px solid #FFFFFF; border-radius: 35px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #949494;
}

/*PLYR*/
.plyr--audio .plyr__controls, .plyr__progress--played, .plyr__volume--display {
    color: #004D40 !important;
}

#r-share-youtube-type {
    border-radius: 18px !important;
    margin-right: 1em;
    padding: 0.4em;
    outline: none !important;
}


/*Metrics Library*/
#r-metrics-wrapper {
    width: 100%;
    overflow-y: scroll;
}

#r-metrics-wrapper-box {
    padding: 2em;
}

#r-metrics-wrapper-box div span {
    margin-left: 0.5em;
}

#r-metrics-table table {
    margin-top: 1em;
    margin-left: 0em
}

#r-pagination-buttons {
    text-align: center;
    border: solid 1px #949494;
    border-radius: 12px;
}

#r-pagination-buttons>span {
    cursor: pointer;
}

.link {
    text-decoration: underline;
    color: #3b5998;
    cursor: pointer;
}

#row-inputs {
    margin-left: 0.8em;
    margin-bottom: 1.5em !important;
}

table tbody tr td {
    word-wrap: break-word !important;
}

#r-metrics-table {
    overflow-x: scroll;
}

table tbody tr td input,table tbody tr td select {
    margin-left: 1em;
}

#user-metric-accesstime {
    width: 80px;
}

#published-start-date,#published-end-date,#draft-start-date,#draft-end-date {
    width: 80px;
}

#user-metric-publishedvideos,#user-metric-draftvideos {
    margin-top: 0.5em !important;
    width:80px;
}

#user-metric-publishedvideos {
    margin-left: 9.2em !important;
}

#user-metric-draftvideos {
    margin-left: 7em !important;
}

#search-published-metrics, #search-draft-metrics {
    font-size: 1.3em;
    color: gray;
    vertical-align: -0.3em;
    cursor: pointer;
}

#r-metrics-userData {
    padding-top: 1em;
}

#user-metric-feedback-rating,
#user-metric-feedback-comments,
#user-metric-feedback-reason {
    margin-left: 0 !important;
}

#user-metric-feedback-comments,
#user-metric-feedback-reason {
    margin-top: 0.5em !important;
}

#toggle-left-window {
    font-size: 1.4em;
    vertical-align: -0.2em !important;
    color: gray;
    cursor: pointer;
}

#r-metrics-table, #r-metrics-userData {
    transition: 0.3s;
}

#user-metrics-userData {
    border-left: solid 2px gray;
}

#r-metrics-team-modal>div>div>.modal-body {
    overflow-x: scroll;
}

#r-admin-copy-capsule form{
    min-width: auto;
    width: 100%;
    height: 100%;
}

#r-admin-copy-capsule button[type='submit'] {
    width: 100px;
}

#r-team-settings-wrapper .form-group {
    width: 100%;
    height: 34px;
    display: flex;
}

#r-team-settings-wrapper .form-group label {
    width: 40%;
    height: 100%;
    display: inline-flex;
    margin: 0;
    align-items: center;
}

#r-team-settings-wrapper .form-group input {
    width: 60%;
    display: inline-block;
    margin: 0;
    border: none;
}

#r-team-settings-save-button {
    background-color: #53C353;
    border-color: #53C353;
}

.r-library-count {
    margin-left: calc(1em + 20px);
    font-size: 20px;
    display: none;
}

.r-library-count.active {
    display: block;
}

.r-last-charge-wrapper {
    display: none !important;
}

#r-store-confirmation-dialog-buy h1,
#r-store-confirmation-dialog-remove h1 {
    text-align: center;
}

.r-store-confirmation-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.r-store-confirmation-button-wrapper button {
    padding-left: 40px;
    font-size: 26px;
    padding-right: 40px;
}

.r-store-confirmation-button-wrapper button:first-child {
    margin-right: 10px;
}

.r-store-confirmation-non-refundable {
    margin-top: 15px;
}

#r-metrics-store-item-modal .modal-header {
    position: relative;
}

#r-metrics-store-item-modal .bootstrap-select {
    display: flex;
    width: 100%;
    margin: 10px;
}

#r-metrics-store-item-modal .selectpicker {
    display: none;
}

#r-metrics-store-item-modal .r-select-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

#r-metrics-store-item-modal .r-select-wrapper i{
    color: black;
    cursor: move;
}

#r-metrics-store-item-modal .r-select-wrapper i:last-child {
    display: flex;
    color: red;
    cursor: pointer;
}

.r-metrics-store-add-save {
    margin-left: 10px;
}

#r-metrics-store-item-modal .btn-white {
    background: white;
    color: black;
    border: solid 1px;
}

.r-hidden-admin {
    display: none;
}

/*Workspace Tab start*/

.r-workspaces-container {
    height: 100%;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    overflow: hidden;
    overflow-y: auto;
    background: #F9F9F9;
    flex-wrap: wrap;
}

.r-workspaces-container.align-flex-start {
    justify-content: flex-start;
}

.r-workspace-container {
    width: 15%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 40px;
    margin-left: 40px;
    flex: none;
    cursor: pointer;
    flex-wrap: wrap;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: white;
    position: relative;
}

.r-workspace-container .r-image-area {
    height: 60%;
    width: 100%;
}

.r-workspace-container .r-settings-button-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.r-workspace-container .r-settings-button-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.r-workspace-container .r-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.r-workspace-container:hover .r-image-area img {
    filter: none;
}

.r-workspace-name-container {
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    font-size: 15px;
}

.r-workspace-name-container .r-dummy-line {
    border-bottom: solid 4px;
    width: 10%;
    height: 9px;
    margin-bottom: 25px;
}

.r-name-text {
    width: 100%;
    height: 30%;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.r-workspace-container.r-new-workspace .r-name-text {
    cursor: text;
    display: flex;
    align-items: center;
    padding: 5px;
}

.r-workspace-container.r-new-workspace .r-dummy-line {
    color: grey;
    margin-left: 5px;
}

.r-workspace-container.r-new-workspace .r-name-text:empty:before {
    content: attr(placeholder);
    color: grey;
}


.r-workspace-container.r-new-workspace {
    border: solid 2px #007EFF;
    box-shadow: none;
}

.r-create-workspace-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-create-workspace-button-wrapper div,
.r-create-workspace-button-wrapper div:hover {
    background: transparent;
    color: #007EFF;
    border: solid 1px;
    font-size: 15px;
}

.r-workspace-users {
    width: 100%;
    height: 30%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.r-workspace-users img {
    height: 100%;
    margin-right: 5px;
}

.r-workspace-action-buttons {
    position: relative;
    display: none;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.r-workspace-action-buttons img {
    height: 50%;
    margin-left: 10px;
    cursor: pointer;
}

.r-workspace-container:hover .r-workspace-action-buttons {
    display: flex;
}

.r-workspace-action-buttons i {
    cursor: pointer;
    font-size: 40px;
    margin-left: 10px;
}

#r-team-member-modal .r-team-member-invite-workspace {
    display: flex;
    align-items: center;
    padding: 20px;
}

#r-team-member-modal .r-team-member-invite-workspace label {
    display: none;
}

#r-team-member-modal .r-team-member-invite-workspace button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#r-team-member-modal .r-team-member-invite-workspace .form-group {
    width: 80%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

#r-team-member-modal .modal-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#r-team-member-modal h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#r-team-invite-modal-members,
#r-team-invite-modal-members {
    max-height: 50vh;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    overflow-x: hidden;
}

#r-team-invite-modal-members .r-team-member-container,
#r-team-invite-modal-members .r-team-invite-container {
    height: 7vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

#r-team-invite-modal-members > div:last-child {
    border-bottom: none;
}

#r-team-invite-modal-members .r-team-member-image-container {
    height: 100%;
    width: 10%;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#r-team-invite-modal-members .r-team-member-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#r-team-invite-modal-members .r-team-member-name-container {
    height: 100%;
    width: calc(70% - 40px);
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-right: 20px;
}

#r-team-invite-modal-members .r-team-member-container.r-is-owner .r-team-member-name-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#r-team-invite-modal-members .r-team-member-container.r-is-admin .r-team-member-name-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


#r-team-invite-modal-members .r-team-member-name-container .label-owner {
    display: none;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #ccc;
    border-radius: 9999px;
    padding: 5px 10px;
}

#r-team-invite-modal-members .r-team-member-name-container .label-admin {
    display: none;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #ccc;
    border-radius: 9999px;
    padding: 5px 10px;
}

#r-team-invite-modal-members .r-team-member-container.r-is-owner .r-team-member-name-container .label-owner {
    display: flex;
}

#r-team-invite-modal-members .r-team-member-container.r-is-admin .r-team-member-name-container .label-admin {
    display: flex;
}

#r-team-invite-modal-members .r-team-invite-name-container {
    height: 100%;
    width: calc(85% - 20px);
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-right: 20px;
}
#r-team-invite-modal-members .r-team-invite-name-container > div {
    display: flex;
}

.r-team-member-container > .user-options {
    display: flex;
}

#r-team-invite-modal-members .r-team-member-delete-container,
#r-team-invite-modal-members .r-team-invite-delete-container {
    height: 100%;
    width: 100%;
    padding: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #007EFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
}

#r-team-invite-modal-members .r-team-member-delete-container i,
#r-team-invite-modal-members .r-team-invite-delete-container i {
    cursor: pointer;
}

/*#r-team-invite-modal-members .r-is-admin .r-team-member-delete-container,
#r-team-invite-modal-members .r-team-invite-delete-container {
    display: flex;
}

#r-team-invite-modal-members .r-is-owner.r-is-admin .r-team-member-delete-container {
    display: none;
}

#r-team-invite-modal-members .r-team-member-delete-container {
    display: flex;
}*/

#r-team-invite-modal-members .r-team-member-promote-container,
#r-team-invite-modal-members .r-team-member-demote-container {
    height: 100%;
    width: 100%;
    padding: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #007EFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
}

#r-team-invite-modal-members .r-is-admin .r-team-member-delete-container {
    display: flex;
}

#r-team-invite-modal-members .r-is-user .r-team-member-delete-container {
    display: flex;
}

#r-team-invite-modal-members .r-is-admin .r-team-member-demote-container {
    display: flex;
}

#r-team-invite-modal-members .r-is-user .r-team-member-promote-container {
    display: flex;
}

#r-leave-workspace-modal h1 {
    text-align: center;
    margin-bottom: 20px;
}

.r-leave-workspace-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-leave-workspace-buttons button {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    background: red;
}

.r-leave-workspace-buttons button:first-child {
    background: green;
}

#r-team-member-modal .tab-content {
    margin-left: 0;
}

#r-team-member-modal .tab-pane {
    padding: 0;
}

#r-team-member-modal .r-tab-hidden {
    display: none !important;
}

#r-invite-modal-tab-settings {
    display: none;
    flex-direction: column;
    padding: 20px !important;
}

#r-invite-modal-tab-settings.active {
    display: flex;
}

.r-team-name-div {
    display: flex;
    height: 50px;
    margin-bottom: 20px;
}

.r-team-name-div div {
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    width: 40%;
    overflow: hidden;
    font-size: 40px;
}

.r-team-name-div .isEditable {
    border: solid 1px #007EFF;
}

.r-team-name-div i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 24px;
    cursor: pointer;
}

.r-team-name-div .r-apply-button {
    color: #007EFF;
}

.r-team-image {
    display: flex;
    height: 50%;
    overflow: hidden;
}

.r-team-image img {
    height: 100%;
    width: 40%;
    object-fit: cover;
}

.r-team-image-wrapper {
    display: flex;
    flex-direction: column;
}

.r-team-image-wrapper i {
    margin-left: 20px;
    font-size: 30px;
    cursor: pointer;
}

.r-team-image-wrapper i:first-child {
    margin-bottom: 20px;
}

#r-team-member-modal .modal-dialog {
    width: 60vw;
}

#r-team-member-modal .modal-content {
    border-radius: 20px;
}

#r-team-member-modal .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
}

#r-team-member-modal .nav-tabs li.active {
    border-bottom: solid 1px white;
    margin-bottom: -1px;
}


#r-team-member-modal .nav-tabs li.active:before {
    content: " ";
    display: block;
    width: 25px;
    height: 2px;
    background: #ddd;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(30deg);
    position: absolute;
    bottom: 5px;
    right: -2px;
}

#r-team-member-modal .nav-tabs li.active:after {
    content: " ";
    display: block;
    width: 25px;
    height: 2px;
    background: #ddd;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-30deg);
    position: absolute;
    bottom: 5px;
    left: -2px;
}

#r-team-member-modal .nav-tabs li:last-child {
    margin-right: 0;
}

#r-team-member-modal .nav-tabs li a {
    border: none;
    background: transparent;
    padding: 0;
    color: grey;
}

#r-team-member-modal .nav-tabs li.active a {
    color: #007EFF;
}

#r-team-member-modal .nav-tabs li a i {
    font-size: 40px;
    margin-bottom: 20px;
}

.r-team-text {
    font-size: 20px;
    color: grey;
    margin-bottom: 10px;
}

.r-intro-text {
    margin: 5%;
    font-size: 60px;
    text-align: center;
}

#r-invite-modal-tab-members.active {
    display: flex;
    flex-direction: column;
}

/*Workspace Tab end*/


/*Analytics Tab start*/

#r-analytics-section-wrapper {
    /*display: flex;*/
    /*margin: auto;*/
    padding: 16px;
    width: 100%;
}

#r-analytics-section-wrapper > .r-analytics-nav-tab {
    display: flex;
    justify-content: space-between;
}

.nav.nav-tabs.nav-tabs-analytics {

}

.r-analytics-nav-tab-item {
    display: flex;
}

.r-analytics-nav-tab-item > ul {
    display: flex;
}

.tab-content.tab-content-analytics {
}

/*Analytics Tab end*/

/*Feeds Tab start*/

#r-feeds-section-wrapper {
    /*display: flex;*/
    /*margin: auto;*/
    padding: 16px;
    width: 100%;
}
/*Feeds Tab end*/
#r-share-dropbox-tab-button {
    display: none;
}

/* Account Settings */
#r-account-settings span{
  font-size: 15px;
  line-height: 1.6;
}
#r-account-settings .del-key{
  font-weight: 500;
}
#r-account-settings .del-inp{
  color: #c71111;
  font-weight: 500;
}
#r-account-settings .del-but:hover{
  border-color: #c71111;
  color: #c71111;
}


/* Templates Admin */

.show-all-categories {
    height: 650px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

#r-add-category-modal {
    overflow: hidden !important;
}

.category_list {
    width: 100% !important;
}

.category_list > table {
    width: 100% !important;
}

.category_list > table > tbody > tr {
    width: 100% !important;
}

.category_list > table > tbody > tr:nth-child(even) {
    background-color: #f2f2f2
}

.category_list > table > tbody > tr > td {
    margin-bottom: 0.2em !important;
    display: inline-block !important;
    border: none !important;
}

.category_list > table > tbody > tr > td:first-child {
    width: 30% !important;
}

.category_list > table > tbody > tr > td:nth-child(2) {
    width: 70% !important;
}

.category_list  {
    border-bottom: solid 1px lightgray !important;
    padding: 0.3em !important;
}

.category_list_themes {
    padding: 0.3em !important;
}

.category_list_themes > table > tr > td {
    padding: 0.1em !important;
}

.modal_templates_admin {
    width: 550px !important;
}

.r-effect-group > button, .styled-button {
    margin-left: 1em !important;
    padding: 0.4em !important;
    background-color: transparent;
    border: solid 1px blue;
    border-radius: 4px !important;
}

.r-effect-group > button:hover, .styled-button:hover {
    background-color: blue;
    color: white;
    border: solid 1px white;
    transition: 0.2s;
}

.modal_templates_admin > div:first-child {
    background-color: blue !important;
    color: white;
}

#table_templates > table > tbody > tr {
    margin-bottom: 1em !important;
}

.r-template-group {
    display: inline-flex;
    flex-wrap: wrap;
    width: 50%;
}


.r-template-group > button, .styled-button {
    margin-left: 1em !important;
    padding: 0.4em !important;
    background-color: transparent;
    border: solid 1px blue;
    border-radius: 4px !important;
}

.r-template-group > button:hover, .styled-button:hover {
    background-color: blue;
    color: white;
    border: solid 1px white;
    transition: 0.2s;
}

.r-template-group h3 {
    width: 100%;
    height: 50px;
}

.r-rbac-permissions-wrapper {
    max-height: 500px;
    overflow: auto;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin: 10px 0px;
    padding: 10px 0px;
}

.r-rbac-permissions-wrapper > .feature-item {
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 18px;
    margin-left: 1em;
    margin-top: 0.5em;
    padding: 0.2em;
}

.r-rbac-permission-modal-body>div {
    margin-bottom: 0.7em;
}

.r-rbac-permission-modal-body>div>div>span {
    display: inline-block;
    min-width: 100px;
    color:black;
    font-size: 1.1em;
    margin-right: 0.5em;
}

.r-rbac-permission-modal-body>div>div>input,.r-rbac-permission-modal-body>div>div>textarea,.r-rbac-permission-modal-body>div>div>select {
    border-radius: 18px;
    color: black;
    font-size: 0.9em;
    outline: none;
    border: solid 1px #949494;
    padding: 0.3em;
}

.r-rbac-permission-modal-body > .update-button-div{
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: flex-end;
}

.r-rbac-permission-modal-body > .update-button-div > button{
    width: 150px;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: bolder;
}

.r-rbac-permission-modal-body > .update-button-div > span {
    padding: 10px;
    margin-right: 10px;
    font-weight: 600;
}

.r-rbac-fetch-refresh-div > button {
    margin: 0 10px 10px 0;
}

.r-rbac-filters-div > label {
    margin: 0 10px 0 0;
}

.r-rbac-filters-div > input, .r-rbac-filters-div > select {
    margin: 0 10px 0 0;
    width: 200px;
    height: 30px;
}

.r-rbac-filters-div > a {
    margin: 0 0 0 10px;
    font-weight: 500;
    cursor: pointer;
    color: #00a7f9;
}
.r-rbac-filters-div > a:hover {
     color: #0f7dde;
     font-weight: 600;
}

.r-empty {
    padding: 30px;
    text-align: center;
}