﻿/*@media (max-width: 1439px){
.navbar {
    height: 60px;
    padding: 10px 0;
}
}*/
body {
    padding-bottom: 30px;
}

.navbar .header-icon {
    font-size: 18px;
    padding: 6px 10px;
}

.logo {
    width: 150px;
    height: 40px;
}

.SDB-UnitList .card .card-body {
    padding: 8px 15px;
}

.customPage .list-thumbnail {
    height: 50px;
}

.customPage.rounded .card {
    border-radius: 5px;
}

.customPage.rounded .card-img-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.SDB-UnitList .card.dropletType1 {
    background-color: #5CDB95; /*#436B51;*/
}

    .SDB-UnitList .card.dropletType1 a, .SDB-UnitList .card.dropletType2 a, .SDB-UnitList .card.dropletType3 a, .SDB-UnitList .card.dropletType4 a {
        /*color: white;*/
        font-weight: 600;
    }

.SDB-UnitList .card.dropletSubtype1 {
    background-color: #8EE4AF; /* #B3C3B9;*/
    border: 5px solid #5CDB95; /*#436B51;*/
    border-width: 0 0 0 5px;
}

.SDB-UnitList .card.dropletType2 {
    background-color: #FDCE55; /* #D9B08C;*/ /*#2b6684;*/
}

.SDB-UnitList .card.dropletSubtype2 {
    background-color: #fce6ac; /*#FFCB9A;*/ /* #AAC1CD;*/
    border: 5px solid #FDCE55; /*#D9B08C;*/ /*#2b6684;*/
    border-width: 0 0 0 5px;
}

.SDB-UnitList .card.dropletType4 {
    background-color: #66FCF1; /*#45A29E;*/ /*#a55248;*/
}

.SDB-UnitList .card.dropletSubtype4 {
    background-color: #bdfeff; /* #66FCF1;*/ /* #DBB9B5;*/
    border: 5px solid #66FCF1; /* #45A29E;*/ /* #a55248;*/
    border-width: 0 0 0 5px;
}

.SDB-UnitList .card.dropletType3 {
    background-color: #fff647; /*#5c4842;*/
    /* background-color: #ff7bea;*/
}

.SDB-UnitList .card.dropletSubtype3 {
    background-color: #fffba3; /*#FDCE55;*/ /* #BDB5B3;*/
    border: 5px solid #fff647; /*#5c4842;*/
    border-width: 0 0 0 5px;
    /* background-color: #fdd4f7; border: 5px solid #ff7bea; border-width: 0 0 0 5px;*/
}

.SDB-UnitList .card.dropletSubtypeSelf {
    background-color: #ccdbe9; /*#c8c8c8;*/
    border: 5px solid #0f3057;
    border-width: 0 0 0 5px;
}

.SDB-UnitList .card.yettodownload {
    background-color: #D5E2ED;
    border: 5px solid #A55248;
    border-width: 0 0 0 5px;
}

.SDB-UnitList .card.yettopublish {
    /* f0db72*/
    background-color: #9bb4c2 !important; /*#FEEBA8 !important;*/
    border: 5px solid #ce5121 !important;
    border-width: 0 0 0 5px !important;
}

.customPage .btn-group-sm > .btn, .btn-sm {
    padding: 5px 15px;
}

.customPage .btn i {
    font-size: 16px;
    margin-right: 5px;
    top: 2px;
    position: relative;
}

.customPage .custom-control-label::before {
    border: 2px solid #909090 !important;
    background-color: #fff !important;
}

.panelIcon {
    color: #ffffff;
    font-size: 16px;
}

.navbar .navbar-right .user {
    margin-right: 2px;
}

