@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Nunito Sans", serif; */
/* font-family: "Roboto", serif; */
/* font-family: "Inter", serif; */
/* font-family: "Poppins", serif; */


body {
    margin: 0 auto;
    font-family: "Roboto", serif;
    font-size: 16px;
    background: #f5f5f5;
}

p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: inherit;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
input[readonly]:hover, input[readonly]:focus, input[disabled]:hover, input[disabled]:focus, .prefix_icon:hover ~ input[readonly]{
    background: #fff !important;
    box-shadow: none !important;
    /* border-color: #e9ecef !important; */
    border-color:white !important;
    cursor: auto;
}
input[disabled] {
  /* border:1px solid #e9ecef !important; */
  border:1px solid #fff !important;
  background: #fff;
}
.btn {
    border-radius: 16px;
    padding: 4px 10px;
    font-weight: 500;
}

.btn-outline-secondary, .btn-outline-secondary:hover  {
    border: 1px solid #625A5A;
    color: #625A5A;
    background: #fff;
}

.form-control:focus, .btn:focus, .form-select:focus {
    box-shadow: none;
    outline: none;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    background-color: #7B70FF !important;
    color: #fff !important;
    border-radius: 5px;
}


.scrollbox{
    overflow: auto;
}
  .scrollbox::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
    height: 8px;
    border-radius: 200px;
  }


  .scrollbox:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }


.collapse_menu_arrow {
    text-align: right;
    position: sticky;
    bottom: -16px;
    background: #fff;
    padding: 10px 2px 18px;
}

.collapsed_menu .custom_leftbar {
    padding: 22px 15px;
    min-width: 108px;
    max-width: 108px;
    transition: 0.2s all;
}
.collapsed_menu .custom_rightbar {
    padding-left: 96px;
    transition: 0.2s all;
}
.collapsed_menu .text, .collapsed_menu .left_sidebar_list a .count {
    font-size: 0px;
      transition: 0.2s all;
}

.collapsed_menu .category_list,
.collapsed_menu .add_more_link,
.collapsed_menu .add_more_link_category_btn,
.collapsed_menu .sub_category_list,
.collapsed_menu .category_list_show_more,
.collapsed_menu .add_more_link_category_btn {
    display: none!important;
      transition: 0.2s all;
}

.collapse_menu_arrow a {
    transform: rotateY(0deg);
    display: inline-block;
    transition: 0.2s all;
}

.collapsed_menu .collapse_menu_arrow a {
    transform: rotateY(180deg);
    transition: 0.2s all;
}
.collapsed_menu .sidebar_box_ui.scrollbox {
    padding-right: 12px;
      transition: 0.2s all;
}
.collapsed_menu .sidebar_box_ui .page_link {
        transition: 0.2s all;
    padding: 10px 7px 10px 7px;
}

.collapsed_menu .collapse_menu_arrow {
    text-align: center;
    transition: 0.2s all;
        padding-bottom: 6px;
}
.collapsed_menu .sidebar_box_ui .page_link {
    justify-content: center;
}
.stretched-link::after {
    z-index: 10;
}
.total_people_add_in_memory img {
    object-fit: cover;
}



  @media (hover: none) {
    .scrollbox::-webkit-scrollbar {
      width: 4px;
      height: 8px;
      border-radius: 200px;
    }
    .table-responsive::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
    }
  }


.form-control {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    min-height: 40px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 50px;
}

.form-group {
    position: relative;
}


.dashboard_top_head {
    display: flex;
    align-items: center;
    background: #fff;
}

.brand {
    width: 240px;
    padding: 20px 10px;
    text-align: center;
}
.memory_page_detail_content .featured_img {
    background: #BFBFBF;
}
.searchbar_component .form-control {
    border-radius: 200px;
    border: 1px solid #D9DAFFBF;
    padding-left: 45px;
    padding-right: 12px;
    min-height: 46px;
    margin-top: 0;
}
.user_profile_box .profile_pic img {
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;
    border-radius: 100%;
    object-fit: cover;
    background: #fff;
    border: 1px solid #e3e3ff;
}
.profile-initial{
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #e3e3ff;
}
.searchbar_component {
    position: relative;
    flex-grow: 1;
    padding: 15px 30px;
}

.searchbar_component .magnifier_icon {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    background: #fff;
    border-radius: 200px;
}

.search_profile_components {
    flex-grow: 1;
    display: flex;
}
.searchbar_box {
    position: relative;
}
.notification_box {
    height: 100%;
    display: flex;
    justify-content: center;
}
.notification_box > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification_component {
    padding: 10px 20px;
    border-left: 1px solid #e3e3ff;
    border-right: 1px solid #e3e3ff;
    min-width: 100px;
    position: relative;
}
.notification_box .count {
    background: #FC8E88;
    color: #1D1B20;
    border-radius: 100%;
    display: flex;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
}
.user_profile_box {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    border-right: 1px solid #e3e3ff;
    min-height: 76px;
    min-width: 300px;
    justify-content: space-between;
}

.user_profile_box .description {
    display: flex;
    align-items: center;
}
.user_profile_box .description .profile_pic {
    margin-right: 7px;
}
.user_profile_box .arrow_down {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px 0 #e1e1e1;
    height: 32px;
    margin-left: 20px;
    border-radius: 5px;
}

.brand img {
    position: relative;
    left: -30px;
}

