div#xmViewer {
    display: none;
}

@media screen and (max-width: 1450px) {
.getstartedSection li {
       margin-bottom: 3px;
   }
.getstartedSection h2 {
    font-size: 23px !important;
    margin-bottom: 17px !important;
}
.getstartedSection > img {
      margin: auto;
       /*    width: 90% !important; */
}

}



@media screen and (max-width: 1366px) {
    #webEx-dropdown {
        transform: translate3d(0px, 35px, 0px) !important;
    }

    body {
       /* padding-top: 0;*/
    }

   /* header.fixed-top {
        position: fixed;
        top: 0;
    }*/

     .fixed-top {
    position: sticky;
    top: 0;
    background: #fff;
    transform: translateY(-100px);
    transition: ease-in-out all .5s;
    width: 100%;
   /* overflow: hidden;*/
}
.fixed-top.fixed {
    background: #fff;
    transform: translateY(0);
    transition: ease-in-out all .5s;z-index: 999;    top: 0;
    position: fixed;
}
.iconsBlock{
position: relative;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
    border-bottom: 1px solid #eee;
}


    html,
    body {
        height: 100%;
        width: 100%;
    }

    .element_info {
        display: none;
    }

    #mainContainer.active .element_info {
        display: block;
    }

    .sharedNotification,
    .dropdown-menu {
        display: none;
    }

    .maincontent {
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
    }

    div#rightComponent {
        width: 75%;
    }

    [data-state="listView"] .listview.col-lg-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #leftComponent,
    #rightComponent {
        height: 100%;
    }

    div#rightComponent {
        height: 100%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1260px) {
.planlist .btn.btn-primary {
    width: 100%;    font-size: 16px;
}

}

@media screen and (min-width: 992px) and (max-width: 1260px) {
 input#wname + #checkingAvailability {
    top: 47px;
}
}

@media screen and (max-width: 1200px) {
    body.createNewhuddle input#wname ~ button#checkingAvailability {
    top: -42px;
}
.huddlespaceAvailability#checkingAvailability.available::after {
      right: 0;
}

}

@media screen and (min-width: 1025px) {
    a.closeNav {
        display: none;
    }
    div#planbenefits .col,div#planutilisation .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
}

}

@media screen and (max-width: 1024px) {
    body.createNewhuddle img.rightimg {
    left: -20% !important;
}
    body.dashboard div#leftComponent {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    padding-top: 0px !important;
   /* background: #fff;*/
    bottom: 0px;
        flex: 0 0 100% !important;
    max-width: 100% !important;
       visibility: hidden;
        display: block;
        transform: translate(0);
}
body.dashboard div#leftComponent.active {
    visibility: visible;
    background: #333333b5;
}
body.dashboard div#leftComponent .asideInner{
    transform: translateX(-400px);
    transition: 0.4s linear;
    max-width: 350px;
    background: #fff;
    height: 100%;
}
body.dashboard div#leftComponent.active .asideInner{
     transform: translateX(0px);
    overflow: auto;
}
body.dashboard .closeleftpanel {
    display: block !important;
    font-size: 36px;
    padding: 10px;
    font-weight: 300;
    color: #8f8f8f;
    position: absolute;
    right: 7px;
    top: 0;
    z-index: 99;
}


    .otpInputs input {
    width: 44px;
  height: 54px;
    font-size: 32px;
    padding: 0;
}
    [data-state="listView"] .lock_block_conatiner .usercap{
        display: none;
    }
	.moblogin .centerBox {
    padding: 50px !important;
}
	.getstartedSection h2 {
    font-size: 25px !important;
}
.moblogin .row.lg-foot.pl-0 {
    padding-left: 40px !important;
}
	img.rightimg {
    width: 100% !important;
}
    .logintitle {
    font-size: 33px;
}
.planlist .btn.btn-primary {
    font-size: 16px;
    width: 100%;
}
.AllwithKnoblrHuddles h2 {
    font-size: 40px;
}
.plandetails {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #060606c7;
    margin: 0;
    border: none;
}
.plandetails h3 {
     border-bottom: none; 
    color: #fff;
    text-align: center;
}
.Storages.active:before,.Storages.active:after{
    display: none;
}
.closeplandetail{
    display: block !important;
        position: absolute;
    right: 10px;
    font-size: 30px;
    color: #fff;
    top: 0px;
    padding: 10px;
}
.CommunicationDomainlist {
    background: #fff;
        max-height: calc(100vh - 100px);
    overflow: auto;
}

    img.rightimg {
        left: 0 !important;
        width: 100%;
       /*  top: 35% !important; */
    }


    div#XmWithReplies {
     /*    top: 26% !important; */
        left: 22% !important;
    }

    .sResult p.noxmdatafound {
        top: 48px;
    }

    #leftCompContainer {
        height: calc(100vh - 222px);
        overflow: auto;
        padding-bottom: 0;
    }

    .searchContainer.active .searchResults {
        position: fixed;
        max-width: 800px;
        margin: auto;
        left: 0;
        right: 0;
        top: 58px;
        border-radius: 8px;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .meetingInner form {
    min-height: 74%;
}
    p#userEmail, h3#userName {
    text-align: center;
}
button#edit_profile_btn {
    left: 0;
    right: 0;
    margin: auto;
}

.modal-title {
    font-size: 24px !important;
}
.userProfile {
    flex: 0 0 100%;
    max-width: 100%;
}
.modal-body .row {
    margin: 0;
}
#profileEdit .modal-content .col.d-flex.pl-0 {
    padding-left: 15px !important;    margin-bottom: 20px;
}
#profileEdit button.savebtn.btn.btn-primary {
    margin-left: 11px;
}
#profileEdit button.btn.btn-secondary {
    margin-left: auto;
}
span#profileImage {
    margin-bottom: 20px;
}

#XmWithReplies ul li .descList+.col-lg-6 span.blankSpace {
    display: none;
}

    .mobileOpen {
    display: none;
    position: absolute;
    left: 8px;
    top: 0;
    right: 8px;
    bottom: 0;
    background: #0000009c;
    border-radius: 6px;
    z-index: -9;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    flex-wrap: wrap;
    padding: 24px 40px; 
   }
.mobileOpen.active {
    display: flex;
    z-index: 9;
  }
.mobileOpen span.btn {
    display: block;
    width: 144px;
    border-radius: 40px;
    margin: 6px 6px;
    height: auto;
    color: #fff;
    border: 1px solid #fff;
    background: #636363;
}
.mobileOpen span.btn svg {
    height: 19px;    fill: #fff;
}
.mobileOpen span.btn a {
       color: #fff; fill: #fff;
}
.mobileOpen span.btn a i.far.fa-eye {
    color: #fff;
}

.mobileOpen .btn:hover:after{
    display: none;
}
.mobileOpen .btn:hover svg, .mobileOpen .btn:hover svg path {
    fill: #fff;
}


    div#CreatenewhuddlespaceModal .modal-content {
    height: auto !important;
}