.top-right-button-container {
    float: right;
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 1439px) {
    main {
        margin-top: 80px;
    }

    .tooltip {
        top: -90px !important;
    }

    .menu {
        padding-top: 60px;
        height: calc(100% - 60px);
    }

        .menu .main-menu {
            width: 80px;
            height: calc(100% - 60px);
            border-radius: 0 !important;
        }

    .navbar .menu-button {
        width: 80px;
    }

    .menu .sub-menu {
        left: 80px;
        height: calc(100% - 60px);
    }

    body.customPage {
        min-height: calc(100% - 90px);
    }

    .customPage .navbar {
        height: 60px;
        padding-top: 10px;
        padding-right: 10px;
    }

    #app-container.menu-hidden main, #app-container.menu-sub-hidden main, #app-container.sub-hidden main {
        margin-left: 120px;
    }

    #app-container.customPage.menu-hidden .nonLSpace, #app-container.customPage.menu-sub-hidden .nonLSpace, #app-container.customPage.sub-hidden .nonLSpace {
        margin-left: 50px;
    }

    #app-container.customPage.menu-hidden .footer-content, #app-container.customPage.menu-sub-hidden .footer-content, #app-container.customPage.sub-hidden .footer-content {
        margin-left: 110px;
    }

    .main-hidden.customPage main {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (min-width: 1439px) {
    main {
        margin-top: 80px;
    }

    .tooltip {
        top: -90px !important;
    }

    .menu {
        padding-top: 60px;
        height: calc(100% - 60px);
    }

        .menu .main-menu {
            width: 80px;
            height: calc(100% - 60px);
            border-radius: 0 !important;
        }

    .navbar .menu-button {
        width: 80px;
    }

    .menu .sub-menu {
        left: 80px;
        height: calc(100% - 60px);
    }

    .app-menu {
        top: 40px;
        height: calc(100% - 60px);
    }

    body.customPage {
        min-height: calc(100% - 90px);
    }

    .customPage .navbar {
        height: 60px;
        padding-top: 10px;
        padding-right: 10px;
    }

    #app-container.menu-hidden main, #app-container.menu-sub-hidden main, #app-container.sub-hidden main {
        margin-left: 120px;
    }

    #app-container.customPage.menu-hidden .nonLSpace, #app-container.customPage.menu-sub-hidden .nonLSpace, #app-container.customPage.sub-hidden .nonLSpace {
        margin-left: 50px;
    }

    #app-container.customPage.menu-hidden .footer-content, #app-container.customPage.menu-sub-hidden .footer-content, #app-container.customPage.sub-hidden .footer-content {
        margin-left: 110px;
    }

    .main-hidden.customPage main {
        margin-left: 50px !important;
    }
}

.menu .main-menu ul li.active:after {
    width: 3px;
    height: 110px;
}

