@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;1,400;1,500&display=swap');

/* scroll start */

@media screen and (min-width: 1050px) {
     ::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
     ::-webkit-scrollbar-track {
        background: transparent;
    }
     ::-webkit-scrollbar-track:hover {
        background: rgba(255, 255, 255, .7);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
    }
    /* Handle */
     ::-webkit-scrollbar-thumb {
        background: #CDCCCC;
    }
     ::-webkit-scrollbar-thumb:hover {
        background: #949494;
    }
}


/* scroll end */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    background: #f1f1f1;
    color: #494949;
    line-height: 1.4em !important;
    font-weight: 400;
    overflow-y: scroll;
}

* {
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

.hosttemplateflex {
    display: flex;
    width: 100%;
    height: 100%;
}

.hosttemplateflexcolumn {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

::-moz-selection {
    color: #fff;
    background: #0070c0;
}

::selection {
    color: #fff;
    background: #0070c0;
}

::placeholder {
    color: #c4c4c4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c4c4c4;
}

::-ms-input-placeholder {
    color: #c4c4c4;
}

::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #202020 !important;
}

img {
    display: flex;
    max-width: 100%;
}

.preClass {
    margin: 0 0 10px 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

a,
.linkableText {
    color: #1a0dab;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.linkableText:hover {
    text-decoration: underline;
}

.linkableText {
    margin-right: 15px;
}

.linkableText:last-child {
    margin-right: 0;
}

.linkRed {
    color: red;
}

.linkable {
    cursor: pointer;
}

.linkable:hover {
    color: #0000e1
}

p {
    margin: 8px 0;
}

p.noSpaceTop {
    margin: 0 0 8px 0;
}

p.noSpaceBottom {
    margin: 8px 0 0 0;
}

.settingText p {
    margin: 8px 0 0 0;
}

h1 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 15px 0;
}

h4 {
    font-size: 15px;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.followColor {
    color: #f57a20;
}

.displayFlex {
    display: flex;
}

.flexRow {
    display: flex;
    width: 100%;
    flex: 1 1 100%;
}

.flexWrap {
    display: flex;
    flex: 1 1 100%;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.wordBreak {
    word-break: break-word;
}

iframe.embed-tool__content {
    height: 45vw;
    max-height: 440px;
    min-height: 280px;
}

.line-clamp1,
.line-clamp2,
.introText {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp1 {
    -webkit-line-clamp: 1;
}

.line-clamp2 {
    -webkit-line-clamp: 2;
}

.introText {
    -webkit-line-clamp: 3;
}

.infoBox {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #707070;
}

.smallFont {
    display: flex;
    align-items: center;
}

.noBreak {
    white-space: pre;
}

.eachIcons {
    height: 16px;
    width: 16px;
    stroke: none;
    fill: #494949;
    align-items: center;
    margin: 0px 5px 0 0;
    display: flex;
}

.mediumIcon,
.smallIcon {
    display: flex;
    stroke: none;
    fill: #494949;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s ease 0s;
    cursor: pointer;
}

.mediumIcon {
    width: 206px;
    height: 20px
}

.smallIcon {
    width: 16px;
    height: 16px
}

.dotSeparator {
    padding: 0 6px;
}

ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.mainContainer {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
}

.middleContainer {
    display: flex;
    flex-direction: row;
    flex: 1 1 100%;
}

.colMainContainer {
    display: flex;
    background: #fff;
    width: 100%;
    min-height: 100vh;
    padding: 20px 20px 0 20px;
}

.channelDetails {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.searchContainer {
    display: flex;
    flex: 1 1 100%;
    position: relative;
    z-index: 99;
}

.searchBox {
    width: 100%;
    border-radius: 50px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    height: 40px;
    display: flex;
    align-items: center;
    max-width: none;
    overflow: visible;
    background: #fff;
}

.searchBox:hover {
    box-shadow: 0 2px 8px 1px rgb(64 60 67 / 24%);
}

.searchBoxInner {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    padding: 0 10px 0 20px;
}

.searchInput {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.inputSearch {
    background: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    resize: none;
    outline: none;
    padding: 0;
    border: none;
    width: 100%;
}

.filterText {
    position: absolute;
    width: 100%;
    font-weight: bold;
    cursor: text;
}

.searchLabel {
    display: flex;
    padding-right: 5px;
}

.searchText {
    flex: 1 1 auto;
}

.ellipsisText {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.searchIcon {
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 4px;
    margin-right: 6px;
}

.filterIcon {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #494949;
    margin: auto;
    cursor: pointer;
}

.expandSearch {
    display: none;
    position: absolute;
    max-width: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.expandSearch.searchActive {
    display: flex;
}

.expandSearch.searchDeactive {
    display: none;
}

.expandSearch .searchBox {
    height: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 15px;
}

.searchExpBox {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
    overflow: visible;
    padding-top: 40px;
    overflow: hidden;
    box-shadow: 0 2px 8px 1px rgb(64 60 67 / 24%);
}

.searchBox.changeSearch {
    box-shadow: none !important;
}

.resetSearch {
    margin: 0 2px 0 0;
    cursor: pointer;
    padding: 4px;
    position: relative;
}

.searchResults .channelUnreadCount {
    background: #f9de0a;
    color: #202020;
}

.searchHighlight {
    background-color: #f9de0a;
}

.backButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    padding: 0 8px 0 12px;
    border-radius: 40px 0 0 40px;
    height: 100%;
}

.backButtonInner {
    display: flex;
    padding: 8px;
    cursor: pointer;
}

ul.showOptionList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.showOptionList {
    border-top: 1px solid rgba(223, 225, 229, 60);
}

ul.showOptionList li {
    border: none;
    border-radius: 0;
    color: #3c4043;
    cursor: pointer;
    width: 100%;
    margin: 0;
    display: block;
}

ul.showOptionList li span {
    padding: 10px 20px;
    min-height: 40px;
}

ul.showOptionList li:hover span {
    background: #f5f5f5;
}

.msgTabContainer {
    margin: 0;
    display: flex;
    align-items: center;
}

.settingTabContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    width: 100%;
    min-height: 28px;
    position: relative;
}

.layoutIconsBox {
    display: flex;
    align-items: center;
    margin-left: 16px;
    z-index: 2;
}

.folderLeft {
    display: flex;
    flex: 0 0 265px;
    overflow: hidden;
}

.menu-bar {
    flex: 0 0 240px;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    padding: 14px 25px 0 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 98;
    margin-right: 25px;
}

.rightContainer {
    max-width: none;
    padding: 20px 0 10px 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin: 0;
    overflow: hidden;
}

.msgListContainer {
    max-width: none;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.msgDetailsContainer {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.articleContent {
    width: 100%;
    padding: 0 0 15px 0;
    word-break: break-word;
}

.articleContent img,
.articleContent p img {
    max-width: 100%;
}

.menu-group {
    line-height: 1.2;
    padding: 0;
    width: 100%;
    flex: 1 1 100%;
    position: relative;
    z-index: 99;
}

.menu-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-group ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu-group ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 12px 0px;
    border-radius: none;
    position: relative;
    outline: none;
}

.menu-group ul li:hover .menuIconName {
    text-decoration: none;
    font-weight: 500;
    color: #1a0dab;
}

.menu-group ul li.selected-menu .menuIconName {
    font-weight: 500;
    color: #1a0dab;
}

.menuIconName {
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    overflow: hidden;
}

.menuIcon {
    flex: 0 0 20px;
    margin-right: 16px;
}

.menuItem {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.channelUnreadCount {
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 4px;
    border-radius: 16px;
    flex: 0 0 16px;
    height: 16px;
    margin-left: 5px;
    background: #efefef;
    color: #494949;
}


/*----- Responsive Menu and Breadcrumbs -----*/

.logo-container {
    display: none;
    align-items: center;
    height: 24px;
    margin-right: 8px;
    position: relative;
    z-index: 9;
}

.logo-container .icon {
    width: 28px;
    padding: 4px;
    cursor: pointer;
}

.nav-icons {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 50px;
    background-color: #494949;
    margin: 4px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.content-panel {
    max-width: 1050px;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
}

.msgDetailBox {
    max-width: 700px;
}

.mobileLogo {
    display: none;
    align-items: center;
    height: 40px;
    margin: 15px 15px;
    position: relative;
}

.logoLink {
    display: flex;
}

.mobileLogo img {
    max-width: 150px;
    max-height: 32px;
}

.topBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    position: relative;
}

.feedLogo {
    display: flex;
    align-items: center;
    height: 40px;
    flex: 0 0 160px;
    margin-right: 30px;
    z-index: 1;
}

.expLogo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logoInner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 160px;
    height: 40px;
}

.logoInner img {
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
}

.msgLogo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: 40px;
    position: relative;
    justify-content: space-between;
}

.backBtnBox {
    display: flex;
    align-items: center;
}

.topDetails {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    justify-content: space-between;
}

.profileTop {
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    color: #fff;
    width: 36px;
    height: 36px;
    margin: 0 0 0 15px;
    font-size: 16px;
    line-height: 36px;
    flex: 0 0 36px;
    cursor: pointer;
    position: relative;
}

.profileTop img {
    width: 100%;
    height: 100%;
}

.searchResult {
    padding: 24px 0 0 20px;
}

ul.multipleTabs {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: flex-start;
    overflow-x: auto;
}

li.eachTabs {
    list-style: none;
    padding: 0 0 2px 0;
    margin: 0 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: transparent;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease 0s;
}

li.eachTabs:first-child {
    margin-left: 0 !important;
}

li.eachTabs:last-child {
    margin-right: 0 !important;
}

li.selectedTab {
    color: #202020;
    border-color: #fa7d23;
    cursor: auto;
    pointer-events: none;
}

.eachTabs .msgCountOuter {
    display: inline-block;
}

.msgCount {
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    background: #fd1842;
    padding: 3px 4px;
    margin: 0 0 0 8px;
    color: #fff;
    border-radius: 16px;
    min-width: 16px;
    height: 16px;
}

.eachTabs .msgCountOuter .msgCount {
    margin: 0 0 0 4px;
}

.msgHeader {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 16px;
}

.msgDetailsSubject {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.eachArticleHeader h1,
.msgHeader h1 {
    margin-bottom: 0;
    color: #202020;
    word-break: break-word;
}

.msgHeader h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.channelIconsGroup {
    margin: 0 0 0 12px;
    display: flex;
    align-items: center;
    column-gap: 0;
}

.iFrameBackIcon {
    display: block;
    padding: 4px 0 !important;
    margin: 0 8px 0 -4px !important;
}

.eachChannelIcon {
    margin-left: 12px;
    padding: 4px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

.eachChannelIcon.prevIcon,
.eachChannelIcon.nextIcon {
    padding: 4px 0;
}

.eachChannelIcon:first-child {
    margin-left: 0;
}

.eachIconBig {
    fill: #494949;
    stroke: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    position: relative;
}

.eachChannelIcon:hover .eachIconBig {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}

.toolTipsOuter {
    position: absolute;
    top: -8px;
    left: 105%;
    display: none;
    z-index: 99;
}

.toolTipsInner {
    background: #fff;
    color: #202020;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    overflow: visible;
    padding: 7px 8px;
    white-space: nowrap;
    border: 1px solid #d9d9d9;
    box-shadow: rgb(0 0 0 / 20%) 0 2px 4px 0;
    position: relative;
}

.hoverToolTips:hover .toolTipsOuter,
.shareIcon:hover .toolTipsOuter {
    display: block;
    transition: all 0.3s ease 0s;
}

.socialMediaShareIcons {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.eachShareIcons {
    float: left;
    height: 28px;
    width: 28px;
    list-style: none;
    fill: #494949;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    margin: 0 5px;
    transition: all 0.3s ease 0s;
}

.eachShareIcons:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}

.eachShareIcons:first-child {
    margin-left: 0;
}

.eachShareIcons:last-child {
    margin-right: 0;
}

.ce-block,
.ce-block__content {
    max-width: none !important;
}

.downloadBox {
    display: flex;
    padding: 30px 0 30px 40px;
    position: relative;
}

.contentSearch {
    margin-left: 4px;
    margin-right: -20px;
    border-radius: 20px 0 0 20px;
    background: #f1f1f1;
    width: 32px;
    height: 32px;
    padding: 6px 4px 6px 8px;
    fill: #494949;
    cursor: pointer;
}

.msgSearchOuter {
    display: none;
    position: fixed;
    top: 0;
    right: 10vw;
    width: 100%;
    max-width: 340px;
    z-index: 999999;
}

.msgSearchInner {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0px 4px 2px rgb(64 60 67 / 16%);
    align-items: center;
    padding: 6px 4px 6px 16px;
}

.downloadBoxInner {
    background: #cdecff;
    padding: 15px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.4;
}

.appInfo {
    padding-left: 40px;
    position: relative;
}

.design {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: -6px;
    right: 0;
    border-color: #fa7d23;
    border-style: solid;
    border-width: 0 0 0 2px;
}

.circle,
.circle2 {
    position: absolute;
    left: 5px;
    width: 16px;
    height: 16px;
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
    border-radius: 20px;
    background: #fa7d23;
}

.circle {
    bottom: calc(50% - 8px);
}

.circle2 {
    bottom: -22px;
}

.contactInfo {
    margin-top: 16px;
}

.socialBtns {
    margin-right: 16px;
}

.socialBtns img {
    display: block;
    height: 32px;
    width: auto;
}


/*------- Button class Start -------*/

.button {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    font-size: 14px;
    line-height: 29px;
    white-space: nowrap;
    height: 29px;
    border: none;
    background: none;
    text-align: center;
    padding: 0 12px;
    cursor: pointer;
    margin: 8px 16px 8px 0;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.button:first-child {
    margin-left: 0;
}

.button:hover,
.button:focus {
    transition: 0.3s;
}

.button:last-child {
    margin-right: 0;
}

.buttonblue {
    border: 1px solid #0070c0;
    color: #0070c0;
}

.buttonblue:hover,
.buttonblue:focus {
    background-color: #0070c0;
    color: #ffffff;
}

.buttongrey {
    border: 1px solid #494949;
    color: #494949;
}

.buttongrey:hover,
.buttongrey:focus {
    background-color: #494949;
    color: #fff;
}

.buttonCancel {
    border: 1px solid #fd1842;
    color: #fd1842;
}

.buttonCancel:hover,
.buttonCancel:focus {
    background-color: #fd1842;
    color: #fff;
}

.buttonBlack {
    color: #ffffff;
    background: #1D191F;
    border: 1px solid #1D191F;
    margin: 0;
}

.buttonBlack:hover,
.buttonBlack:focus {
    opacity: 0.9;
}

.buttonDrkBlu {
    background-color: #0070c0;
    border: 1px solid #0070c0;
    color: #ffffff;
}

.buttonDrkBlu:hover,
.buttonDrkBlu:focus {
    opacity: 0.9;
}

.buttondisabled {
    border: 1px solid #a2a2a2;
    color: #a2a2a2;
    pointer-events: none;
}

.button.noSpace {
    margin: 0;
}

.button.noSpaceTop {
    margin-top: 0;
}

.button.noSpaceBottom {
    margin-bottom: 0;
}

.btnOuter {
    margin-top: 16px;
}

.btnContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btnContainer .button {
    margin-top: 8px;
    margin-bottom: 8px;
}

.btnContainerCandQ {
    display: flex;
    column-gap: 24px;
}

.btnContainerCandQ .button:last-child {
    margin-right: 0;
}

.btnContainerCandQ .buttondisabled {
    background: #fff;
}

.commentOuter {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.responseInner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-row-gap: 12px;
    row-gap: 12px;
}

.responseLabel {
    margin-right: 12px;
    color: #707070;
}

.responseInner .button {
    margin-top: 0;
    margin-bottom: 0;
}

.feedbackResponce {
    display: flex;
    align-items: center;
}

.eachFeedbackSet {
    margin: 0 40px 0 20px;
}

.sendDisabled {
    border: 1px solid #a2a2a2;
    background: #a2a2a2;
    color: #fff;
    pointer-events: none;
}

.disabled,
.disableOpacity {
    pointer-events: none;
}

.disableOpacity {
    opacity: 0.5;
}


/*----- Summary -----*/

.summaryBox {
    display: flex;
    column-gap: 20px;
    gap: 20px 20px;
    margin-bottom: 20px;
}

.eachSumBox {
    width: 100%;
    min-height: 96px;
    text-align: center;
    line-height: 1.2;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.eachSumBox:hover {
    background: #f5f5f5;
}

.summaryHeading {
    font-size: 36px;
    font-weight: 500;
}

.summaryText {
    min-height: 36px;
}

.summaryOuter {
    display: flex;
    justify-content: space-between;
    word-break: break-word;
}

.summaryInner {
    width: 48%;
}

.sumHeading {
    font-size: 18px;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
}

.sumSubHeading {
    margin: 0;
}

.sumGroup,
.sumSubGroup {
    margin: 0 0 24px 0;
    min-height: 72px;
}

.sumGroup {
    padding: 16px 15px 8px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    min-height: 146px;
}

.sumGroup:last-child,
.sumSubGroup:last-child {
    margin-bottom: 0;
}

ul.sumMsgList {
    margin: 0;
    padding: 0 0 0 20px;
}

ul.sumMsgList li {
    margin-bottom: 8px;
    cursor: pointer;
    word-break: break-word;
}

ul.sumMsgList li:hover {
    color: #1a0dab;
    text-decoration: underline;
}

.emptyMsg {
    color: #c4c4c4;
}


/*------- Msg Start -------*/

.msgListOuter {
    display: flex;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.msgListOuter:last-child {
    border: none;
}

.eachMsg {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.logoMotive {
    flex: 0 0 48px;
    height: 48px;
    margin: 4px 12px 0 0;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #f9f9f9;
}

.unreadIcon {
    position: absolute;
    top: 9px;
    left: -20px;
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background: #13bced;
    cursor: default;
}

.listStar {
    position: absolute;
    top: 7px;
    left: -20px;
    width: 11px;
    height: 11px;
    display: flex;
    cursor: default;
}

.eachMsg h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    color: #1a0dab;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin: 0;
    word-break: break-word;
}

.eachMsg:hover h2 {
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.eachMsg .textContainer {
    word-break: break-word;
}

.mediaContainer {
    display: flex;
    margin: 8px 0 0 0;
    width: 100%;
    overflow-y: auto;
    overflow: hidden;
}

.mediaInner {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    white-space: nowrap;
    overflow: hidden;
}

.eachMediaBox {
    display: flex;
    display: -ms-flexbox;
    flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    height: 64px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 8px 0 0;
    border: 1px solid #f1f2f3;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.eachMediaBox:last-child {
    margin-right: 0;
}

.eachMediaBox .mediaImage {
    min-width: 100%;
    object-fit: cover;
    min-height: 100%;
}

.eachMediaBox .iconPlay {
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMjQgNEMxMi45NSA0IDQgMTIuOTUgNCAyNHM4Ljk1IDIwIDIwIDIwIDIwLTguOTUgMjAtMjBTMzUuMDUgNCAyNCA0em0tNCAyOVYxNWwxMiA5LTEyIDl6Ii8+PC9zdmc+);
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.eachMediaBox .mediaDuration {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 8px;
    line-height: 16px;
    margin-bottom: 4px;
    margin-left: 4px;
    padding: 1px 8px;
}

.msgIcons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    margin-top: 2px;
}

.greyBgFitContent {
    background: rgba(0, 0, 0, 0.1);
    padding: 7px 10px;
    width: fit-content;
}

.msgTileContainer {
    display: flex;
    flex-direction: row;
    margin: -5px 0 25px 0;
    width: 100%;
    padding: 0 3px;
    flex-wrap: wrap;
    column-gap: 30px;
    gap: 0 30px;
    justify-content: space-between;
}

.msgTileOuter {
    display: flex;
    flex-direction: column;
    width: calc((100% - 30px) / 2);
    margin: 15px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgb(17 17 26 / 10%) 0 0 3px 2px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.msgTileOuter:hover {
    box-shadow: rgb(17 17 26 / 15%) 0 0 5px 3px;
    transition: all 0.3s ease 0s;
}

.msgTileOuter .eachMsg {
    flex: 1 1 auto;
    padding: 15px 20px 15px 22px;
    box-shadow: 0 0 8px 3px rgb(17 17 26 / 10%);
}

.msgTileOuter .eachMsg h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
}

.msgTileOuter:hover h2 {
    color: #1a0dab;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.msgTileOuter .featured-image {
    aspect-ratio: 9/5;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.msgTileOuter .img-fluid {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease 0s;
}

.msgTileOuter .img-fluid:hover {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}

.msgTileOuter .withoutFeaImage {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.msgTileOuter .withoutFeaImage .img-fluid {
    object-fit: contain;
    width: auto;
    height: auto;
    max-height: 100%;
}

.msgTileOuter .eachMsg .textContainer {
    margin: 0;
}

.msgTileOuter .eachMsg .textContainer.contentHeight {
    height: 68px;
    margin: 10px 0 0 0;
}

.msgTileOuter .listStar {
    top: 21px;
    left: 6px;
    width: 10px;
    height: 10px;
}

.msgTileOuter .unreadIcon {
    top: 23px;
    left: 7px;
    width: 8px;
    height: 8px;
}


/*-------Video & Audio tab classes starts-------*/

.videoContainer,
.audioContainer {
    width: 100%;
    padding: 0 3px;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 40px 0;
    column-gap: 30px;
    gap: 30px;
}

.eachMsgVideoBox,
.eachMsgAudioBox {
    display: flex;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgb(17 17 26 / 10%) 0 0 3px 2px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.eachMsgVideoBox {
    width: calc((100% - 30px) / 2);
}

.eachMsgAudioBox {
    width: calc((100% - 30px) / 2);
}

.eachMsgVideoBox:hover,
.eachMsgAudioBox:hover {
    box-shadow: rgb(17 17 26 / 15%) 0 0 5px 3px;
    transition: all 0.3s ease 0s;
}

.eachVideoBoxInner {
    display: flex;
    width: 100%;
    flex-direction: column;
    cursor: pointer;
}

.eachAudioBoxInner {
    display: flex;
    width: 100%;
    cursor: pointer;
}

.videoThumbnail {
    aspect-ratio: 9/5;
    overflow: hidden;
}

.audioThumbnail {
    flex: 0 0 92px;
    height: 92px;
    aspect-ratio: auto;
    overflow: hidden;
}

.videoThumbnail img,
.audioThumbnail img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.4s ease 0s;
}

.videoThumbnail img:hover {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}

.eachVideoInfo {
    padding: 15px 20px 15px 22px;
    box-shadow: 0 0 8px 3px rgb(17 17 26 / 10%);
    position: relative;
}

.eachAudioInfo {
    flex: 1 1 auto;
    padding: 10px 20px 9px 22px;
    box-shadow: 0 0 4px 1px rgb(17 17 26 / 10%);
    overflow: hidden;
    position: relative;
}

.eachVideoInfo h2,
.eachAudioInfo h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: #1a0dab;
    cursor: pointer;
    transition: all .3s ease 0s;
    margin: 0;
    word-break: break-word;
}

.eachVideoBoxInner:hover h2,
.eachAudioBoxInner:hover h2 {
    text-decoration: underline;
    transition: all .3s ease 0s;
}

.eachVideoInfo .unreadIcon,
.eachAudioInfo .unreadIcon {
    top: 23px;
    left: 7px;
    width: 8px;
    height: 8px;
}

.eachVideoInfo .listStar,
.eachAudioInfo .listStar {
    top: 21px;
    left: 6px;
    width: 10px;
    height: 10px;
}

.eachAudioInfo .unreadIcon {
    top: 19px;
}

.eachAudioInfo .listStar {
    top: 17px;
}


/*-----Calendar-----*/

.calendarContainer {
    width: 100%;
    padding-top: 20px;
}

.calendarContainer .headingRow {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.calendarSec {
    margin-bottom: 32px;
}

.calendarGrp {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    gap: 30px;
}

.eachCalendarContainer {
    width: calc((100% - 60px) / 3);
    min-height: 92px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.eachCalendarContainer h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: #1a0dab;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin: 0;
    word-break: break-word;
}

.eachCalendarContainer:hover h2 {
    text-decoration: underline;
    transition: all .3s ease 0s;
}

.eachCalendarContainer .eventDescription {
    margin: 0;
    word-break: break-word;
}

.eachCalendarContainer a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.eachMessageHeader {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
}


/* ---------- File TAb ---------- */

.filesContainer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    gap: 20px;
    width: 100%;
    margin: 8px 0 0 0;
}

.eachFileBox {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    width: calc((100% - 80px) / 5);
    align-items: center;
    text-align: center;
}

.fileicon {
    height: 48px;
    width: 48px;
}

.fileicon img {
    width: 100%;
    height: 100%;
}

.fileText,
.fileSearchName {
    font-size: 14px;
    /* line-height: 1.2;
    -webkit-line-clamp: 2; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    word-break: break-word;
}

.fileText {
    line-height: 1.2;
    -webkit-line-clamp: 2;
}

.customAttachment,
.fileAttachment,
.imgAttachment {
    display: inline-flex;
    width: 48px;
    height: 48px;
    position: relative;
}

.fileAttachment {
    fill: #777171;
    color: #777171;
}

.imgAttachment {
    fill: #00a79d;
    color: #00a79d;
}

.fileAttachment::after,
.imgAttachment::after {
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    content: attr(data-extension);
}

.fileAttachment::after {
    top: 24px;
    left: 4px;
    width: 34px;
}

.imgAttachment::after {
    bottom: 3px;
    left: 0;
    width: 100%;
}

.typepng {
    fill: #c11e0b;
}

.typejpg,
.typejpeg {
    fill: #3ab54a;
}

.typebmp {
    fill: #1c74bc;
}

.typetiff,
.typetif {
    fill: #e41543;
}

.typegif {
    fill: #157efb;
}


/*-----tooltip-----*/

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 155px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    cursor: auto;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-bottom {
    top: 135%;
    right: -46%;
    margin-left: -60px;
}


/*------- Pagination Start -------*/

.paginationContainer {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
}

.paginationContainer a {
    padding: 4px 0;
}

.paginationPrev,
.paginationNext {
    cursor: pointer;
    color: #0070c0;
}

.paginationPrev.disabled,
.paginationNext.disabled {
    pointer-events: none;
    color: #a2a2a2;
}

.paginationPrev:hover,
.paginationNext:hover {
    color: #0000e1;
}

.paginationPrev {
    margin-right: 25px;
}

.paginationNext {
    margin-left: 25px;
}

.pagination {
    display: flex;
    padding: 0 10px;
    color: #0070c0;
    cursor: pointer;
}

.smallPagination {
    display: none;
}

.currentPage {
    pointer-events: none;
    color: #202020;
}

.pagination:hover {
    color: #0000e1;
}

.pagination a {
    flex: 1;
    padding: 0;
    text-align: center;
}

.ngx-spinner {
    display: none !important;
}

.ngx-pagination {
    margin: 0 !important;
    padding: 10px 0 !important;
}

.ngx-pagination .disabled {
    color: #a2a2a2 !important;
}

.ngx-pagination .current {
    background: none !important;
    color: #202020 !important;
}

.ngx-pagination a,
.ngx-pagination button {
    color: #0070c0 !important;
}

.ngx-pagination a:hover,
.ngx-pagination button:hover {
    background: none !important;
    color: #0000e1 !important;
}

.disableIcon {
    pointer-events: none;
}

.disableIcon .eachIconBig {
    opacity: 0.5;
}


/*-------- pop up Start --------*/

.popupOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: none;
}

.popupContainerOuter {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
}

.popupContainerInner,
.popupInner {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    width: auto;
    min-width: 285px;
    max-height: 90vh;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.popupInner {
    padding: 15px 15px 0 15px;
}

.popupScroll {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    height: 100%;
    background: #fff;
    padding: 20px 20px 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popupScroll.noSpace {
    padding: 0 20px;
}

.headerPopUpBox {
    color: #ffffff;
    background-color: #31859c;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.activeList {
    background: #f5f5f5;
}

.popupContainerInner .btnContainer {
    min-height: auto;
    padding: 15px 20px;
    margin: 0;
    text-align: center;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}


/* ------- Image Enlarge CSS Start  --------- */

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 3px;
    transition: 0.5s ease;
    background-color: #4a4848c7;
}

.img-overlay .hover-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.image-tool__image:hover .img-overlay {
    opacity: 1;
}

.imgZoomOuter {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #000;
}

.panzoom {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 10px 60px 10px;
    cursor: all-scroll;
    user-select: none;
    touch-action: none;
    transform-origin: 50% 50%;
    transition: none 0s ease 0s;
    transform: scale(0.40657) translate(0, 0);
    display: flex;
    align-items: center;
    z-index: 1;
}

.panzoom img {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.popupClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    z-index: 8;
}

.popupClose:before,
.popupClose:after {
    position: absolute;
    left: 11px;
    content: "";
    height: 14px;
    width: 2px;
    background-color: #fff;
}

.popupClose:before {
    transform: rotate(45deg);
}

.popupClose:after {
    transform: rotate(-45deg);
}

.closePopup {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    padding: 4px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #a2a2a2;
    z-index: 8;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    width: 100%;
    padding: 15px 10px;
    position: relative;
    z-index: 9;
}

.buttons button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 32px;
    padding: 0 10px;
    /* margin: 0 5px; */
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid #fff;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

.buttons button:hover {
    border-color: #0070c0;
}


/*----- Dashboard Top Deck Slider -----*/

.topDeck {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 5px;
    background: #fff;
    border: 1.5px solid #00197c;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.topDeck:hover {
    transition: all 0.3s ease 0s;
}

.topDeck .featured-image {
    aspect-ratio: 9/5;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.topDeck .img-fluid {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease 0s;
}

.topDeck .withoutFeaImage {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.topDeck .withoutFeaImage .img-fluid {
    object-fit: contain;
}

.topDeck .eachMsg {
    padding: 15px 15px 15px 20px;
    box-shadow: 0 0 8px 3px rgb(17 17 26 / 10%);
}

.topDeck .unreadIcon {
    position: absolute;
    top: 20px;
    left: 6px;
    width: 8px;
    height: 8px;
}

.topDeck .listStar {
    position: absolute;
    top: 19px;
    left: 5px;
    width: 10px;
    height: 10px;
}

.topDeck .eachMsg h2 {
    margin: 0;
    font-size: 15px;
}

.topDeck .img-fluid:hover {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}


/*----- Top Deck for JS -----*/

.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider {
    margin: 20px 0 0 0;
    padding: 0;
    position: relative;
    zoom: 1;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
}

.flex-direction-nav a:before {
    content: '';
    height: 30px;
    width: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) invert(1);
}

.flex-direction-nav a.flex-next:before {
    background-image: url('../images/arrow_right.svg');
}

.flex-direction-nav a.flex-prev:before {
    background-image: url('../images/arrow_left.svg');
}

.flex-direction-nav .flex-prev {
    border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next {
    border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    zoom: 1;
    display: inline;
}

.flex-control-paging {
    display: none;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0px;
    }
}


/*------- footer links -------*/

.footerContainer {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(0, 0, 0, .1);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.footerContainer .eachLink {
    color: #7f7f7f
}

.footerContainer a {
    color: #7f7f7f;
    outline: 0;
    margin: 0 8px;
}

.footerContainer a:hover {
    color: #1a0dab
}

.footerContainer a:first-child {
    margin-left: 0;
}

.footerContainer a:last-child {
    margin-right: 0;
}


/*----- Calendar CSS starts -----*/

.calOuter {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 12px;
    position: relative;
}

.calInner {
    width: 20px;
    height: 20px;
    fill: #494949;
    position: relative;
    z-index: 1;
}

.calBox {
    position: absolute;
    top: 0px;
    left: 0px;
}

.mydp {
    height: 20px;
    width: 20px !important;
    line-height: 1.1;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.mydp * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.mydp .selector {
    margin-top: 8px;
    margin-left: 0;
    position: absolute;
    width: 252px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    z-index: 100;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 6px 12px #0000002d;
    animation: .1s selectorfadein;
}

.mydp .selector:focus {
    border: 1px solid #ADD8E6;
    outline: none;
}

@keyframes selectorfadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.mydp .selectorarrow {
    background: #FAFAFA;
    margin-top: 12px;
    padding: 0;
}

.mydp .selectorarrow:after,
.mydp .selectorarrow:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.mydp .selectorarrow:after {
    border-color: #fafafa00;
    border-bottom-color: #fafafa;
    border-width: 10px;
    margin-left: -10px;
}

.mydp .selectorarrow:before {
    border-color: #ccc0;
    border-bottom-color: #ccc;
    border-width: 11px;
    margin-left: -11px;
}

.mydp .selectorarrow:focus:before {
    border-bottom-color: #ccc;
}

.mydp .selectorarrowleft:after,
.mydp .selectorarrowleft:before {
    left: 24px;
}

.mydp .selectorarrowright:after,
.mydp .selectorarrowright:before {
    left: 224px;
}

.mydp .alignselectorright {
    right: -1px;
}

.mydp .selectiongroup {
    position: relative;
    display: table;
    border: none;
    border-spacing: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.mydp .selection:hover {
    border: 1px solid #0070c0;
    transition: all .3s ease 0s;
}

.mydp .selection {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #5e5e5e;
    font-family: Lato, sans-serif;
    font-size: 13px;
    height: 32px;
    padding: 6px 10px 6px 6px;
    resize: none;
    width: 100%;
    outline: none;
    position: relative;
}

.mydp .invaliddate,
.mydp .invalidmonth,
.mydp .invalidyear {
    background-color: #f1dede;
}

.mydp ::-ms-clear {
    display: none;
}

.mydp .selbtngroup {
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
    font-size: 0;
    right: 1px;
    top: 1px;
    bottom: 1px;
}

.mydp .btnpicker,
.mydp .btnclear {
    height: 100%;
    width: 30px;
    border: none;
    padding: 0;
    outline: 0;
    font: inherit;
    -moz-user-select: none;
}

.mydp .btnleftborder {
    border-left: 1px solid #CCC;
}

.mydp .btnpickerenabled,
.mydp .btnclearenabled,
.mydp .headertodaybtnenabled,
.mydp .headerbtnenabled {
    cursor: pointer;
}

.mydp .btnpickerdisabled,
.mydp .btncleardisabled,
.mydp .headertodaybtndisabled,
.mydp .headerbtndisabled {
    cursor: not-allowed;
}

.mydp .headerbtndisabled {
    opacity: .4;
}

.mydp .btnpicker,
.mydp .btnclear,
.mydp .headertodaybtn {
    background: none;
}

.mydp .header {
    width: 100%;
    height: 30px;
}

.mydp .header td {
    vertical-align: middle;
    border: none;
    line-height: 0;
}

.mydp .header td:nth-child(1) {
    padding-left: 4px;
}

.mydp .header td:nth-child(2) {
    text-align: center;
}

.mydp .header td:nth-child(3) {
    padding-right: 4px;
}

.mydp .caltable {
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
}

.mydp .caltable,
.mydp .weekdaytitle,
.mydp .daycell {
    border-collapse: collapse;
    color: #595959;
    line-height: 1.1;
}

.mydp .weekdaytitle,
.mydp .daycell {
    padding: 5px;
    text-align: center;
}

.mydp .weekdaytitle {
    font-size: 12px;
    vertical-align: middle;
    max-width: 36px;
    overflow: hidden;
    white-space: nowrap;
}

.mydp .weekdaytitleweeknbr {
    width: 20px;
    border-right: 1px solid #BBB;
}

.mydp .daycell {
    cursor: pointer;
    height: 30px;
}

.mydp .daycell div {
    background-color: inherit;
    vertical-align: middle;
}

.mydp .daycell div span {
    vertical-align: middle;
}

.mydp .daycellweeknbr {
    font-size: 10px;
    border-right: 1px solid #CCC;
    cursor: default;
    color: #000;
}

.mydp .inlinedp {
    position: relative;
    margin-top: -1px;
}

.mydp .prevmonth,
.mydp .nextmonth {
    color: #ccc;
}

.mydp .disabled {
    cursor: default !important;
    color: #ccc !important;
}

.mydp .sunday {
    color: #595959;
}

.mydp .sundayDim {
    opacity: .5;
}

.mydp .currmonth {
    font-weight: 400;
}

.mydp .currday {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2) !important;
    padding: 2px;
    border-radius: 4px;
}

.mydp .selectedday {
    background-color: #0070c0 !important;
    color: #fff;
    border-radius: 4px;
}

.mydp .headerbtncell {
    display: table-cell;
    vertical-align: middle;
}

.mydp .headerbtn,
.mydp .headerlabelbtn {
    background: none;
    border: none;
    height: 22px;
}

.mydp .headerbtn {
    width: 16px;
}

.mydp .headerlabelbtn {
    font-size: 14px;
}

.mydp .headertodaybtn,
.mydp .monthinput,
.mydp .yearinput {
    border: 1px solid #CCC;
}

.mydp .btnpicker,
.mydp .btnclear,
.mydp .headerbtn,
.mydp .headermonthtxt,
.mydp .headeryeartxt,
.mydp .headertodaybtn,
.mydp .selection {
    color: #5e5e5e;
}

.mydp .headertodaybtn {
    padding: 0 4px;
    border-radius: 2px;
    font-size: 11px;
    height: 22px;
    min-width: 60px;
    max-width: 70px;
    overflow: hidden;
    white-space: nowrap;
}

.mydp button::-moz-focus-inner {
    border: 0;
}

.mydp .headermonthtxt,
.mydp .headeryeartxt {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    height: 26px;
    width: 40px;
    max-width: 40px;
    overflow: hidden;
    white-space: nowrap;
}

.mydp .headerbtn:focus,
.mydp .monthlabel:focus,
.mydp .yearlabel:focus {
    outline: none;
}

.mydp .daycell:focus {
    outline: none;
}

.mydp .icon-mydpcalendar,
.mydp .icon-mydpremove {
    font-size: 16px;
}

.mydp .icon-mydpleft,
.mydp .icon-mydpright {
    color: #222;
    font-size: 20px;
}

.mydp table {
    display: table;
    border-spacing: 0;
}

.mydp table td {
    padding: 0;
}

.mydp table,
.mydp th,
.mydp td {
    border: none;
}

.mydp .headertodaybtnenabled:hover,
.mydp .tablesingleday:hover {
    background: #eee;
    border-radius: 4px;
}

.mydp .monthlabel,
.mydp .yearlabel {
    cursor: pointer;
}

.mydp .yearinput,
.mydp .monthinput {
    width: 40px;
    height: 22px;
    text-align: center;
    font-weight: 700;
    outline: none;
    border-radius: 2px;
}

.mydp .headerbtnenabled:hover,
.mydp .monthlabel:hover,
.mydp .yearlabel:hover {
    color: #8bdaf4;
}

.btnpicker:hover .normal-icons {
    color: #0070c0;
}

.mydp .mydpicon {
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.mydp .icon-mydpright:before,
.mydp .icon-mydpleft:before,
.mydp .icon-mydpcalendar:before,
.mydp .icon-mydpremove:before {
    content: "";
    border: solid #494949;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 7px;
}

.mydp .icon-mydpright:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 0;
}

.mydp .icon-mydpleft:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 0;
}

.mydp .icon-mydpcalendar:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.mydp .icon-mydpremove:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/*-------- Sign in --------*/

.loadingOuter,
.signInOuter {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    justify-content: center;
    background: #fff;
}

.loadingOuter {
    align-items: center;
}

.loadingInner {
    display: flex;
    -webkit-animation: loadLogo 2s infinite;
    animation: loadLogo 2s infinite;
}

@-webkit-keyframes loadLogo {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes loadLogo {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

.signInInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 420px;
    padding-top: 6vh;
}

.loginImage {
    max-width: 164px;
    max-height: 80px;
}

.eachSec {
    width: 100%;
}

.eachSignin {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 24px 0;
}

.eachSignin.moreSpace {
    margin: 40px 0;
}

.noNotp {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    color: #0070c0;
}

.eachnoNotp {
    cursor: pointer;
}

.signinInput {
    display: flex;
}

.textarea,
.otpInput {
    background: #fff;
    border: none;
    font-size: 15px;
    line-height: 1.4;
    color: #494949;
    padding: 4px 8px;
    margin: 0;
    resize: none;
    box-shadow: none;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #969696;
    outline: none;
}

.textarea {
    width: 124px;
}

.otpInput {
    width: 148px;
    text-align: center;
    letter-spacing: 1px;
}

.textarea.textarea91 {
    width: 44px;
    padding: 4px 0;
    text-align: center;
    margin-right: 20px;
}

.textarea:focus,
.otpInput:focus {
    border-color: #0070c0
}

.loginBTN {
    display: flex;
}

.loginBTN .button {
    line-height: 35px;
    height: 35px;
    margin: 12px 8px;
}

.loginError {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    min-height: 14px;
    text-align: center;
    color: #fd1842;
}

.errorMsg {
    color: #fd1842;
}

.lockIcon {
    display: flex;
    stroke: none;
    fill: #494949;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 4px;
    width: 12px;
    height: 12px;
}


/*-------- Toasts msg Start --------*/

.toast-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    z-index: 999999;
}

.toast-container .ngx-toastr {
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 12px;
    box-shadow: rgb(0 0 0 / 20%) 0 2px 4px 0;
    border-radius: 3px 3px 0 0;
    background-color: #494949;
    opacity: 0.9 !important;
    max-width: 850px;
}

.toast-message {
    word-wrap: break-word;
}


/*-------- post comments --------*/

.commentInner {
    max-width: 650px;
    /* margin-bottom: 16px; */
}

.eachComment {
    width: 100%;
    background: #e5e5e5;
    padding: 7px 10px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

.postComment {
    margin: 20px 0 0 0;
}

.eachQuestion {
    background: rgba(0, 112, 192, 0.15);
}

.commentHeading {
    margin: 8px 0;
}

.commentName {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
}

.commentHeading p {
    color: #000000;
    margin: 0;
}

.commentInner .postComment .inputLimit {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1;
    color: #969696;
    text-align: right;
}

.emojiBox {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
}

.each-emoji {
    display: flex;
    align-items: center;
    padding: 3px 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    column-gap: 2px;
    cursor: pointer;
}

.each-emoji.reactedMe {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: default;
}

.input-emoji {
    font-size: 17px;
}

.emoCounter {
    display: none;
    font-size: 12px;
    line-height: 12px !important;
    padding-right: 6px;
}

.each-emoji.reacted .emoCounter,
.each-emoji.reactedMe .emoCounter {
    display: block;
}

.commentText {
    color: #585858;
}

.commentInner .textArea {
    background: none;
    color: #5e5e5e;
    padding: 10px;
    font-size: 16px;
    resize: none;
    width: 100%;
    text-align: left;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    display: block;
}

.commentInner .textArea:hover,
.commentInner .textArea:focus {
    border: 1px solid #0070c0;
}

.inputLimit {
    margin-top: 5px;
    font-size: 12px;
    color: #969696;
}


/*-------- Select language --------*/

.selectLangHeading {
    padding: 15px 20px 10px 20px;
}

.selectLangHeading h2 {
    margin: 0;
}

.categoryScroll {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 auto;
}

ul {
    margin: 0;
    padding: 0 0 0 20px;
}

ul.selectLang {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    list-style-type: none;
    background: #fff;
    grid-column-gap: 10px;
    column-gap: 10px;
}

ul.selectLang li {
    padding: 4px 10px;
    color: #3c4043;
    cursor: pointer;
    min-width: 200px;
    transition: all .1s ease 0s;
}

ul.selectLang li:hover {
    background: #f7f7f7;
    transition: all .1s ease 0s;
}

.popupContainerInner.colThree {
    width: 100%;
    max-width: 660px;
}

.colThree ul.selectLang li {
    width: calc((100% - 20px)/ 3);
}

.selectedLang {
    background: #e4eeff !important;
}

.recipientName {
    margin: 0 0 8px 0;
}


/*------- Media Query Start -------*/

.forMobile {
    display: none;
}

.forMobileFlex {
    display: none;
}

@media print {
    .restrictPrint {
        display: none;
    }
}

@media screen and (max-width: 1499px) {
    .toolTipsOuter {
        left: auto;
        right: 105%;
    }
}

@media screen and (min-width: 1024px) {
    li.eachTabs:hover {
        list-style: none;
        border-color: #fa7d23;
        transition: all 0.3s ease 0s;
    }
}

@media screen and (max-width: 949px) {
    .expandSearch.searchActive.sticky {
        position: fixed;
        top: 15px;
        left: 15px;
        right: 15px;
    }
    .eachMsgVideoBox,
    .eachMsgAudioBox,
    .eachCalendarContainer {
        width: calc((100% - 30px) / 2);
    }
    .summaryBox {
        flex-wrap: wrap;
        column-gap: 3.5%;
        gap: 20px 3.5%;
    }
    .eachSumBox {
        width: 31%;
    }
    .eachFileBox {
        width: calc((100% - 60px) / 4);
    }
}

@media screen and (max-width: 767px) {
    * {
        -webkit-tap-highlight-color: transparent;
    }
    .settingTabContainer {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .searchLabel {
        max-width: 100px;
    }
    ul.multipleTabs {
        padding: 0 15px;
    }
    li.eachTabs {
        margin: 0 12px;
    }
    .mainContainer {
        min-height: 100%;
    }
    .colMainContainer {
        padding: 15px 15px 0 15px;
    }
    .middleContainer {
        flex-direction: column;
    }
    h1 {
        font-size: 20px;
    }
    .mobileLogo {
        display: flex;
    }
    .profileTop {
        display: none;
    }
    .topBar {
        flex-direction: column;
        margin-bottom: 12px;
    }
    .folderLeft {
        flex: 0 0 0;
    }
    .menu-bar {
        flex: 1 1 auto;
        width: 40px;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 19px 0 0 16px;
        border-right: none;
        z-index: 99;
    }
    .feedLogo {
        flex: auto;
        width: 100%;
        margin: 0;
    }
    .logoInner img {
        max-height: 32px;
    }
    .searchContainer {
        width: 100%;
        padding: 12px 0;
        background: #fff;
    }
    .searchContainer.sticky {
        position: fixed;
        top: 0;
        left: 15px;
        right: 15px;
        box-shadow: rgb(255 255 255) 0 0 0 3px;
        z-index: 999;
        width: auto;
    }
    .msgTabContainer.stickyContent {
        padding-top: 64px;
    }
    .logo-container {
        display: flex;
    }
    .expandSearch.searchActive.sticky {
        position: fixed;
        top: 15px;
        left: 15px;
        right: 15px;
    }
    .logoFeedDetails {
        height: auto;
    }
    .logoFeedDetails img {
        max-height: 28px;
    }
    .infoBoxOuter {
        flex-direction: column;
    }
    .rightContainer {
        width: 100%;
    }
    .eachMenuGroup {
        padding-left: 15px;
    }
    .menu-group {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        visibility: hidden;
        opacity: 0;
        transition: 0.2s;
    }
    .menu-group.showMenu {
        visibility: visible;
        opacity: 1;
        transition: 0.2s;
    }
    .menuLinks {
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 0 10px 0 0;
        left: -81%;
        background: #fff;
        z-index: 9999;
        width: 80%;
        max-width: 240px;
        height: 100%;
        transition: 0.4s;
        -webkit-overflow-scrolling: touch;
        box-shadow: 2px 0 2px 0 rgb(0 0 0 / 10%);
    }
    .showMenu .menuLinks {
        left: 0;
        transition: 0.4s;
        overflow-y: auto;
    }
    .msgLogo {
        padding-left: 0;
    }
    .forDesktop {
        display: none !important;
    }
    .forMobile {
        display: block;
    }
    .forMobileFlex {
        display: flex;
    }
    .noMenu {
        padding-left: 0;
    }
    .noMenu .feedLogo {
        padding-left: 0;
    }
    .logoInner {
        max-width: 150px;
    }
    .eachChannelIcon {
        margin-left: 6px;
    }
    .eachChannelIcon:hover .eachIconBig {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .contentSearch {
        margin-right: -15px;
    }
    .msgSearchOuter {
        left: 15px;
        right: 15px;
        width: auto;
        max-width: none;
    }
    .msgSearchInner {
        max-width: none;
    }
    .summaryInner {
        margin: 0 0 25px 0;
        width: 100%;
    }
    .summaryOuter {
        flex-direction: column;
    }
    .msgTileContainer {
        flex-direction: column;
    }
    .msgTileOuter {
        width: 100%;
    }
    .msgTileOuter .featured-image {
        height: 56vw;
    }
    .feedbackResponce {
        flex-direction: column;
        align-items: start;
    }
    .eachFeedbackSet {
        margin: 0;
    }
    .mediaInner {
        overflow-x: auto;
    }
    .buttons {
        column-gap: 8px;
    }
    .buttons button {
        padding: 0 6px;
        font-size: 13px;
    }
}

@media screen and (max-width: 599px) {
     ::-webkit-scrollbar {
        display: none;
    }
    .eachMsgVideoBox,
    .eachMsgAudioBox,
    .eachCalendarContainer {
        width: 100%;
    }
    .eachFileBox {
        width: calc((100% - 20px) / 2);
    }
    .pagination {
        display: none;
    }
    .widePagination {
        display: none;
    }
    .smallPagination {
        display: flex;
    }
    .downloadBoxInner br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .summaryBox {
        column-gap: 4%;
        gap: 15px 4%;
    }
    .eachSumBox {
        width: 48%;
    }
    .commentInner .postComment .inputLimit {
        margin: 6px 0;
    }
}