#alertInfo {
    position: fixed;
    top: 0;
    margin-top: 0 !important;
    right: 0;    left: 0;
    border-radius: 0;    z-index: 100;
}
#checkingAvailability.createorgbtn {
    right: -20px;
    top: 44px;
}
div#orginvitepeopleModal h5.modal-title {
    line-height: 27px;
}
div#orginvitepeopleModal h5.modal-title p {
    margin-top: 10px;
}
.container {
    max-width: 825px;
}
.alert-success.resendotpAlert {
  top: 0px !important;
    left: 0 !important;
    margin: auto;
    max-width: 100% !important;
    justify-content: center;
    border-radius: 0;    position: fixed !important;
}
.login-footer-left {
    text-align: center;
}
.jQueryValidate + .mt-5.pt-5 {
    text-align: center;
}
div#switchhuddlespaceModal div#huddleSpace {
    height: auto;
  /*  overflow: auto;*/
    padding: 12px 18px;
}
div#switchhuddlespaceModal .huddlelist>.d-flex:not(.justify-content-between) {
    margin-bottom: 4px;
}
div#switchhuddlespaceModal span.owner {
    padding: 0;
    position: absolute;
    top: 68px;
    right: 18px;
    font-size: 15px;
}
div#switchhuddlespaceModal .huddlelist{
    display: block;
    position: relative;
    border-radius: 6px;
    margin-bottom: 11px;
    border: 1px solid #ddddddad;
}
div#switchhuddlespaceModal .huddlelist>.d-flex.justify-content-between {
    margin-left: 52px !important;
}



    .Storages {
    margin-bottom: 20px;
}
div#mainContainer {
    padding-bottom: 90px;
}    
.doc-img {
    height: 162px;
}
.newDoc.dropdown.floatIcon {
    position: fixed;
    display: block !important;
    right: 22px;
    bottom: 50px;
    z-index: 997;
}
.newDoc.dropdown.floatIcon span#newDocumentBtn1 {
    background: #2196f3;
    width: 48px;
    padding: 0 !important;
    height: 48px;
}
.newDoc.dropdown.floatIcon span#newDocumentBtn1 span {
    left: 14px;
    color: #fff;
    -webkit-text-fill-color: unset;
    top: 4px;
}
.newDoc.dropdown.floatIcon span#newDocumentBtn1 text {
    font-size: 0;
    width: 0;
}
.newDoc.floatIcon .dropdown-menu.show {
    display: block;
    transform: translate3d(-273px, 28px, 0) !important;
    top: -122px !important;
    left: 0;
}
.newDoc.floatIcon.show span#newDocumentBtn1 span {
    transform: rotate(45deg);
}
.mobileBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eeee;
    box-shadow: 0 0 4px #3333331f;
    padding: 4px 8px 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 998;
}
.mobileBar > * {
    width: 68px;
    text-align: center;
    display: block;
}
span.foldersIcon {
    text-align: center;
}
span.foldersIcon i {
    height: 26px;
    opacity: 0.5;
    font-size: 17px;
    padding-top: 4px;
}
.mobileBar p {
    font-size: 13px;
    color: #333 !important;
    margin-top: 3px;
}
a.xmTools.help-launch, span#videoConferenceIcon, span.searchMobile,header .notification.new>a,.notification.new {
    display: none;
}
.mobileBar a.xmTools.help-launch, .mobileBar span#videoConferenceIcon, .mobileBar span.searchMobile, .mobileBar .notification {
    display: block;
    text-align: center;
}
.xmhelp {
    top: 0;
    height: calc(100vh - 0px);
    display: block !important;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    transform: translateX(-1000px);
    transition: 0.5s;
}
.xmhelp.supportIcons.active {
    width: 100%;
    right: 0;    display: block !important;
    transform: translateX(0px);
}
.scroll_xmhelp {
    height: 100%;border-radius: 0;
}
.xmhelp ul.other_menus.submenu_list {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
    height: calc(100vh - 140px);
}

.searchMobile svg {
    width: 30px;
    height: 26px;
    opacity: 0.7;
    padding: 2px;
    fill: #505050;
}
span#videoConferenceIcon img {
    height: 26px;
    width: 22px;
    opacity: 0.6;
}
.notification {
    overflow: hidden;
    margin-left: 4px;
}
.notification>a {
    display: block;
    cursor: pointer;
    position: relative;
    height: 26px;
    padding-top: 2px;
}
.notification svg {
    width: 34px;
    height: 20px;
    padding: 2px 0px 0px 0px;    fill: #828282;
}
a.xmTools.help-launch img {
    height: 26px;
    width: 24px !important;
}
span#videoConferenceIcon {
    margin: 0;
    padding: 0;opacity: 1;
}

div#leftComponent {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    padding-top: 4px !important;
    background: #fff;
    bottom: 0px;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    transform: translateX(-1000px);
    transition: 0.4s linear;
    display: block;
}
div#leftComponent.active {
    transform: translateX(0px);
    overflow: auto;    display: block !important;
}
div:not(.mini) div#leftComponent {
    box-shadow: 0 0 8px #3333333d;padding-top: 0 !important;
}
div#leftComponent.active:after {
    content: "+";
    position: absolute;
    top: 7px;
    right: 21px;
    font-size: 38px;
    transform: rotate(45deg);
    opacity: 0.6;
}
.dashboardSection.maincontent #leftComponent.active:after{
    display: none;
}
.fixlogo{
    display: none;
}

.searchContainer {
    display: block;
    transform: translateX(-1000px);
    transition: 0.5s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: calc(100vh - 0px);
    background: #f5f5f5;
}
.searchContainer.activeMob {
    z-index: 999;
    display: block;
    overflow: auto;
    transform: translateX(0px);
}
.searchContainer.activeMob:before {
    bottom: 75px;
    background: #F5F5F5;
}
.searchContainer.activeMob .wrapped {
    max-width: 100%;
    border-radius: 0 !important;
    box-shadow: none;
    margin: 0 auto;
    right: 0;
    left: 0;background: #fff;
}
.searchContainer.activeMob .searchResults {
    display: block;padding: 0;
    min-height: 382px;
    background: #F5F5F5;
    top: 95px;
    border-radius: 0;
    }
    .processLoading .col:first-child {
    display: none;
}
    div#resultData {
    position: relative;
}
.sResult .filter {
    position: relative;
}
.col.p-0.leftpnl {
    display: none;
}
.Sleftpanel, .rightpaneloutr{
    max-height: calc(100vh - 245px);
}
.mobTitle {
    display: flex;
    padding: 10px 0px 10px 16px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.mobTitle span {
    font-size: 20px;
    font-weight: 500;
}

.mobTitle span:last-child {
    font-size: 30px;
    padding: 0px 20px;
    height: 25px;
    position: relative;
    top: -4px;
}
.searchContainer.activeMob .wrapped>div.d-flex {
    z-index: 9;
    position: relative;
    background: #fff;
    border-radius: 8px;
}
.searchContainer.activeMob input#globalSearch {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}
.filterbox .ftext {
    display: block;
    margin-bottom: 9px;
    font-size: 17px;
}
.filterbox .filterSelect {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 6px;
}
.sortingfiltr {
    position: absolute;
    right: 0;
    top: 2px;
}
.sResult p.noxmdatafound {
    top: 0px;
    padding-top: 22%;
}

a#userImage {
    border: 1px solid #eee;
}
























	.moblogin .centerBox {
    padding: 0px !important;
}
	.moblogin.col-lg-5.px-0 {
    display: block !important;
}
.moblogin .row.lg-foot.pl-0 {
    padding-left: 00px !important;
}
    .nav-tabs.comdomainTabs {
    width: 100% !important;
}
.nav-tabs.comdomainTabs + .tab-content {
    width: 100% !important;
}
  