.customPage footer.page-footer {
    height: 30px;
    padding: 5px 15px;
}

    .customPage footer.page-footer ul {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.checkLink {
    position: absolute;
    right: 10px;
    bottom: 5px;
    line-height: 27px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
}

    .checkLink.btn i {
        margin-right: 0;
    }

.headLinks .headLinkCol {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.headLinks a {
    display: block;
}

    .headLinks a span {
        display: inline-block;
        vertical-align: middle;
    }

.sMenuIcn {
    float: right;
    width: 20px;
    height: 20px;
    padding: 4px !important;
    margin-right: 10px;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 99;
}

    .sMenuIcn.sMenuIcn2nd {
        right: 40px;
    }

    .sMenuIcn:hover {
        background-color: #dbe4f4;
    }

    .sMenuIcn img {
        vertical-align: top;
    }

.rightPanelTrans .card .card-title {
    margin-bottom: 15px;
}

.customRPanel {
    background-image: url('../img/bg_right_panel.png');
    background-repeat: no-repeat;
    background-position: 100% 0;
}

    .customRPanel .panelIcn {
        position: absolute;
        right: 0;
        top: -20px;
        width: 50px;
        height: 50px;
    }

    .customRPanel .card-body {
        min-height: 150px;
        padding: 20px;
    }

        .customRPanel .card-body ul {
            margin-bottom: 0;
        }

.customClr1 {
    background-color: #97ce6a;
}

.customClr2 {
    background-color: #fcc77a;
}

.customClr3 {
    background-color: #74d4dd;
}

.customClr4 {
    background-color: #ffe8f9;
}

.modal .modal-body, .modal .modal-footer, .modal .modal-header {
    padding: 10px 15px;
}

.modal {
    z-index: 999988;
}

.editPlaylist li {
    border-bottom: 1px dashed #eee;
}

    .editPlaylist li a {
        display: block;
        padding: 10px 10px;
    }

        .editPlaylist li a .pListRIcon {
            float: right;
            color: #dc2c3c;
        }

.app-menu .app-menu-button {
    left: -55px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: -2px 0 5px rgba(0,0,0,.0);
}

@media(max-width: 352px) {
    .description_progressive {
        display: none
    }
}
@media (max-width: 767px) {
    main {
        margin-top: 60px !important;
    }

    .app-menu .app-menu-button {
        top: 30px;
    }

    .app-menu.shown .app-menu-button {
        left: -28px;
    }

        .app-menu.shown .app-menu-button span {
            display: none;
        }

    .hidden-xs {
        display: none;
    }

    .unit-tcrRecord .btn-toolbarFixed { /* position: fixed; bottom: 0px; left: 0px; right: 0px;*/
        background-color: #ffffff;
        padding: 0px 0 !important;
    }

    .loginBtnRow {
        display: flex;
        flex-direction: column-reverse;
    }
    /*.ladderImgL{ max-width: calc(100% - 40px) ;}*/
    .ladderStepCon {
        position: absolute;
        right: 0px;
        padding: 0 0px;
    }

        .ladderStepCon .card-title, .ladderStepCon .stepTxt {
            display: none;
        }

        .ladderStepCon li {
            margin-bottom: 10px;
        }

    .ladderStepCon {
        margin-right: 0 !important;
    }

    .ladderStepCon {
        position: relative;
    }

    .customPage .ladderStepCon .card {
        border-radius: 25px;
        background-color: transparent;
        box-shadow: 0 1px 15px rgba(0,0,0,0), 0 1px 6px rgba(0,0,0,.0);
    }

    .ladderStepCon .card-body {
        padding: 0;
        min-height: 50px;
    }

    .customPage.rounded .card-img-left {
        max-width: 60px;
    }

    .icnUnitPlay {
        margin-right: 10px;
    }

    .description {
        display: none
    }
    


    [id*=btnStartRecording] {
        right: 6em;
        bottom: 1em;
    }

    .ripplenone {
        overflow: visible !important;
    }

        .ripplenone:after {
            content: "";
        }
}

@media (min-width: 767px) {
    .app-menu .app-menu-button {
        top: 30px;
    }

    .visible-xs {
        display: none;
    }
   
    .unit-tcrRecord .btn-toolbarFixed {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 9999;
        background-color: #ffffff;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    #app-container.customPage.menu-hidden .nonLSpace, #app-container.customPage.menu-sub-hidden .nonLSpace, #app-container.customPage.sub-hidden .nonLSpace {
        margin-left: 50px;
    }

    .loginBtnRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .headLinks a .txtXs {
        display: none;
    }

    .icnUnitPlay {
        margin-right: 20px;
    }
}

.padding-zero {
    padding: 10px !important;
    box-shadow: 2px 0px 5px 0px rgba(105, 62, 50, 0.75);
}

.customPage .dropdown-menu {
    min-width: 14rem;
    padding: 15px;
    border-radius: 0;
}

    .customPage .dropdown-menu li {
        border-bottom: 1px dashed #eee;
        margin-bottom: 0;
    }

        .customPage .dropdown-menu li a {
            display: block;
            padding: 10px 10px;
        }

.wdt100P {
    width: 100% !important;
}

.btn-primary {
    background: rgb(0,117,255);
    background: linear-gradient(90deg, rgba(0,117,255,1) 0%, rgba(0,97,211,1) 100%);
    border-width: 0;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04) !important;
}

.aPlayerRow {
    background-color: #24aeb2;
    padding: 10px 15px;
    min-height: 60px;
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
}

.customPage .aPlayerRow .video-js.audio {
    margin-top: 9px;
}

.customPage .aPlayerRow .playerBtnCol {
    justify-content: center;
    margin-top: 12px;
}

    .customPage .aPlayerRow .playerBtnCol a {
        display: inline;
    }

.text-center {
    text-align: center;
}

#sidebar {
    will-change: min-height;
}