.user_profile_box .description h5 {
    font-size: 16px;
    font-weight: 500;
}
.dashboard_top_head .user_profile_component {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_wraper {
    max-width: 100%;
    /* padding-right: 37px; */
}

.dashboard_wrap_spacing .page_wraper {
    max-width: 100%;
    /* padding-right: 165px; */
}
.dashboard_wrap_spacing .white_layer .page_wraper {
    max-width: 100%;
    /* padding-right: 180px; */
}
/* .white_layer .page_wraper {
    padding-right: 52px;
} */
.hamber_component {
    border-right: 1px solid #e3e3ff;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.white_layer {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.page_wrapper_row {
    display: flex;
    padding-left: 10px;
    position: relative;
}

.custom_rightbar {
    flex-grow: 1;
    padding: 0 12px;
    padding-left: 310px;
    min-height: calc(calc(100vh * 0.99999) - 77px);
    max-height: calc(calc(100vh * 0.99999) - 77px);
    overflow-y: auto;
    transition: 0.2s all;
}

.sidebar_box_ui {
    padding: 16px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    min-height: calc(calc(100vh * 0.99999) - 77px);
    max-height: calc(calc(100vh * 0.99999) - 77px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.sidebar_wraping {
    flex-grow: 1;
}
.custom_leftbar {
    padding: 0;
    min-width: 300px;
    max-width: 300px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transition: 0.2s all;
    transform: translate(0, 0px);
    border-radius: 0;
}

.btn.btn_primary {
    font-size: 14px;
    font-family: "Nunito Sans", serif;
    font-weight: 700;
    background: #7B70FF;
    border-radius: 8px;
    color: #fff;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sidebar_box_ui .page_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #202224;
    min-height: 52px;
    margin-top: 10px;
    padding: 10px 15px 10px 10px;
}
.left_sidebar_list a {
    display: flex;
    min-height: 38px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #393131;
    border-radius: 4px;
    padding: 5px 15px;
    font-family: "Nunito Sans", serif;
}
.left_sidebar_list .tag_cover {
    display: flex;
    min-height: 38px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #393131;
    border-radius: 4px;
    padding: 5px 15px;
    font-family: "Nunito Sans", serif;
}

.left_sidebar_list a .icon {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.left_sidebar_list a .count {
    text-align: right;
    font-size: 14px;
    color: #615a5a;
}

.left_sidebar_list li {
    margin: 10px 0;
}
.left_sidebar_list .link_tag {
    font-size: 14px;
    border: 1px solid #202224;
    color: #202224;
    border-radius: 4px;
    padding: 3px 8px;
    font-weight: 600;
    font-family: "Nunito Sans", serif;
    min-height: auto;
}

.left_sidebar_list.category_list li {
  margin: 2px 0px;
}

.left_sidebar_list .see_more_link {
    justify-content: flex-start;
    font-size: 14px;
    color: #202224;
    font-weight: 600;
}

.sidebar_box_ui .add_more_link {
    min-height: 50px;
    color: #6C60FF;
    font-family: "Nunito Sans", serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.category_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
}

.category_list li .count {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #393131;
    /* font-size: 14px; */
}
 .category_list li:hover a {
    opacity: 1;
    visibility: visible;
 }

 .category_list li .count .edit_category_btn {
    font-weight: 500;
    color: #6C60FF;
    /* text-decoration: underline; */
    opacity: 0;
    visibility: hidden;
    padding: 5px 11px;
    cursor: pointer;
}

.category_list li:hover .edit_category_btn, .category_list li:hover .delete_text {
    opacity: 1;
    visibility: visible;
}


.sidebar_box_ui .add_more_link .icon {
    margin-right: 6px;
}
.filled_tag .link_tag {
  transition: 0.2s all;
    border-radius: 200px;
    border-color: #FFD460;
}

.left_sidebar_list.filled_tag li {
    margin: 3px 0;
}

.page_link.active .text {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
.page_title {
    font-size: 22px;
    font-weight: 600;
    color: #202224;
    padding: 5px 0;
}

.category_selectbox.form-select {
    border: 1px solid #393131;
    font-size: 16px;
    font-weight: 500;
    min-height: 45px;
    border-radius: 8px;
    padding-left: 10px;
    background-size: 14px;
    background-image: url(../images/arrow_down_icon.svg);
    margin: 15px 0;
    display: inline-block;
    width: auto;
}
.category_selectbox.yellow_selectbox
{
    background-image: url(../images/dropdown_arrow_up.svg);
}
.insight_box {
    border-radius: 14px;
    background: #fff;
    padding: 15px;
    display: flex;
    height: 100%;
}

.insight_box .description h5 {
    font-size: 18px;
    font-weight: 500;
    color: #202224;
}

.insight_box .description h2 {
    font-size: 38px;
    font-weight: 700;
    padding: 3px 0;
}

.insight_box .description p {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
}

.insight_box .description p span {
    color: #00B69B;
    margin-right: 6px;
}
.insight_box .description {
    padding-right: 15px;
    flex-grow: 1;
}
.insight_box > .icon img {
    width: 100%;
    max-width: 85px;
}

.checkbox label {
    font-size: 17px;
    font-weight: 500;
    color: #383838;
    padding-left: 25px;
    line-height: 21px;
}

.custom_checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

.checkbox {
    position: relative;
    margin-top: 0px;
}

.checkbox label:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #333;
    border-radius: 4px;
}
.checkbox .custom_checkbox:checked ~ label:before {
    background: #333;
}
.checkbox .custom_checkbox:checked ~ label:after {
    position: absolute;
    left: 3px;
    top: 7px;
    content: "";
    height: 6px;
    width: 11px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-50deg);
}
.white_box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
    height: 100%;
}

.white_box .page_title {
    padding-top: 0px;
}
.default_table_ui th {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 10px 15px 25px !important;
    border-bottom-color: #e3e3ff !important;
    white-space: nowrap;
}
.default_table_ui th:first-child {
    padding: 10px 10px 15px 10px !important;
}
.default_table_ui th:first-child .dt-column-order {
   display: none;
}
.default_table_ui td {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 12px 10px;
    vertical-align: middle;
    white-space: nowrap;
    border: none;
}
 .default_table_ui .text-bold {
    font-weight: 600;
    font-size: 13px;
    max-width: 210px;
    word-break: break-word;
    white-space: normal;
    min-width: 210px;
 }
 .default_table_ui .date_text {
    color: #636567;
 }

 .default_table_ui .label_yellow {
    background: #FFD460;
    border-radius: 200px;
    display: inline-block;
    padding: 10px 17px;
}
.default_table_ui th:first-child {
    padding-left: 10px;
    padding-right: 0;
    width: 70px;
}
.default_table_ui td:first-child {
    padding-right: 0;
}

.default_table_ui .label_photo {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #393131;
    border-radius: 10px;
    padding: 7px 4px;
    min-width: 40px;
    text-align: center;
}

.left_sidebar_list .active {
    background: #e3e3ff;
}

.memory_thumbnail_box .featured_img img {
    border-radius: 58px;
    object-fit: cover;
    background: #fff;
    width: 100%;
    min-height: 280px;
    max-height: 280px;
}

.memory_thumbnail_box {
    position: relative;
    border-radius: 58px;
    box-shadow: 0px 0px 27px 0px #0000001A;
    transition: 0.2s all;
}

.memory_thumbnail_box .overlay_layer {
    position: absolute;
    bottom: -1px;
    padding: 25px 25px;
    border-radius: 68px;
    display: flex;
    left: 0px;
    right: 0px;
    z-index: 5;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

/* .memory_thumbnail_box .overlay_layer:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: -1;
    border-radius: 68px;
    background: rgba(255, 255, 255, 0.1);
} */
.memory_thumbnail_box .category_tag {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #FFD460;
    display: inline-block;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 18px;
    margin-bottom: 10px;
}
.memory_thumbnail_box .description p {
    font-size: 21px;
    font-weight: 500;
    color:white;
    white-space: normal;
    line-height: 24px;
    margin-bottom: 0px;
    color: #fff;
    padding-left:0px;
}
.memory_thumbnail_box .description p.memory_date {
    font-weight: 300;
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
    /* background: #FFFFFF80; */
    border-radius: 200px;
    padding: 3px 0px;
    display: inline-block;
    margin-top: 2px;
}
.memory_thumbnail_box .overlay_layer > .icon img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 100%;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e3e3ff;
    border-radius: 100%;
}
.memory_thumbnail_box .description h4 {
    font-size: 16px;
    font-weight: 500;
    color: #393131;
    padding-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.memory_thumbnail_box .description {
    padding-left:0px;
    flex-grow: 1;
}

.memory_thumbnail_box .description .btn_light {
    background: #fff;
    padding: 4px 14px;
    border-radius: 8px;
    border: 1px solid #393131;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    min-width: 70px;
}
.memory_thumbnail_box .description .btn_light .icon {
    margin-right: 5px;
}
.memory_thumbnail_box .description .btn_secondary {
    background: #393131;
    border-radius: 8px;
    border: 1px solid #393131;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-left: 10px;
    white-space: nowrap;
    height: 38px;
    min-height: 34px;
    /* padding: 0 5px; */
    line-height: 20px;
}

.memory_thumbnail_box .description .btn {
    margin-top: 10px;
}
.login_page_background {
    min-height: 100vh;
    width: 100%;
    padding: 14px;
    background: url(../images/login_background.svg)no-repeat scroll center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_page_wrapper {
    max-width: 606px;
    background: #fff;
    border-radius: 24px;
    padding: 50px 40px 40px 40px;
    width: 100%;
}
.login_page_wrapper .login_title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.login_page_wrapper .login_sub_title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #202224;
    margin-bottom: 20px;
}

.login_page_wrapper .form-group label {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito Sans", serif;
    margin-bottom: 8px;
}

.login_page_wrapper .form_control {
    width: 100%;
    background: #F1F4F9;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    min-height: 55px;
    font-family: "Roboto", serif;
    padding: 8px 20px;
    font-size: 16px;
}
.login_page_wrapper .form_control:focus {
  box-shadow: none;
  outline: none;
}

.login_page_wrapper .forgot_pass_link {
    color: #6C60FF;
    font-size: 15px;
    font-family: "Roboto", serif;
    font-weight: 400;
    margin-bottom: 14px;
}

.login_page_wrapper .checkbox .custom_checkbox:checked ~ label:before {
    background: #fff;
}
.login_page_wrapper .checkbox .custom_checkbox:checked ~ label:after {
    left: 6px;
    top: 7px;
    height: 8px;
    width: 16px;
    border-left: 2px solid #656565;
    border-bottom: 2px solid #656565;
}
.login_page_wrapper .form-group .checkbox label {
    color: #797a7c;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 3px;
    padding-left: 36px;
    font-family: "Roboto", serif;
}
.login_page_wrapper .form-group .checkbox {
    margin: 0 0 10px;
}

.login_page_wrapper .btn.btn_primary {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #6C60FF;
    min-height: 55px;
    font-size: 18px;
}

.login_page_wrapper .signup_link {
    color: #797a7c;
    font-size: 15px;
    font-family: "Roboto", serif;
    font-weight: 400;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

.login_page_wrapper .signup_link a {
    font-weight: 400;
    margin-left: 8px;
    color: #6C60FF;
}
.login_page_wrapper .checkbox label:before {
    height: 25px;
    width: 28px;
    border: 1px solid #A3A3A3;
    border-radius: 6px;
}

.refferal_component {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FEF7FF;
    min-height: 68px;
    padding: 10px 10px;
    /* position: sticky; */
    top: 0px;
    z-index: 20;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e3e3ff;
}


.featured_img_add_bvtn {
    position: absolute;
    right: 15px;
    z-index: 2;
}
.refferal_component .reffereal_code {
    font-size: 16px;
    font-weight: 400;
    color: #6C60FF;
    margin: 10px 0;
}

.refferal_component .reffereal_code a {
    color: #6c60ff;
    margin-left: 10px;
}

.btn_blue_light{
    font-size: 16px;
    font-weight: 500;
    color: #6C60FF;
    border: 1px solid #6C60FF;
    border-radius: 16px;
    padding: 9px 16px;
    margin: 3px 0px;
    background: #fff;
}
.add_memory_media:hover, .close_memory_media:hover{
        color: #6C60FF;
}
.form-select {
    cursor:pointer;
}
.close_page_btn img {
    width: 100%;
    max-width: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.default_navtab_ui .category_selectbox.form-select {
    padding-right: 46px;
    background-position: right 12px center;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.category_selectbox.yellow_selectbox {
    padding-left: 36px;
    min-width: 200px;
}
.memory_detail_page_wrapper {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.memories_detail_title {
    padding: 18px 14px;
}
.memories_detail_title h1 {
    font-size: 22px;
    font-weight: 700;
    color: #202224;
    width: 100%;
}
.memories_detail_title img {
    position: relative;
    top: -3px;
    margin-right: 7px;
}
.navtab_head_cover {
    padding: 10px 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.default_navtab_ui .nav-pills .nav-link {
    font-size: 16px;
    color: #625A5A;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 12px 20px;
}

.default_navtab_ui .nav-pills .nav-link .icon img {
    filter: brightness(0);
    opacity: .6;
}

.default_navtab_ui .nav-pills .nav-link.active {
    background: transparent;
    border-bottom: 3px solid #6C60FF;
    color: #6C60FF;
}

.default_navtab_ui .nav-pills .nav-link.active .icon img {
    filter: brightness(1);
    opacity: 1;
}

.memory_detail_page_wrapper .memory_detail_leftpart {
    width: 68%;
    border-right: 1px solid #E3E3FF;
    min-height: calc(calc(100vh* 0.99999) - 100px);
    max-height: calc(calc(100vh* 0.99999) - 100px);
    overflow-y: auto;
}
.memory_detail_page_wrapper .memory_detail_rightpart {
    width: 32%;
    padding: 0 15px 20px;
    min-height: calc(calc(100vh* 0.99999) - 100px);
    max-height: calc(calc(100vh* 0.99999) - 100px);
    overflow-y: auto;
}
.login_brand img {
    width: 175px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

.login_page_wrapper .view_password {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.memory_page_detail_content .featured_img {
    width: 100%;
    height: 206px;
    min-height: 206px;
    max-height: 206px;
}
.single_detail_media_content .featured_img {
    width: 100%;
    height: 330px;
    min-height: 330px;
    max-height: 330px;
    border-radius: 20px;
}
.memory_page_detail_content .featured_img > img {
    width: 100%;
    height: 206px;
    min-height: 206px;
    max-height: 206px;
    object-fit: cover;
}
.memory_page_detail_content .media_box img {
    border-radius: 0px;
}
.memory_page_detail_content {
    padding: 20px;
}

 .content_label {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.content_label li {
    width: 50%;
    padding: 8px 3px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.capture_date_field  .prefix_icon {
    position: absolute !important;
    left: 10px;
    top: 6px;
}

.content_label label {
    font-size: 12px;
    color: #6C60FF;
    font-weight: 500;
    font-family: "Inter", serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

 .content_label li p {
    font-size: 17px;
    font-weight: 400;
    color: #393131;
}

 .content_label li .icon {
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.memory_page_detail_content .filled_tag p.link_tag {
    color: #393131;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 23px;
    margin-top: 6px;
}

.media_contaiber {
   display: flex;
   flex-wrap: wrap;
   margin-top: 20px;
}

.media_box {
    width: 25%;
    position: relative;
}
.media_box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    opacity: 0;
    transition: 0.2s all;
    cursor: pointer;
    text-align: center;
}
.media_box .featured_img img {
    width: 100%;
}
.media_box:hover .overlay {
    opacity: 1;
    transition: 0.2s all;
}
.media_box .overlay .icon {
    width: 23px;
    display: inline-block;
}

.media_box  .overlay .icon img {
    width: 16px;
}

.media_box .overlay li {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 4px 0;
}
.media_box .overlay .view_more_icon {
    height: 26%;
}
.media_box .overlay .bg_grey_cover {
    border-radius: 200px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
    display: inline-block;
    margin: 4px 0;
}
.media_box .overlay .view_more_btn {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 42px;
}
.media_box .overlay ul {
    width: 100%;
    height: 100%;
}
.media_box .overlay .view_more_btn img {
    width: 100%;
}

/* .overlay_blue_title {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(65, 58, 153, 0) 55.5%, rgba(108, 96, 255, 0.69) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
} */

.overlay_blue_title a {
    font-size: 15px;
    font-weight: 500;
    color: #FFFAFA;
    text-decoration: underline;
    padding: 10px 10px;
    text-align: left;
}
.overlay_blue_title a p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.big_checkbox label:before {
    width: 38px;
    height: 38px;
    border: 1px solid #ffffff8f;
    background: rgba(0,0,0,0.2);
}
.big_checkbox .custom_checkbox:checked ~ label:before {
    background: #fff;
}
.big_checkbox {
    position: absolute;
    top: 10px;
    right: 23px;
    z-index: 10;
}
.big_checkbox .custom_checkbox:checked ~ label:after {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-left: none;
    border-bottom: none;
    transform: rotate(0deg);
    background-image: url(../images/check_icon.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:16px;
}
.big_checkbox .custom_checkbox {
    width: 38px;
    height: 40px;
}
.btn_blue_light.add_memory_media span {
    margin-top: 2px !important;
    display: inline-block;
}
.btn.add_post_btn {
    min-height: 48px;
    border: 2px solid #6C60FF;
    width: 100%;
    color: #6C60FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    /* font-family: "Nunito Sans", serif; */
    margin-top: 12px;
    border-radius: 8px;
}
.btn.add_post_btn:hover{
    background: #6C60FF;
    color: white;
}

.post_box {
    box-shadow: 6px 6px 54px 0px #0000000D;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.post_box .featured_img img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    object-fit: cover;
    height: 100%;
}
.featured_img {
    position: relative;
    height: 100%;
}
.post_box .featured_img {
    position: relative;
    height: 260px;
}

.post_box .author_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.post_box .author_box .description h5 {
    color: #393131;
    font-size: 15px;
    font-weight: 500;
}
.post_box .author_box .description p {
    color: #858484;
    font-size: 14px;
    font-weight: 400;
}
.grey_link {
    color: #858484;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
.post_box .author_box .description .form-control {
    color: #858484;
    font-size: 14px;
    font-weight: 400;
    min-height:20px;
    padding: 4px;
    border: 0;
    padding: 0px 0px;
    border-color: transparent !important;
}
.post_box .author_box .description .form-control:hover {
    background: transparent !important;
}
.post_box .author_box .author_photo {
    padding-right: 10px;
}

.post_box .post_description p {
    font-size: 13px;
    font-style: italic;
    color: #7a7a7a;
    font-weight: 500;
}
.post_box .post_description textarea {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #393131;
    min-height: 50px;
}

.post_box .post_description span {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #393131;
}

.post_box .comment_count {
    font-size: 17px;
    font-weight: 500;
    display: flex;
}


/* a.suggest-description:hover span {
    color: #ffff !important;
} */

.post_box .comment_count .icon {
    margin-right: 8px;
}
.post_box .post_content_spacing {
    padding: 22px 16px;
}
.suggest-description {
    border: 1px solid #625A5A;
    border-radius: 8px;
    padding: 5px 5px;
    cursor: pointer;
}
.post_box .post_description {
    margin-top: 12px;
}

.post_detail_modal .modal-dialog {
    max-width: 916px;
    padding: 15px;
}
.post_detail_modal .modal-content {
    border-radius: 24px;
    border: none;
}

.post_detail_modal .modal-body .featured_img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 24px;
}

.post_detail_modal .modal-body {
    padding: 0 22px 22px 22px;
}
.default_accordion_ui .accordion-item {
    border-color: #e3e3ff;
    border-width: 2px;
}
.default_accordion_ui .accordion-button {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #625A5A;
    border: none !important;
    padding-left: 0;
    padding-right: 0;
}

.default_accordion_ui .accordion-button .icon img {
    margin-right: 10px;
    filter: brightness(0.1) contrast(0.3);
}

.default_accordion_ui .accordion-button::after, .default_accordion_ui .accordion-button::before {
    display: none;
}
.default_accordion_ui .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.default_accordion_ui .accordion-button:hover, .default_accordion_ui .accordion-button:focus {
    box-shadow: none;
    background: transparent;
    outline: none;
}
.default_accordion_ui .accordion-button:not(.collapsed) {
    background: transparent;
}
.post_box .author_box .author_photo img {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    border-radius: 100%;
    object-fit: cover;
    background: #fff;
    border: 1px solid #e3e3ff;
}

.graph_title {
    font-size: 20px;
    font-weight: 600;
    color: #393131;
    padding: 16px 20px;
}

.table-user img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 100%;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e3e3ff;
}

.table_filter_ui .form-select {
    border: 1px solid #393131;
    font-size: 17px;
    font-weight: 700;
    min-height: 48px;
    border-radius: 8px;
    padding-right: 10px;
    padding-left: 34px;
    background-position: left .75rem center;
    background-size: 14px;
    background-image: url(../images/arrow_down_icon.svg);
    width: 100%;
}

.table_filter_ui .form-control {
    min-height: 48px;
}
.users_page .default_table_ui th:first-child {
    width: 70px;
}

.btn_secondary {
    font-size: 14px;
    font-family: "Inter", serif;
    font-weight: 500;
    background: #393131;
    border-radius: 8px;
    color: #fff;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_secondary:hover {
    color: #fff;
}

.btn_secondary img {
    /* filter: brightness(0.5) invert(1); */
    max-width: 15px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.breadcrumb-item+.breadcrumb-item {
    font-size: 20px;
    margin-top: 2px;
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item a {
    color: #a1a1a1;
}

.photo-preview {
    width: 116px;
    height: 116px;
    border: 2px dashed #393131;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #f5f5f5;
    margin-top: 5px;
    margin-bottom: 12px;
}

.photo-preview img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}

  .photo-preview #uploadPlaceholder {
    font-size: 14px;
    color: #888;
  }

  .photo-preview .remove-photo {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    background: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 21px;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
  #photoInput {
    display: none;
  }

.gap-10 {
    gap: 15px;
}

.btn-sm {
    border-radius: 7px;
    width: 35px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-sm:focus {
    box-shadow: none!important;
    outline: none!important;
}
.btn-sm.btn-primary {
    background: #fff;
    color: #7b70ff;
    border-color: #7b70ff;
}
.btn-sm.btn-primary:hover {
    background: #7b70ff;
    color: #fff;
}
.btn-sm.btn-info {
    background: #fff;
    color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-sm.btn-info:hover {
    background: #0dcaf0;
    color: #fff;
}
.btn-sm.btn-secondary {
    background-color: #fff;
    color: #323232;
    border-color: #323232;
}
.btn-sm.btn-secondary:hover {
    background: #323232;
    color: #fff;
}
.btn-sm.btn-danger {
    background-color: #fff;
    color: #dc3545;
    border-color: #dc3545;
}
.btn-sm.btn-danger:hover {
    background: #dc3545;
    color: #fff;
}
.action_th {
    width: 170px;
}
label {
    font-weight: 600;
    margin-bottom: 8px;
}

.table_action_buttons {
    display: flex;
    align-items: center;
}
.btn.btn-danger {
    font-size: 14px;
    font-family: "Nunito Sans", serif;
    font-weight: 700;
    border-radius: 8px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-sm.btn-danger {
    min-height: auto;
}


.badge {
    border-radius: 7px;
    padding: 10px 16px !important;
    font-size: 14px;
    font-weight: 400;
}

.api_title {
    color: #272830;
    font-size: 28px;
    font-weight: 600;
    font-family: "Poppins", serif;
    padding: 0px 20px 16px 20px;
}

.label_with_resizer_box ul {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

 .graph_label {
  font-size: 14px;
  font-weight: 500;
  font-family: "Nunito Sans", serif;
  position: relative;
  padding-left: 22px;
 }

 .graph_label:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    background:transparent;
    left:2px;
    top: 3px;
    border-radius: 100%;
}

 .green_label:before {
   background: #54CC8B;
}
 .danger_label:before {
    background: #ED697B;
 }
  .purple_label:before {
    background: #8280FF;
 }
  .yellow_label:before {
    background: #FEC53D;
 }
 .grey_label:before {
    background: #D9D9D9;
 }


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

.graph_count_component .count {
    font-size: 36px;
    font-weight: 700;
    padding: 3px 0;
    color: #202224;
}

.graph_count_component p {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
}

.graph_count_component li {
    padding: 5px 5px;
}

.graph_count_component {
    padding: 0 16px;
}

.big_label_list  .graph_label:before {
    height: 18px;
    width: 18px;
    left:2px;
    top: 3px;
}
.big_label_list .graph_label {
    padding-left: 26px;
    padding-top: 2px;
}
.big_label_list {
    padding: 0 4px;
}

.label_with_resizer_box li {
    padding: 10px 10px;
}
.big_label_list li {
    padding: 5px 15px;
}

.view_all_link {
    font-size: 17px;
    font-weight: 500;
    color: #202224;
    font-family: "Inter", serif;
    margin-bottom: 8px;
}

.view_all_link .icon {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.default_table_ui tr:hover td {
    background: var(--Primary-Selection, #FEF7FF);
}


.default_table_ui .delete_btn .delete_icon {
   position: absolute;
   opacity: 0;
   visibility: hidden;
}

.default_table_ui tr:hover .delete_icon {
    opacity: 1;
    visibility: visible;
}
.default_table_ui tr:hover .table_more_icon {
    opacity: 0;
    visibility: hidden;
}
.default_table_ui tr td .delete_btn {
    position: relative;
}

.action_delete_th {
    width: 10px;
}
.big_label_list.float_labels {
    position: absolute;
    top: 14px;
    left: 200px;
    z-index: 10;
}



/* Fullscreen container styling */
.fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.month_title {
    font-size: 21px;
    font-weight: 500;
    color: #202224;
    padding: 10px 17px 10px;
}
.year_title {
    font-size: 21px;
    font-weight: 500;
    color: #999999;
    padding: 10px 17px 10px;
}
/* .active_media .overlay_blue_title {
    background: rgba(108, 96, 255, 0.69);
} */
.active_media .overlay_blue_title a {
    font-size: 0px;
}
.active_media .overlay {
    opacity: 0;
    visibility: hidden;
}
.btn_edit {
    width: 44px;
    display: inline-block;
    padding: 0;
}
.btn.btn_edit.float_btn {
    position: absolute;
    top: 22px;
    right: 22px;
    background: #fff;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    border-radius: 10px;
}

.post_description {
    display: flex;
    gap: 3px;
    align-items: center;
    flex-wrap: wrap;
}
.btn.btn_edit img {
    width: 100%;
    height: 100%;
    max-width: 20px;
}
.multiple_group {
    position: relative;
    width: 100%;
}
.btn_edit .feature_text {
    white-space: nowrap;
    margin-left: 10px;
    line-height: 20px;
    padding-right: 3px;
}
.list_memory_detail_rightpart {
    padding-right: 34px;
}
.recent_added_post {
    padding-bottom: 20px;
    padding-top: 20px !important;
    padding-right: 16px;
}
.recent_added_post:hover {
    background: var(--Primary-Selection, #FEF7FF);
}
.recent_added_post .post_box {
    background: #fff;
}
.row.rightbar_add_media_box {
    margin: 0 -15px;
}
.multiple_group .form-control {
    width: 100%;
    border: 1px solid transparent;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 16px;
}

.multiple_group .edit_link_btn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    opacity: 0;
    background: #fef7ff;
    padding: 7px 10px;
    border-radius: 8px;
    color: #6C60FF;
}

.multiple_group:hover .edit_link_btn {
    opacity: 1;
}
.multiple_group:hover .form-control {
    background: #FEF7FF;
}

.multiple_group .form-control:focus, .multiple_group .form-control:active {
    border-color: #6C60FF;
    box-shadow: 0px 0px 10px 0px #8280FF80;
}
.date_time_field .prefix_icon {
    position: absolute;
    left: 10px;
    top: 5px;
}

.date_time_field .form-control {
    padding-left: 38px;
}

/***************** Calendor Css Start ******************/
.ui-datepicker {
    box-shadow: 0px 0px 10px 0px #8280FF80;
    border: none !important;
    width: 297px;
}

.ui-datepicker td a {
    background: none !important;
    border: none !important;
    font-size: 13px;
    font-weight: 500 !important;
    text-align: center !important;
    font-family: "Poppins", serif;
    padding: 5px 3px !important;
    border-radius: 200px !important;
    color: #333 !important;
}
.ui-datepicker td {
    padding: 5px 8px!important;
    text-align: center;
}
.ui-datepicker {
    z-index: 20 !important;
}
.ui-datepicker .ui-state-default.ui-state-active {
    background: #6C60FF !important;
    color: #fff !important;
    border-radius: 10px;
}

.ui-datepicker-calendar th span {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    text-transform: lowercase;
    font-family: "Poppins", serif;
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
  font-size:16px;
    border-right:1.5px solid;
    padding-right:8px;
    margin-right:8px;
      font-size:16px;
    font-weight:500;
    font-family: "Roboto", serif;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  font-size:16px;
    font-weight:500;
    font-family: "Roboto", serif;
}

.ui-datepicker-prev .ui-icon {
    background: url(../images/calender_arrow_left.svg) !important;
    background-repeat: no-repeat !important;
    width: 11px !important;
    height: 20px !important;
}
.ui-datepicker-next .ui-icon {
    background: url(../images/calender_arrow_right.svg) !important;
    background-repeat: no-repeat !important;
    width: 11px !important;
    height: 20px !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background: none !important;
    border: none !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px!important;
    top: 2px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px!important;
    top: 2px !important;
}
/***************** Calendor Css End ******************/

.media_beauty_button {
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #9747FF;
    background: #fff;
    border-radius: 8px;
    border: 3px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135.93deg, #FF60E0 9.11%, #6C60FF 58.79%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.memory_detail_rightpart .media_beauty_button {
    margin-top: 11px !important;
}
.media_beauty_button:hover {
    background-image: linear-gradient(135.93deg, #FF60E0 9.11%, #6C60FF 58.79%), linear-gradient(135.93deg, #FF60E0 9.11%, #6C60FF 58.79%) !important;
}
.media_beauty_button:hover img {
    filter: brightness(0) invert(1) !important;
}


.empty_media_box .text_grey {
    font-size: 17px;
    font-weight: 500;
    color: #999999;
    font-family: "Inter", serif;
}

.add_media_link {
    font-size: 17px;
    font-weight: 500;
    color: #6C60FF;
    font-family: "Inter", serif;
    margin-bottom: 10px;
    display: inline-block;
}
.media_beauty_button .bold {
    margin: 0 5px;
    font-weight: 700;
}
.media_beauty_button {
    font-weight: 400;
    font-style: italic;
}
.media_beauty_button:hover {
     color: #fff;
}

.sidebar_blur {
    filter: blur(10px);
    opacity: 0.7;
}

.sidebar_blur:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1067;
    content: "";
}

.overlay .view_more_icon.media_beauty_button {
    height: 40px;
    width: 20px;
    min-height: 40px;
    min-width: 40px;
    position: absolute;
    z-index: 10;
}

/* body .default_navtab_ui .category_selectbox.yellow_selectbox {
    border: 2px solid #FFD460;
    border-radius: 200px;
    min-height: 40px;
    background-color: #FFD460;
    font-weight: 500;
    padding: 5px 10px 5px 45px;
    min-width: auto;
    background-position: left 1.2rem center;
    cursor: pointer;
    max-width: max-content;
} */

body .default_navtab_ui .category_selectbox.yellow_selectbox ~ .select2 {
    border: 2px solid #FFD460;
    border-radius: 200px !important;
    min-height: 40px;
    background-color: #FFD460;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    min-width: auto;
    background-position: left 1.2rem center;
    cursor: pointer;
    max-width: max-content;
}
body .default_navtab_ui .category_selectbox.yellow_selectbox ~ .select2 .select2-selection__arrow {
    right: auto !important;
    left: 10px;
}
body .default_navtab_ui .category_selectbox.yellow_selectbox ~ .select2 .select2-selection__rendered {
    padding-left: 28px !important;
    padding-right: 8px !important;
}
body .default_navtab_ui .category_selectbox.yellow_selectbox:hover {
    background-color: #fff;
    color: #393131;
    border-color: #ffd460;
}

.accordion-body .post_box .post_content_spacing:first-child {
    border-top: none !important;
}

.accordion-body .post_box {
    max-height: 370px;
    overflow-y: auto;
}

.imageUploadLoader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 30;
}
.loader_bg {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media_page_photo {
    min-height: 206px;
    max-height: 206px;
    object-fit: cover;
}

.media_box {
    width: 25%;
    position: relative;
}
.media_page_box {
    position: relative;
    width: 16.5%;
}
.title_box {
    flex-grow: 1;
}

.categories_Box {
    justify-content: end;
    display: flex;
    position: relative;
}
.search_main input {
    width: 100%;
    border-radius: 40px;
    padding: 10px 40px;
    background: #F5F5F5;
    border:1px solid #d9daff9c;

}
.rightbar_main {
    padding: 16px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin-top: 22px;
}
.search_main {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin-right: 20px;
}
.search_main img {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 17px;
}
.table_title {
    font-size: 20px;
    font-weight: 400;
}

.table_main_box nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.table_main_box .dt-paging button {
    background: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}

.table_main_box .dt-paging-button.current {
    background: #7B70FF;
    color: #fff;
}

.table_main_box .dt-info {
    display: flex;
    justify-content: end;
}
.table_main_box .dt-paging {
    margin: 0;
    display: flex;
    justify-content: end;
}

.single_detail_media_content .featured_img > img {
    height: 100%;
    max-height: 330px;
    object-fit: cover;
}

.single_detail_media_content .featured_img {
    border-radius: 36px;
    overflow: hidden;
}
.box_icon.icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.active .box_icon.icon {
    background: #D9DAFFBF;
}

.fourbox_scroller .custom_row {
    display: flex;
    white-space: nowrap;
    overflow: auto;
}
.fourbox_scroller .custom_row .custom_column {
    min-width: 270px;
    max-width: 270px;
    padding: 28px 10px 22px !important;
}
.btn.delete_memory_btn {
    color: #FF3B30;
}
.dt-column-order {
    right: auto;
    left: 8px;
    top: -5px !important;
}
.dataTable tbody tr:hover {
    background: #FEF7FF !important;
}

.dt-type-numeric .dt-column-order {
    display: none;
}

.dt-column-order table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    left: 0;
    opacity: 0.125;
    line-height: 13px !important;
    font-size: 0.8em;
}


.lightbox_modal_body .modal-body,
.lightbox_modal_body .modal-dialog,
.lightbox_modal_body .modal-content {
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox_modal_body .modal-body .featured_img img {
    width: 100%;
    height: 100%;
    max-height: calc(calc(100vh* .9999) - 40px);
    min-height: auto;
    position: relative;
    z-index: 10;
}

.lightbox_modal_body .btn-close {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

/* .category_list_height {
    overflow-y: auto;
    max-height: 250px;
} */

.edit_title_fieldbox input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 10px;
    padding-left: 8px;
    min-height: 40px;
    max-height: 40px;
}
.edit_title_fieldbox button {
    min-height:40px;border-radius: 8px;border-top-left-radius: 0px;border-bottom-left-radius: 0px;color: #6C60FF;background: none;
}

.default_table_ui .dt-type-numeric {
    text-align: center !important;
    padding-left: 10px !important;
}

.default_table_ui .table-user {
    padding-left: 24px;
}
.search_main input:focus {
   box-shadow: none;
   outline: none;
}

.text-primary {
    color: #6e30ff;
}
.sub_category_list li .count span {
    font-weight: 500;
    color: #6C60FF;
    opacity: 0;
    visibility: hidden;
    padding: 5px 11px;
    cursor: pointer;
}

.sub_category_list li:hover span, .sub_category_list li:hover .delete_text {
    opacity: 1;
    visibility: visible;
 }


.default_table_ui .action_th.dt-orderable-none {
    padding-left: 10px!important;
}
/* .photo_loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo_loader .loader_icon img {
    width: 100%;
    max-width: 80px;
} */

.photo_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.6);
}

.loader {
    width: 200px;
    height: 200px;
    position: relative;
    animation: rotate360 1s infinite linear;
}

.loader img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}

@keyframes rotate360 {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(90deg); }
}

.loading_text {
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
}
.edit_title_fieldbox {
    position: relative;
}
.edit_title_fieldbox .form-control {
    border-color: #7b70ff;
    border-radius: 9px !important;
    padding-right: 80px;
    background: #FEF7FF;
}
.edit_title_fieldbox .form-control:focus {
    border-color: #7b70ff;
    box-shadow: 0px 0px 10px 0px #8280FF80!important;
}
.edit_title_fieldbox .input-group-append button {
    border-color: #7b70ff;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    z-index: 9;
    font-weight: 500;
    min-width: 78px;
}

.categoriesEditForm .edit_title_fieldbox .form-control {
    margin-left: -5px;
}

.field_close_btn {
    margin-right: -10px;
}
.p_category .link_tag:hover, .p_category.active .link_tag {
    background: #202224;
    color: #fff;
    transition: 0.2s all;
}
.left_sidebar_list .p_category.active, .left_sidebar_list .p_sub_category.active {
    background: transparent;
}
.row.single_detail_media_content {
    position: relative;
    padding-left: 390px;
    min-height: 330px;
}

.row.single_detail_media_content .col-md-5 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 392px;
}

.row.single_detail_media_content .col-md-7 {
    width: 100%;
}

.tag_cover .count {
    display: flex;
    align-items: center;
}
.tag_cover .count .delete_text {
    font-size: 14px;
    font-weight: 500;
    color: #6C60FF;
    text-decoration:underline;
    padding: 5px 2px;
    visibility: hidden;
    opacity: 0;
}

.default_table_ui .dt-type-numeric, .default_table_ui .dt-orderable-none {
    text-align: center !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.default_table_ui .copy-id, .default_table_ui .copy-secret {
    margin: 0 auto;
}

body .btn_secondary .icon .icon_white {
    filter: brightness(0.5) invert(1);
}

.hamberger_icon .hamber_close_icon {
    transition: 0.1s all;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}
/* .hamberger_icon .hamber_open_icon {
    transition: 0.1s all;
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
} */

.close_sidebar .hamber_close_icon {
    transition: 0.1s all;
    opacity: 1;
    visibility: visible;
}
.close_sidebar .hamber_open_icon {
    transition: 0.1s all;
    opacity: 0;
    visibility: hidden;
}
/* .close_sidebar .custom_leftbar{
    transition: 0.2s all;
    transform: translate(-100%, 0px);
}

.close_sidebar .custom_rightbar {
 transition: 0.2s all;
    padding-left: 8px;
} */

.overlay_blue_title {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    /* background: linear-gradient(180deg, rgba(65, 58, 153, 0) 3.5%, rgba(108, 96, 255, 0.69) 69%); */
    background: linear-gradient(180deg, rgba(65, 58, 153, 0) 3.5%, rgba(0, 0, 0, 0.5) 69%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 5;
    min-height: 60px;
}
.p_sub_category .link_tag:hover, .p_sub_category.active .link_tag {
    background: #FFD460;
    transition: 0.2s all;
}

.btn-danger.cancelBtnForMemroy {
    min-height: 45px;
    border-radius: 16px;
    font-size: 16px;
    min-width: 84px;
}
.DoneBtnForAddMemroy.btn_primary {
    border-radius: 16px;
    font-size: 16px;
    min-width: 72px;
    min-height: 46px;
}

.notification_list_cover {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 4px 0px #00000040;
    right: 0;
    width: 410px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    max-height: 0px;
    transition: 0.2s all;
}
.show .notification_list_cover {
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    max-height: 420px;
    transition: 0.2s all;
}

.notification_list_cover:before {
    position: absolute;
    content: "";
    border-bottom: 15px solid #ffffff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    top: -14px;
    right: 39px;
    filter: drop-shadow(0px -2px 1px rgba(0,0,0,0.1));
}

.notification_list_cover
 .notification_box {
    border-bottom: 0.5px solid #D9DAFFBF;
    border-top: 0.5px solid #D9DAFFBF;
    padding: 11px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: -1px;
}

.notification_list_cover .notification_box .description h5 {
    color: #393131;
    font-size: 14px;
    font-weight: 400;
    padding-right:10px;
}

.notification_list_cover .notification_box .description h5 span {
    font-weight: 700;
}

.notification_list_cover .notification_box .description {
    flex-grow: 1;
    padding-left: 11px;
    padding-right: 80px;
}

.notification_list_cover .notification_box .date_display {
    width: 100%;
    text-align: right;
    display: inline-block;
    color: #858484;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 15px;
}

.notification_list_cover .notification_box .description p {
    font-size: 14px;
    font-weight: 700;
}

.notification_list_cover .notification_box .profile_pic img {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
}

.notification_list_cover .notification_box.unread {
    background: #f4f4fd;
}

.notification_list_cover .notification_label {
    padding: 15px 10px;
    font-size: 20px;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}
.notification_list_cover .profile_initials {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 100%;
    background: #333;
    color: #fff;
}

.memory_detail_rightpart .prompt-suggestion{
    background: var(--Secondary-Hairline, #D9DAFFBF);
    border: 1px solid transparent !important;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    min-height: 36px;
      border-radius: 8px;
}
.memory_detail_rightpart  .prompt-suggestion.selected {
    background: #fff;
    border: 1px solid var(--Primary-Black, #393131) !important;

}

#memoryPromptBox .memory-suggestion{
    background: var(--Secondary-Hairline, #D9DAFFBF);
    border: 1px solid transparent !important;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    min-height: 36px;
      border-radius: 8px;
}
#memoryPromptBox .memory-suggestion.selected {
    background: #fff;
    border: 1px solid var(--Primary-Black, #393131) !important;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    min-height: 36px;
    border-radius: 8px;

}


 /* .memory_detail_rightpart .form-control {
    border: 1px solid var(--Primary-Primary, #6C60FF);
} */

.description-box textarea{
    border: 0px !important;
}
.description-box textarea:hover{
    background: transparent !important;
}
.description-box textarea:focus{
    border: 0px !important;
    box-shadow: none !important;
}

.media_rightside_title {
    font-size: 22px;
    font-weight: 700;
    color: #393131;
}
.memory_detail_rightpart .close_icon img {
    max-width: 17px;
    margin-right: 11px;
    margin-top: -3px;
}

#runTagPromptBtn , #runPromptBtn {
    background: linear-gradient(135.93deg, #FF60E0 9.11%, #6C60FF 58.79%);
    color: #fff;
    border-radius: 16px;
    border: none;
    font-size: 17px;
    font-weight: 500;
    min-height: 44px;
}
.memory_detail_rightpart .disabled {
    border: 1px solid var(--Primary-Inactive-Gray, #BFBFBF) !important;
    color: #BFBFBF !important;
    border-radius: 16px;
    background: transparent!important;
    opacity: 1;
}

#runPromptBtn:disabled {
    border: 1px solid var(--Primary-Inactive-Gray, #BFBFBF) !important;
    color: #BFBFBF !important;
    border-radius: 16px;
    background: transparent !important;
    opacity: 1;
}

.media_detail_page_media_list .media_page_box {
    width: 25%;
}
.media_detail_page_media_list {
   display: flex;
   flex-wrap: wrap;
}

.btn_blue_light_tag {
    background: var(--Secondary-Hairline, #D9DAFFBF);
    border-radius: 8px;
    min-height: 36px;
    font-size: 14px;
    font-weight: 400;
}

.btn_blue_light_tag img {
    max-width: 12px;
    margin-left: 0px;
    margin-top: -2px;
    margin-right: 6px;
}


.total_people_add_in_memory li img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.total_people_add_in_memory {
    display: flex;
    margin-top: 1px;
    flex-direction: row-reverse;
}
.counts_add_button_component {
    position: absolute;
    left: 26px;
    z-index: 99;
    right: 16px;
    bottom: 1px;
    padding-left: 0;
    padding-right: 0;
    bottom: 5px;
}
.login_with_google {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.login_with_google img {
    max-width: 41px;
}
.memory_thumbnail_box .post_count_top {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 99;
    background: #00000099;
    border: 1px solid #393131;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    min-width: 42px;
    min-height: 32px;
}

.post_count_top{
    border-radius: 8px !important;
}
.total_people_add_in_memory li a {
    position: relative;
    z-index: 1;
    margin-left: -7px;
    height: 32px;
    width: 32px;
    display: inline-block;
}

.total_people_add_in_memory .other_people_count {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000066;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.tagify.form-control tag.tagify__tag {
    background: var(--Secondary-Hairline, #D9DAFFBF);
    border-radius: 8px;
}

.tagify.form-control .tagify__tag-text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
}

.tagify__tag>div::before {
    inset: inherit !important;
}

.tagify__tag__removeBtn::after {
    content: "×";
    transition: .3s, color 0s;
    font-size: 0px;
    background:url(../images/small_close_icon.svg) no-repeat scroll center / contain;
    height: 11px;
    width:11px;
}
.tagify__tag {
    margin-inline: 0 !important;
    margin-block: 0px !important;

}
.tagify__tag {
    flex-direction: row-reverse;
    padding: 2px 9px;
}
.tagify__tag>div {
    padding: 10px 0px !important;
}
.memory_detail_rightpart .form-control {
    gap: 8px;
    padding: 6px 6px;
}
.tagify__tag__removeBtn:hover {
    background: transparent!important;
}

.tagify__tag__removeBtn:hover+div>span {
    opacity: 1!important;
}

.tagify__input {
    transition: none !important;
    animation: none !important;
}

.no_review_found_text {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.no_review_found_text p {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #BFBFBF;
}

.no_review_found_text a {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #BFBFBF;
    text-decoration: underline;
    color: #6C60FF;
    text-underline-position: under;
}
.border_bottom_grey  {
    border-bottom:1px solid #F2F2F2;
}
.profile_page_setting_ui .featured_img {
    min-height: 100px !important;
    max-height: 130px!important;
    border-radius: 100%;
}
.featured_img_initial
{
    height:100%;
    border-radius: 100%;
}
.profile_page_setting_ui {
    display: flex;
}
.user_profile_div {
    padding: 0 15px;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    padding-top: 26px;
}

.single_detail_media_content .profile_page_setting_ui .featured_img > img {
    max-height: 130px;
    min-height: 130px;
    border-radius: 100%;
}

.profile_page_setting_ui .btn_edit {
    width: 34px;
    height: 34px;
}
.media-delete-photo {
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.06px;
    text-decoration: underline;
    color: #FF3B30;

}

.media-delete-photo:hover
{
    color: #FF3B30 !important;
}

.btn_filled_blue {
    background: #6C60FF;
    color: #fff;
    border: 1px solid #6C60FF;
}
.btn_filled_blue:hover {
    color: #fff;
}

.memory_submit_btn:hover
{
  color:#6C60FF !important;
}

a.btn.btn_blue_light.create_done_btn {
    background-color: #6C60FF;
    color: white;
}
a.btn.btn_blue_light.create_done_btn:hover {
    background-color: #6C60FF !important;
    color: white !important;
}

.add_memory_btn.btn_blue_light:hover {
    color: #fff;
    background: #6C60FF;
    border: 1px solid #6C60FF;
}
.memory_create_media .multiple_group .form-control:focus, .multiple_group .form-control:active{
     box-shadow: none;
}

/* .multiple_group:hover .form-control{
    background: none;
} */
.multiple_group .form-control:disabled{
    background: none;
}
.auther_box_inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 20px;
}
.description{
    width: 100%;
    cursor: pointer;
}

/* #select2-category_id-results {
    min-width: auto !important;
    left: 0 !important;
} */
#select2-category_id-results .select2-results__option:first-child {
  display: block !important;
}

.add_memory_media.btn_blue_light {
    font-size: 16px;
    font-weight: 500;
    color: #6C60FF;
    border: 1px solid #6C60FF;
    border-radius: 16px;
    padding: 9px 16px;
    margin: 3px 0px;
    background: #fff;
    font-weight: 500;
    min-height: 45px;
    display: flex;
}

.memory_media_list
{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.add_memory_media.btn_blue_light:hover {
    color: #fff;
    background: #6C60FF;
    border: 1px solid #6C60FF;
}
.add_memory_media.btn_blue_light:hover img {
   filter: brightness(0) invert(1);
}
.dropdown.more_option_dropdown > .btn {
    background: transparent;
    padding: 0;
    width: 44px;
    height: 44px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.dropdown.more_option_dropdown > .btn:focus {
   box-shadow: none !important;
}
.dropdown.more_option_dropdown .dropdown-toggle::after {
    display: none;
}

.dropdown.more_option_dropdown .dropdown-menu {
    border-radius: 16px;
    border: none;
    box-shadow: 0px 0px 22px 0px #00000024;
    padding: 0;
    overflow: hidden;
}

.dropdown.more_option_dropdown .dropdown-menu li a {
    padding: 10px 15px;
    font-weight: 500;
}
.dropdown.more_option_dropdown .dropdown-menu li a:hover {
    background: #FEF7FF !important;
    color: #000 !important;
}
.dropdown.more_option_dropdown .dropdown-menu li a.delete_memory_btn:hover {
    color: #FF3B30 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder
{
    color:black !important;
}

.google_location_input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
}

.google_location_input:hover {
  overflow: visible;
  white-space: normal;
  background: #fff;
  position: relative;
}

.social-share-component
{
    display:flex;
    align-items: center;
    gap:10px;
}

.social-share-component label
{
   font-size:16px;
   font-weight:500;
}

.add-description-modal:hover textarea {
        background: #FEF7FF;
}

 .edit_post_link_btn {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    background: #fef7ff;
    padding: 7px 10px;
    border-radius: 8px;
    color: #6C60FF;
}
.multiple_group:hover .edit_post_link_btn {
    opacity: 1;
    transition: 0.2s all;
}

.edit_post_link_btn{
    opacity: 0;
}


.grey_done_btn, .grey_done_btn:hover, .grey_done_btn:focus {
    border-color: #999!important;
    color: #999!important;
}
.carousel_box img {
    object-fit: contain !important;
}


.user_avtar_small_component {
    display: flex;
    flex-grow: 1;
    width: 100%;
    padding-bottom: 5px;
}
.user_avtar_small_component img {
    max-width: 32px;
    min-width: 32px;
    margin-right: 7px;
    border-radius: 100%;
    height: 32px;
    max-height: 32px;
    object-fit: cover;
}
.user_avtar_small_component .user_name {
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
    color: #fff;
    line-height: 32px;
}

.user_avtar_small_img img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 100%;
    max-width: 38px;
    max-height: 38px;
}

.page_full_empty_div {
    min-height: calc(calc(100vh * 0.999) - 148px);
    overflow-y: auto;
    max-height: calc(calc(100vh * 0.999) - 148px);
    padding: 30px;
}

.page_full_empty_div a {
    font-size: 20px;
    font-weight: 500;
    color: #6C60FF;
    text-decoration: underline;
    text-underline-position: under;
    margin-top: 0px;
}
.page_full_empty_div a:hover {
    color: #6C60FF;
    text-decoration: underline;
    text-underline-position: under;
}
.page_full_empty_div .description {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: calc(100vh - 209px);
}

.page_full_empty_div .description h6 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.page_full_empty_div .description a {
    font-size: 18px;
}
.click_drag_media_box {
    position: relative;
    border: 2px dotted rgba(108, 96, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    max-width: 528px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 9px 10px;
}
.click_drag_media_box .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.filter_with_rightbar_adjust {
    display: flex;
    height: 100%;
}

.left_small_filter {
    width: 230px;
    background: #fff;
    margin-right: 2px;
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
    margin-left: 1px;
    position: relative;
    z-index: 10;
    overflow-y: auto;
    min-height: calc(calc(100vh * 0.99999) - 77px);
    max-height: calc(calc(100vh * 0.99999) - 77px);
}
.left_small_filter_box {
    padding: 16px;
}

.left_small_filter .filter_icon_with_selectbox {
    display: flex;
    align-items: center;
    margin-top: 12px;
}


.left_small_filter .filter_icon_with_selectbox li:last-child {
    flex-grow: 1;
    padding-left: 12px;
}

.left_small_filter .media_box_custom {
    background: rgba(247, 247, 247, 0.97);
    padding: 10px 0px;
    margin-top: 16px;
    border-radius: 16px;
}

.left_small_filter .media_box_custom .icon_with_text_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_small_filter .form-select {
    border-radius: 8px;
    border: 1px solid rgba(178, 178, 178, 1);
}
.left_small_filter .media_box_custom .icon_with_text {
    display: flex;
    align-items: center;
}

.left_small_filter .media_box_custom .icon_with_text p {
    color:  rgba(108, 96, 255, 1);
    font-size: 14px;
    font-weight: 500;
    margin-left: 7px;
}

.left_small_filter .media_box_custom .number_text {
    font-size: 14px;
    color: #6c60ff;
    font-weight: 400;
}

.left_small_filter .google_boxes {
    background: rgba(255, 237, 237, 1);
    border-radius: 10px;
    margin-top: 16px;
    text-align: center;
    padding: 9px 15px;
}

.left_small_filter .activate_link {
    color: var(--Primary-Primary, rgba(108, 96, 255, 1));
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 7px;
}

.left_small_filter .google_boxes p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(98, 90, 90, 1);
    margin-top: 5px;
}

.left_small_filter .google_boxes.google_photos {
    background: rgba(255, 245, 217, 1);
}

.left_small_filter .google_boxes.facebook_box {
    background: rgba(240, 245, 249, 1);
}

.left_small_filter .media_uploaded_list.parent_upload_list li {
    position: relative;
    padding: 0 18px;
}

.left_small_filter .media_uploaded_list li:after {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 7px;
    content: "";
    background: rgba(57, 49, 49, 1);
    transform: translateY(-50%);
    height: 1px;
}

.left_small_filter .media_uploaded_list li:before {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 1px;
    content: "";
    background: rgba(57, 49, 49, 1);
}

.left_small_filter .media_uploaded_list.parent_upload_list > li:first-child:before,
.left_small_filter .media_uploaded_list.parent_upload_list > li:last-child:before,
.left_small_filter .media_uploaded_list.parent_upload_list > li:first-child:after,
.left_small_filter .media_uploaded_list.parent_upload_list > li:last-child:after{
    display: none;
}

.left_small_filter .media_uploaded_list.parent_upload_list > li:first-child,
.left_small_filter .media_uploaded_list.parent_upload_list > li:last-child {
    padding-left: 14px;
    padding-right: 14px;
}

.left_small_filter .media_uploaded_list.parent_upload_list .upload_media_button {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    padding-right: 10px;
    padding-left: 20px;
}

.left_small_filter .upload_media_button a {
    margin-left: 9px;
    border-radius: 6px;
    background: transparent;
    padding: 8px 11px;
}
.left_small_filter .upload_media_button a:hover {
    background: #6C60FF;
    color: #fff;
    transition: 0.2s all;
}


.media_uploaded_list.sub_upload_list .image_with_text_icon .desctiption_box .memory_image img {
    max-width: 24px;
    border-radius: 4px;
}

.media_uploaded_list.sub_upload_list .image_with_text_icon .desctiption_box {
    display: flex;
    align-items: center;
}

.media_uploaded_list.sub_upload_list .image_with_text_icon .desctiption_box p {
    padding-left: 6px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(57, 49, 49, 1);
}

.media_uploaded_list.sub_upload_list .image_with_text_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media_uploaded_list.sub_upload_list li {
    padding: 5px 18px;
}
.media_uploaded_list.sub_upload_list li.filled {
    padding: 8px 12px 8px 27px;
    background: rgba(242, 238, 238, 1);
}

@media only screen and (max-width:1750px) {
    .insight_box .description h2 {
        font-size: 38px;
    }
    .insight_box .description h5 {
        font-size: 17px;
    }
     .page_title {
        font-size: 24px;
        font-weight: 700;
    }

}


@media only screen and (max-width:1500px) {
    .memory_detail_page_wrapper .memory_detail_rightpart {
        padding: 0 20px 20px;
        width: 34%;
    }
    .memory_detail_page_wrapper .memory_detail_leftpart {
        width: 66%;
    }
    .default_navtab_ui .nav-pills .nav-link {
        padding: 13px 20px;
    }
    .media_box {
        width: 33.33%;
    }
    /* .page_wraper {
        padding-right: 37px;
    } */
    /* .memory_thumbnail_box .featured_img img {
        min-height: 380px;
        max-height: 380px;
    } */
    .row.single_detail_media_content .col-md-5 {
        width: 332px;
    }
    .single_detail_media_content .featured_img {
        height: 285px;
        min-height: 285px;
        max-height: 285px;
    }
    .row.single_detail_media_content {
        padding-left: 324px;
        min-height: 285px;
    }
    .user_profile_box {
        min-width: 280px;
    }

}

@media only screen and (max-width:1390px) {
    .memory_thumbnail_box .overlay_layer > .icon img {
        min-width: 60px;
        max-width: 60px;
        min-height: 60px;
        max-height: 60px;
    }
    .memory_thumbnail_box .description .btn_light, .memory_thumbnail_box .description .btn_secondary {
        padding: 5px 8px;
    }
    .memory_thumbnail_box .description h4 {
        font-size: 17px;
    }
    .default_navtab_ui .nav-pills .nav-link {
        font-size: 15px;
        padding: 13px 14px;
    }
    /* .page_wraper {
        padding-right: 15px;
    } */
    .user_profile_box {
        min-width: 240px;
    }
}


@media only screen and (max-width:1310px) {
    .insight_box .description h2 {
        font-size: 38px;
    }
    .insight_box .description h5 {
        font-size: 18px;
    }
    .insight_box .icon img {
        max-width: 62px;
    }
    .sidebar_box_ui .page_link {
        margin-top: 10px;
    }
    .insight_box .description {
        padding-right: 5px;
    }
    .insight_box .description p span {
        margin-right: 3px;
    }
    .left_sidebar_list a {
        min-height: 38px;
        font-size: 16px;
    }
    .brand {
        width: 290px;
    }
    .brand img {
        left: 0;
    }
    .user_profile_box .description h5 {
        font-size: 18px;
    }
    .default_navtab_ui .category_selectbox.form-select {
        padding-left: 30px;
        max-width: 110px;
        background-position: left 10px center;
    }
    .media_box .overlay li {
        font-size: 14px;
    }
    .post_box .author_box .author_photo img {
        min-width: 34px;
        max-height: 34px;
        min-height: 34px;
        max-width: 34px;
    }
    .post_box .featured_img {
        height: 220px;
    }
    .search_main {
        max-width: 300px;
    }

}


@media only screen and (max-width:1199px) {
.custom_leftbar {
    min-width: 290px;
    max-width: 290px;
}
.custom_rightbar {
    padding-left: 284px;
}
.content_label li p {
    font-size: 16px;
}

}

@media only screen and (max-width:1110px) {
    .page_wraper {
        padding-right: 0;
    }
}

@media only screen and (max-width:1090px) {
    .navtab_head_cover {
        flex-direction: column!important;
    }
    .media_box {
        width: 33.33%;
    }
}


@media only screen and (max-width:991px) {

    .post_box .comment_count {
        font-size: 16px;
        font-weight: 500;
    }
    .memory_detail_page_wrapper .memory_detail_leftpart, .memory_detail_page_wrapper .memory_detail_rightpart {
        width: 100%;
        min-height: inherit;
        max-height: inherit;
    }
    .sidebar_box_ui {
        min-height: inherit;
        max-height: inherit;
    }
}

@media only screen and (max-width:575px) {
.login_page_wrapper {
    padding: 40px 30px;
}
}

.parsley-errors-list
{
    color: red !important;
}
/* Select 2 tag css on media page drop down */
body .select2 {
    border: 1px solid #393131;
    font-size: 16px;
    font-weight: 500;
    min-height: 45px !important;
    border-radius: 8px !important;
    padding-right: 34px;
    padding-left: 10px;
    margin: 5px 0;
    padding: 7px 24px 7px 0px;
    min-width:160px;
    text-align: right;
    width: auto !important;
}

body .select2-dropdown ul.select2-results__options {
    border: none;
    box-shadow: 0px 0px 27px 0px #0000001A;
    min-width: 300px;
    border-radius: 8px !important;
    /* left: -38px !important; */
    overflow: hidden;
    top: 2px !important;
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    /* left: -100000px; */
    width: auto;
    right: 0;
    z-index: 1051;
}

body .select2-dropdown ul.custom-category-dropdown-list {
    border: none;
    box-shadow: 0px 0px 27px 0px #0000001A;
    min-width: 190px;
    border-radius: 8px !important;
    left: -31px !important;
    overflow: hidden;
    top: 0px !important;
    background-color: white;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1051;
}
.select2-results__option span {
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none!important;
}

/* Align dropdown arrow to center */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translate(16%, -58%) rotate(180deg) !important;
    right: 10px !important;
    background-position: center;
    background-size: 14px;
    background-image: url(../images/arrow_down_icon.svg);
    background-repeat: no-repeat;
    transition: 0.2s all;
}
.select2-container--default .select2-selection--single {
    border: none!important;
        background: transparent !important;
        display: flex !important;
        align-items: center !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: translateY(-50%) rotate(0deg) !important;
    transition: 0.2s all;
}
/* Styling dropdown options */
.select2-container--default .select2-results__option {
    padding: 12px 16px !important;
    font-size: 16px;
    font-weight: 500;
}

.custom-category-dropdown-list .select2-results__option {
    padding: 10px 10px !important;
    font-size: 16px !important;
    font-weight: 500;
}
.select2-selection__rendered .dropdown-img {
    margin-right: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: var(--Primary-Selection, #fbedfd)!important;
    color: #393131!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--Primary-Selection, #FEF7FF)!important;
    color: #393131!important;
}
.select2-search.select2-search--dropdown {
    display: none;
}
/* .select2-results__option:first-child,
span.select2-search.select2-search--dropdown {
    display: none;
} */

.dropdown-img {
    width: 38px;
    height: 34px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 8px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    top: 1px;
    position: relative;
    padding-left: 12px!important;
}

span#select2-imageDropdown-container {
    padding-bottom: 1px;
    height: 45px;
    top: 1.2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.selectbox_align_left span#select2-imageDropdown-container {
    justify-content: flex-start;
}
.memory_selectbox ~ .select2 {
    min-width: 40px;
    max-width: inherit !important;
    width: auto !important;
    background: #fff;
}
.select2-dropdown {
    border: none!important;
}

.add-description
{
    text-decoration: underline;
    cursor:pointer
}
.spinner-border {
    border-left-color: #6c60ff !important;
    border-top-color: #6c60ff !important;
    border-bottom-color: #6c60ff !important;
}

.suggessted-prompt .btn-outline-primary:active{
    box-shadow: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3.5rem;
    height: 3.5rem;
}
.carousel-control-prev-icon {
    background-image: url(../images/arrow_left_slide.svg) !important;
}
.carousel-control-next-icon {
    background-image: url(../images/arrow_right_slide.svg) !important;
}
.reset-password-form form
{
    width: 100%;
}

.suggest_mob , .suggest-modal , .suggest-description
{
    border: 1px solid #625A5A;
    border-radius: 8px;
    padding: 0px 18px;
    cursor: pointer;
    font-weight: bold;
    color: #9747FF !important;
    background: #fff;
    border-radius: 8px;
    border: 3px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135.93deg, #FF60E0 9.11%, #6C60FF 58.79%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.suggest_mob:hover .icon-beauty , .suggest-modal:hover .icon-beauty , .suggest-description:hover .icon-beauty{
        filter: brightness(3.5);

}
.suggest_mob:hover span , .suggest-modal:hover span , .suggest-description:hover span{

    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}


.suggest-modal:hover span{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* .suggest-create-text:hover
{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
} */

.suggest-description span:hover
{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}


.suggest_mob  span , .suggest-modal span , .suggest-create-text
{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    background: linear-gradient(135.93deg, #FF60E0 9.11%, #6C60FF 58.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
}


.suggest-description span
{
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}


.show_suggest{
    padding: 2px 15px;
}

.suggest_mob:hover, .suggest-modal:hover , .suggest-description:hover{
    background-image:
    linear-gradient(135.93deg, #FF60E0 9.11%, #6C60FF 58.79%),
    linear-gradient(135.93deg, #FF60E0 9.11%, #6C60FF 58.79%)
    !important;
    color: #fff !important;
}
.cancel_btn
{
        background: transparent;
        color: #ff3b30;
        border: 0;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 400;
        margin-right: 5px;
}

.try-btn
{
        background: transparent;
        color: #625A5A;
        border: #625A5A solid 1px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 400;
        margin-right: 5px;
        padding: 6px 25px;

}
.accept-btn
{
        background: transparent;
        color: #6c60ff;
        border: #6c60ff solid 1px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 400;
        padding: 6px 25px;
}

.post_modal_description {
        width: 100%;
        margin-top: 10px;
}

.add-description-text
{
    color: #393131;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.add-description-text:hover
{
    color: #393131;
    text-decoration: underline;
}
.ui-datepicker {
    z-index: 9999 !important;
}

.post_box .timing {
    font-size: 12px;
    font-weight: 300;
    color: #949494;
    font-family: italic;
}
.title-box {
    background: #f5f5f5;
    position: sticky;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    z-index: 50;
}
.media_rightside_title img{
   width: 20px;
}

 .memory_thumbnail_box {
  position: relative;
  overflow: hidden;
}

.memory_thumbnail_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
}
.custom_column {
    position: relative;
}
.btn_add {
    min-height: 32px;
}
.carousel-item.carousel_box {
    max-height: 600px;
    height: 600px;
    min-height: 600px;
}
.background_transprint {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    border: 0;
    overflow: hidden;
}
.pac-container {
    z-index: 9999 !important;
}


.show-data {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-radius: 0px 0px 8px 5px;
    top: 61px;
}

.memory_image_card img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.memory_image_card {
    width: 50px;
    border-radius: 8px;
    height: 50px;
    overflow: hidden;
}
.memory-item {
    border: 0px !important;
}
.overlay-black:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    z-index: 99;
    content: "";
}

.header_head_top {
    position: relative;
    z-index: 999;
}
.mamory_info_card h4 {
    font-size: 18px;
    font-weight: 500;
    color: #393131;
}
.mamory_info_card h6 {
    font-size: 12px;
    font-weight: 500;
    color: #393131;
}
.search-list:hover{
    background: #FEF7FF;
}
.search-list {
    padding: 10px 20px;
}
.show-data .text-muted {
    color: #6c757d!important;
    padding: 10px;
}
.show-data .text-danger {
    color: #dc3545!important;
    padding: 10px;
}
.searchbar_box .form-control:focus{
    border: 2px solid #6C60FF !important;
}
.custom-add-memory {
    text-align: right;
    color: #6c60ff;
}
.suggest-description {
    display: inline-block;
}


.graph-nav-arrow .right-nav {
    position: absolute;
    right: -12px;
    z-index: 10;
    top: 50%;
    border-radius: 100%;
    height: 26px;
    width: 26px;
    border: 1px solid #b9b3ee;
    font-size: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6e6ff;
    color: #6658dd;
    transform: translateY(0%);
}

.graph-nav-arrow .left-nav {
    position: absolute;
    left: -1px;
    z-index: 10;
    border-radius: 100%;
    height: 26px;
    width: 26px;
    border: 1px solid #b9b3ee;
    font-size: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6e6ff;
    color: #6658dd;
    top: 50%;
    transform: translateX(-50%);
}