div#leftComponent {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
        padding-top: 38px !important;    
}
div#leftComponent.active{
    transform: translateX(0px);
}
span.closeleftpanel {
    display: block !important;
    font-size: 36px;
    padding: 10px;
    font-weight: 300;
    color: #8f8f8f;
    position: absolute;
    right: 7px;
    top: 0;    z-index: 99;
}
    .userIdentityPlaceholder small {
    position: relative;
    right: 0;
    top: 0;
    }

    img.rightimg {
        display: none;
    }

    .loginwraper .col-lg-7.h-100.px-0 {
        display: none;
    }

    .login p {
        white-space: normal !important;
        line-height: 24px;
    }

    /* .loginwraper .col-lg-7 {
    display: none;
} */

    .searchContainer {
        display: none;
    }

    .searchMobile {
        display: block;    margin-left: 20px;
    }
.meetingIcon {
    margin-left: 20px
}
[data-state="listView"] .listview .sharesqr {
    top: 37px;
}
[data-state="listView"] .filesContainer .xm_Title {
     width: 166px !important;
   }

    .searchMobile svg {
        width: 30px;
        height: 26px;
        opacity: 0.7;
        padding: 2px;
        fill: #505050;
    }

    div#rightComponent {
        width: 65%;
    }

    [data-state="listView"] .lock_block_conatiner {
        display: none;
    }

    [data-state="listView"] .prev_content p.fs-11 {
        width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
.multiThread:after {
    bottom: 7px;
    height: 8px;
}
.multiThread:before {
    bottom: 16px;
    height: 7px;
}

    [data-state="listView"] .prev_content .xm_Title+.doc_profile {
        display: none;
    }

    #mainContainer.active #container_scrollable {
        width: 100%;
    }

    .element_info {
        background: #fff;
        z-index: 99;
    }
    div#CreatenewhuddlespaceModal .col-md-5 {
      max-width: 70% !important;
    flex: 0 0 70% !important;    margin: auto;
}
div#CreatenewhuddlespaceModal .row {
    background: none !important;
}
div#CreatenewhuddlespaceModal .col-md-2 {
    display: none;
}
div#CreatenewhuddlespaceModal .col {
    display: none;
}
.planlist .btn.btn-primary {
    font-size: 16px;
    width: 71%;
}
.Readyset h2 {
    font-size: 37px;
}
.planlist strong {
    font-size: 25px;
}


}





/* iphone Portrait and Landscape */
@media all and (max-width: 991px){
    body.createNewhuddle .col-lg-7 {
    max-width: 539px;
    margin: auto;
}
body.resetPswrd .col-lg-7 {
 max-width: 451px;
    margin: auto !important;
    height: auto !important;
}

    body.chainCoedit span#confirmEditControlAction {
    left: unset !important;
    right: 0;
}

    body.industry img.card-img-top {
    width: 148px !important;
}


.bestFor {
    top: -11px;
}
p.offerAnnual {
    right: 36px;
    padding: 0px 12px;
    font-size: 13px;
    line-height: 29px;
}
.planlist.active .btn.btn-primary {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1.1);
}
    .userProfile .editProfImageLable {
    right: 0;
    top: 67px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    transform: translate(44px, 1px);
}

.table.mobileTableCard {
    display: block;
}
.mobileTableCard thead {
    display: none;
}
.mobileTableCard tbody {
    display: block;
}
.mobileTableCard tr {
    padding-bottom: 8px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 6px;    display: block; padding-top: 6px;
    border: 1px solid #ddddddad;
}
.mobileTableCard td {
    display: inline-block;
    border: none;
}
tbody#PendingReqData tr td:nth-child(1), tbody#PendingReqData tr td:nth-child(2) {
    display: block;
    padding: 12px 20px 0px 20px;
}
tbody#PendingReqData tr td:nth-child(1), tbody#PendingReqData tr td:nth-child(2) {
    display: block;
    padding: 12px 20px 0px 20px;
}
tbody#PendingReqData tr td:nth-child(2) {
    padding-bottom: 4px;
}
tbody#PendingReqData tr td:nth-child(3), tbody#PendingReqData tr td:nth-child(4) {
    width: 49%;padding-bottom: 3px;
}
tbody#PendingReqData tr td:nth-child(4) {
    text-align: right;
    padding: 0;
}
tbody#sentReqData td:nth-child(1) {
    display: block;
    padding-bottom: 3px;
}
tbody#sentReqData td:nth-child(2), tbody#sentReqData td:nth-child(3) {
    width: 49%;
}
tbody#sentReqData td:nth-child(3) {
    text-align: right;
}
.mobileTableLabel{
    display: inline-block;
}
tbody#teamtablebody td:nth-child(1), tbody#teamtablebody td:nth-child(2) {
    display: block;
    padding-bottom: 5px;
}
.nameteam .firstchar {
 line-height: 31px;
 }
 tbody#teamtablebody td:nth-child(3), tbody#teamtablebody td:nth-child(4) {
    width: 49%;
}
tbody.CommunicationDomainbody td:nth-child(1) {
    display: block;
    padding-bottom: 0;
}
div#huddleSpace .bg-white.tab-content,div#Participants .bg-white.pb-4,div#CommunicationDomain .bg-white.pb-4,div#pendingInvitation .bg-white.tab-content {
    background: transparent !important;    height: auto !important;
}
.CommunicationDomainlist {
    background: transparent;
    max-height: 100%;
}
tbody.CommunicationDomainbody td:nth-child(2), tbody.CommunicationDomainbody td:nth-child(3) {
    width: 49%;
}
.table-hover tbody tr:hover {
    background-color: #ffffff;
}
.plandetails {
  background: #f7f7f7;
}
.plandetails h3 {
    color: #000;
    text-align: left;
    border-bottom: 1px solid #eeeded;
}
.closeplandetail {
    color: #bbb;
}
.plandetails .CommunicationDomainlist {
    padding: 19px;
    max-height: calc(100vh - 65px);
}
.plandetails.Domainsdetails .CommunicationDomainlist tr td:nth-child(2), .plandetails.Domainsdetails .CommunicationDomainlist tr th:nth-child(2) {
    text-align: left;
}
tbody.huddlespacebody td:nth-child(1), tbody.huddlespacebody td:nth-child(2) {
    display: block;
    padding-bottom: 2px;
}
.plandetails.Membersdetails,.plandetails.activitygraft {
    background: #fff;
}
.dashboardTitle {
   line-height: 21px;
}
body.selecthuddlespace .userIdentityPlaceholder svg {
    top: 14px;
}
body.selecthuddlespace .userIdentityPlaceholder p.dropdown-toggle {
    display: flex;
}
body.selecthuddlespace div#myhuddlespace .form-group.huddlelist {
padding: 12px;
}
body.selecthuddlespace .logintitle {
    margin: 16px 0 14px !important;
    padding-top: 0 !important;
}

#PendingInvitationsModal .modal-body {
    height: calc(100vh - 136px);
    overflow: auto;
    min-height: auto !important;
}
body.selecthuddlespace {
    background: #eeeeee3d;
}
body.selecthuddlespace .tab-content.bg-white.py-2 {
    background: transparent !important;
}
body.selecthuddlespace div#listallhuddlespace .form-group.huddlelist {
    padding: 18px 14px;
    border-radius: 6px;
    margin-bottom: 11px;
    border: solid 1px #e8e8e8;
}
tbody#sentReqData {
    text-align: left;
}
#PendingInvitationsModal #PendingReqData tr td:nth-child(3) {
    padding-left: 20px;
}
#PendingInvitationsModal #PendingReqData tr td:nth-child(4) {
    padding: 13px 0 7px;
}