.sidebar__inner {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.toggleRow {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

    .toggleRow .form-group {
        flex-direction: row;
        display: flex;
    }

    .toggleRow .customLadderSwitch {
        margin-left: 10px;
    }

    .toggleRow .custom-switch .custom-switch-input + .custom-switch-btn {
        border-color: #53c9ee;
        background-color: #53c9ee;
    }

    .toggleRow .custom-switch.custom-switch-primary .custom-switch-input:checked + .custom-switch-btn {
        border-color: #7bc143;
        background-color: #7bc143;
    }

@media (max-width: 991px) {
    .app-menu {
        top: 60px;
        height: calc(100% - 60px);
    }

    .unit-tcrRecord .btn-toolbarFixed {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .app-menu .app-menu-button {
        top: 30px;
    }

    .app-menu.shown .app-menu-button {
        left: -55px;
    }

        .app-menu.shown .app-menu-button span {
            display: none;
        }

    .rightPanelTrans {
        padding: 15px;
    }

    .top-right-button-container {
        float: initial;
        display: flex;
        /*justify-content: center;*/
        justify-content: space-evenly;
    }

    .headLinks .headLinkCol {
        margin-left: 0px;
    }

    .headLinks .headLinkColHeadIcons {
        margin-left: 20px !important;
    }
}

@media (min-width: 991px) {
    .rightPanelTrans {
        background-color: transparent;
        padding: 10px 30px 0 0;
        box-shadow: 0 1px 15px rgba(0,0,0,.00), 0 1px 6px rgba(0,0,0,.00);
    }

    .app-menu {
        top: 60px;
        height: calc(100% - 60px);
    }
}

.bottomNavMobile {
    display: none;
}
#BuyNoId {
    width: 42px;
    cursor: pointer;
}
@media (max-width: 352px) {
    #LeftHelplId {
        margin-right: 2px !important;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    #topTipsId span img{
        width:30px;
        cursor:pointer;
    }
    #BuyNoId {
        width: 30px;
        cursor: pointer;
    }
    #profileImage {
        font-size: 14px;
    }

    .logo-mobile {
        width: 40px;
        height: 41px;
    }

    .customPage .navbar {
        padding-right: 0px !important;
    }

    .navbar .navbar-right {
        flex-basis: 40% !important;
    }
}

@media (max-width: 575px) {
    .top-right-button-container {
        justify-content: space-evenly;
    }

    .aPlayerRow {
        min-height: 60px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .customPage .aPlayerRow .playerBtnCol {
        margin-bottom: 20px;
    }
}

@media (min-width: 400px) {
    .toggleRow .form-group {
        position: absolute;
        top: -60px;
        right: 15px;
    }
}

@media (max-width: 400px) {
  
    .customPage .ladderImgL .sw-main .card-body {
        padding-top: 0;
    }

    html {
        overflow: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

        html::-webkit-scrollbar {
            width: 0px;
            background: transparent;
        }
}

.unitBodyImgCon {
    position: relative;
}

.ladderStepCon .stepCircle {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    border: 3px solid #babece;
}

.ladderStepCon .active .stepCircle {
    border-color: #f17e19;
    background-color: #f17e19;
    color: #fff;
}

#ladderOverlay {
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    bottom: 0;
}

.sLadderSep {
    border: 3px solid #f8b133;
    border-width: 4px 0 0;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
}

.customPage .menu .main-menu ul li a {
    height: 70px;
}

.customPage .menu .main-menu ul li.active:after {
    height: 70px;
    background-color: #0075ff;
}

.customPage .navbar .navbar-left {
    flex-basis: 39%;
}

.navbar .navbar-right {
    flex-basis: 39%;
}

#LadderBtn {
    margin-top: -30px;
    float: right;
    border-radius: 0;
}
/*.cardMClr1{ background-color: #d1f5db; border: 4px solid #34c04b; border-width:0 0 0 4px;}
  .cardMClr2{ background-color: #fff3f1; border: 4px solid #ff3827; border-width:0 0 0 4px;}
  .cardMClr3{ background-color: #ffe8f9; border: 4px solid #c93f8d; border-width:0 0 0 4px;}
  .cardMClr4{ background-color: #e8e5f3; border: 4px solid #3d326f; border-width:0 0 0 4px;}*/
.glide.details img {
    max-height: none !important;
}

#playlistBody .unitBodyImgCon {
    min-height: 280px !important;
}

#playlistBody #mergeImg hr {
    display: none;
}

.studentDB .app-row {
    padding-top: 15px;
}

.StndMidBg {
    padding: 15px;
    /*background-image: url('../img/bg_main.png');*/
    background-repeat: no-repeat;
    background-position: 100% 100%;
    border-radius: 5px;
    /*background-color: #BFC3F5;*/
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    background-size: contain;
    /*****Nikesh Changes commented and changes here above 2 line******/
    background-image: linear-gradient(to right top, #005b49, #005b49, #005b49, #005b49, #005b49);
    border: 20px solid #C58A46;
}

    .StndMidBg .mHead h1, .StndMidBg .mHead .breadcrumb li, .StndMidBg .mHead .breadcrumb li a {
        color: #ffffff;
    }

    .StndMidBg .mHead h1, .StndMidBg .mHead .breadcrumb {
        margin-bottom: 0;
    }

    .StndMidBg .breadcrumb-item + .breadcrumb-item::before {
        color: rgba(255, 255, 255, 0.5)
    }

.glide__slides {
    touch-action: auto;
}

.custom-control-label {
    cursor: pointer !important
}

#cropperContainer, .cropperContainer {
    height: auto !important
}

