@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.clr {
    clear: both;
}

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

body {
    font-family: "Hind", serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #F1F5F8;
    color: #222;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
    font-family: "Hind", serif;
    font-size: 56px;
    line-height: 140%;
}

h2 {
    font-size: 40px;
    font-family: "Hind", serif;
    line-height: 140%;
}

h3 {
    font-size: 23px;
    font-weight: 800;
    line-height: 143%;
    font-family: "Roboto", "Montserrat", sans-serif;
}

h4 {
    font-size: 21px;
    font-family: "Roboto", "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 143%;
}

h5 {
    font-size: 18px;
    font-family: "Roboto", "Montserrat", sans-serif;
    font-weight: 800;
}

h6 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

p {
    font-size: 18px;
    line-height: 166%;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

section {
    padding: 70px 0;
}

.btn {
    outline: none;
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s;
}

.orange-btn,
.blue-btn,
.red-btn,
.green-btn,
.grey-btn {
    font-size: 14px;
    padding: 8px 25px;
    font-weight: 800;
}

.orange-btn {
    color: #222;
    background: #FBAA32;
}

.orange-btn:hover {
    background: #EA9F2E;
}

.blue-btn {
    background: #1b4e9b;
    color: #ffffff;
}

.blue-btn:hover {
    background: #0A2959;
    color: #ffffff;
}

.grey-btn {
    background: #d9d9d9;
    color: #222;
}

.red-btn {
    background: #AB0014;
    color: #fff;
}

.red-btn:hover {
    color: #fff;
    background: #7e000f;
}

.homeBtn {
    padding: 9px 40px;
}

/********** Navbar ***********/
.navbar.navbar-light.bg-light {
    background: #EEE !important;
}

.navbar-light .navbar-brand img {
    width: 100%;
    max-width: 360px;
}

.navbar .navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 60px;
    padding: 0 20px;
    transition: all 0.2sease-in-out;
}

.navbar .navbar-nav .nav-link.active {
    color: #FBAA32;
}

.Continue-link {
    display: flex;
    align-items: center;
}

.Continue-link span {
    padding-right: 10px;
}

.Continue-link i {
    color: #4267B2;
    font-size: 32px;
    font-weight: 400;
}

.auth-btn-field .auth-btn {
    color: #222 !important;
    margin: 0;
    border-radius: 4px;
    padding: 15px 28px;
    font-size: 14px;
    margin-left: 15px;
    border: 0 solid transparent;
    font-weight: 800;
    line-height: 0;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    box-shadow: none;
            padding: 15px 9px;
        width: 115px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}

.auth-btn-field {
    display: flex;
    align-items: center;
}

.auth-btn-field .auth-btn i {
    display: inline-block;
    margin-right: 12px;
}

.auth-btn-field .auth-btn:first-child {
    margin-left: 0;
}

.fixed-navbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

/********** Navbar End ***********/

/********** Banner ***********/
.banner-section {
    background: url(../img/miigen-blue-1920.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    text-align: center;
}

.banner-section h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 25px;
}

.banner-section h2 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.banner-img {
    margin-bottom: 30px;
}


/********** Banner End ***********/

/*********** Home page **********/
.homeHead {
    padding: 100px 0 0;
}

.tourSection {
    background: #fff;
}

.leftImageSection,
.rightImageSection {
    position: relative;
    min-height: 565px;
}

.tourImgSection img {
    max-width: max-content;
}

.lefttourImage {
    position: absolute;
    right: 10%;
}

.tourSection h3 {
    margin-bottom: 10px;
    color: #444;
}

.tourSection p {
    margin: 25px 0;
    color: #666666;
}

.righttourImage img {
    position: absolute;
    left: 20%;
}

.tourImgSection {
    overflow: hidden;
}

.aboutSectionContent {
    max-width: 585px;
    text-align: center;
    margin: 0 auto;
}

.aboutSection {
    background: #EEE;
}

.aboutSectionContent h3 {
    margin-bottom: 30px;
    color: #444;
}

.aboutSectionContent p {
    margin: 0;
    color: #666666;
}

.featureShowcase {
    margin-top: 40px;
}

.feature-showcase-card {
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    padding: 20px 20px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
}

.featureShowcase .row:first-child {
    margin-bottom: 20px;
}

.featureShowcase .row:first-child .feature-showcase-card {
    display: flex;
    align-items: center;
}

.featureShowcase .row:first-child .feature-showcase-card:after {
    display: none;
}

.feature-showcase-img {
    text-align: center;
    margin-bottom: 10px;
}

.feature-showcase-img img {
    width: 100%;
    max-width: 110px;
}

.featureShowcase .row:first-child .feature-showcase-content {
    width: calc(100% - 110px);
    padding-left: 10px;
    padding-right: 0;
}

.featureShowcase .row:first-child .feature-showcase-img {
    width: 110px;
    text-align: left;
    margin-bottom: 0;
}

.feature-showcase-content {
    text-align: center;
}

.feature-showcase-content h4 {
    color: #1b4e9b;
    margin: 0;
}

.feature-showcase-content .readMoreBtn {
    padding: 0;
    margin-top: 15px;
    color: #1b4e9b;
    font: inherit;
    outline: none;
    box-shadow: none;
}

.feature-showcase-card:after {
    content: "\f055";
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    font-weight: bold;
    right: 5px;
    top: 5px;
    color: #1b4e9b;
    font-size: 24px;
    line-height: 24px;
}

.lefttourImage .nav-link {
    position: absolute;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: #1b4e9b !important;
    cursor: pointer;
    border: 3px solid #fff !important;
    padding: 0;
}

.featureOne:after,
.featureTwo:after,
.featureThree:after,
.featureFour:after {
    content: "";
    border: 3px solid #1b4e9b;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: block;
    position: relative;
    top: -6px;
    left: -6px;
}

.featureOne {
    left: 385px;
    top: 155px;
}

.featureTwo {
    right: 70px;
    top: 140px;
}

.featureThree {
    right: 110px;
    bottom: 296px;
}

.featureFour {
    right: 150px;
    top: 86px;
}

.lefttourImage .nav-link.active {
    border: 3px solid #FBAA32 !important;
}

.tourTabContent {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    padding: 20px;
    background: #eee;
    border-radius: 10px;
    margin-top: 40px;
}

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

.tourTabContentCard .imageSection {
    width: 110px;
    text-align: center;
}

.tourTabContentCard .textSection {
    width: calc(100% - 110px);
    padding: 10px 20px;
    text-align: center;
}

.tourTabContentCard .imageSection img {
    width: 100%;
}

.tourTabContentCard .textSection h4 {
    margin-bottom: 15px;
    color: #444;
}

.tourTabContentCard .textSection p {
    text-align: left;
    color: #222;
    margin: 0;
}

footer.main-footer {
    background: #fff;
}

.footerTable {
    display: flex;
    align-items: stretch;
}

.footerTable .footerLogoCard {
    width: 365px;
    background-color: #1b4e9b;
    padding: 40px 50px 25px 0px;
    position: relative;
}

.footerTable .footerLogoCard:before {
    content: "";
    background-color: #1b4e9b;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 500px;
    left: -500px;
}

.footerTable .footerLogoCard:after {
    content: "";
    background-color: #1b4e9b;
    width: 30px;
    height: 100%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    top: 0px;
    right: -15px;
}

.footerLogo img {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    width: auto;
    max-height: 34px;
}

.footerTable .footerLogoCard ul.socialLinks {
    margin-bottom: 20px;
    display: flex;
    list-style: none;
}

.footerTable .footerLogoCard ul.socialLinks li {
    margin-right: 7px;
}

.footerTable .footerLogoCard ul.socialLinks li a img {
    width: 36px;
}

.footerTable .footerLogoCard p {
    color: #fff;
    opacity: 0.4;
    font-size: 14px;
    font-family: Hind, sans-serif;
    margin: 0;
}

.footerTable .footerLinksCard {
    width: calc(100% - 365px);
    padding: 40px 0px 25px 9%;
}

.footerLinksWidget h5 {
    color: #1b4e9b;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    line-height: 150%;
}

.footerLinksWidget ul {
    display: block;
    list-style: none;
}

.footerLinksWidget ul li a {
    color: #8c8f94;
    text-decoration: none;
    line-height: 29px;
    cursor: pointer;
}

.showcasePopupContent h3 {
    color: #444;
    margin: 20px 0 10px;
}

.showcasePopupContent p {
    font-size: 14px;
    font-family: Hind, sans-serif;
    color: #222;
    line-height: 140%;
    margin-bottom: 10px;
}

.contactPopupContent p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 140%;
    color: #222;
}

.contactPopupContent .form-group {
    margin-bottom: 13px;
}

.contactPopupContent .form-group .form-control::placeholder {
    opacity: 1;
    font-style: normal;
}

/*********** Home page End **********/

/*********** cookies page End **********/
section.policyTopMargin {
    padding-top: 0px;
    background: #fff;
}

.policyContentWrapper {
    padding-top: 40px;
}

.policyContent h2 {
    font-weight: 800;
    font-family: "Roboto", "Montserrat", sans-serif;
}

.policyContent p {
    margin: 25px auto;
}

.policyContent ul li h5,
.policyContent ul li p {
    margin: 0;
    font-size: 18px;
    line-height: 160%;
    font-family: Hind, sans-serif;
}

.policyContent ol {
    padding: 0 14px;
}

.policyContent ul {
    list-style-type: disc;
}

.policyContent ul li,
.policyContent ol li {
    margin: 15px 20px;
    padding: 0 0 0 11px;
}

.policyContent h2,
.policyContent h3 {
    margin: 20px 0 10px;
}

.policyContent h6 {
    font-weight: 700;
    font-family: Hind, sans-serif;
    font-size: 18px;
    margin: 25px auto;
}

.policyContent a {
    color: #337ab7;
}

.policyContent a:hover {
    color: #23527c;
}

.policyContent li .pointHeaders {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

/*********** cookies page End **********/


/************** Modal Css *****************/
.modal-sm {
    max-width: 400px;
}

.modal-md {
    max-width: 600px;
}

.modal-header {
    background: #1b4e9b;
    color: #ffffff;
    padding: 15px 25px;
    position: relative;
}

.close-modal-btn {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    line-height: 100%;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    opacity: 0.4;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 25px;
}

.close-modal-btn:hover {
    opacity: 1;
    transition: all 0.3s;
}

.close-modal-btn i {
    margin-right: 8px;
}

.modal-header h5 {
    margin: 0;
}

.modal-header h5 i {
    color: #FBAA32;
    margin-right: 10px;
}

.modal-body {
    position: relative;
    padding: 15px 15px;
}

.controlButtons .btn {
    padding: 11px 40px;
    height: 46px;
}

/************** Modal Css End *****************/

/************** Auth Modal Css End *****************/
.auth_form .facebook-login-btn {
    font-size: 16px;
    padding: 15px 10px;
    width: 100%;
    border: 0;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    background: #3b5998;
    transition: all 0.3s;
}

.auth_form .facebook-login-btn:hover {
    background: #2a4681;
}

.auth_form .facebook-login-btn i {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-weight: normal;
}

.loginOrDivider {
    overflow: hidden;
    padding: 12px 0px 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.loginOrDivider span {
    display: inline-block;
    position: relative;
    color: #222;
    opacity: 0.3;
    text-transform: uppercase;
    text-align: center;
    line-height: 17px;
}

.loginOrDivider span:before,
.loginOrDivider span:after {
    content: "";
    position: absolute;
    height: 9px;
    border-bottom: 2px solid #222;
    top: 0;
    width: 200px;
    opacity: 0.5;
}

.loginOrDivider span:before {
    right: 100%;
    margin-right: 15px;
}

.loginOrDivider span:after {
    left: 100%;
    margin-left: 15px;
}

.form-elements {
    margin-bottom: 15px;
}

label {
    font-size: 16px;
    font-weight: 800;
    color: #222;
    margin-bottom: 2px;
    display: block;
}

.form-control {
    padding: 12px 15px;
    border: 1px solid #DEE2ED;
    width: 100%;
    color: #222;
    font-family: 'Hind', 'sans-serif';
    font-size: 16px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none !important;
}

.form-control::placeholder {
    opacity: 0.6;
    /* font-style: italic; */
}

.mainHeader .form-control::placeholder {
    opacity: 0.8;
    font-style: normal;
}

.settingsCard .form-control::placeholder {
    color: #222;
    opacity: 1;
}

.form-control:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.text-blue-btn {
    background: transparent;
    border: 0;
    color: #0060f9;
    text-decoration: underline;
    font-size: 14px;
}

.form-elements.forgot-password {
    text-align: right;
    margin-bottom: 0;
}

.modal-footer {
    padding: 15px 15px;
    border-top: 1px solid #e5e5e5;
}

.controlButtons {
    padding: 0;
    margin: 0;
}

.controlButtons .btn {
    margin-left: 10px;
    box-shadow: none;
    outline: none;
}

.hidden {
    display: none;
}

.tandcHolder {
    padding: 30px 0px 0px;
    color: #222;
    font-size: 14px;
}

.filterCheckboxHolder {
    width: 25px;
    position: relative;
    display: inline-block;
    top: -3px;
    margin-right: 8px;
}

.filterCheckboxHolder input[type=checkbox],
.filterCheckboxHolder input[type=radio] {
    margin-left: 6px;
}

.filterCheckboxHolder label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -4px;
    left: 0;
    background: #FFF;
    border: 1px solid #1b4e9b;
    border-radius: 5px;
}

.filterCheckboxHolder input[type=checkbox]:checked+label,
.filterCheckboxHolder input[type=radio]:checked+label {
    background: #DEE5EF;
}

.filterCheckboxHolder label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 5px;
    background: transparent;
    top: 9px;
    left: 7px;
    border: 3px solid #1b4e9b;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filterCheckboxHolder label:hover::after {
    opacity: 0.4;
}