.table.mobileTableCard td {
    padding: 12px 20px;
    font-size: 14px;
}
#leftCompContainer {
    height: calc(100vh - 70px);
}
body#pageBody #leftCompContainer {
    height: calc(100vh - 120px);
}
div#XmWithReplies {
    left: 0% !important;
    width: 100%;
    position: fixed !important;
    top: 0px !important;
    height: 100%;
    max-height: 100%;
    background: #ffffff;
    border: none;
    border-radius: 0;
    margin: 0;
    overflow: hidden;    padding: 0;
}
#XmWithReplies ul {
  max-height: calc(100vh - 98px);
    overflow-x: hidden;
    overflow-y: auto;
}
#XmWithReplies ul li:last-child {
     border-bottom: solid 1px #e5e5e5; 
  }
  #XmWithReplies h4 {
    padding: 12px 0 11px 16px;
}
#XmWithReplies h4:before {
    content: "+";
    position: absolute;
    right: 18px;
    font-size: 28px;
    font-weight: 100;
    top: 5px;
    transform: rotate(45deg);
}
tbody#PendingReqData{
    text-align: left;
}

div#RecentxmContextMenu,div#RecentxmContextMenu.show {
display: none !important;
}
.dashboardinner{
 border-bottom: 1px solid #eee;
}
.planbenefit .dashboardinner {
    padding: 0 0 16px;
}
.dashboardinner p {
    font-size: 18px;
    }
    .row.Storageperformance h2 {
    font-size: 22px !important;
}
.dashboardinner a {
    font-size: 16px;
}
.Storages h3 {
    font-size: 18px;
}
.Storages p {
    font-size: 16px;
}
.plandetails h3 {
    font-size: 20px;
}
.CommunicationDomainlist .fw-m {
    font-size: 17px;
}
.table.mobileTableCard td {
    font-size: 15px;
}
.table.mobileTableCard td:nth-child(1) {
    font-size: 16px;
}
.planbenefit.pt-2.row {
    margin-bottom: 35px;
}
.standardPlan {
    border-bottom: 1px solid #eee;
    padding-bottom: 11px;
}
a.upgradeplan {
    display: block;
    margin: 10px 0 0;
}
img.infoicon{
    opacity: 1;
}
.aside ul li>a>span {
    font-size: 15px;
}
#leftCompContainer h3 {
    font-size: 14px;
}

#TransactionFailedModal {
    padding: 0 !important;
}
#TransactionFailedModal .modal-content {
    border-radius: 8px !important;
}
#TransactionFailedModal .modal-body {
    padding: 32px 28px !important;
}
#TransactionFailedModal img {
    width: 50px !important;
}
#TransactionFailedModal h5 {
    font-size: 22px !important;
}
#TransactionFailedModal h2 {
    font-size: 16px !important;
    line-height: 23px !important;
}



}
/* 991px iphone Portrait and Landscape */

@media all and (max-width: 991px) and (orientation: landscape) {

.help_popover .arrow {
    border-radius: 0;
    height: calc(100vh - 65px);
}
.helptool_data {
    max-height: 100%;
    min-height: auto;
    overflow: unset;
}
.help_popover,.help_popovertint.active {
    height: 100%;
}

.iconstint.active .iconsBlockIns {
    max-height: 280px;
       overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0;
}
.meetingInner {
    overflow: auto;
}
.btmfixBtn {
    position: relative; padding-right: 0;
    padding-left: 0;
}
#mainContainer #container_scrollable {
    width: 100%;
    height: auto !important;
}
div#huddleChainModal button.close {
    top: -4px;
    position: relative;
}
.listview.col-lg-3,.mainShimmer .col-lg-3,.shimmerCol {
    flex: 0 0 50%;
    max-width: 50%;  width: 50%;
}
.mainloading.processLoading .image {
    height: 144px;
}
.profile+.dropdown-menu.show {
    background: #fff;
    border: none;
    box-shadow: 0 0 20px #33333340;
    height: 250px;
    overflow: auto;
}
body.dashboard div#master-dropdown {
    background: #fff;
    border: none;
    box-shadow: 0 0 20px #33333340;
    height: 283px;
    overflow: auto;
}
body#pageBody .aside ul>li>a {
    padding: 0px 0 0px 35px;
}
div#changePassword .modal-content, #profileEdit .modal-content, div#switchhuddlespaceModal .modal-content, div#teamMember .modal-content {
    overflow-y: auto;
    height: calc(100vh - 76px);
    overflow-x: hidden;
    max-width: 600px;
    margin: auto;
}
form#profileEdit .modal-dialog {
    margin: 0 auto;
    height: 100%;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
div#CreatenewhuddlespaceModal .modal-content {
    height: calc(100vh - 68px) !important;
    overflow: auto;
}
.row.lg-foot {
    position: relative;
    bottom: 0;
    padding: 0 0 24px !important;
    text-align: center;
    margin-top: 50px!important;
    margin-bottom: 20px !important;
    height: auto;
}
.row.lg-foot .login-footer-left {
    text-align: center;
}
.plandetails figure.highcharts-figure {
    height: calc(100vh - 92px);
    overflow: auto;
}



}




/*ipad P-l*/
/*@media all and (min-width: 768px) and (max-width: 1366px)  {*/
      @media screen and (hover:none) and (min-width:600px){
.otpInputs input {
    width: 44px;
  height: 54px;
    font-size: 32px;
    padding: 0;
}

/*bottomMenu*/

.mobileBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eeee;
    box-shadow: 0 0 4px #3333331f;
    padding: 4px 8px 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;    z-index: 998;
}

div#leftComponent {
    display: none;
}

.mobileBar > * {
    width: 105px;text-align: center; display: block;
}