.glide.details img {
    width: auto;
}

#validationmessageId {
    color: orangered
}

.img-wraps {
    position: relative;
    display: inline-block;
    font-size: 0;
}

    .img-wraps .closes {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 100;
        background-color: #FFF;
        padding: 4px 3px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        font-size: 22px;
        line-height: 10px;
        border-radius: 50%;
        border: 1px solid red;
    }

    .img-wraps:hover .closes {
        opacity: 1;
    }



.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

    /* fixed to top styles */
    .affix.navbar {
        background-color: #333;
    }

        .affix.navbar .nav-item > a,
        .affix.navbar .navbar-brand {
            color: #fff;
        }

#steps li, .aPlayerRow span, .dropdown-item, .card-body, .btn-toolbar .btn {
    cursor: pointer;
}



i.ic {
    display: inline-block;
    border-radius: 15px;
    box-shadow: 1px 1px 2px lightblue;
    padding: 0.3em 0.3em;
    margin-bottom: 0.2em;
    margin-right: 0.3em;
}


.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




.ellipsis_space {
    /* display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;*/
}


.ellipsis-w80 {
    width: 80%;
}


.ellipsis-w58 {
    width: 58%;
}

.no-unit {
    background: #f3eac2;
}

/*******Profile Password Start**********/
#frmCheckPassword {
    border-top: #F0F0F0 2px solid;
    background: #FAF8F8;
    padding: 10px;
}

.demoInputBox {
    padding: 7px;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
}

#password-strength-status {
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-top: 5px;
}

.medium-password {
    background-color: #E4DB11;
    border: #BBB418 1px solid;
}

.weak-password {
    background-color: #FF6600;
    border: #AA4502 1px solid;
}

.strong-password {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
}
/*******Profile Password End**********/

/************ Ripple effect Start**********/

.ripple {
    position: relative;
    overflow: hidden;
}


    /*.headLinks .headLinkCol, .headLinks .headLinkCol .ripple{
   overflow: unset !important;*/
    /* overflow: hidden !important;*/
    /*}*/

    .ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10,10);
        opacity: 0;
        transition: transform .5s,opacity 1s;
        animation: ripple 600ms linear;
    }

    .ripple:active:after {
        transform: scale(0,0.4);
        opacity: .4;
        transition: 0s
    }
/********** Ripple effect Stop **********/


/******div loading********/
.overlay {
    /* position: fixed; */
    background-color: rgba(0,0,0,0.5);
    z-index: 5999;
    pointer-events: none;
}

.rotate {
    -webkit-animation: spin .8s linear infinite;
    animation: spin 1.8s linear infinite;
    /* box-shadow: 5px 5px 5px rgba(0,0,0,.0); */
    /* border-color: red; */
    /* border-width: thick; */
    /*padding: 2px;*/
    /*background-color: orangered;*/
    background-color: #3B94FF;
    /*border-radius: 21px;*/
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.overlay::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 30%;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/**********end div loading*/
/******modal spinner Start*********/

@keyframes modalspinner {
    to {
        transform: rotate(360deg);
    }
}

.modalSpinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    /* top: 50%;
    left: 50%;*/
    width: 20px;
    height: 20px;
    /* margin-top: -10px;*/
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: modalspinner .7s linear infinite;
}
/******modal spinner End*********/
/****Check and cross mark Start*********/
.checkmark {
    color: darkgreen;
}

    .checkmark:after {
        /*font-size: 1.5rem;
        font-weight: 100;*/
        position: relative;
        content: "✔";
        /*top: -0.5rem;
    left: 0.35rem;*/
    }

.crossmark {
    color: red;
}

    .crossmark:after {
        /* font-size: 1.5rem;
        font-weight: 100;*/
        position: relative;
        content: "✘";
        /*top: -0.5rem;
          left: 0.35rem;*/
    }

.warningmark {
    color: darkred;
}

    .warningmark:after {
        /* font-size: 1.5rem;
        font-weight: 100;*/
        position: relative;
        content: "⚠";
        /*top: -0.5rem;
          left: 0.35rem;*/
    }

