body {
    font-family: 'Quicksand', sans-serif;
    background-color: #ffffff;
    min-height: 100vh;
}

#loading {
    /* background-color: #00000063; */
    background-color: white;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.logo-loader {
    position: relative;
    /* background: linear-gradient(229.62deg, #58E0E0 12.63%, #31CDCD 90.54%); */
    width: 90px;
    height: 90px;
    border: 18px solid #0cdddf;
    display: inline-block;
    border-radius: 50%;
    animation: rotateloader linear infinite 1.2s;
}
@keyframes rotateloader {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
.logo-loader:before {
    /* content: ""; */
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(0.55);
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 50%;
}
.logo-loader:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: linear-gradient(229.62deg, #58E0E0 12.63%, #31CDCD 90.54%);
    border-radius: 50%;
    position: absolute;
    right: -65%;
    top: -65%;
}



.remmie-green {
    color: #12B2B3;
}
.light-black {
    color: #22262B;
}
.pb-30 {
    padding-bottom: 30px !important;
}
ul {
    padding: 0;
}
ul li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.spacer {
    flex: 1;
}
.page-full-detail {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}
.main-header {
    padding: 12px 80px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative;
    z-index: 999;
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    z-index: 1000;
    background: #ffffff !important;
    box-shadow: 0px 4px 10px 0 rgb(0 0 0 / 20%);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
.pass-eye {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.login-form-content .form-title {
    color: #12B2B3;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
}
.login-form-content .form-content {
    color: #22262B;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 28px;
}
.sharing-form {
    background-color: #F9F9F9;
    padding: 45px;
    border-radius: 4px;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}
@media (max-width: 1440px) {
    .sharing-form {
        padding: 38px;
    }
    .form-details {
        padding: 35px;
    }
    .pb-30 {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 991px) {
    .main-header {
        padding: 15px 18px;
    }
    .sign-in-from a img {
        width: 130px;
    }
}

@media (max-width: 767px) {
    .login-form-content .form-title {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }
    .login-form-content .form-content {
        font-size: 16px !important;
        margin-bottom: 22px !important;
    }
    .main-header {
        padding: 15px 15px;
    }
}

@media (max-width: 640px) {
    .sharing-form {
        width: 100%;
        padding: 30px 20px !important;
    }
    .form-details {
        padding: 30px 20px !important;
    }
    .login-form-content .form-title {
        font-size: 20px !important;
    }
    .login-form-content .form-content {
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }
}

.form-details {
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 35px;
}
form .custom-inputs {
    border-radius: 4px;
    border: 1px solid #12B2B3;
    color: #22262B !important;
    font-size: 14px !important;
}
form label {
    color: #12B2B3 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
form .custom-inputs::placeholder {
    color: #12B2B3;
}
form .custom-inputs:focus {
    outline: none;
    border: 1px solid #12B2B3;
    box-shadow: none;
}
.remmie-form-btns {
    border-radius: 50px;
    background: #12B2B3;
    padding: 10px 50px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}
.leave-modal-btn {
    border-radius: 50px;
    border: 1px solid #12B2B3 !important;
    padding: 10px 50px;
    border: none;
    color: #12B2B3;
    font-size: 18px;
}
.leave-modal-btn:hover {
    background: #12B2B3;
    color: #ffffff;
}
.auth-login.page-full-detail .footer-section {
    position: relative;
}
.footer-section {
    background-color: #ffffff;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    z-index: 999;
    position: relative;
    bottom: 0;
}
.top-footer {
    background-color: #ffffff;
    padding: 10px 15px;
    /*height: 40px;*/
    height: auto;
    min-height: 40px;
}
.sub-footer {
    background-color: #12B2B3;
    padding: 10px 15px;
    font-size: 14px;
}

/* modal css */
.login-inn-modal .modal-content {
    padding: 12px;
    border-radius: 12px;
    border: none;
}
.login-inn-modal .modal-body,
.login-inn-modal .modal-footer {
    padding: 12px !important;
}
.login-inn-modal .modal-header {
    justify-content: center;
    padding: 12px;
}
.login-inn-modal .modal-header .modal-title {
    color: #22262B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.login-inn-modal .modal-body .content-data {
    color: #22262B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.59px;
    text-align: center;
}
.login-inn-modal .modal-footer {
    justify-content: center;
}
.login-inn-modal .modal-footer button:hover {
    color: #ffffff;
}
.leave-modal-footer button {
    margin: 0 10px;
}

@media (min-width: 576px) {
    .login-inn-modal .modal-dialog {
        max-width: 410px;
    }
}


/* dashboard css */

.home-page-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-contents {
    overflow-x: hidden;
    position: relative;
}
.leave-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}
.active-user-tab {
    border: 1px solid #12B2B3;
    padding: 8px 18px;
    color: #22262B;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}
.active-user-tab:hover {
    background-color: #12B2B3;
    color: #ffffff;
}
.re-fixed-sidebar {
    position: fixed;
    z-index: 99;
    top: 0;
    padding-top: 70px;
    width: 230px;
    height: 100vh;
    background: #FBFBFB;
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.re-main-details {
    margin-left: auto;
    width: calc(100% - 220px);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    padding: 40px 25px;
}

/* .viewer-user-detail{
    width: 100%;
    padding-left: 30px;
  } */
.top-sidebar-user {
    padding: 30px 25px 15px;
    text-align: center;
}
.re-list-link span {
    color: #12B2B3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
ul.list-navlink li {
    border-right: 3px solid #12B2B3;
    background: rgba(86, 224, 224, 0.20);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.list-navlink li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 24px 16px 28px;
}
.image-viewer {
    width: 800px;
    max-width: 100%;
    position: relative;
    height: auto;
    margin: 0 auto;

    /* position: relative;
    width: 100%;
    padding-top: calc(50.60% + 54px); */
}
/* .image-viewer webrtc-player, */
.record-details-view img,
.record-details-view video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 16 / 9;
}
.record-details-view {
    position: relative;
    width: 100%;
    /* padding-top: 56.25%; */
    padding-top: 50.25%;
}
.image-viewer img {
    width: 100%;
    height: 480px;
}
.image-up-logo {
    position: absolute;
    top: auto;
    bottom: 15px;
    right: 15px;
    left: auto;
}
.user-title-name {
    color: #12B2B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.594px;
    padding-bottom: 20px;
}
.re-viewer-users {
    border-radius: 80px;
    background: rgba(88, 224, 224, 0.20);
    color: #22262B;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}
.re-viewer-users span {
    padding-left: 5px;
}
.re-viewer-users:hover {
    color: #12B2B3;
}
.multi-records-sc {
    overflow: auto;
    display: flex;
    /* margin: 0 6px; */
    padding: 0 0 8px 0;
}
/* .multi-records-sc .col-xl-2{
    width: 19% !important;
  } */
.multi-records-sc .screen-img-preview:not(:last-child) {
    margin-right: 12px;
    /* padding: 0 6px !important; */
}

/* .multi-records-sc:not(:first-child){
    padding-left: 0 !important;
  }
  .multi-records-sc:not(:last-child){
    padding-right: 0 !important;
  } */
.recent-records-list {
    margin-top: 30px;
}
.recent-records-list .user-title-name {
    padding-bottom: 15px;
}

/* .record-details-view{
    background-color: #F1F2F4;
    width: 100%;
    height: 110px;
    margin-bottom: 5px;
  }
  .record-details-view img{
    height: 100%;
    width: 100%;;
  } */
.download-btn {
    background-color: #12B2B3;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
    cursor: pointer;
}
.delete-btn {
    background-color: #F3D036;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 3px;
    right: 3px;
    z-index: 10;
    cursor: pointer;
}
.mobile-display-show .active-user-tab {
    display: none;
}

@media (max-width: 1500px) {
    .image-viewer img {
        height: auto;
    }
    .image-viewer {
        height: auto;
    }
}

@media (max-width: 1440px) {
    /* .multi-records-sc .col-xl-2{
      width: 23% !important;
    } */
}

@media (min-width: 1440px) {
    .col-xl-3 {
        flex: 0 0 auto;
        /* width: 24.20% !important; */
        width: 19.10% !important;
    }
    .record-details-view {
        padding-top: 50.25%;
    }
}
@media (max-width: 1441px){
    .col-xl-3 {
        flex: 0 0 auto;
        width: 24.20% !important;
        /* width: 19.2% !important; */
    }
    .record-details-view {
        padding-top: 55.25%;
    }
}
@media (max-width: 1199px){
    .col-md-3 {
        flex: 0 0 auto;
        width: 31.33% !important;
    }
    .record-details-view {
        padding-top: 56.25%;
    }
}
@media (max-width: 991px){
    .col-sm-4 {
        flex: 0 0 auto;
        width: 32.33% !important;
    }
}

@media (max-width: 1200px) {
    /* .multi-records-sc .col-xl-2{
      width: 33.33%;
    } */
    /* .record-details-view {
      height: 108px;
    } */
}

@media (max-width: 1024px) {
    .re-fixed-sidebar {
        width: 200px;
    }
    .re-main-details {
        width: calc(100% - 190px);
        padding: 35px 30px;
    }
    .recent-records-list {
        margin-top: 40px;
    }
    .active-user-tab {
        font-size: 14px;
    }
    /* .record-details-view {
      height: 92px;
    } */
    .re-list-link span {
        font-size: 16px;
    }
    ul.list-navlink li a {
        padding: 15px 20px;
    }
    .sharing-form {
        padding: 32px;
    }
    .form-details {
        padding: 32px;
    }
}

@media (max-width: 991px) {
    /* .viewer-user-detail {
        display: none;
    } */
    .recent-records-list {
        margin-top: 30px;
    }
    .multi-records-sc .col-xl-2 {
        width: 22% !important;
    }
    .pb-30 {
        padding-bottom: 20px !important;
    }
    .re-video-img-tool{
        order: 2;
    }
    .viewer-user-detail{
        order: 1;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .viewer-user-detail {
        display: block;
    }
    .re-fixed-sidebar {
        display: none;
    }
    .re-main-details {
        width: 100%;
        padding: 20px 15px 30px;
        margin-left: 0;
    }
    .mobile-display-show {
        display: flex;
        justify-content: space-between;
    }
    .user-title-name {
        display: none;
    }
    .mobile-display-show {
        display: flex;
        padding-bottom: 20px;
    }
    .viewer-user-detail {
        order: 1;
        padding-bottom: 0;
    }
    .re-video-img-tool {
        order: 2;
    }
    .mobile-display-show .active-user-tab {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .user-title-name {
        display: none;
    }
    /* .multi-records-sc .col-xl-2{
      width: 25% !important;
    } */
}

@media (max-width: 640px) {
    .re-main-details {
        width: 100%;
        padding: 30px 0px;
        margin-left: 0;
    }
    .main-header {
        padding: 12px 0;
    }
    .active-user-tab {
        font-size: 14px;
    }
    .re-viewer-users {
        padding: 8px 15px;
    }
    .col-sm-4.screen-img-preview {
        width: 48% !important;
    }
}

@media (max-width: 425px) {
    .leave-modal-footer button {
        margin: 0 4px 3px;
        padding: 10px 30px;
    }
}


/* ===== Scrollbar CSS ===== */

/* Chrome, Edge, and Safari */
.multi-records-sc::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}
.multi-records-sc::-webkit-scrollbar-track {
    background: #E8E8E8;
    border-radius: 15px;
}
.multi-records-sc::-webkit-scrollbar-thumb {
    background-color: #7A7A7A;
    border-radius: 15px;
    border: 3px solid #7A7A7A;
}

.video-play-ic{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background-color: #00000040;
}
.video-play-ic a{
    background-color: #CBCED1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}
.record-details-view.placeholder{
    filter: brightness(0);
    opacity: 0.1;
}



#InactiveModal .login-inn-modal .modal-dialog {
    max-width: 450px;
}
#InactiveModal .modal-footer.leave-modal-footer button {
    font-size: 16px !important;
    padding: 10px 15px !important;
    margin: 0 5px !important;
}

@media (max-width: 575px) {
    #InactiveModal .login-inn-modal .modal-dialog {
        max-width: 410px !important;
    }
    .start-previews .modal-footer button {
        width: 100% !important;
        margin: 0 40px;
    }
}

@media (max-width: 425px) {
    #InactiveModal .modal-footer.leave-modal-footer button {
        padding: 10px 12px !important;
        margin: 0 3px !important;
    }
}

@media (max-width: 375px) {
    #InactiveModal .modal-footer.leave-modal-footer {
        flex-wrap: wrap !important;
    }
    #InactiveModal .modal-footer.leave-modal-footer button {
        width: 100% !important;
        margin: 4px 6px !important;
    }
}


.start-previews .modal-dialog {
    max-width: 600px;
}
.start-previews .modal-header .modal-title {
    color: #22262B;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
}
.start-previews .modal-body p{
    color: #22262B;
    font-weight: 400;
    font-size: 16px;
}
.start-previews .modal-content {
    /* padding: 12px; */
    border-radius: 12px;
    border: none;
}
.bg-primary,
.badge-primary {
    color: #ffffff;
    background: rgba(8, 155, 171, 1);
    background: -moz-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8, 155, 171, 1)), color-stop(100%, rgba(13, 181, 200, 1)));
    background: -webkit-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -o-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -ms-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--theme)', endColorstr='#0db5c8', GradientType=1);
}
.bg-secondary,
.badge-secondary {
    color: #ffffff;
    background: rgba(120, 125, 118, 1);
    background: -moz-linear-gradient(left, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(120, 125, 118, 1)), color-stop(100%, rgba(171, 171, 171, 1)));
    background: -webkit-linear-gradient(left, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -o-linear-gradient(left, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -ms-linear-gradient(left, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: linear-gradient(to right, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787d76', endColorstr='#ababab', GradientType=1);
}
.bg-success,
.badge-success {
    color: #ffffff;
    background: rgba(49, 192, 44, 1);
    background: -moz-linear-gradient(left, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(49, 192, 44, 1)), color-stop(100%, rgba(87, 222, 83, 1)));
    background: -webkit-linear-gradient(left, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    background: -o-linear-gradient(left, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    background: -ms-linear-gradient(left, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    background: linear-gradient(to right, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31c02c', endColorstr='#57de53', GradientType=1);
}
.bg-danger,
.badge-danger {
    color: #ffffff;
    background: rgba(216, 74, 69, 1);
    background: -moz-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216, 74, 69, 1)), color-stop(100%, rgba(242, 99, 97, 1)));
    background: -webkit-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: -o-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: -ms-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: linear-gradient(to right, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d84a45', endColorstr='#f26361', GradientType=1);
}
.bg-warning,
.badge-warning {
    color: #ffffff;
    background: rgba(252, 158, 91, 1);
    background: -moz-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252, 158, 91, 1)), color-stop(100%, rgba(255, 182, 126, 1)));
    background: -webkit-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: -o-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: -ms-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: linear-gradient(to right, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9e5b', endColorstr='#ffb67e', GradientType=1);
}
.bg-info,
.badge-info {
    color: #ffffff;
    background: rgba(2, 209, 255, 1);
    background: -moz-linear-gradient(left, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 209, 255, 1)), color-stop(100%, rgba(97, 226, 252, 1)));
    background: -webkit-linear-gradient(left, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    background: -o-linear-gradient(left, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    background: -ms-linear-gradient(left, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    background: linear-gradient(to right, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02d1ff', endColorstr='#61e2fc', GradientType=1);
}
.bg-light,
.badge-light {
    background: rgba(233, 238, 244, 1);
    background: -moz-linear-gradient(left, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(233, 238, 244, 1)), color-stop(100%, rgba(238, 245, 253, 1)));
    background: -webkit-linear-gradient(left, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    background: -o-linear-gradient(left, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    background: -ms-linear-gradient(left, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    background: linear-gradient(to right, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef4', endColorstr='#eef5fd', GradientType=1);
}
.bg-dark,
.badge-dark {
    background: rgba(55, 73, 73, 1);
    background: -moz-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(55, 73, 73, 1)), color-stop(100%, rgba(69, 93, 93, 1)));
    background: -webkit-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: -ms-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: linear-gradient(to right, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#374949', endColorstr='#455d5d', GradientType=1);
}