.newDoc.dropdown.floatIcon {
    position: fixed;
    display: block !important;
    right: 22px;
    bottom: 50px;
    z-index: 997;
}
.newDoc.dropdown.floatIcon span#newDocumentBtn1 {
   background: #2196f3;
    width: 48px;
    padding: 0 !important;
    height: 48px;
}
.newDoc.dropdown.floatIcon span#newDocumentBtn1 span {
    left: 15px;color: #fff;
}
.newDoc.dropdown.floatIcon span#newDocumentBtn1 text {
    font-size: 0;
    width: 0;
}
.newDoc.floatIcon.show span#newDocumentBtn1 span {
    transform: rotate(45deg);
}
.newDoc.floatIcon .dropdown-menu.show {
    display: block;
    transform: translate3d(-273px, 28px, 0) !important;
     top: -122px !important;
    left: 0;
}
div#leftComponent {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    padding-top: 0px !important;
   /* background: #fff;*/
    bottom: 0px;
        flex: 0 0 100% !important;
    max-width: 100% !important;
       visibility: hidden;
        display: block;
        transform: translate(0);
}
div#leftComponent.active {
    visibility: visible;
    background: #333333b5;
}
div#leftComponent .asideInner{
    transform: translateX(-400px);
    transition: 0.4s linear;
    max-width: 350px;
    background: #fff;
    height: 100%;
}
div#leftComponent.active .asideInner{
     transform: translateX(0px);
    overflow: auto;
}
.searchContainer {
    display: none;
}
.searchContainer {
    display: block;
    transform: translateX(-1400px);
    transition: 0.5s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: calc(100vh - 0px);
    background: #f5f5f5;
}
.logoxmdocs span {
    display: none;
}
body.dashboard span.headerTitle {
    display: inline-block;
}
.searchContainer.active {
    z-index: 999;
    display: block;
    overflow: auto;
    transform: translateX(0px);
}
.mobTitle {
    display: flex;
    padding: 10px 0px 10px 16px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
div#leftComponent.active .asideInner:after {
    content: "+";
    position: absolute;
    top: 7px;
    right: 21px;
    font-size: 38px;
    transform: rotate(45deg);
    opacity: 0.6;
}
body.dashboard div#leftComponent.active .asideInner:after {
display: none;
}
.searchContainer.active .wrapped {
    max-width: 800px;
    border-radius: 0 !important;
    box-shadow: none;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.searchContainer.active .searchResults {
    position: fixed;
    max-width: 800px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 8px;
    width: 100%;
}
a.xmTools.help-launch, span#videoConferenceIcon, span.searchMobile, .notification.new, .notification {
    display: none;
}
.searchContainer.active .searchResults {
    top: 94px;
    border-radius: 0 !important;
}
.mobTitle span:last-child {
    font-size: 30px;
    padding: 0px 20px;
    height: 25px;
    position: relative;
    top: -4px;
}
span.foldersIcon i {
    height: 26px;
    opacity: 0.5;
    font-size: 17px;
    padding-top: 4px;
}
.searchMobile svg {
    width: 33px;
    height: 26px;
    opacity: 0.7;
    padding: 2px;
    fill: #505050;
}.notification svg {
    width: 19px;
    height: 26px;
    padding: 2px 0px 0px 0px;
}
a.xmTools.help-launch img {
    height: 26px;
    width: 23px !important;
}
.mobileBar p {
    font-size: 16px;
    color: #333 !important;
    margin-top: 3px;
}
.notification.new>a:after {
    right: 37%;
}
.mobileBar a.xmTools.help-launch, .mobileBar span#videoConferenceIcon, .mobileBar span.searchMobile, .mobileBar .notification {
    display: block;
    text-align: center;
}
span#videoConferenceIcon img {
    height: 26px;
    width: 23px;
}
.meetingIcon{
    opacity: 1;
}

/*bottomMenu*/

.newDoc.dropdown.floatIcon span#newDocumentBtn1 span {
    left: 14px !important;
    color: #fff;
    top: 4px;
    -webkit-text-fill-color: #fff;
}
div#advanceFilter button.btn.btn-secondary {
    box-shadow: none;
}
div#resultData .border-left.col.p-0.r {
    max-width: 100% !important;
}
span#videoConferenceIcon {
    padding: 0;
}
.listview {
    max-width: 100%;
    min-width: auto;
}


.mobileOpen {
    display: none;
    position: absolute;
    left: 8px;
    top: 0;
    right: 8px;
    bottom: 0;
    background: #0000009c;
    border-radius: 6px;
    z-index: -9;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    flex-wrap: wrap;
    padding: 24px 40px; 
   }
.mobileOpen.active {
    display: flex;
    z-index: 9;
  }
.mobileOpen span.btn {
    display: block;
    width: 144px;
    border-radius: 40px;
    margin: 6px 6px;
    height: auto;
    color: #fff;
    border: 1px solid #fff;
    background: #636363;
}
.mobileOpen span.btn svg {
    height: 19px;    fill: #fff;
}
.mobileOpen span.btn a {
       color: #fff; fill: #fff;
}
.mobileOpen span.btn a i.far.fa-eye {
    color: #fff;
}

.mobileOpen .btn:hover:after{
    display: none;
}
.mobileOpen .btn:hover svg, .mobileOpen .btn:hover svg path {
    fill: #fff;
}


.iconstint {
    background: #333333c7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 0 18px;
    visibility: hidden;
}
.iconstint.active{
    visibility: visible;
}
.iconsBlockIns {
      position: absolute;
    bottom: unset;
    top: 50%;
    left: 50%;
    right: unset;
    background: #fff;
    z-index: 999;
    padding: 10px 10px;
    flex-wrap: wrap;
    box-shadow: 0 0 4px #9d9d9d;
    border-radius: 15px 15px;
    max-width: 350px;
    transform: translate(-50%, -50%);
    visibility: hidden;
}
.iconstint.active .iconsBlockIns {
         transform: translate(-50%, -50%);
       visibility: visible; 
}

.iconstint.active .iconsBlockIns span.contextIcons svg, .iconstint.active .iconsBlockIns span.contextIcons img, .iconstint.active .iconsBlockIns span.contextIcons i {
    margin-right: 12px;    width: 27px !important;text-align: center;
}

.iconstint .contextIcons[data-context="open"] svg {
    height: 18px !important;
}
.iconstint .contextIcons[data-context="lock"] svg {
    height: 24px;
}
.iconstint .contextIcons[data-context="share"] img {
    height: 22px;
}
.iconstint .contextIcons[data-context="trash"] svg {
  height: 19px !important; 
}
.iconstint .contextIcons:hover:after{
display: none;
}
 
.iconstint.active .iconsBlockIns span.contextIcons {
    flex: 0 0 100%;
    width: 100% !important;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    justify-content: flex-start;
    padding-left: 16px;
}
.iconstint.active .iconsBlockIns span.contextIcons:last-child {
    border: none;
}
.iconstint.active .iconsBlockIns span.txt {
    display: block;color: #333;
}
.mobileOpen.active {
    flex-direction: column;
    
}
[data-state="listView"] .mobileOpen.active {
    padding: 7px 0px;    flex-direction: unset;
}
[data-state="listView"]  .mobileOpen span.btn {
    display: block;
    width: 110px;
}
[data-state="listView"] div#mainContainer.active .lock_block_conatiner {
    display: none;
}




}


/*touchdevice*/
    @media screen and (hover:none) and (min-width:600px){

        .iconstint.active [data-context="info"].active:after{
    display: none;
}

        body.dashboard .logoxmdocs span {
    display: inline-block;
}

      span.menubarIcon {
    display: block;
    width: 25px;
    margin-left: 12px;min-width: 25px;
}
span.menubarIcon img {
    width: 100%;
}

.mobilefoldertitle, .mobOpenfolder, .desktop-none {
    display: block;
}
div#folderContextMenu {
    bottom: 0 !important;
    display: block !important;
    top: 0 !important;
    right: 0 !important;
    transition: 0.5s;
    left: 0% !important;
    max-width: 350px;
    margin: auto;
    height: 267px;
}
div#folderContextMenu.show {
    bottom: 0;
    top: 0% !important;
    right: 0;
    left: 0% !important;
    max-width: 350px;
    margin: auto;
    height: 267px;
}

/*map*/
#huddleChainModal .modal-title {
    display: block;
    max-width: 64%;
    flex: 0 0 64%;
    align-items: center;
}
#huddleChainModal .modal-title svg {
    position: relative;
    top: 9px;
}
#huddleChainModal .modal-title span.fw-300 {
    font-size: 15px;
    font-weight: 500;
}
span#huddleChainModalTitle {
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-left: 34px;
    line-height: 25px;
}
.chainActionIcons {
    display: inline-flex;
    flex: 0 0 27%;
    width: auto;
    max-width: 27%;
}
/*map*/

#mainContainer #container_scrollable {
    width: 100%;
    height: calc(100vh - 230px) !important;
}
   
    .xmhelp.supportIcons.active {
    left: 0;
    right: 0;
    margin: auto;
}
.xmhelp.supportIcons.active:before{
    display: none;
}


.otpInputs input {
    width: 44px;
  height: 54px;
    font-size: 32px;
    padding: 0;
}