/**********check and cross mark end*******/

/*** upload download publish modal****/
.upd-modal {
    z-index: 6999 !important;
}



/***************show notification custom***************/



.custom-alert-danger {
    color: black; /*font */
    border-width: 0 0 0 5px;
    border-color: #b3504b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F29F9F), to(#F18484));
}




.custom-alert-success {
    color: black; /*font  */
    border-width: 0 0 0 5px;
    background-color: #B4F8C8;
    border-color: #00b349;
    /*    background-color: #AAD6A0;*/
}





.custom-alert-warning {
    font-size: 15px;
    color: black; /*font */
    border-width: 0 0 0 5px;
    background-color: #EBE384;
    border-color: #BD5943;
}

.custom-alert-info {
    color: black; /*font */
    border-width: 0 0 0 5px;
    background-color: #d9edf7;
    border-color: #bce8f1;
}



/***************show notification custom***************/


/****** play list close button *************/
.close-icon-container {
}

    .close-icon-container .close-icon {
        display: inline-block;
        height: 40px;
        width: 40px;
        cursor: pointer;
        stroke: #fff;
        margin-left: 15px;
    }

        .close-icon-container .close-icon .circle {
            opacity: 0.1;
        }

        .close-icon-container .close-icon .progress {
            opacity: 0;
            stroke-dasharray: 0, 120;
            -webkit-transition: 0.5s cubic-bezier(0.165, 0.775, 0.145, 1.02);
            transition: 0.5s cubic-bezier(0.165, 0.775, 0.145, 1.02);
        }

    .close-icon-container:hover .close-icon .progress {
        opacity: 1;
        stroke-dasharray: 25, 120;
    }

    .close-icon-container .close-icon:hover .progress {
        opacity: 1;
        stroke-dasharray: 90, 120;
    }

    .close-icon-container .close-icon:active .progress, .close-icon-container .close-icon.clicked .progress {
        stroke-dasharray: 120, 120;
    }

    .close-icon-container .close-icon.clicked .progress {
        opacity: 1;
    }


/*********** play icon ************/


.custom-bounce-btn-parent {
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}

.custom-bounce-btn {
    position: relative;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 29px;
    background: linear-gradient(to bottom, #043514, #043514 );
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite;
    min-width: 25px;
}

    .custom-bounce-btn span {
        color: white;
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
        padding-inline-start: 3px;
    }

    .custom-bounce-btn:before, .heart:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #225643;
        opacity: 0.4;
        border-radius: inherit;
    }

    .custom-bounce-btn:before {
        z-index: -2;
        animation: beat-before 1.5s ease 100ms infinite;
    }

    .custom-bounce-btn:after {
        z-index: -1;
        animation: beat-after 1.5s ease 200ms infinite;
    }

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes beat-before {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@keyframes beat-after {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}

/*****type number arrow remove *********/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*
#playlistBody #headRecording .card-body {
    padding: 1px;
}


#playlistBody #bodyRecording .card-body {
    padding: 1px;
}

#playlistBody .col-12  {
    padding: 1px;
}*/

/********Custom playlist Switch Start*******/
.playlist-switch .playlist-switch-input:checked + .playlist-switch-btn:after {
    left: 20px !important;
}

.playlist-switch .playlist-switch-input + .playlist-switch-btn {
    width: 40px !important;
    height: 20px !important;
}

    .playlist-switch .playlist-switch-input + .playlist-switch-btn:after,
    .playlist-switch .playlist-switch-input + .playlist-switch-btn:before {
        width: 10px !important;
        height: 10px !important;
    }

/********Custom playlist Switch End*******/

/****custom bounce button for publish and upload**********/
.custom-bounce-btn-upload {
    position: relative;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    /*background: linear-gradient(to bottom, #0f3057, #0f3057 );*/
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15),0 1px 3px 1px rgba(0,0,0,.15) !important;
    /* animation: beat 1.5s ease 0s infinite;*/
    min-width: 25px;
}

/*.custom-bounce-btn-upload img {
        filter: brightness(0) invert(1);
    }*/

.custom-bounce-btn-edit {
    position: relative;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    /*background: linear-gradient(to bottom, #008891, #008891);*/
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15),0 1px 3px 1px rgba(0,0,0,.15) !important;
    /* animation: beat 1.5s ease 0s infinite;*/
    min-width: 25px;
}

/*.custom-bounce-btn-edit img {
        filter: brightness(0) invert(1);
    }*/