.filterCheckboxHolder input[type=checkbox]:checked+label:after,
.filterCheckboxHolder input[type=radio]:checked+label:after {
    opacity: 1;
}

.tandcHolder a,
.forgottenPassword,
.promoCodeText,
.affiliateCodeClick {
    color: #0060f9;
    text-decoration: underline;
    font-size: 14px;
}

.alert-warning p {
    font-size: 14px;
    line-height: 140%;
    margin: 0;
}

.promotionCodeElement {
    padding-top: 10px;
}

/************** Auth Modal Css End *****************/

/*************** Dashboard page *******************/
.mainContainer {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.mainContainer .row>* {
    padding-left: 12px;
    padding-right: 12px;
}

.mainHeader {
    background: -moz-linear-gradient(left, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 78, 155, 1)), color-stop(100%, rgba(27, 78, 155, 1)));
    background: -webkit-linear-gradient(left, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    background: -o-linear-gradient(left, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    background: -ms-linear-gradient(left, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    background: linear-gradient(to right, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    position: fixed;
    width: 100%;
    z-index: 900;
    top: 0;
    background: #1b4e9b;
    height: 70px;
}

.mainHeader .navbar {
    padding: 0;
}

header .mainContainer .navbar-brand img {
    height: 28px;
}

header .mainContainer {
    display: flex;
    align-items: center;
}

.rightHandContainer {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: end;
}

.searchWrapper {
    position: relative;
    flex-grow: 0.54;
    margin: 20px 0px;
    z-index: 20;
    min-width: 515px;
}

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

.search_container .form-control {
    border-radius: 4px !important;
    font-size: 14px;
    height: 30px;
    border: 1px solid transparent;
    background: #f1f5f8;
    color: #1b4e9b;
    line-height: 30px;
    padding: 4px 20px 0;
    width: 100%;
}

.search_container .input-group-text {
    position: absolute;
    top: 0;
    right: 0px;
    background: transparent;
    border: 0;
    padding: 0px 15px;
    bottom: 0;
    font-size: 15px;
    color: #1b4e9b;
    z-index: 9;
}

.search_container .form-control:focus-visible {
    outline: none;
    border: 1px solid #FBAA32;
}

.overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    content: "";
}

.memorySearchResult {
    position: absolute;
    top: 31px;
    left: 0;
    background: #fff;
    width: 600px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.searchingMemory {
    padding: 10px 20px;
    font-family: "Hind", serif;
    font-size: 14px;
    color: #797979;
}

.noRecordMemory {
    padding: 10px 0px;
}

.noRecordMemory h6 {
    font-family: "Hind", sans-serif;
    font-size: 13px;
    color: #1b4e9b;
    font-weight: bold;
}

.memorySearchResult h6 {
    text-align: center;
    padding: 0;
    cursor: pointer;
    border-width: 0;

}

.closeSearchMemoryBtn {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #222;
    padding: 6px 10px;
    font-weight: 700;
}

.closeSearchMemory {
    text-align: right;
    margin-bottom: 10px;
}

.searchResultMemory {
    padding-bottom: 20px;
}

.searchResultMemory ul {
    list-style: none;
}

.searchResultMemory ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 11px;
    border-bottom: 1px solid #D2D2D2;
    transition: all 0.3s;
    font-size: 14px;
}

.searchResultText {
    font-family: "Hind", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
}

span.highlightText {
    color: #0060F9;
    font-weight: bold;
}

.searchResultMemory ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.searchResultIcon {
    color: #222222;
}

.viewAllResultBtn {
    border-width: 0;
    font-family: "Hind", sans-serif;
    font-size: 13px;
    color: #1b4e9b;
    font-weight: bold;
    padding: 11px 11px;
}

.viewAllResultBtn:hover {
    color: #1b4e9b;
}

.rightNav ul.mainHeadderNav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.rightNav ul.mainHeadderNav li {
    margin-left: 23px;
}

.rightNav ul.mainHeadderNav li a,
.rightNav ul.mainHeadderNav li .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 10px 0;
}


.notificationDropdown .dropdown-toggle i {
    font-size: 21px;
    width: 20px;
    cursor: pointer;
    color: #FBAA32;
}

.rightNav .dropdown-toggle::after {
    display: none;
    color: #fbaa32;
    border-width: .4em;
    margin-left: 3;
    vertical-align: baseline;
}

.rightNav .dropdown-menu[data-bs-popper] {
    top: 50px;
}

.notificationDropdown .dropdown-toggle span.noti_count {
    position: absolute;
    right: -6px;
    top: 4px;
    border-radius: 50%;
    width: 16px;
    line-height: 16px;
    background: #FBAA32;
    text-align: center;
    font-size: 10px;
    color: #222222;
    font-family: "Hind", serif;
}

.rightNav .dropdown-menu {
    border: 0;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.notificationsPopUp {
    width: 350px;
    padding: 20px 0 0;
    line-height: 25px;
    left: calc(50% - 175px) !important;
}

.dropdownPopUpHeader {
    display: flex;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 8px;
}

.dropdownPopUpHeader h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: bolder;
    color: #1b4e9b;
    margin: 0;
    width: 50%;
}

.dropdownPopUpHeader .popupHeaderBtn {
    width: auto;
    color: #1b4e9b;
    cursor: pointer;
    font-size: 12px;
    font-family: "Hind", sans-serif;
    padding: 0;
    line-height: 1;
    margin-left: auto;
    box-shadow: none;
}

.dropdownPopUpHeader .popupHeaderBtn.toolsEditBtn {
    color: #222222;
}

.rightNav .notificationsPopUpMessage {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.rightNav .notificationsPopUpMessage ul li {
    margin: 0;
    padding: 15px 15px;
    width: 100%;
    border-top: 1px solid #D2D2D2;
    display: flex;
    align-items: flex-start;
}

.rightNav .notificationsPopUpMessage ul li.new {
    background: rgba(0, 96, 249, 0.11);
}

.notificationMessage {
    width: calc(100% - 45px);
    padding-left: 15px;
}

.notificationMessage h6 {
    color: #333;
    font-family: "Hind", sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 155%;
}

.notificationMessage p {
    color: rgba(51, 51, 51, 0.5);
    font-family: "Hind", sans-serif;
    font-size: 10px;
    line-height: 14px;
    margin: 0;
}

.notificationIcon {
    background: rgba(13, 143, 221, 1);
    background: -moz-linear-gradient(top, rgba(13, 143, 221, 1) 0%, rgba(3, 119, 215, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13, 143, 221, 1)), color-stop(100%, rgba(3, 119, 215, 1)));
    background: -webkit-linear-gradient(top, rgba(13, 143, 221, 1) 0%, rgba(3, 119, 215, 1) 100%);
    background: -o-linear-gradient(top, rgba(13, 143, 221, 1) 0%, rgba(3, 119, 215, 1) 100%);
    background: -ms-linear-gradient(top, rgba(13, 143, 221, 1) 0%, rgba(3, 119, 215, 1) 100%);
    background: linear-gradient(to bottom, rgba(13, 143, 221, 1) 0%, rgba(3, 119, 215, 1) 100%);
    color: #ffffff;
    width: 45px;
    height: 45px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.noMoreNotification {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 10px;
    border-top: 1px solid #D2D2D2;
}

.viewAllNotifications {
    text-align: center;
    padding: 0;
    border-top: 1px solid #D2D2D2;
    line-height: 0;
}

.viewAllNotifications .viewAllBtn {
    font-family: "Hind", sans-serif;
    font-size: 13px;
    color: #1b4e9b;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    width: 100%;
    padding: 8px 0;
}

.viewAllNotifications .viewAllBtn:hover {
    background: rgba(12, 49, 106, 0.1);
}

.dropdownListTitle {
    display: inline-flex;
    align-items: center;
}

.dropdownListTitle i {
    color: #FBAA32;
    font-size: 18px;
    margin-right: 3px;
}

.dropdownListTitle h6 {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    margin: 0;
    line-height: normal;
}

.dropdownListTitle .profileImg {
    margin-right: 8px;
}

.dropdownListTitle .profileImg img {
    width: 21px;
    height: 21px;
    border-radius: 50%;
}

.dropdownListTitle h6 span {
    color: #FBAA32;
    padding-left: 4px;
}

.rightNav .profileArea .dropdown-toggle::after {
    display: inline-block;
}

.profileArea .dropdownListTitle h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.quickToolsPopUp {
    padding: 20px 0px;
    width: 280px;
    right: calc(50% - 140px);
}

.rightNav .notificationsPopUpMessage::-webkit-scrollbar,
.editPostRightColumn::-webkit-scrollbar {
    width: 7px;

}

.rightNav .notificationsPopUpMessage::-webkit-scrollbar-track,
.editPostRightColumn::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* Handle */
.rightNav .notificationsPopUpMessage::-webkit-scrollbar-thumb,
.editPostRightColumn::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
}

.quickToolsList {
    padding: 0 15px;
}

.rightNav .quickToolsList ul,
.quickToolsList ul {
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.rightNav .quickToolsList ul li,
.quickToolsList ul li {
    margin: 0;
    width: calc(33.33% - 10px);
}


.toolBoxIcon {
    width: 73px;
    height: 73px;
    border-radius: 4px;
    font-size: 30px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsFeedTool {
    background: #102a4f;
    background: -moz-linear-gradient(top, #102a4f 0%, undefined 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #102a4f), color-stop(100%, undefined));
    background: -webkit-7linear-gradient(top, #102a4f 0%, undefined 100%);
    background: -o-linear-gradient(top, #102a4f 0%, undefined 100%);
    background: -ms-linear-gradient(top, #102a4f 0%, undefined 100%);
    background: linear-gradient(to bottom, #102a4f 0%, undefined 100%);
    color: #ffffff;
}

.rightNav .quickToolsList ul li p,
.quickToolsList ul li p {
    font-size: 14px;
    font-family: "Hind", sans-serif;
    margin: 0;
    text-align: center;
}

.memoriesTool {
    background: #0377d7;
    background: -moz-linear-gradient(top, #0377d7 0%, undefined 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0377d7), color-stop(100%, undefined));
    background: -webkit-7linear-gradient(top, #0377d7 0%, undefined 100%);
    background: -o-linear-gradient(top, #0377d7 0%, undefined 100%);
    background: -ms-linear-gradient(top, #0377d7 0%, undefined 100%);
    background: linear-gradient(to bottom, #0377d7 0%, undefined 100%);
    color: #ffffff;
}

.photoTool {
    background: #ff7b5a;
    background: -moz-linear-gradient(top, #ff7b5a 0%, undefined 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff7b5a), color-stop(100%, undefined));
    background: -webkit-7linear-gradient(top, #ff7b5a 0%, undefined 100%);
    background: -o-linear-gradient(top, #ff7b5a 0%, undefined 100%);
    background: -ms-linear-gradient(top, #ff7b5a 0%, undefined 100%);
    background: linear-gradient(to bottom, #ff7b5a 0%, undefined 100%);
    color: #ffffff;
}

.familiesTool {
    background: #2953ec;
    background: -moz-linear-gradient(top, #2953ec 0%, undefined 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #2953ec), color-stop(100%, undefined));
    background: -webkit-7linear-gradient(top, #2953ec 0%, undefined 100%);
    background: -o-linear-gradient(top, #2953ec 0%, undefined 100%);
    background: -ms-linear-gradient(top, #2953ec 0%, undefined 100%);
    background: linear-gradient(to bottom, #2953ec 0%, undefined 100%);
    color: #ffffff;
}

.vaultTool {
    background: #e6274e;
    background: -moz-linear-gradient(top, #e6274e 0%, undefined 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6274e), color-stop(100%, undefined));
    background: -webkit-7linear-gradient(top, #e6274e 0%, undefined 100%);
    background: -o-linear-gradient(top, #e6274e 0%, undefined 100%);
    background: -ms-linear-gradient(top, #e6274e 0%, undefined 100%);
    background: linear-gradient(to bottom, #e6274e 0%, undefined 100%);
    color: #ffffff;
}

.servicesTool {
    background: #16AB77;
    background: -moz-linear-gradient(top, #16AB77 0%, undefined 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #16AB77), color-stop(100%, undefined));
    background: -webkit-7linear-gradient(top, #16AB77 0%, undefined 100%);
    background: -o-linear-gradient(top, #16AB77 0%, undefined 100%);
    background: -ms-linear-gradient(top, #16AB77 0%, undefined 100%);
    background: linear-gradient(to bottom, #16AB77 0%, undefined 100%);
    color: #fff;
}

.profileAreaPopUp {
    padding: 15px 0 0;
    width: 200px;
    right: 0;
    left: unset !important;
    border-radius: 0;
}

.profileAreaPopUp ul {
    list-style: none;
}

.rightNav .profileAreaPopUp ul li {
    margin: 0;
}

.rightNav .profileAreaPopUp ul li a {
    padding: 5px 15px;
    font-size: 14px;
}

.profileAreaPopUp ul li a i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.rightNav .profileAreaPopUp ul li a span {
    padding-left: 10px;
    color: #333;
    font-family: "Hind", sans-serif;
}

.profileAreaPopUp .newsFeedIcon {
    background: rgba(4, 75, 189, 1);
    background: -moz-linear-gradient(top, rgba(4, 75, 189, 1) 0%, rgba(16, 43, 81, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 75, 189, 1)), color-stop(100%, rgba(16, 43, 81, 1)));
    background: -webkit-linear-gradient(top, rgba(4, 75, 189, 1) 0%, rgba(16, 43, 81, 1) 100%);
    background: -o-linear-gradient(top, rgba(4, 75, 189, 1) 0%, rgba(16, 43, 81, 1) 100%);
    background: -ms-linear-gradient(top, rgba(4, 75, 189, 1) 0%, rgba(16, 43, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(4, 75, 189, 1) 0%, rgba(16, 43, 81, 1) 100%);
    color: #ffffff;
}

.profileAreaPopUp .supportIcon {
    background: rgba(78, 4, 189, 1);
    background: -moz-linear-gradient(top, rgba(78, 4, 189, 1) 0%, rgba(40, 16, 81, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78, 4, 189, 1)), color-stop(100%, rgba(40, 16, 81, 1)));
    background: -webkit-linear-gradient(top, rgba(78, 4, 189, 1) 0%, rgba(40, 16, 81, 1) 100%);
    background: -o-linear-gradient(top, rgba(78, 4, 189, 1) 0%, rgba(40, 16, 81, 1) 100%);
    background: -ms-linear-gradient(top, rgba(78, 4, 189, 1) 0%, rgba(40, 16, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(78, 4, 189, 1) 0%, rgba(40, 16, 81, 1) 100%);
    color: #ffffff;
}

.profileAreaPopUp .settingIcon {
    background: rgba(189, 4, 9, 1);
    background: -moz-linear-gradient(top, rgba(189, 4, 9, 1) 0%, rgba(81, 16, 20, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189, 4, 9, 1)), color-stop(100%, rgba(81, 16, 20, 1)));
    background: -webkit-linear-gradient(top, rgba(189, 4, 9, 1) 0%, rgba(81, 16, 20, 1) 100%);
    background: -o-linear-gradient(top, rgba(189, 4, 9, 1) 0%, rgba(81, 16, 20, 1) 100%);
    background: -ms-linear-gradient(top, rgba(189, 4, 9, 1) 0%, rgba(81, 16, 20, 1) 100%);
    background: linear-gradient(to bottom, rgba(189, 4, 9, 1) 0%, rgba(81, 16, 20, 1) 100%);
    color: #ffffff;
}

.rightNav .profileAreaPopUp ul li.logoutButton {
    margin: 10px 15px 15px;
}

.rightNav .profileAreaPopUp ul li.logoutButton a {
    background: rgba(34, 34, 34, 0.15);
    font-family: "Montserrat", sans-serif;
    color: #333333;
    font-weight: bold;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.rightNav .profileAreaPopUp ul li a:hover {
    background: rgba(12, 49, 106, 0.1);
}

.mainBackground {
    background: -moz-linear-gradient(left, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 78, 155, 1)), color-stop(100%, rgba(27, 78, 155, 1)));
    background: -webkit-linear-gradient(left, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    background: -o-linear-gradient(left, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    background: -ms-linear-gradient(left, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    background: linear-gradient(to right, rgba(27, 78, 155, 1) 0%, rgba(27, 78, 155, 1) 100%);
    height: 290px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-top: 70px;
}

.newsFeedMainButtons {
    padding: 12px 0;
}

.newsFeedMainButtons ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px;
}

.newsFeedMainButtons ul li {
    width: calc(50% - 7px);
}

.newsFeedMainButtons ul li a {
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    background: #f1f5f8;
    border-radius: 4px;
    padding: 10px 10px 5px;
    transition: all 0.3s;
    height: 100%;
}

.newsFeedMainButtons ul li a i {
    color: #1b4e9b;
    font-size: 38px;
    padding: 6px 0 10px;
}

.newsFeedMainButtons ul li a:hover i {
    opacity: 0.9;
}

.newsFeedMainButtons ul li a:hover {
    color: #1b4e9b;
}

.newsFeedMainButtons,
.leftColumn,
.rightColumn {
    width: 250px;
    display: block;
}

.leftColumn {
    padding-top: 220px;
}

.mainPageArea.mainContainer {
    margin-top: 75px;
    display: table;
    overflow: auto;
}

.centralColumn {
    padding: 0 50px;
    width: calc(100% - 500px);
    display: block;
    z-index: 1;
    position: relative;
    min-height: calc(100vh - 75px);
}


.leftColumn,
.rightColumn,
.centralColumn {
    float: left;
}

.mainPageWrapper {
    display: flex;
    align-items: start;
}

.quickTools {
    padding-top: 30px;
}

.quickTools .quickToolsList {
    padding: 0;
}

.dropdownPopUpHeader.quickToolsHeader {
    padding: 0;
    margin-bottom: 5px;
}

.dropdownPopUpHeader.quickToolsHeader h5 {
    font-weight: 800;
}

.rightColumn {
    position: relative;
    z-index: 1;
}

.promoteArea ul li {
    padding: 15px 15px;
    background: #ffffff;
    margin-bottom: 25px;
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

.promoteArea ul {
    list-style: none;
}

.promoteHeaderTitle img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.promoteHeaderTitle span {
    max-width: calc(100% - 30px);
    font-weight: bold;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    color: #1b4e9b;
    display: inline-block;
    line-height: 115%;
    margin-top: 5px;
}

.promoteHeaderTitle {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 45px);
}

.promoteCategory {
    padding: 0;
    font-size: 12px;
    line-height: 100%;
    color: rgba(34, 34, 34, 0.5);
    margin-top: 7px;
    width: 45px;
    text-align: right;
}

.promoteClickArea a {
    display: block;
}

.promoteClickArea img {
    height: 140px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #eee;
    margin: 10px 0 15px;
}

.promoteClickArea h5 {
    font-weight: 800;
    margin-bottom: 5px;
}

.promoteClickArea h5,
.promoteClickArea p {
    font-size: 12px;
    font-family: "Hind", sans-serif;
    color: rgba(34, 34, 34, 0.75);
    line-height: 150%;
}

.promoteClickArea p {
    margin-bottom: 0;
}

.placeholderMemoriesCard {
    background: #ffffff;
    margin: 0 0 25px;
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 25px 15px 35px;
}

.placeholderMemoriesCard img {
    display: block;
    max-width: 100%;
    margin: 0 auto 25px;
}

.placeholderButton.newMemory {
    background: #FBAA32;
    font-size: 16px;
    color: #222;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 4px;
    box-shadow: none;
}

.placeholderMemoriesCardContent {
    max-width: 420px;
    margin: 0 auto;
}

.placeholderMemories img {
    max-width: 100%;
    margin-bottom: 25px;
}

.placeholderMemoriesCardContent h4 {
    color: #1b4e9b;
    font-family: "Montserrat", sans-serif;
    line-height: 100%;
}

.placeholderMemoriesCardContent p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
    color: rgba(34, 34, 34, 0.75);
}

.memoriesImageHolder {
    margin-bottom: 15px;
    position: relative;
}

.memoriesThreeImages,
.memoriesFourImages {
    display: flex;
    align-items: stretch;
}

.memoriesFourImages .leftImageHolder,
.memoriesThreeImages .leftImageHolder {
    width: calc(100% - 135px);
    padding-right: 7px;
}

.memoriesThreeImages .rightImageHolder,
.memoriesFourImages .rightImageHolder {
    width: 135px;
}

.leftImageHolder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.memoriesFourImages .rightImageHolder img {
    width: 100%;
    height: 80px;
}

.memoriesThreeImages .rightImageHolder img {
    width: 100%;
    height: 100%;
}

.memoriesFourImages .rightImageHolder ul,
.memoriesThreeImages .rightImageHolder ul {
    list-style: none;
}

.memoriesFourImages .rightImageHolder ul li,
.memoriesThreeImages .rightImageHolder ul li {
    margin-bottom: 7px;
}

.memoriesFourImages .rightImageHolder ul li:last-child,
.memoriesThreeImages .rightImageHolder ul li:last-child {
    margin-bottom: 0;
    position: relative;
}

.extraImages {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 9;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Hind", sans-serif;
    color: #ffffff;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.5);
}

.memoriesAreaHeader {
    display: flex;
    align-items: flex-start;
    padding: 15px 15px 0px;
}

.memoriesProfileImage img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.memoriesProfileInfo {
    margin-left: 10px;
    margin-top: 6px;
}

.memoriesProfileName {
    color: rgba(34, 34, 34, 0.5);
    font-family: Hind, sans-serif;
    font-size: 15px;
    line-height: 100%;
}

.posterName {
    font-weight: 600;
    color: #1b4e9b;
    margin-right: 1px;
}

.memoriesDate {
    line-height: 100%;
    font-size: 12px;
    margin-top: 7px;
    color: rgba(34, 34, 34, 0.5);
}

.memoriesAreaCard {
    background: #ffffff;
    margin: 0 0 25px;
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

.memoriesControls {
    display: flex;
    align-items: flex-start;
}

.memoriesControls .memoriesControlsBtn {
    width: 50%;
    color: rgba(34, 34, 34, 0.75);
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    border: 1px solid rgba(112, 112, 112, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    height: 37px;
}

.memoriesImageInfo h6 {
    color: #1b4e9b;
    font-weight: 700;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    margin: 0 0 5px;
}

.memoriesImageInfo p {
    color: rgba(34, 34, 34, 0.75);
    font-size: 14px;
    font-family: "Hind", sans-serif;
    line-height: 18px;
    margin: 0 0 13px;
}

.memoriesControls .memoriesControlsBtn i {
    margin-right: 7px;
}

.memoriesControls .memoriesControlsBtn:hover {
    color: #1b4e9b;
}

.BeginRecordingButton {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    z-index: 99;
    background: #FBAA32;
    border-radius: 50%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BeginRecordingButton .fa-play {
    font-size: 21px;
    padding-left: 5px;
    padding-top: 3px;
}

.addVoiceButton .fa-play {
    padding-left: 4px;
}

.memoriesTwoImages {
    display: flex;
    align-items: stretch;
    gap: 7px;
    flex-wrap: wrap;
    height: 250px;
}

.memoriesTwoImages .leftImageHolder,
.memoriesTwoImages .rightImageHolder {
    width: calc(50% - 3.5px);
    height: 100%;
}

.memoriesTwoImages .rightImageHolder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.memoriesSingleImages {
    width: 100%;
}

.memoriesSingleImages img {
    width: 100%;
}

.selfMemoriesAreaCard .memoriesLeftArea {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 20px);
}

.memoryEditDropdown:after {
    display: none;
}

.memoryEditDropdown {
    padding: 0;
    margin: 0;
    box-shadow: none !important;
    line-height: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memoryEditDropdown .dropdown-menu {
    right: 0 !important;
    min-width: 150px;
    background: rgba(241, 245, 248, 1);
    border: 1px solid;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    left: unset !important;
    padding: 0;
}

.memoryEditDropdown .dropdown-menu .btn {
    padding: 6px 6px;
    color: rgba(34, 34, 34, 0.5);
    font-family: Hind, sans-serif;
    font-size: 14px;
    text-align: center;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
}

.newsfeedFilterCard {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0 25px;
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newsfeedFilterTitle {
    width: calc(100% - 150px);
    padding-left: 10px;
}

.newsfeedFilterTitle h6 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Hind, sans-serif;
    line-height: 100%;
    margin: 0;
}

.newsfeedFilterTitle p {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    line-height: 12px;
    font-size: 12px;
    margin: 2px 0px 0;
}

.newsfeedFilterModal {
    display: flex;
    justify-content: flex-end;
    width: 150px;
}

.newsfeedModalBtn {
    color: #fff !important;
    font-weight: 600;
    font-family: Hind, sans-serif;
    font-size: 14px;
    line-height: 100%;
    padding: 5px 10px;
}

.newsfeedModalBtn i {
    margin-left: 5px;
}

.myGroupsArea {
    margin-top: 40px;
}

.sectionTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sectionTitle h5 {
    color: #1b4e9b;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin: 0;
}

.familiesNameList {
    margin: 20px 0;
}

.familiesNameList ul {
    list-style: none;
}

.familiesNameList ul li a {
    color: #222;
    font-size: 16px;
}

/*************** Dashboard page End *******************/

/*************** Dashboard Page Modal ******************/
.newsfeedFilterContent {
    padding: 10px 10px 20px;
}

.newsfeedFilterContent h4 {
    text-align: center;
    margin-bottom: 15px;
}

.newsfeedFilterContent h6 {
    line-height: 145%;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    margin-bottom: 0;
}

.newsfeedFilterContent h5 {
    color: #1b4e9b;
    margin: 10px 0 20px;
}

.newsfeedFilterSelectbox ul {
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
}

.newsfeedFilterSelectbox ul li {
    margin-bottom: 15px;
    line-height: 25px;
    display: flex;
    align-items: center;
    width: 50%;
}

.newsfeedFilterSelectbox ul li.fullWidth {
    width: 100%;
}

.newsfeedFilterSelectbox ul li .filterCheckboxHolder {
    top: unset;
}

.newsfeedFilterSelectbox ul li .filterCheckboxHolder label {
    top: 0;
    margin: 0;
}

.newsfeedFilterSelectbox ul li span {
    font-size: 16px;
    font-family: "Hind", sans-serif;
    line-height: 100%;
    padding-left: 3px;
}

.newsfeedFilterSelectbox {
    padding: 8px 8px;
}

.btnDisabled,
.sharedDisabled,
.unavailable {
    cursor: not-allowed !important;
    opacity: 0.6;
    pointer-events: none;
}

.controlButtons.newsfeedControlsButton {
    padding: 10px 0;
}

.modal-header.pageModalHeader h5 i {
    font-size: 18px;
}

.modal-header.pageModalHeader h5 {
    font-size: 16px;
}

.memoryImportOptionsBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.memoryImportOptionsBtns .btn {
    width: 50%;
    font-family: 'Font Awesome\ 5 Pro', 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
    border: 0;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    margin-bottom: 10px;
}

.memoryImportOptionsBtns .btn i,
.memoryImportOptionsBtns .btn img {
    margin-right: 10px;
    color: #fff;
    font-weight: 100;
}

.memoryImportOptionsBtns .facebookNewMemoryBtn {
    background: #3b5998;
    color: #fff !important;
}

.memoryImportOptionsBtns .familySearchNewMemoryBtn {
    background: #85b807;
    color: #fff;
}

.memoryImportOptionsBtns .familySearchNewMemoryBtn:hover {
    background: #6c8e17;
}

.memoryImportOptionsBtns .familySearchNewMemoryBtn img {
    height: 20px;
}

.importMemoryContent {
    padding: 10px 10px;
}

.importMemoryContent p {
    font-size: 16px;
    line-height: 120%;
}

.shareMemoryContent {
    padding: 10px 10px;
}

.shareButtonList ul {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}

.shareButtonList ul li {
    width: calc(25% - 10px);
}

.postShareBtn {
    width: 100%;
    min-height: 100px;
    padding: 15px 15px;
    border-radius: 10px;
    border: 5px solid transparent;
    color: #fff;
}

.memoryShareIcon {
    height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 15px;
}

.postShareBtn i {
    font-size: 49px;
}

.fbShareBtn {
    background: #3c5a99;
}

.twitterShareBtn {
    background: #000;
}

.twitterShareBtn img {
    max-height: 45px;
}

.postShareBtn p {
    text-align: center;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    margin: 0;
    line-height: 100%;
}

.postShareBtn:hover {
    color: #fff;
}

.editToolsModalHeader {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.editToolsModalHeader .search_container .input-group {
    margin: 0;
}

.editToolsModalHeader .search_container {
    padding: 0 60px;
    flex-grow: unset;
    width: calc(100% - 100px);
}

.modal-header.pageModalHeader .editToolsModalHeader h5 {
    width: 100px;
}

.toolsContainer ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

.toolsContainer ul li {
    width: calc(33% - 10px);
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.toolsContainer {
    padding: 10px 10px;
}

.toolsInfoStrip {
    display: flex;
    align-items: flex-start;
}

.toolsInfoStrip .toolBoxIcon {
    width: 110px;
    height: 110px;
}

.toolInfoHolder {
    width: calc(100% - 110px);
    padding-left: 15px;
}

.toolBottomStrip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.toolsInfoStrip .toolBoxIcon i {
    font-size: 50px;
}

.toolInfoHolder h6 {
    font-family: "Montserrat", sans-serif;
    color: #1b4e9b;
    font-weight: 800;
    margin-bottom: 10px;
}

.toolInfoHolder h6,
.toolBottomStrip h6 {
    font-size: 14px;
}

.toolBottomStrip h6 {
    opacity: 0.5;
    margin: 0;
    font-family: "Hind", sans-serif;
}

.toolInfoHolder p {
    font-size: 13px;
    height: 87px;
    overflow-y: auto;
    margin: 0;
}

.toolReadMore {
    width: 110px;
    text-align: center;
    background: rgba(34, 34, 34, 0.1);
    border-radius: 10px;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #222;
    padding: 10px 0;
    transition: all 0.3s;
}

.toolInfoHolder p::-webkit-scrollbar {
    width: 4px;

}

.toolInfoHolder p::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* Handle */
.toolInfoHolder p::-webkit-scrollbar-thumb {
    background: #d8d8d8;
}

.shareMemoryContentHeader {
    display: flex;
    align-items: flex-start;
}

.shareMemoryContentHeader p {
    width: calc(100% - 60px);
    padding-right: 30px;
}

.form-switch {
    width: 60px;
    padding: 0;
}

.form-switch .form-check-input {
    width: 60px;
    margin: 0;
    height: 34px;
    position: relative;
    background: #cccccc !important;
    border: 0;
    box-shadow: none !important;
    transition: all 0.4s;
    cursor: pointer;
}

.form-switch .form-check-input:checked {
    outline: none;
    box-shadow: none;
    background: #16ab77 !important;
}

.form-switch .form-check-input:before {
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s;
}

.form-switch .form-check-input:checked:before {
    left: calc(100% - 30px);
}

.voiceRecordModalBody {
    padding: 10px;
}

.voiceInstructionsTitle p {
    font-size: 16px;
    padding-bottom: 16px;
    line-height: 130%;
    margin: 0;
}

.addVoiceRecord {
    display: flex;
    align-items: center;
    background: #F1F5F8;
    padding: 15px 20px;
    margin-bottom: 15px;
    position: relative;
}

.addVoiceButton {
    width: 41px;
    height: 41px;
    background: #FBAA32;
    border: 0;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addVoiceRecordInstruction {
    width: calc(100% - 41px);
    padding-left: 10px;
}

label.voiceTagHead {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #1b4e9b;
    font-size: 15px;
}

.voiceTagText {
    font-family: "Hind", sans-serif;
    color: #222;
    font-size: 15px;
}

.voiceMemoContainer ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
}

.voiceMemoContainer ul li {
    width: calc(50% - 6px);
}

.voiceMemoContainer ul li .playVoiceRecord {
    padding: 10px 10px;
}

.recordingVoice .addVoiceButton {
    background: #aa0000;
    width: 51px;
    height: 51px;
    transition: all 0.3s;
}

.recordingVoice .addVoiceButton:hover {
    background: #d00;
}

.recordingVoice .addVoiceButton span.voiceTimer {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 100%;
}

/*************** Dashboard Page end ******************/


/*************** Settings Page ******************/
.innerpageWrapper {
    padding-top: 70px;
    width: 100%;
}

.settingsWrapper {
    display: flex;
    align-items: stretch;
}

.settingsSidebar {
    width: 300px;
    background: #e7e8ea;
    min-height: calc(100vh - 50px);
    padding: 25px 25px;
}

.settingsContent {
    width: calc(100% - 300px);
    padding: 25px 25px 10px;
    padding-right: 0 !important;
}

.settingsSidebar h4 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.settingsSidebar .settingsNavTabs .nav-link {
    text-align: left;
    padding: 15px 10px;
    border: none;
}

.settingsSidebar .settingsNavTabs .nav-link p {
    font-size: 14px;
    font-family: "Hind", sans-serif;
    font-weight: 400;
    margin-top: 7px;
    color: #222;
    opacity: 0.8;
    line-height: 100%;
    margin-bottom: 0;
}

.settingsSidebar .settingsNavTabs .nav-link h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #1b4e9b;
    margin: 0;
    line-height: 100%;
}

.settingsSidebar .settingsNavTabs .nav-link h6 i {
    margin-right: 8px;
    width: 17px;
    text-align: center;
}

.settingsSidebar .settingsNavTabs .nav-item.show .nav-link,
.settingsSidebar .settingsNavTabs .nav-link.active {
    background: #dadde1;
}

.settingsSidebar .settingsNavTabs .nav-item {
    margin-bottom: 10px;
}

.settingsCard {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.settingsTitle {
    display: flex;
    align-items: flex-end;
}

.settingsTitleContent {
    width: calc(100% - 200px);
    padding-right: 40px;
}

.settingsTitleButton {
    width: 200px;
    text-align: right;
}

.saveSettingsBtn {
    background: #FBAA32;
    border-radius: 4px;
    padding: 14px 25px;
    font-family: Font Awesome\ 5 Pro, "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
}

.settingsCard .settingsTitleContent h4 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    line-height: 140%;
}

.settingsCard .settingsTitleContent p {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #000;
}

.instagram {
    background: #ED4956;
}

.socialIconHolder .twitter img {
    max-height: 23px;
}

.socialIconHolder ul {
    display: flex;
    align-items: stretch;
    list-style: none;
    gap: 5px;
}

.socialIconHolder ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 15px 25px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.socialIconHolder ul li a i {
    margin-right: 14px;
    font-size: 26px;
    font-weight: normal;
}

.settingsArea h3 {
    padding-top: 30px;
    margin-bottom: 20px;
    color: #1b375f;
    line-height: 100%;
    font-size: 24px;
}

.settingsArea p {
    line-height: 160%;
    font-size: 16px;
    margin-bottom: 15px;
}

.socialIconHolder {
    margin-bottom: 10px;
}


.avatar-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}

.avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.porfileImageUploaderBtn {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #fba932;
    color: #222;
    text-align: center;
    font-size: 17px;
    top: 5px;
    padding: 0;
    border-radius: 50%;
    right: 5px;
}

.photosUploadTabs .nav-link {
    padding: 17px 15px;
    width: 33.33%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    background: #1b4e9b;
    border-radius: 0;
    border: 0;
}

.photosUploadTabs .nav-link i {
    margin-right: 5px;
}

.fab {
    font-weight: normal !important;
}

.photosUploadTabs .nav-link.active {
    color: #1b4e9b;
}

.photosUploadTabs .nav-link:hover {
    background: #3a557d;
}

.photosUploadTabs .nav-link.active:hover {
    background: #fff;
    cursor: default;
}

.profileImageUploaderBody {
    padding: 0;
}

.photosUploadTabsContent {
    padding: 25px 25px;
}

.imageSelectionAlbumHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.imageSelectionAlbumHeader h3 {
    color: #1b4e9b;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    margin: 0;
}

.imageAlbumBackBtn,
.imageSelectionOverlayCancelButton,
.imageSelectionOverlayOkButton {
    border: 0px solid transparent;
    color: #33393f;
    font-weight: 800;
    padding: 10px 25px;
    font-family: "Montserrat", sans-serif;
    background: #FBAA32;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    border-radius: 4px;
    line-height: 100%;
}

.imageSelectionOverlayPreview,
.imageSelectionOverlayUploadBox,
.PostShareTypeOverlayPreview {
    background: #E4E7ED;
    clear: both;
    padding: 15px 15px;
    overflow-y: auto;
    height: 58vh;
}

.imageSelectionAlbum ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
}

.imageSelectionAlbum ul li {
    width: calc(20% - 13px);
}

.borderTopNone {
    border-radius: 0 0 10px 10px !important;
}

.albumListItem {
    height: 180px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.PhotoAlbumPreviewImage {
    height: 145px;
    overflow: hidden;
    position: relative;
}

.PhotoAlbumPreviewImage img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.albumListItem p {
    font-weight: 700;
    font-family: "Hind", sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 15px;
    font-size: 14px;
    margin: 0;
    line-height: 35px;
    text-align: center;
    color: #1b4e9b;
}

.imageSelectionOverlayCounterHolder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.imageSelectionOverlayOkButton {
    color: #fff !important;
    background: #1b4e9b !important;
}

.imageSelectionOverlayOkButton {
    color: #fff;
    background: #1b4e9b;
    border: 0;
    color: #33393f;
    font-weight: 600;
    padding: 10px 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    border-radius: 4px;
    line-height: 100%;
}

.imageSelectionOverlayCounterHolder p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    line-height: 100%;
    color: #33393f;
}

.imageSelectionOverlayCounterHolder p span {
    font-weight: 800;
    color: #1b4e9b;
}

.imageSelectionOverlayCounterHolder p a {
    color: #3a557d;
}

.uploadImagesPrompt {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.uploadImagesPrompt img {
    max-height: 210px;
}

.uploadHeader {
    color: #1b4e9b;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin: 25px 0 15px;
    font-weight: 800;
}

.imageUploadHiddenBtn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;

}

input[type=file],
/* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button {
    /* chromes and blink button */
    cursor: pointer;
}

.photosUploadTabs .nav-link,
.uploadImagesPrompt {
    position: relative;
}

.deactivateAccountContent {
    padding: 10px 10px;
}


.deactivateAccountContent p {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 2px;
}

.settingspushFooter {
    min-height: calc(100vh - 160px);
}

.viewPublicProfile .viewPublicProfileBtn {
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 125%;
}

.settingsArea .form-group {
    margin-bottom: 25px;
}

.settingsArea label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.settingsArea .form-control {
    font-size: 18px;
}

.settingsArea .pwdCheck {
    padding: 12px;
    color: #222;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid #AB0014;
    margin-bottom: 15px;
}

.settingsArea .pwdCheck p {
    font-size: 20px;
    margin: 0;
    line-height: 100%;
}

.settingsArea textarea.form-control {
    resize: none;
}

.profilePhotoSection {
    display: flex;
    align-items: flex-start;
}

.profilePhotoUpload {
    width: 200px;
}

.profilePhotoContent {
    width: calc(100% - 200px);
    padding-left: 50px;
}

.profilePhotoContent h6 {
    font-weight: 800;
    font-family: "Hind", serif;
    margin-bottom: 6px;
}

.profilePhotoContent p {
    margin-bottom: 3px;
    color: #222;
}

.profilePhotoContent p i {
    color: #222;
    background: #fba832;
    border-radius: 20px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.specificEmailHolder {
    display: flex;
    align-items: center;
    gap: 8px;
}

.settingsCard h4 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.settingsArea .form-switch {
    padding-top: 5px;
}

.specificEmails {
    padding: 15px 0;
}

.specificEmailRow {
    width: 30%;
    background: #ededed;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settingsArea .specificEmailRow h6 {
    margin: 0;
    font-weight: bold;
    font-family: "Hing", sans-serif;
}

.deactivateField {
    text-align: right;
}

.deactivateAccountBtn {
    opacity: 0.8;
    color: #aaa !important;
    text-decoration: underline;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
}

.deactivateField {
    text-align: right;
}

.manageAccountField {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manageAccountField .btn {
    line-height: 100%;
    height: 32px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    width: 200px;
    padding: 5px 10px;
    font-weight: 800;
}

.manageAccountField .btn i {
    margin-right: 10px;
}

.accountDeleteBtn {
    background: #AB0014;
    color: #ffffff !important;
}

.footerWrapper {
    width: 100%;
    color: #1b4e9b;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footerLinks {
    width: 50%;
}

.footerLinks ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.footerLinks ul li {
    position: relative;
    margin-right: 8px;
}

.footerLinks ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #1b4e9b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footerLinks ul li a {
    color: #1b4e9b;
    margin-left: 13px;
    font-size: 16px;
}

.footerLinks ul li:first-child a {
    margin-left: 0;
}

.footerLinks ul li:first-child:before {
    display: none;
}

.copyright {
    width: 50%;
    text-align: right;
}

.copyright h6 {
    font-family: 'Hind', sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: 30px;
}

.charactersCounts {
    font-size: 16px;
    margin-top: 15px;
    line-height: 100%;
}

.charactersCounts span {
    font-weight: 800;
}

.settingsCard.settingsArea h6 {
    margin-bottom: 15px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.settingsAreaTitle {
    padding: 10px 0;
}

.settingsArea .settingsAreaTitle p {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #1b4e9b;
    margin-bottom: 5px;
    font-weight: 800;
}

.settingsArea .settingsAreaTitle p i {
    margin-right: 10px;
}

.backButton {
    color: #fff;
    margin-left: 15px;
    padding: 10px 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.backButton i {
    color: #FBAA32;
    font-size: 18px;
    margin-right: 7px;
}

.backButton:hover {
    color: #fff;
}

/*************** Settings Page end ******************/

/*************** new post Page end ******************/
.newPostWrapper {
    padding: 25px 3% 10px;
}

.settingsTitleContent h6 {
    font-weight: 800;
    margin-bottom: 5px;
}

.createPostWrapper,
.editPostWrapper {
    display: flex;
    align-items: flex-start;
}

.viewPostWrapper .row .col-md-6:first-child {
    padding-right: 20px;
}

.viewPostWrapper .row .col-md-6:last-child {
    padding-left: 20px;
}

.editPostWrapper {
    padding-bottom: 40px;
}

.createPostLeftColumn {
    width: calc(100% - 340px);
    padding-right: 40px;
}

.createPostRightColumn {
    width: 340px;
}

.createPostInfoCard {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.cardImage img {
    width: 100%;
}

.createPostInfoContent {
    position: relative;
    padding: 25px 30px;
}

a.questionMarkBtn {
    top: 17px;
    right: 17px;
    position: absolute;
    font-size: 24px;
    color: #1b4e9b;
    opacity: 0.5;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}

a.questionMarkBtn:hover {
    opacity: 1;
}

.createPostInfoContent h6.cardSubhead {
    color: #EA9F2E;
    font-size: 13px;
    line-height: 140%;
    font-weight: 800;
    margin: 0;
}

.createPostInfoContent h4 {
    color: #1b4e9b;
    font-weight: 800;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}

.createPostInfoContent p {
    font-size: 16px;
    margin-bottom: 15px;
}

.createPostLearnMoreBtn {
    width: 100%;
}

.createPostUploader h6 {
    font-weight: 400 !important;
}

.createPostUploader .uploadHeader {
    line-height: 100%;
    margin: 25px 0 8px;
}

.createPostUploader {
    cursor: pointer;
}

#createPostImageUploaderModal .photosUploadTabs .nav-link,
#albumImageUploaderModal .photosUploadTabs .nav-link {
    width: 25%;
}

.profileImageModalBody .nav-tabs {
    background: #1b4e9b;
}

.profileImageModalBody .nav-tabs .nav-link {
    margin-bottom: 0;
}

#createPostImageUploaderModal .modal-xl,
#editPostImageModal .modal-xl,
#importFacebookMemoryModal .modal-xl,
#albumImageUploaderModal .modal-xl {
    max-width: 1200px;
}

.addMorePhoto {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.addMorePhotoBtn {
    line-height: 100%;
    padding: 7px 14px !important;
}

.addMorePhotoBtn i {
    color: #FBAA32;
    margin-right: 5px;
}

.multipleImagePreview {
    width: 100%;
    max-height: 410px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5px;
    margin-top: 10px;
}

.image-preview {
    height: 85px;
    width: calc(25% - 4px);
    background-size: cover;
    background-position: center;
}

.image-preview.active {
    border: 3px solid #FBAA32;
}

.mainPostEditSingleInstance {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    background: #ececec;
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mainPostEditCard .addVoiceRecord {
    background: transparent;
    padding: 0;
}

.mainPostEditCard .addVoiceButton {
    width: 60px;
    height: 60px;
    font-size: 28px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.mainPostEditCard .addVoiceRecordInstruction {
    width: calc(100% - 60px);
    padding-left: 0;
}

.mainPostEditCard .addVoiceRecordInstruction label {
    margin-bottom: 7px;
}

.mainPostEditCard .addVoiceRecordInstruction span {
    font-size: 14px;
    color: #222;
}

.mainPostEditCard .recordingVoice .addVoiceButton {
    width: 85px;
    height: 85px;
    font-size: 27px;
}

.mainPostEditCard .recordingVoice .addVoiceButton span.voiceTimer {
    font-size: 27px;
}

.mainPostEditCard .recordingVoice .addVoiceRecordInstruction {
    width: calc(100% - 85px);
    padding-right: 15px;
}

.reRecordVoiceBtn i {
    margin-right: 10px;
    color: #fbaa32;
}

.reRecordVoiceBtn {
    font-family: 'Font Awesome\ 5 Pro', 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 5px;
}

.mainPostEditCard .reviewVoiceTag .addVoiceRecordInstruction span {
    font-size: 16px;
}

.mainPostEditCard .addVoiceRecord.reviewVoiceTag .addVoiceRecordInstruction {
    width: calc(100% - 80px);
    padding-right: 10px;
}

.mainPostEditCard .reviewVoiceTag .playVoiceButton {
    width: 78px;
    height: 78px;
}

.rotateBar {
    background: rgba(51, 57, 63, 0.7) none repeat scroll 0 0;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.imageControls {
    background-color: rgba(51, 57, 63, 0.7);
    height: 50px;
    bottom: 0;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainPostEditSingleInstance .btn {
    color: #fff;
    font-size: 16px;
    font-family: "Hind", serif;
    font-weight: 700;
}

.mainPostEditSingleInstance .btn i {
    color: #FBAA32;
    padding-right: 5px;
}

.waitingDiv {
    min-height: 121px;
    text-align: center;
    color: #1b4e9b;
    font-size: 30px;
    margin: 30px auto;
    vertical-align: middle;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.waitingHolder {
    margin: 16px 0;
}

.waitingDiv span {
    display: block;
    font-size: 16px;
    margin: 12px 0 0;
}


.fullWidthLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #00000094;
    color: #fff;
}

.fullWidthLoader .waitingHolder i {
    color: #fff;
    font-size: 70px;
}

.fullWidthLoader .waitingDiv span {
    display: block;
    font-size: 23px;
    margin: 12px 0 0;
    font-weight: 800;
    color: #fff;
}


.editor-container {
    max-width: 600px;
    margin: auto;
}

.img-container img {
    max-width: 100%;
}

/* .tab-content {
    display: none;
}
.tab-active {
    display: block;
} */

.editPostImageContainer {
    width: 100%;
    display: flex;
    align-items: stretch;
    position: relative;
}

.closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    z-index: 9;
}

.editPostModalCloseField {
    padding: 35px 25px 15px;
    text-align: right;
}

.editPostModalCloseField .btn {
    color: #33393f;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 100%;
}

.editPostImageSidebar ul.nav {
    display: block;
}

.editPostImageSidebar {
    width: 80px;
    background-color: #e9ebee;
    border-right: 1px solid #e5e5e5;
    color: #4b4f56;
}

.editPostImageMain {
    width: calc(100% - 80px);
    padding-top: 50px;
    position: relative;
    padding-right: 25px;
}

.editor-container {
    max-width: 600px;
    margin: auto;
}

.rotatePlaceholderContainer {
    width: 590px;
    height: 350px;
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
    margin: auto;
    max-width: 100%;
    background: #ececec;
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
}

#image {
    position: relative;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
    margin: auto;
    object-fit: cover;
    object-position: center;
    max-width: unset;
    width: 100% !important;
    height: 100%;
}

.editPostImageSidebar ul.nav li.nav-item {
    padding: 0;
    text-align: center;
}

.editPostImageSidebar ul.nav li.nav-item .nav-link {
    font-size: 14px;
    line-height: 130%;
    background: transparent;
    border: 0;
    text-align: center;
    padding: 20px 10px;
    width: 100%;
    color: #4b4f56;
}

.editPostImageSidebar ul.nav li.nav-item .nav-link.active,
.editPostImageSidebar ul.nav li.nav-item .nav-link:hover {
    color: #000;
    font-weight: 800;
}

.editPostImageSidebar ul.nav li.nav-item .nav-link span {
    padding-top: 4px;
    display: block;
}


.imageControlsField {
    width: 590px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: auto;
    padding: 10px;
    border: 1px solid #e8ebef;
    background: #eee none repeat scroll 0 0;
}

.imageControlsField .btn {
    background: transparent;
    border: 0;
    font-size: 16px;
    padding: 0;
    color: #222;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
}

.rotatePlaceholderContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.applyCroppingImg {
    color: #fff !important;
}

.imageControlsField.autoCropControlsField {
    display: block;
    background: transparent;
    padding: 0;
    border: 0;
}

.autoCropControlsFieldBtn {
    border: 1px solid #e8ebef;
    background: #eee none repeat scroll 0 0;
    padding: 10px;
    text-align: center;
}

.imageControlsField.autoCropControlsField p {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 100%;
}

.cropZoomField {
    position: absolute;
    top: 50px;
    right: 15px;
}

.cropZoomField p {
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    color: #222;
    margin: 0;
    font-weight: 400;
}

.cropZoomField .zoomBtn {
    width: 50px;
    height: 25px;
    background: #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.rotatePlaceholderContainer {
    position: relative;
}

.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ececec;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader-container.show {
    display: flex;
}

.loader-container img {
    width: 60px;
    height: 60px;
}

.loader-container p {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    padding: 5px 0;
    margin: 0;
    line-height: 100%;
}

.modal-backdrop.show {
    opacity: 0.7;
}

/*************** new post Page end ******************/

/*************** import memory Page ******************/
.facebookImportTabs.photosUploadTabs .nav-link {
    width: 50%;
}

.facebookImportLoader .fa-spinner {
    color: #1b4e9b;
    display: block;
    font-size: 50px;
    margin: 15px auto 0;
    opacity: 0.6;
    width: 50px;
    background: transparent;
    box-shadow: none !important;
    opacity: 1;
}

.facebookPostFilterDateInputs .facebookPostFilterStartdateYear,
.facebookPostFilterDateInputs .facebookPostFilterEnddateYear {
    width: 20%;
}

.facebookPostFilterDateInputs select {
    background-color: #fff;
    border: 2px solid #9fb1c1;
    border-radius: 6px;
    color: #888;
    font-family: "Hind", "sans-serif";
    font-size: 20px;
    margin-bottom: 10px;
    padding: 15px 17px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.facebookPostFilterDateInputs .facebookPostFilterStartdateMonth,
.facebookPostFilterDateInputs .facebookPostFilterEnddateMonth {
    width: 40%;
}

.facebookPostFilterDateInputs .facebookPostFilterStartdateDay,
.facebookPostFilterDateInputs .facebookPostFilterEnddateDay {
    width: 15%;
}

.facebookPostFilterDateInputs {
    display: flex;
    align-items: flex-start;
}

.facebookPostFilterDateInputs {
    display: flex;
    align-items: flex-start;
}

.facebookPostFilterDateInputs select {
    margin-right: 6px;
    -webkit-appearance: none;
}

.importMemoryControls {
    margin-top: 15px;
    text-align: right;
}

.importMemoryControls .btn {
    font-size: 16px;
    line-height: 100%;
    padding: 10px 25px;
    font-weight: 700;
    margin-left: 5px;
}

.facebookPostFilterContainer h5 {
    color: #1b4e9b;
    margin: 10px 0 20px;
    line-height: 100%;
}

.facebookPostFilterCheckItemsRow {
    font-family: "Hind", sans-serif;
    padding: 7px 0;
}

.facebookPostFilterList {
    margin-right: 20px;
    font-size: 16px;
}

.facebookPostFilterList .filterCheckboxHolder label {
    top: 0;
}

/*************** import memory Page end ******************/

/*************** upload photo Page ******************/
.dontAllowClick {
    opacity: 0.3;
    pointer-events: none;
}

.photoCardsSidebar .settingsCard {
    margin-bottom: 25px;
    border-radius: 4px;
    padding: 0;
}

.photoCardsSidebar .actionBtnImage {
    width: 100%;
    height: 140px;
    border-radius: 4px 4px 0px 0px;
}

.photoCardsSidebar .actionBtnImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.actionBtnContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}

.actionBtnContent h6 {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #222;
    font-weight: 800;
}

.actionBtnContent span {
    width: 45px;
    height: 45px;
    color: #fff;
    background: #1b4e9b;
    font-size: 17px;
    border-radius: 0px 0px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inlineFormGroup {
    display: flex;
    align-items: flex-end;
}

.photoGalleryForm .inlineFormInput {
    width: calc(100% - 180px);
    padding-right: 15px;
}

.photoGalleryForm .inlineFormBtn {
    width: 180px;
    text-align: right;
}

.photoGalleryForm .createAlbumBtn {
    padding: 8px 25px;
    height: 42px;
}

.photoGalleryForm .createAlbumBtn i {
    margin-right: 8px;
}

.photoGalleryForm .inlineFormInput label {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.photoGalleryHeader h5 {
    color: #1b4e9b;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-bottom: 12px;
}

.photoGalleryHeader h5 i {
    margin-right: 10px;
}

.photoGalleryHeader h4 {
    color: #1b4e9b;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
}

.photoGalleryForm .createPostUploader .uploadHeader {
    color: #1b4e9b;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    margin: 25px 0 15px;
    font-weight: 400;
}

.photoCardsSidebar .btn {
    width: 100%;
    margin-bottom: 20px;
}

.photoGalleryPreviewList {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
}

.photoGalleryPreviewList .albumListItem {
    width: calc(25% - 12px);
}

.photoGalleryPreview {
    margin-bottom: 40px;
}

#albumImagePreviewModal .modal-full {
    max-width: calc(100% - 30px);
    margin: 0;
}

.imgHolder img {
    max-height: 75vh;
}

.lightboxTable {
    display: flex;
    align-items: stretch;
    height: calc(100vh - 30px);
}

.photoHolder {
    width: calc(100% - 400px);
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.photoInfoHolder {
    width: 400px;
    color: #222;
    background: #fff;
    position: relative;
    padding: 40px 30px 0;
    overflow: hidden;
    overflow-y: auto;
}

#albumImagePreviewModal .modal-full .modal-body {
    padding: 0;
}

#albumImagePreviewModal {
    top: 15px;
    left: 15px;
}

.photoHolderNavBtns .btn {
    opacity: 0.5;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    height: 38px;
    line-height: 23px;
    width: 26px;
    text-align: center;
    padding: 0;
    position: absolute;
}

.photoHolderNavLeftBtn {
    left: 10px;
}

.photoHolderNavRightBtn {
    right: 10px;
}

/* #albumImagePreviewModal .modal-full .modal-content {
    height: 100%;
}

#albumImagePreviewModal .modal-full .modal-body {
    height: 100%;
}

.photoItemFullPageOverlayDetails {
    height: 100%;
} */

.photoItemCloseButton {
    font-size: 21px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    color: rgba(0, 0, 0, 0.4);
    padding: 0;
}

.photoInfoHolder .addVoiceRecord {
    background: #fff;
    margin-bottom: 5px;
}

.photoInfoHolder .addVoiceRecordInstruction {
    padding-left: 0;
    padding-right: 40px;
    width: calc(100% - 55px);
}

.photoInfoHolder .addVoiceButton {
    width: 55px;
    height: 55px;
    font-size: 24px;
}

.reRecordVoice {
    padding: 0 20px;
    margin-bottom: 15px;
}

.OverlayDetailsAdditionalDetails {
    font-size: 16px;
    padding: 25px 0px;
    font-weight: normal;
}

.OverlayDetailsAdditionalDetails .OverlayDetailsWhen,
.OverlayDetailsAdditionalDetails .OverlayDetailsWhere,
.OverlayDetailsAdditionalDetails .OverlayDetailsPostedOn {
    padding: 6px 0px;
}

.OverlayDetailsAdditionalDetails .OverlayDetailsWhen::before,
.OverlayDetailsAdditionalDetails .OverlayDetailsWhere::before,
.OverlayDetailsAdditionalDetails .OverlayDetailsPostedOn::before {
    color: #ffac48;
    font-family: Font Awesome\ 5 Pro;
    margin-right: 10px;
    width: 19px;
    display: inline-block;
}

.OverlayDetailsAdditionalDetails .OverlayDetailsWhen:before {
    content: '\f073';
    font-weight: bold;
}

.OverlayDetailsAdditionalDetails .OverlayDetailsWhere:before {
    content: '\f041';
    font-weight: bold;
}

.OverlayDetailsAdditionalDetails .OverlayDetailsPostedOn:before {
    content: '\f044';
    font-weight: bold;
}

.overlayCaption h4 {
    color: #1b4e9b;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

.overlayCaption {
    margin-top: 30px;
}

.photoInfoHolder .addVoiceRecordInstruction label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 0 0 5px;
}

.galleryRotationControls .btn {
    font-size: 18px;
    line-height: 100%;
    padding: 7px 0;
    font-family: "Hind", sans-serif;
    font-weight: 800;
}

.galleryRotationControls {
    padding: 15px 0;
}

.galleryRotationControls .btn i {
    color: #FBAA32;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.galleryRotationControls h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #222;
    padding: 0 0 5px;
    font-weight: 800;
}

.overlayCaption h4.noOverlayCaption,
.noOverlayDetailsWhen span,
.noOverlayDetailsWhere span {
    font-style: italic;
    opacity: 0.7;
}

.noOverlayDetailsWhen i,
.noOverlayDetailsWhere i {
    opacity: 0.7;
}


.albumListItem .filterCheckboxHolder {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    display: block;
    width: 35px;
    height: 35px;
}

.albumListItem .filterCheckboxHolder label {
    margin: 0;
    top: 0px;
    width: 35px;
    height: 35px;
}

.albumListItem .filterCheckboxHolder label.downloadVisible {
    background: #1b4e9b;
    border: 2px solid #ffffff;
}

.albumListItem .filterCheckboxHolder label.downloadVisible:after {
    border-color: #fff;
    width: 17px;
    height: 8px;
}

.albumListItem .filterCheckboxHolder input[type=checkbox]:checked+label.downloadVisible,
.albumListItem .filterCheckboxHolder input[type=radio]:checked+label.downloadVisible {
    background: #1b4e9b;
    border: 2px solid #ffffff;
}

.albumListItem .filterCheckboxHolder label.downloadVisible:hover:after {
    opacity: 0;
}

.albumListItem .filterCheckboxHolder input[type=checkbox]:checked+label.downloadVisible:after,
.albumListItem .filterCheckboxHolder input[type=radio]:checked+label.downloadVisible:after {
    opacity: 1;
}

.albumListItem:hover {
    opacity: 0.8;
}

.photoGalleryHeader h4 i {
    margin-right: 10px;
}

.photoAlbumVoiceIcon {
    background: #FFAC48;
    display: block;
    width: 40px;
    height: 40px;
    color: #222;
    line-height: 45px;
    text-align: center;
    font-size: 27px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px 0px 0px 0px;
}

.protectedAlbum {
    /* opacity: 0.4; */
    pointer-events: none;
}

.deleteVisible,
.lockedVisible {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 35px;
    width: 35px;
    font-size: 18px;
    z-index: 100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topRightIcon {
    color: #fff;
    position: absolute;
    right: 9px;
    top: 9px;
    height: 40px;
    width: 40px;
    font-size: 17px;
    z-index: 9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.deleteVisible,
.lockedVisible {
    background: rgba(0, 0, 0, 0.6);
}

.deletePhotoContent h6 {
    font-family: "Hind", serif;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
}

.deletePhotoContent p:last-child {
    margin: 0;
}


.postPublicOptions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3px;
}

.postPublicOptions h6 {
    margin: 0;
    font-family: "Hind", sans-serif;
    color: #222;
    font-weight: 400;
}

.postOptions label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.postPublicOptions h6 i {
    margin-right: 6px;
}

.memoryInfoBox .addVoiceRecord {
    margin: 0 -20px 15px;
}

.memoryInfoBox .addVoiceRecord .addVoiceButton {
    width: 52px;
    height: 52px;
    font-size: 20px;
}

.memoryInfoBox .addVoiceRecord .addVoiceRecordInstruction {
    width: calc(100% - 52px);
    padding-left: 13px;
}

.memoryInfoBox ul {
    list-style: none;
}

.memoryInfoBox ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    font-size: 16px;
    line-height: 150%;
}

.memoryInfoBox ul li:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    color: #1b4e9b;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 22px;
    text-align: center;
}

.memoryInfoBox ul li.photoLocation:before {
    content: '\f073';
}

.memoryInfoBox ul li.captionEditing:before {
    content: '\f303';
}

.memoryInfoBox ul li.photoLocation:before {
    content: '\f3c5';
}

.memoryInfoBox ul li.photoDate:before {
    content: '\f073';
}

.memoryInfoBox ul li.photoCaption:before {
    content: '\f02d';
}

.postPlaceholder {
    font-style: italic;
    opacity: 0.7;
}

.mainMemoryImage img {
    max-height: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.mainMemoryImage {
    height: calc(100vh - 110px);
    max-width: 100%;
    overflow: hidden;
    padding-top: 70px;
    vertical-align: middle;
    padding-bottom: 50px;
    text-align: center;
}

.editPostHeader {
    position: absolute;
    top: 30px;
    left: 0;
    padding-right: 40px;
    width: 100%;
}

.editPostLeftColumn {
    position: relative;
}

.editPostHeader h4 {
    color: #1b4e9b;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

.editPostHeader h4 i {
    margin-right: 13px;
}

.postImageThumbnailList ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

.postImageThumbnailList ul li {
    width: calc(50% - 5px);
}

.postImageThumbnailList .postImageBtn {
    padding: 0;
    height: 140px;
}

.photoAlbumLink {
    margin-bottom: 15px;
}

.photoAlbumLink .btn i {
    margin-right: 10px;
}

.photoAlbumLink .btn {
    line-height: 100%;
}

.postImageThumbnailSlideControls {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.postImageThumbnailSlideControls .slideControlBtn {
    line-height: 100%;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
}

.postImageThumbnailSlideControls .previousPhotoBtn:before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: bold;
    font-size: 16px;
    content: "\f137";
    margin-right: 5px;
}

.postImageThumbnailSlideControls .previousPhotoBtn {
    position: relative;
}

.postImageThumbnailSlideControls .nextPhotoBtn:after {
    content: "\f138";
    margin-left: 5px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: bold;
    font-size: 16px;
}

.editPostRightColumn {
    height: calc(100vh - 110px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 20px;
    padding-bottom: 50px;
    width: 370px;
    padding-top: 30px;
}

.settingsCard.editMemoryActionField {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.editMemoryActionField .btn {
    padding: 0;
    width: 33.33%;
    border-right: 1px solid rgba(112, 112, 112, 0.1);
    text-align: center;
    color: rgba(34, 34, 34, 0.75);
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    cursor: pointer;
    border-radius: 0;
    padding: 9px 15px;
}

.editMemoryActionField .btn i {
    margin-right: 5px;
}

.editMemoryActionField .btn:last-child {
    border-right: 0;
}

.editPostLeftColumn {
    width: calc(100% - 370px);
    padding-right: 40px;
    padding-top: 30px;
}

.noRadius {
    border-radius: 0 !important;
}

.postImageThumbnailList .postImageBtn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.form-switch.enableDeleteSwitch {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.form-switch.enableDeleteSwitch label {
    font-weight: 400;
    margin: 0;
    margin-right: 7px;
}

.form-switch.enableDeleteSwitch .form-check-input {
    width: 30px;
    height: 20px;
}

.form-switch.enableDeleteSwitch .form-check-input:before {
    height: 13px;
    width: 13px;
    top: unset;
    bottom: 4px;
}

.form-switch.enableDeleteSwitch .form-check-input:checked:before {
    left: calc(100% - 15px);
}

.voiceRecordModalBody .voiceInstructionsTitle p {
    font-size: 14px;
}

/*************** upload photo Page end ******************/


/***********Family Management*************************/
.familyManagementPage .familiesNameList li:not(:last-child) {
    padding-bottom: 8px;
}

.familyManagementHeaderHolderLayout {
    padding: 25px;
}

.familyManagementHeaderHolder h4 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 25px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.familyManagementHeaderHolder p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.familyManagementBtnOrange {
    padding: 6px 25px;
    font-size: 12px;
    color: #222;
    font-weight: 800;
}

.familyManagementHeaderHolder .alert {
    padding: 11px;
    margin: 8px 0 25px 0;
}

.alert-success {
    color: #3c763d;
}

.alert-warning {
    color: #8a6d3b
}

.bg-grey {
    background: #eeeeee;
}

.upDateFamilyAccountContent p {
    color: rgba(34, 34, 34, 0.75);
    font-size: 16px;
    line-height: 24px;
}

.upgradeAccountCheckboxHolder label {
    color: rgba(34, 34, 34, 0.75);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
}

.upgradeAccountCheckboxHolder .form-check {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
}

.upgradeAccountCheckboxHolder {
    margin-bottom: 23px;
}

.upDateFamilyAccountContent {
    padding: 10px;
}

.leaveAdmins.form-select {
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
}

.leaveFamilyContent {
    padding: 10px;
}

.leaveFamilyContent p {
    font-size: 16px;
    line-height: 20px;
}

.theme-blue-color {
    background: #1b4e9b;
}

.family-member-list table {
   width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
        margin: 0;
}

.family-member-list table th,
.family-member-list table td {
    padding: 4px 12px;
    width: 16.66666%;
    text-align: center;
}

.family-member-list table td {
    border: 0;
}

.family-member-list table th:first-child,
.family-member-list table td:first-child {
    width: 50%;
    text-align: left;
}

.family-member-list table td input[type="checkbox"] {
    margin: auto;
}

.family-member-list table th {
    color: #fff;
    white-space: nowrap;
    background: #1b4e9b;
}

.family-member-list table tr {
    border-bottom: 1px solid #dddddd;
}

.family-member-list table tbody tr:last-child {
    border: none;
    margin: 0;
}

.dark-grey-bg {
    background-color: #cccccc;
}

.delete-btn {
    text-align: center;
}

.familyManagementPage .myGroupsArea {
    margin-top: 20px;
}

.delete-btn button {
    border: none;
    padding: 9px 15px;
    background: #ab0014;
    color: #fff;
    border-radius: 4px;
}

/***********Family Management*************************/

/*********** Vault Page *************************/
.simplisafeListHolder {
    width: calc(96% - 350px);
    margin-right: 4%;
}

.SimplisafeSideBar {
    width: 350px;
    /* height: 100px; ask by deepak sir */
}

.vaultHeader h4 {
    color: #1b4e9b;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    line-height: 110%;
}

.vaultHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vaultListSearch {
    width: 340px;
}

.vaultListSearch .input-group-text {
    color: #0C316A;
    cursor: pointer;
    background: transparent;
    position: absolute;
    right: 0px;
    height: 100%;
    border: 0;
    z-index: 9;
}

.vaultListSearch .form-control {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 4px;
}

.settingsWrapper.simplisafeMainContainer {
    padding: 25px 0% 10px;
}

.simplisafeListHolder .btn i {
    margin-right: 7px;
}

.simplisafeListToolbarControlsRight ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

.simplisafeListToolbarControlsLeft {
    width: calc(100% - 430px);
    padding-right: 10px;
}

.simplisafeListToolbarControlsRight {
    width: 430px;
}

.simplisafeListToolbarControls {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.vaultPaginateBtn {
    border-radius: 4px !important;
    border: 0;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: 800;
    background: rgba(0, 0, 0, 0.1);
    color: #333;
    line-height: 100%;
    font-family: 'Font Awesome\ 5 Pro', 'Montserrat', sans-serif;
    white-space: nowrap;
}

.simplisafeListToolbarControlsLeft .seperator {
    opacity: 0.2;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 5px;
    color: #0C316A;
    line-height: 100%;
}

.vaultPaginateBtn.active {
    color: #0c316a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 20px);
}

.simplisafeListToolbarControlsRight ul li {
    margin-left: 15px;
}

.simplisafeListToolbarControlsRight ul li:first-child {
    margin-left: 0;
}

.simplisafeListToolbarControlsHighlight {
    display: flex;
    align-items: center;
    background-color: #0C316A;
    box-shadow: 0px 0px 6.8px 1.2px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}

.simplisafeSelectedCount {
    background: #fff !important;
    color: #0C316A !important;
    border-radius: 4px;
    height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simplisafeSelectedCount span {
    font-weight: 400;
    color: #222;
    padding-left: 5px;
}

.vaultActionBtn {
    padding: 0px 12px;
    height: 38px;
    color: #fff;
    font-family: "Hind", serif;
    font-weight: 700;
}

.vaultActionBtn i {
    color: #FBAA32;
    margin-right: 5px;
}

.vaultActionBtn:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.simplisafeFolderList ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.simplisafeFolderList ul li {
    width: 25%;
    padding: 0 5px;
    margin: 10px 0;
}

.simplisafeFolderListIcon {
    background: url(../img/dark-folder-transparent.png) no-repeat;
    background-position: center center;
    background-size: contain;
    min-height: 140px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}

.simplisafeFolderListIcon i {
    color: #FBAA32;
    opacity: 1;
    font-size: 60px;
}

.simplisafeFolderList span {
    display: block;
    padding: 0 10px;
    text-align: center;
    color: #222;
    line-height: 100%;
}

.simplisafeFolderList .simplisafeFolderListTitle {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 7px;
}

.simplisafeFolderList .simplisafeFolderListCount {
    font-size: 12px;
}

.simplisafeFolderList ul li a:hover {
    opacity: 0.85;
}

.NoShortcuts {
    background: #fff;
    padding: 40px 20px 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    margin-bottom: 40px;
}

.NoShortcuts p {
    font-size: 14px;
    margin: 0;
    line-height: 140%;
}

.NoShortcuts i {
    margin-bottom: 20px;
    font-size: 80px;
    opacity: 0.5;
}

.vaultStorageInfo .vaultHeader {
    margin-bottom: 20px;
}

.vaultStorageInfo .vaultHeader h4 {
    margin: 0;
}

.vaultStorageInfo .vaultHeader h6 {
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    margin: 0;
    line-height: 110%;
}

.vaultStorageInfo .progress {
    height: 24px;
    border-radius: 0;
    background: #dee1e6;
}

.vaultStorageInfo .progress-bar {
    background: #1b4e9b;
}

.simplisafeListToolbarControlsRight ul li .btn {
    padding: 11px 20px;
    line-height: 100%;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.folderEditRowHolder {
    display: flex;
    align-items: center;
    padding-top: 24px;
}

.folderEditIconHolder.iconpicker-container {
    display: flex;
    align-items: stretch;
}

.folderEditIconBox {
    display: flex;
    align-items: center;
    width: 55px;
    height: 66px;
    border: 1px solid #ebedf5;
    background: #f0f2f9;
    color: #222;
    justify-content: center;
    font-size: 26px;
}

.dropFolderIconBtn {
    padding: 0 6px;
    line-height: 64px;
    border: 1px solid #ebedf5;
    background: #f0f2f9;
    color: #222;
    border-radius: 0;
}

.folderEditTitleHolder {
    width: calc(100% - 80px);
    margin-left: auto;
    padding-left: 20px;
}

.folderEditTitleHolder .form-control {
    border: 1px solid #ebedf5;
    background: #f0f2f9;
    padding: 10px 15px;
}

.folderEditTitleHolder .form-control::placeholder,
.iconPickerDropMenu .iconpicker-search::placeholder {
    opacity: 1;
    font-style: normal;
}

.folderEditIconHolder {
    display: flex;
    align-items: stretch;
}

.iconPickerDropMenu.iconpicker-container {
    min-width: 384px;
    width: 475px;
}

.iconPickerDropMenu .iconpicker-popover.popover {
    width: 100%;
}

.iconPickerDropMenu .iconpicker-search {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}

.noFoldersToDisplay {
    padding: 40px 20px;
    width: 100%;
    color: #b9c1ce;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.noFoldersToDisplay i {
    padding: 20px;
    font-size: 120px;
    opacity: 0.5;
    display: block;
}

.noFoldersToDisplay h3 {
    font-family: "Montserrat", sans-serif;
    margin: 10px 0;
}

.noFoldersToDisplay p {
    margin: 0;
    padding-top: 10px;
}

.fileUploadPopup {
    padding: 10px 10px;
}

.fileuploadContainer {
    border-radius: 4px;
    background: rgba(222, 225, 230, 0.5);
    border: 2px dashed rgba(170, 170, 170, 0.5);
    text-align: center;
    padding: 40px 40px;
}

.fileuploadContainer h6 {
    font-weight: 400;
    font-family: Hind, sans-serif;
    margin-bottom: 10px;
}

.fileUploadBtn {
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.fileUploadBtn input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.fileActionBtn span {
    font-size: 11px;
    line-height: 14px;
    white-space: normal;
    font-family: "Hind", sans-serif;
    margin-top: 10px;
}

.fileActionBtn i {
    font-size: 32px;
    margin: 0 !important;
}

.fileActionBtn {
    width: 100px;
    height: 94px;
    padding: 7px 12px;
    font-weight: 400;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fileActionBtn:hover {
    opacity: 0.8;
    color: #fff;
}

.AlternativeFileActionsControls {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 13px;
    padding: 5px 0;
}

.facebook-btn {
    background: #3b5998;
}

.pink-btn {
    background: #cd486b;
}

.AlternativeFileActionsTitle {
    text-align: center;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #222;
    font-size: 14px;
    margin-bottom: 5px;
}

.AlternativeFileActions {
    margin-top: 15px;
}

.deleteConfirmation h6 {
    font-weight: 400;
    font-family: 'Hind', sans-serif;
}

.simplisafeFileViewCard {
    width: calc(25% - 9px);
    text-align: center;
    border: 3px solid #fff;
    transition: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
}

.fileSelectedTick {
    position: absolute;
    right: 8px;
    top: 3px;
    font-size: 28px;
    color: #0c316a;
    line-height: 85%;
    display: none;
}

.simplisafeFileIcon {
    background-repeat: no-repeat;
    width: 100%;
    height: 125px;
    display: table;
}

.simplisafeFileIcon i {
    color: #1b4e9b;
    opacity: 0.8;
    font-size: 60px;
    display: table-cell;
    vertical-align: middle;
}

.simplisafeFileTitle,
.simplisafeFileSize {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 100%;
}

.simplisafeFileTitle {
    font-weight: bold;
    margin-bottom: 5px;
}

.simplisafeFileSize {
    padding-bottom: 10px;
}

.simplisafeFileView {
    display: flex;
    align-items: stretch;
    gap: 12px;
    padding: 5px 0;
    flex-wrap: wrap;
}

.simplisafeFileViewCard:hover {
    opacity: 0.95;
    cursor: pointer;
    border: 3px solid rgba(12, 49, 106, 0.1);
}

.simplisafeFileCheckbox[type="checkbox"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.simplisafeFileViewCard.fileSelected {
    border: solid 3px #0C316A;
    box-sizing: border-box;
}

.simplisafeFileViewCard.fileSelected .fileSelectedTick {
    display: block;
}

.popover.in {
    display: none;
}

.simpliSafeTextEditor {
    width: 100%;
}

.simpliSafeTextEditor .panel-default>.panel-heading {
    background: #f0f2f9;
}

.newsfeedFilterContent .note-btn {
    border: 1px solid #ebedf5;
    background: #f0f2f9;
    color: #222;
    font-size: 16px;
    padding: 9px 15px;
}

.simpliSafeTextEditor .panel-default>.panel-heading {
    background: #f0f2f9;
}

.newsfeedFilterContent .note-btn:focus {
    outline: 2px solid #000;
    border-radius: 0;
    outline-offset: -2px;
}

.simpliSafeTextEditor .note-editor.note-frame {
    border: 1px solid #ebedf5;
}

.note-editor.note-frame .note-editing-area .note-editable p {
    font-family: Hind, sans-serif;
    font-size: 16px;
    line-height: 110%;
    margin: 0;
}

.folderEditTitleHolder label {
    font-size: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    margin: 0;
}

.fileUploadPreviewWrapper .folderEditRowHolder {
    padding-top: 11px;
}

.template-upload.simpliSafeUploadRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.simpliSafeUploadRowName p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    padding: 0px;
    margin: 0px;
    line-height: 100%;
}

.simpliSafeUploadRowName .error.text-danger {
    color: #a94442 !important;
    font-weight: 800;
    font-size: 16px;
}

.simpliSafeUploadRowCancel .cancel {
    border: 1px solid #ebedf5;
    background: #f0f2f9;
    color: #222;
    font-size: 16px;
    padding: 10px 9px;
    font-weight: 700;
    line-height: 100%;
}

.simpliSafeUploadRowCancel .cancel span {
    font-size: 12px;
}

.simpliSafeUploadProcessingArea {
    display: flex;
    align-items: center;
    width: 55%;
    justify-content: flex-end;
}

.simpliSafeUploadRowName {
    width: 45%;
}

.simpliSafeUploadRowProcessing p.size {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
}

.progressSecuringFile span {
    font-size: 16px;
    line-height: 100%;
}

.progressSecuringFile i {
    font-size: 18px;
    margin-right: 4px;
}

.simpliSafeUploadRowCancel {
    margin-left: 15px;
}

.progressSecuringFile {
    line-height: 100%;
}

.progress {
    width: 112px;
    height: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    height: 20px;
    width: 0%;
    text-align: center;
    transition: width 0.1s linear;
    background-color: #74c374;
}

.shortcutDeleteBtn {
    font-size: 24px;
    text-align: center;
    color: #AB0014;
    padding: 5px;
    max-width: 95px;
    width: 38px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shortcutList {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
}

.shortcutsListContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 38px);
    height: 60px;
}

.downloadShortcutsBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 4px 10px;
}

.shortcutsListCard {
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    background: #fff;
}

.shortcutsListIcon i {
    color: #0C316A;
    opacity: 0.7;
    font-size: 40px;
}

.shortcutsFileTitle {
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 95px);
}

.shortcutsListIcon {
    width: 40px;
    text-align: left;
}

.shortcutsFileSize {
    width: 55px;
    text-align: right;
    font-size: 16px;
    opacity: 0.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vaultStorageInfo .progress {
    width: 100%;
}

.simplisafeFolderListItem.checked .simplisafeFolderListIcon {
    border: solid 3px #0C316A;
    box-sizing: border-box;
}

.simplisafeFolderListIconGreen {
    background: url(../img/green-folder.png) no-repeat;
    background-position: center center;
    background-size: contain;
    min-height: 140px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}

.simplisafeFolderListIconGreen i {
    color: #FFF;
    opacity: 1;
    font-size: 60px;
}

/*********** Vault Page end *************************/

/*********** Memory Page *************************/
.filterModalBtn {
    height: 46px;
    font-size: 16px;
    color: #222;
    background: rgba(0, 0, 0, 0.1);
}

.filterModalBtn i {
    margin-right: 10px;
}

.photoCardsSidebar .settingsCard.memorySettingCard {
    overflow: hidden;
}

.memoryGalleryPreviewList .albumListItem {
    height: auto;
    width: calc(33.33% - 12px);
    border-radius: 0;
}

.memoryGalleryPreviewList .albumListItem:hover {
    opacity: 1;
}

.memoryGalleryPreviewList .PhotoAlbumPreviewImage {
    height: 165px;
}

.memoryCreatedInfo {
    padding: 15px 15px 10px;
}

.memoryCreatedInfo p {
    font-size: 16px;
    color: #1b4e9b;
    line-height: 24px;
    margin-bottom: 2px;
    padding: 0;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.memoryCreatedTime {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 100%;
}

.memoryCreatedTime h6 {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 0;
    font-weight: 800;
    margin: 0;
}

.memoryCreatedTime i {
    color: rgba(0, 0, 0, 0.4);
}

/*********** Memory Page end *************************/


.carousel-container {
    width: 80%;
    margin: auto;
}

.centralColumn .dropdown-menu.notificationsPopUp {
    display: block;
    width: 100%;
    position: unset;
}

.centralColumn .dropdown-menu.notificationsPopUp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.centralColumn .dropdown-menu.notificationsPopUp ul li {
    margin: 0;
    padding: 15px 15px;
    width: 100%;
    border-top: 1px solid #D2D2D2;
    display: flex;
    align-items: flex-start;
}

.centralColumn .dropdown-menu.notificationsPopUp ul li.new {
    background: rgba(0, 96, 249, 0.11);
}

.settingsArea {
    padding: 20px;
}

.settingsArea table {
    text-align: center;
}

/*************navar menu start**********/
.navbar.navigation {
    display: none;
}

/*************navar menu end**********/


.memoriesFourImages .rightImageHolder ul,
.memoriesThreeImages .rightImageHolder ul {
    height: 100%;
}

.memoriesFourImages .rightImageHolder ul li {
    height: calc(33.33% - 5px);
}

.memoriesFourImages .rightImageHolder img,
.memoriesThreeImages .rightImageHolder ul li img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: -webkit-fill-available;
}

.memoriesThreeImages .rightImageHolder ul li {
    height: calc(50% - 3px);
}


header.mobileHeader {
    display: none;
}

.postImageThumbnailList.viewPostThumbnailList ul li {
    width: calc(33.33% - 7px);
}

.postImageThumbnailList.viewPostThumbnailList .postImageBtn {
    height: 96px;
    width: 100%;
}

.postImageThumbnailList.viewPostThumbnailList ul {
    max-height: 217px;
    overflow: hidden;
    overflow-y: auto;
}

.settingsContent.publicProfileContent {
    width: calc(100% - 350px);
}

.settingsSidebar.publicProfileSidebar {
    width: 350px;
}

.profilePicture {
    text-align: center;
    margin-bottom: 25px;
}

.publicProfileSidebar .profilePicture h4 {
    font-family: "Montserrat", sans-serif;
    line-height: 100%;
    color: #1b4e9b;
    margin-bottom: 20px;
}

.publicProfileSidebar .profilePicture img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.publicProfileGeneralInfo {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.publicProfileGeneralInfo h6 {
    font-size: 14px;
    color: #222;
    font-weight: 800;
    margin: 0;
    padding-bottom: 5px;
}

.publicProfileGeneralInfo p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.publicProfileBiography {
    margin-bottom: 20px;
}

.publicProfileGeneralInfo .ppAboutSlider p {
    margin-bottom: 15px;
}

.ppjoinedAbout {
    padding-top: 10px;
}

.publicProfileRightFacebook p {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    color: #1c1e21;
}

.publicProfileRightFacebook p .btn {
    border-radius: 3px;
    font-size: 11px;
    height: 20px;
    padding: 0 6px;
    background: #1877f2;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.publicProfileRightFacebook p .btn img {
    margin-right: 2px;
}

.publicProfileRightFacebook p .btn.publicSignUpBtn {
    color: #385898;
    background: transparent;
    font-weight: 500;
    padding: 0;
    margin-left: 2px;
}

.publicProfileRightFacebook p {
    margin: 0;
}

.publicProfileRightFacebook {
    margin-top: 30px;
}

.settingsCard.noRadius.editMemoryActionField.onlySmallDevice {
    display: none !important;
}

.vaultHeader.valutHeaderSwitch h4 {
    margin: 0;
}

.vaultHeader.valutHeaderSwitch {
    margin-bottom: 15px;
}

#breadcrumb {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.rightNav .quickToolsList ul li a, .quickToolsList ul li a {
    color: #222;
}

.myGroupsArea a {
    color: #222;
}

.myGroupsArea .placeholderButton.newMemory {
    display: block;
    font-weight: 800;
}

.memoriesAreaCard .memoriesLeftArea,
.selfMemoriesAreaCard .memoriesLeftArea {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 20px);
}