.searchContainer {
    display: block;
    transform: translateX(-1400px);
    transition: 0.5s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: calc(100vh - 0px);
    background: #f5f5f5;
}
.searchContainer.activeMob {
    z-index: 999;
    display: block;
    overflow: auto;
    transform: translateX(0px);
}
.searchContainer.activeMob:before {
    bottom: 75px;
    background: #F5F5F5;
}
.searchContainer.activeMob .wrapped {
    max-width: 100%;
    border-radius: 0 !important;
    box-shadow: none;
    margin: 0 auto;
    right: 0;
    left: 0;background: #fff;
}
.searchContainer.activeMob .searchResults {
    display: block;padding: 0;
    min-height: 382px; max-width: 100%;
    background: #F5F5F5;
    top: 95px;
    border-radius: 0;
    }
    .processLoading .col:first-child {
    display: block;
}
    div#resultData {
    position: relative;
}
.sResult .filter {
    position: relative;
}
.col.p-0.leftpnl {
    display: block;
}
.Sleftpanel, .rightpaneloutr{
    max-height: calc(100vh - 245px);
}
div#resultData .border-left.col.p-0.r {
    max-width: 100% !important;
}
div#resultData {
    position: relative;
    background: #fff;
}
.mobTitle {
    display: flex;
    padding: 10px 0px 10px 16px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.mobTitle span {
    font-size: 20px;
    font-weight: 500;
}

.mobTitle span:last-child {
    font-size: 30px;
    padding: 0px 20px;
    height: 25px;
    position: relative;
    top: -4px;
}
.searchContainer.activeMob .wrapped>div.d-flex {
    z-index: 9;
    position: relative;
    background: #fff;
    border-radius: 8px;
}
.searchContainer.activeMob input#globalSearch {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}
.filterbox .ftext {
    display: block;
    margin-bottom: 9px;
    font-size: 17px;
}
.filterbox .filterSelect {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 6px;
}
.sortingfiltr {
    position: absolute;
    right: 0;
    top: 2px;
}
.sResult p.noxmdatafound {
    top: 0px;
    padding-top: 18%;
}

div#advanceFilter button.btn.btn-secondary{
        box-shadow: none;
}
header input#globalSearch {
    max-width: 88% !important;
 }

}


@media all and (min-width: 320px) and (max-width: 991px) and (orientation: landscape) {
    span#userOrganizations, span#memberTabContent {
    max-height: 100% !important;
}
body.chooseOrg img.rightimg.teamimg {
    display: none !important;
}

#mainContainer #container_scrollable {
    width: 100%;
    height: auto !important;overflow: unset !important;
}
#shareXMLink .modal-content .modal-body.active {
    background: #fff;
    border-radius: 6px;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}
#shareXMLink .modal-content {
    height: calc(100vh - 65px);
 }
 #webEx-dropdown, #slack-dropdown {
    transform: translate3d(0px, 35px, 0px) !important;
}


.shareOtherPlatforms.active {
    height: 100%;
    overflow: auto;
}
.shareOtherPlatforms {
    margin: 10px 0 0 0;
    padding: 12px 25px;
}
.modal-body.shareXm>.d-flex {
    padding: 17px 25px;
}
.shareXm .copylinkdiv {
    top: 21px;
}
#shareXMLink .btn.btn-secondary{
    padding: 0 !important;
}
.shareHuddleBody {
    min-height: 64px;
    height: 64px;
}
.shareChain {
    max-height: calc(100vh - 232px);
}
div#huddleChainModal .modal-dialog .modal-content {
    height: 284px;
    overflow: hidden;
    margin: auto;
}

    }



    /*mobilep*/
@media screen and (max-width: 599px) {
    body.createNewhuddle .input-group {
    display: block;
    width: 100%;
}
    body.createNewhuddle span#huddleDomainName {
    width: 100%;
    max-width: 100%;
    border-radius: 6px 6px 0 0;
    text-align: left;
}
body.createNewhuddle input#wname {
    width: 100%;
    border-top: none;
    border-radius: 0 0 6px 6px;
    margin: 0;
    display: block;
    border-width: 1px;
}
body.createNewhuddle input#wname ~ button#checkingAvailability {
    top: unset;
    bottom: -76px;
    right: 0;
}

body.chainCoedit span#confirmEditControlAction:before {
    right: unset;
    left: 30px;
}
    body.dashboard .aside ul>li>a {
    padding: 0;
}
.iconstint.active [data-context="info"].active:after{
    display: none;
}
    .mobilefoldertitle, .mobOpenfolder, .desktop-none, .desktop-none {
    display: block;
}
div#folderContextMenu {
    bottom: -400px;
    display: block !important;
    top: unset !important;
    right: 0;
    transition: 0.5s;
    left: 0 !important;
}
div#folderContextMenu.show {
    bottom: 0;
    top: unset !important;
    right: 0;
    left: 0 !important;
}


    /*map*/
    #huddleChainModal .modal-title {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
    align-items: center;
}
span#huddleChainModalTitle {
   white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-left: 40px;
    line-height: 25px; margin-bottom: 12px;
 }
 #huddleChainModal .modal-title svg {
   top: 7px;
    position: relative;
    margin-right: 5px;
}
#huddleChainModal .modal-title span.fw-300 {
    font-size: 15px;
    font-weight: 500;
}

.chainActionIcons {
    justify-content: flex-start;
    margin-left: 20px; height: 20px;
}
#huddleChainModal button.close {
    position: absolute;
    right: 19px;
    top: 10px;
}
    /*map*/

#folderList.enoghData~.loadAllFolders,#folderList.enoghData:before {
    display: none;
}
div#folderList {
    max-height: 100%;
    overflow: unset;
}