.custom-bounce-btn-publish {
    position: relative;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    /*background: linear-gradient(to bottom, #ce5121, #ce5121 );*/
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15),0 1px 3px 1px rgba(0,0,0,.15) !important;
    /*animation: beat 1.5s ease 0s infinite;*/
    min-width: 25px;
}
/*.custom-bounce-btn-publish img {
        filter: brightness(0) invert(1);
    }*/

.custom-bounce-btn-download {
    position: relative;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    /* background: linear-gradient(to bottom, #900c3f, #900c3f );*/
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15),0 1px 3px 1px rgba(0,0,0,.15) !important;
    /*animation: beat 1.5s ease 0s infinite;*/
    min-width: 25px;
}
/* .custom-bounce-btn-download img {
        filter: brightness(0) invert(1);
    }*/
/* .custom-bounce-btn-download span, .custom-bounce-btn-publish span, .custom-bounce-btn-edit span, .custom-bounce-btn-upload span {
        color: white; 
    }*/

.btn-custom-primary, .btn-custom-primary:hover {
    background: linear-gradient(90deg, rgba(59, 148, 255,1) 0%, rgba(59, 148, 255,1) 100%);
    color: #fff;
    line-height: 0.5;
}


@media (max-width: 767px) {

    #steps {
        display: inline-block;
        overflow: auto;
        overflow-y: hidden;
        max-width: 80%;
        margin: 0 0 1em;
        white-space: nowrap;
    }

    .stepTxt {
        display: none;
    }

    #steps > li {
        display: inline-block;
        vertical-align: top;
    }

    #stepsScroll {
        position: fixed;
        left: 0px;
        bottom: 100px;
        height: auto;
    }

    #stepsTitle {
        display: none;
    }
}


@media(min-width: 768px) and (max-width: 1125px) {
    #stepsScroll {
        position: fixed;
        left: 0px;
        bottom: 85px;
        height: auto;
    }

    #stepsTitle {
        display: none;
    }

    #steps {
        display: inline-block;
        overflow: auto;
        overflow-y: hidden;
        margin: 0 0 1em;
        white-space: nowrap;
    }


    .stepTxt {
        display: none;
    }

    #steps > li {
        display: inline-block;
        vertical-align: top;
    }
}

.modal-title-image-progress {
    color: red;
    font-weight: bolder;
}


.helpCustomCSS {
    background-color: white;
    border: 2px solid black;
    border-radius: 20px 20px;
    line-height: 1.9;
}

.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    /* top: -5px; */
    font-size: 36px;
    background-color: white !important;
    margin-top: 8px;
    margin-right: -20px;
    border: 1px solid black;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.iframeScroll {
    overflow: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


    .iframeScroll::-webkit-scrollbar {
        display: none;
    }

.termsAndConditions {
    cursor: pointer;
    font-size: 90%;
    opacity: 1;
    margin-left: 4px;
    color: blue;
    text-decoration: underline;
    line-height: 12px;
}

    .termsAndConditions:hover {
        cursor: pointer;
        font-size: 90%;
        opacity: 1;
        margin-left: 4px;
        color: blue;
        text-decoration: underline;
        line-height: 12px;
    }

#LicenseMessageId {
    background-color: #F19595;
    border-radius: 20px;
    font-size: .8rem;
    color: black;
    padding: 5px;
}

.registrationButton {
    line-height: 12px !important;
    padding: .75rem 1.0rem .6rem 1.0rem !important;
    letter-spacing: 0 !important;
}

.linkclass {
    cursor: pointer;
    opacity: 1;
    margin-left: 4px;
    color: blue;
    text-decoration: underline;
    line-height: 12px;
}