.aside ul>li>a {
    padding: 0px 0 0px 35px;
}
.notificationdropdown ul li >span {
    display: flex;
}
    .searchMobile {
    margin-left: 0px;
}
    body#parentContainer .login a.fs-15, body#parentContainer .login span.fs-15 {
    font-size: 14px;
}
body#parentContainer .login a.fs-15 {
    display: block;
    margin-top: 8px;
}
body#parentContainer .h-100.loginwraper {
   /*  height: calc(100vh - 0px) !important; */
       height: auto !important;
}
    .AllwithKnoblrHuddles {
    padding: 90px 0px 0;
}
.AllwithKnoblrHuddles h2 {
       font-size: 26px;
    margin-bottom: 23px;
}
.switch {
    width: 307px;
}
.plantitle h1 {
    line-height: 35px;
}
.h2mobile{
      font-size: 26px !important;
    margin: 16px 0 20px !important;
    line-height: 32px;
}
.toollistinner p {
    font-size: 16px;
    line-height: 22px;
 }
 .Readyset.bg-white a {
    margin-bottom: 31px;
    min-width: 180px;
}
.toollistrow .col-md-4{
    margin-bottom: 30px;
}
.Readyset.bg-white {
    text-align: center;
}
.Readyset h2 {
    padding-top: 40px;font-size: 30px;
}
    .planlist ul {
    height: auto;
    margin-bottom: 10px;
}
    div#CreatenewhuddlespaceModal span#huddleDomainName {
    max-width: 100%;
    width: 100%;
    text-align: left;
}
div#CreatenewhuddlespaceModal input#wname {
    width: 100%;
}
div#CreatenewhuddlespaceModal .col-md-5 {
     max-width: 100% !important;
    flex: 0 0 100% !important;
}
div#CreatenewhuddlespaceModal .col-md-2 {
    display: none;
}
div#CreatenewhuddlespaceModal .row {
    background: none !important;
}
div#CreatenewhuddlespaceModal .input-group-prepend {
    width: 100%;
}
div#planbenefits {
    margin-top: 25px;
}
    .currentplanPanel {
    padding-top: 2%;    float: left !important;
}
.table-responsive.teamtable {
    min-height: calc(100vh - 203px);
}
    .knoblr_xmDocs img {
    width: 156px !important;
}
    .rightcolumn h2 {
    font-size: 18px;
    margin-bottom: 0;
}
.nav-tabs .nav-link {
    padding: 18px 15px;
}
div#listmyhuddlespace {
    white-space: nowrap;
}
.headsec {
    margin-bottom: 15px;
}
.rightcolumn .headsec a {
    font-size: 16px;
  }
   
  span.menubarIcon {
    display: block;
    width: 25px;  margin-left: 7px;
    min-width: 25px;
    margin-left: 12px;min-width: 25px;
}
span.menubarIcon img {
    width: 100%;
}
 .rightcolumn .tab-content .tab-pane,div#listmyhuddlespace {
    width: 100%; text-align: center;
}
    div#planbenefits .col-md-4.col-lg-4.col,div#planutilisation .col-md-4.col-lg-4.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
}
#master-dropdown img.master-dropdown-icon {
    width: 25px !important;
}
.spaceInfo.dropdown-toggle h2 {
    font-size: 16px;
}
.table td, .table th {
    white-space: nowrap;
}
h2.welcomeOrgName {
    font-size: 24px !important;
}
    .xmhelp.supportIcons.active {
        width: 100%;
        right: 0;
    }

    .tint {
        z-index: 9999;
    }

    .help_popover {
        width: 100%;
    }

    .help_popover .arrow {
        width: 100%;
        overflow: initial;
    }

    .help_popover a.clse {
        font-size: 33px;
        padding: 0px 17px;
        right: 0;
        top: 16px;
        z-index: 9999;
        background: #fff;
    }

    .helptool_data {
        height: calc(100vh - 269px);
    }

    .help_popover .helptool_data img {
        margin: 0 auto 0 !important;
        width: 100%;
        padding: 0 !important;
        object-fit: contain;
    }

    .help_popover .head span {
        font-size: 22px;
    }

    .searchOuterHeader+div {
        margin-left: 0 !important;
    }

    header .profile {
        width: 30px;
        height: 30px;
        margin-right: 0;
        margin-left: 8px;    line-height: 32px !important;    border: 1px solid #eee;
    }

    .notification {
        overflow: hidden;
        margin-left: 4px;
    }

    .helptool_data h4 {
        margin-top: 0 !important;
    }

    p.Onboardingtext {
        position: relative;
        left: -14px;
        opacity: 0.8;
    }

    .maincontent {
        overflow: visible !important;
    }

    #mainContainer #container_scrollable {
        overflow: visible !important;
    }

    div#myXmsection section#xmSection,
    section#folderListContainer {
         padding: 24px 14px 0 !important;
    width: 100%;
    }

    div#currentWeekxM {
        padding-left: 0 !important;
    }

    .listview.col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logoxmdocs {
        flex: 0 0 146px !important;
        max-width: 146px;
        padding-left: 0 !important;
    }

    .logoxmdocs img {
        width: 156px !important;
    }

    .notification svg {
        width: 34px;
        height: 20px;
        padding: 0 0px 0px 0px;
    }

    span#extraMenus {
        position: absolute;
        right: 0;
           background: #fff;
    width: 100% !important;
    }

    span#extraMenus .contextIcons {
        height: 48px;
        background: #fff;
        margin: 0;
        width: 48px;
    }

    #XmWithReplies ul li {
        margin: 0;
        flex-wrap: wrap;
    }
    #XmWithReplies ul li .descList+.col-lg-6 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    justify-content: flex-start;
    margin-top: 14px;
}
div#XmWithReplies {
    left: 0% !important;
    width: 100%;    position: fixed !important;    top: 122px !important;
}
.xmhelp.supportIcons.active:before {
    right: 175px;
}

div#rightComponent .mainloading.processLoading .col-md-3 {
       max-width: 320px !important;
    margin-bottom: 22px;
    padding: 0 14px !important;
}
div#huddleSpace .huddlelist,div#listmyhuddlespace .huddlelist {
   display: block;
    position: relative;
        border-radius: 6px;
    margin-bottom: 11px;
    border: 1px solid #ddddddad;
}
div#listmyhuddlespace a[data-target] {
    width: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    height: 42px;
    line-height: 39px;
    font-size: 16px;
    font-weight: 500;
    color: #007bff!important;
    border-right: 1px solid #e5e5e5;
}
div#listmyhuddlespace .huddlelist{
    padding: 12px 0px 0 !important;
}
div#listmyhuddlespace .huddlelist >.d-flex,div#listmyhuddlespace .huddlelist > .d-flex {
   border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    text-align: left;
    margin: 0 0px 0;
    padding-left: 10px;
    padding-right: 10px;
}
div#listallhuddlespace .huddlelist>.d-flex {
    text-align: left;
}
div#listmyhuddlespace span.owner {
    padding: 0;
    position: absolute;
    top: 38px;
    right: 18px;
    font-size: 15px;
}
div#listmyhuddlespace .align-items-center.d-flex.justify-content-between {
 margin-left: 0px !important;
    display: inline-block !important;
    margin-bottom: 0;
    margin-top: 0;
    min-width: 50%;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    width: auto;
    height: 42px;
    line-height: 38px;
}
div#listallhuddlespace .align-items-center.d-flex.justify-content-between {
    position: absolute;
    right: 12px;
    bottom: 12px;
}
div#huddleSpace .huddlelist a[data-target] {
    font-weight: 500;
}
#huddleChainModal .modal-header {
    flex-wrap: wrap;
}
div#shareXMLink .thumbnailImg {
    display: none;
}
.shareOtherPlatforms .authenticate .tint {
    left: -17px;
    top: -4px;
    right: -30px;
}
#slack-dropdown {
    transform: translate3d(2px, 35px, 0px) !important;
}
.modal-body.shareXm.shareHuddleBody>.d-flex>div>h3 {
    width: 100%;
}
.shareXm .copylinkdiv {
  top: 0;
    position: relative;
    right: 15px;
    float: right;
}
#shareXMLink .btn.btn-secondary {
    padding: 0 !important;
}
.shareXm .copiedMsg {
    position: relative;
    margin-top: 0;
    font-size: 16px;
    height: 36px;
}

span#confirmEditControlAction {
   /*   left: 40px !important;
    transform: translate(3px, 34px) !important;
   
    right: 0;
    margin: auto;*/
}

/*body#pageBody.listview #confirmEditControlAction:not(.receiver):before {
    left: 10px;
    right: unset;
}
*/
.alertxmShared {
    max-width: 100%;
}
    .notificationdropdown {
        width: 100%;
        right: 0;
    }

    .notificationdropdown:before {
        right: 82px;
    }

    [data-state="listView"] .folderTitle {
        width: 142px;
    }

    [data-state="listView"] .filesContainer .xm_Title {
        width: 156px !important;
        margin-right: 6px;
    }

    [data-state="listView"] .listview .sharesqr {
        top: 0;
    }

    #mainContainer #container_scrollable {
        height: auto !important;
    }


    /* workspace */
    .knoblr_xmDocs.d-block.d-lg-none {
           padding: 0;
    }
 
    .verifiedAlert {
        left: 0 !important;
        margin: auto;
        line-height: 23px !important;
        position: absolute;z-index: 9;
    }

    .centerBox.ml-4 {
        margin: 0 auto !important;
        max-width: 480px !important;
        width: 100% !important;
        padding: 40px 20px;
    }
    .knoblr_xmDocs.d-block.d-lg-none div {
    max-width: 480px;
    padding: 20px 40px 0;
}

    .h-100.loginwraper.row {
        /*  height: 100vh !important; */
        height: auto !important;
        min-height: 81vh;
    }

    .row.lg-foot {
        left: 0;
        text-align: center;
        right: 0; bottom: 0;
        margin: auto;    padding-left: 0;position: relative;
    }
    .moblogin {
    flex-wrap: wrap;
}

    .login p {
        white-space: normal !important;
        line-height: 24px;
        /* word-break: break-all; */
    }

    .otpInputs input {
        width: 40px;
        height: 50px;
        font-size: 18px;
    }

    .userIdentityPlaceholder+img {
        display: none;
    }

    .loginwraper .col-lg-7 {
        height: auto !important;
    }

    footer {
        position: relative;
    }

    .login {
        margin-bottom: 26px;
    }

    .userIdentityPlaceholder {
        margin: 0px -3px 0 -14px;
        flex-direction: row;
    }
    .userIdentityPlaceholder small {
    margin: 0px 0 0 0;    font-size: 14px;
        max-width: 183px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.chooseOrg img.rightimg.teamimg {
    display: none !important;
}
    h2.logintitle {
        font-size: 26px !important;
           margin-top: 0px !important;
    padding-top: 0 !important;
    margin-bottom: 26px !important;
    }

    .radioLabel {
        line-height: 47px;
    }

    .workspacetxt {
        font-size: 18px;
    }

    #userworkspaces {
        padding-right: 0;
    }

    #userworkspaces label.radioLabel {
        margin-bottom: 0;
    }

    #userworkspaces .form-group {
        margin-bottom: 18px;
    }

    footer .container {
        display: block;
    }

    footer .container p {
        text-align: center;
    }

    footer p a {
        padding: 8px 10px;
        display: inline-block;
    }

    footer small {
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .rightimg {
        display: none;
    }

    #checkingAvailability {
        top: 90px;
        right: 166px;
    }
   /* input#wname + #checkingAvailability {
    top: 92px;
}*/
    button#createworkspacebtn {
    margin-top: 8px;
}
.searchplaceholder {
    display: none;
}

    .custom-control-label::after {
        left: 0px;
    }

    .loginform.finallypage {
        margin-bottom: 68px;
    }

    span#invalidOTP {
        margin-left: 15px;
    }

    /* .knoblr_xmDocs {
    margin-top: 0 !important;
} */
    .loginwraper .col-lg-7 {
        order: 0 !important;
        background: transparent !important;
    }

    /* workspace */

    .btmfixBtn button.btn {
        min-width: 155px;
    }

    .meetingIcon {
        margin-right: 14px;
        margin-left: 15px;
    }

    div#SentReqDataTable .table td,
    div#SentReqDataTable .table th {
        white-space: nowrap;
    }

    .modal-body .row {
        margin: 0;
    }

    p#userEmail,
    h3#userName {
        text-align: center;
    }

    span#profileImage {
        margin-bottom: 20px;
    }

    div#enterWorkspacePassword #continueLogin {
        font-size: 15px;
        padding: 0 13px;
    }

    h2.logintitle.addworkspaceTitle {
        margin-top: 16px !important;
    }

    h2.logintitle.addworkspaceTitle+p {
        font-size: 22px !important;
    }

    div#sendSuccess p {
        font-size: 16px !important;
    }
    div#otherOrganizations {
    right: 0;
    top: 0;
    padding: 9px 12px;
    position: relative;
    text-align: center;
    margin-bottom: 19px;
}
div#otherOrganizations p {
      margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
}
div#otherOrganizations a {
  font-size: 15px !important;
}
.moblogin .centerBox {
    padding: 40px !important;
}


/*listview*/
[data-state="listView"] .recordingicon.huddleThread {
    bottom: 14px;    right: 20px;
}
[data-state="listView"] span.recordingicon.videoThread, [data-state="listView"] .loomThread {
    bottom: 16px;
    right: 20px;
}
[data-state="listView"] span.recordingicon.audioThread {
    bottom: 17px;
    right: 20px;
  }

[data-state="listView"] .listview .sharesqr {
     top: -4px;
    left: -3px;
    right: unset;
    bottom: unset;
}
/*listview*/

.nameDate span {
    width: 100%;
}
#XmWithReplies ul li .descList {
    max-width: 80%;
    flex: 0 0 80%;
}
.customTooltip {
    left: 0;
    top: unset;
    margin: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
}
.customTooltip:before {
    content: "+";
    position: absolute;
    right: 10px;
    top: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ffffff;
    border: 2px solid #939393;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 50%;
    color: #939393;
    transform: rotate(45deg);
}
.customTooltip .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 39px;
    left: unset;
}

.getstartedpg .loginform {
    padding-bottom: 0 !important;
}
.getstartedpg .login {
    margin-bottom: 0;
}
.getstartedpg .moblogin .centerBox {
    padding-bottom: 0 !important;
}
.getstartedpg form.jQueryValidate + .mt-5.pt-5 {
    margin-top: 26px !important;
}
.plantitle {
    padding: 0 15px;
}
.plantitle h1 {
    font-size: 26px;
   margin-top: 26px;
}
.plantitle p {
    font-weight: 400;
    opacity: 0.8;
    margin-top: 6px;
}
.switch {
    padding: 0 10px;
}
.switch small {
    font-size: 17px;
    }

.iconstint {
    background: #333333c7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 0 18px;
    visibility: hidden;    transition: 0.5s;
}
.iconstint.active{
    visibility: visible;
}
.iconsBlockIns {
    transform: translate(0px, 600px);
    transition: 0.5s;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #fff;
    z-index: 999;
    padding: 10px 10px;
    flex-wrap: wrap;
    box-shadow: 0 0 4px #9d9d9d;
    border-radius: 15px 15px;
    display: flex !important;
}
.iconstint.active .iconsBlockIns {
       transform: translate(0px, 0px);
       visibility: visible; 
}

.iconstint.active .iconsBlockIns span.contextIcons svg, .iconstint.active .iconsBlockIns span.contextIcons img, .iconstint.active .iconsBlockIns span.contextIcons i {
    margin-right: 12px;    width: 27px !important;text-align: center;    object-fit: contain;
}

.iconstint .contextIcons[data-context="open"] svg {
    height: 18px !important;
}
.iconstint .contextIcons[data-context="lock"] svg {
    height: 24px;
}
.iconstint .contextIcons[data-context="share"] img {
    height: 22px;
}
.iconstint .contextIcons[data-context="trash"] svg {
    height: 19px !important; 
}
.iconstint .contextIcons:hover:after{
display: none;
}

.iconstint .iconsBlockIns span.contextIcons {
    flex: 0 0 100%;
    width: 100% !important;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    justify-content: flex-start;
    padding-left: 16px;
}
.iconstint .iconsBlockIns span.contextIcons:last-child {
    border: none;
}
.iconstint .iconsBlockIns span.txt {
    display: block;color: #333;
}
.mobileOpen.active {
    flex-direction: column;
    
}
[data-state="listView"] .mobileOpen.active {
    padding: 17px 0px;    flex-direction: unset;
}
[data-state="listView"]  .mobileOpen span.btn {
    display: block;
    width: 110px;
}


}
/*767*/