/*tips notifications css*/
.tips {
    bottom: 0;
    width: auto;
    height: auto;
    right: 33%;
    top: auto;
    left: auto;
    padding: 10px;
}
    /* #tipModal {
    position: relative !important;
  } */

    /* #tipModal .modal-dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px;
    z-index: 9999999;
  } */

    .tips .modal-header {
        background-color: #42C2FF;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .tips .modal-title {
        color: #EFFFFD;
        font-weight: bolder;
    }

    .tips .close-button {
        color: white;
        font-weight: bold;
    }

    .tips .modal-body {
        background-color: #EFFFFD;
    }

    .tips .tipContent {
        background-color: #B8FFF9;
        padding: 10px;
        min-height: 50px;
        border: 1px solid rgba(0,0,0,0.2);
        font-weight: 600;
    }

    .tips .modal-footer {
        background-color: #e2eceb;
        justify-content: center;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .tips .modal-footer button {
            background: linear-gradient(90deg, rgb(66, 194, 255) 0%, rgb(66, 194, 255) 100%);
        }

    .tips .modal-content {
        box-shadow: -2px -2px 15px 3px rgba(26,49,51,0.75);
        -webkit-box-shadow: -2px -2px 15px 3px rgba(26,49,51,0.75);
        -moz-box-shadow: -2px -2px 15px 3px rgba(26,49,51,0.75);
    }


@media (min-width: 320px) and (max-width: 481px) {
    .mobileview {
        display: block !important;
    }

    .nonMobileView {
        display: none !important;
    }

    .middlebox {
        width: 95% !important;
    }

    .tips {
        right: auto;
    }

    #LeftTipsId {
        display: none;
    }
}

@media (min-width: 482px) {
    .mobileview {
        display: none !important;
    }

    .nonMobileView {
        display: block !important;
    }

    .tips {
        right: 33%;
    }
}


.videoBox {
    position: absolute;
    top: 0%;
    left: 12.5%;
    z-index: 5;
    width: 75%;
    display: none;
    padding-bottom: 56.25%;
}

@media only screen and (max-width: 600px) {
    .videoBox {
        top: 0%;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        display: none;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.glide__arrow .glyph-icon {
    font-size: xx-large;
}
/* Safari */
:-webkit-full-screen .glide__arrow .glyph-icon {
    color: white;
}

/* IE11 syntax */
:-ms-fullscreen .glide__arrow .glyph-icon {
    color: white;
}

/* Standard syntax */
:fullscreen .glide__arrow .glyph-icon {
    color: white;
}


/* custom image gallery from w3school*/
.cg_row > .cg_column {
    padding: 0 8px;
}

.cg_row:after {
    content: "";
    display: table;
    clear: both;
}

.cg_column {
    float: left;
    width: 20%;
    padding-right:8px;
}

/* The Modal (background) */
.cg_modal {
    /*display: none;*/
    /*position: fixed;*/
    z-index: 1;
    padding-top: 30px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
}

/* Modal Content */
.cg_modal-content {
    /*position: relative;*/
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 0;
    /*width: 90%;*/
    max-width: 1200px;
}

/* The Close Button */
.cg_close {
    color: white;
    position: absolute;
    top: 2px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .cg_close:hover,
    .cg_close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.cg_mySlides {
    display: none;
}

.cg_cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.cg_prev,
.cg_next {
    cursor: pointer;
    position: fixed;
    top: 60px;
    width: auto;
    padding: 16px;
    /*  margin-top: -50px;*/
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.cg_next {
    right: 0;
    border-radius: 3px 0 0 3px;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.cg_prev {
    left: 0;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

    /* On hover, add a black background color with a little bit see-through */
    .cg_prev:hover,
    .cg_next:hover {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }

/* Number text (1/3 etc) */
.cg_numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
   /* top: 0;*/
}

.cg img {
    margin-bottom: -4px;
}

.cg_caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.cg_demo {
    opacity: 0.6;
}

    .cg_active,
    .cg_demo:hover {
        opacity: 1;
    }

.cg img.cg_hover-shadow {
    transition: 0.3s;
}

.cg_hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*.cg_mySlides img {
    -webkit-transform: scale(0.5);*/ /* Saf3.1+, Chrome */
    /*-moz-transform: scale(0.5);*/ /* FF3.5+ */
    /*-ms-transform: scale(0.5);*/ /* IE9 */
    /*-o-transform: scale(0.5);*/ /* Opera 10.5+ */
    /*transform: scale(0.5);*/
    /* IE6–IE9 */
    /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}*/
hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.docs-demo #imgcontainer .cropperPointS {
    font-size: 20px;
    background-color: white !important;
    color: black !important;
    border: lightgrey;
    border-style: dotted;
}

@media (max-width: 575px) {
    .card .card-body {
        padding-left: 3%;
        padding-right: 3%;
    }
}

#fullscreen-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 9998;
}
#fullscreen-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 9998;
}

#fullscreen-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: zoom-in;
}

#zoom-buttons {
    z-index: 99999;
    position:relative;
}

iframe {
    width: 100%;
    height: 100%;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}