
body{
    font-family: 'Poppins', sans-serif !important;
}
.header-bg {
    background: #fff;
    padding: 8px 0px;
}
ul {
    margin: 0;
    padding: 0;
}
.align-item-center {
    align-items: center;
}
.list-item li {
    display: inline;
    margin-right: 15px;
}
span.list-icon {
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
}
span.list-text {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.right-item {
    text-align: right;
}
.icon-item li {
    display: inline-block;
    margin-left: 6px;
}
.icon-item a {
    color: #fff;
    font-size: 18px;
    width: 32px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 32px;
    display: grid;
    align-items: center;
    text-decoration: unset;
}
.left-menu {
    width: 100%;
    text-align: right;
}
.left-menu ul.navbar-nav {
    display: inline-block;
}
.left-menu li.nav-item {
    display: inline-block;
}
a.nav-link {
    font-family: 'Poppins';
    color: #000;
    font-size: 18px;
}
.navbar-item .container-fluid {
    padding: 0;
}
.logo-img img {
    width: 150px;
}
ul.footer-menu {
    padding: 0;
}
ul {
    padding:0 !important;
}
.footer-list {
    margin-bottom: 15px;
}
.footer-list li {
    display: block;
    margin-bottom: 18px;
}
.footer-list span.list-icon {
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
    background: #0111af;
    width: 36px;
    display: inline-block;
    text-align: center;
    height: 36px;
    padding: 10px;
    border-radius: 50px;
}
.footer-list span.list-text {
    color: #fff;
}

/*end*/



/*baner css start*/
.baner-bg-item {
    /*background-image: url("../images/baner-img.webp"), linear-gradient(90deg, rgb(216, 212, 203) 50%, rgb(0, 0, 0) 50%);*/
    background-size: auto 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    display: grid;
    align-items: center;
}
.heading-one {
    font-family: 'Poppins';
    color: #000;
    font-size: 45px;
    font-weight: 600;
}
.content-item p {
    font-size: 18px;
    font-family: 'Poppins';
    color: #000;
}
.btn-item a.site-btn, .btn-blue, .btn-blue.btn-primary {
    display: inline-block;
    background: #0111af;
    color: #fff;
    text-decoration: unset;
    text-transform: capitalize;
    font-family: 'Poppins';
    padding: 14px 35px;
    font-size: 16px;
    border-radius: 50px;
    line-height: 16px;
    font-weight: 500;
    border: 1px solid #0111af;
    transition:.2s all ease-in-out;
}

.btn-item a.site-btn:focus, .btn-item a.site-btn:hover, .btn-blue:hover, .btn-blue:focus, .btn-blue.btn-primary:focus, .btn-blue.btn-primary:focus {
    background: #fff !important;
    color: #0111af !important;
    border: 1px solid #0111af !important;
}

.bg-color-one {
    /*background: #043A68;*/
    padding: 40px 0px;
    background: rgb(2,69,134);
    background: linear-gradient(90deg, rgba(2,69,134,1) 45%, rgba(8,99,160,0.8323704481792717) 99%);
}
.content-white {
    color: #fff;
}
h4.sub-title {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}
h2.heading-two {
    font-size: 45px;
    font-family: 'Poppins';
}
.content-wrapper  p {
    font-family: 'Poppins';
    font-size: 17px;
}
.content-wrapper  p {
    font-family: 'Poppins';
    font-size: 17px;
    margin: 0;
}
.btn-bg {
    background: #4f4f4f !important;
}
.btn-bg:hover {
    background: #0111af !important;
}
.pt-70.pb-70 {
    padding: 70px 0px;
}
.input-field .custom-field {
    width: 100%;
    border: 1px solid #dedede;
    font-size: 16px;
    padding: 10px 8px;
    color: #000;
    border-radius: 4px;
}
.input-field label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    
}
.input-field {
    margin-bottom: 10px;
}
.two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.form-btn-item  .form-btn {
    width: 100%;
    background: #0111af;
    border: 0;
    color: #fff;
    font-size: 19px;
    padding: 10px;
    border-radius: 50px;
}
.left-50 {
    padding-left: 50px;
}
/*.family-sec {
    min-height: 650px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    background-position-y: -80px !important;
    background-size: auto 100% !important;
    justify-content: flex-end;
}*/
.family-sec {
    min-height: 1004px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    justify-content: center;
}
.family-sec h2.heading-three {
    font-size: 27px;
    font-weight: 600;
}
.family-sec p {
    font-size: 16px;
    color: #000;
}
/*.content-box {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
}*/
.mb-50 {
    margin-bottom: 50px;
}
.heading-three {
    color: #000;
    /*font-size: 35px;*/
        font-size: 26px;
    margin-bottom: 25px;
}
.bg-images {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.bg-images {
    position: relative;
}
.overlay {
    background: #000000a6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.content-wrapper {
    position: relative;
}
.img-box-wrapper .image-wrapper img {
    height: 240px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.img-box-wrapper {
    border: 1px solid #dededede;
    border-radius: 8px;
    padding-bottom: 40px;
}
.img-content-wrapper {
    padding: 0px 25px;
}
.img-content-wrapper a.site-btn {
    width: 100%;
}
.box-content {
    height: 120px;
}
a.text-link {
    color: #0111af;
    font-size: 18px;
    font-family: 'Poppins';
    text-decoration: unset;
}
.footer-top {
    background: #cccccc47;
    padding-top: 40px;
    padding-bottom: 25px;
}
.footer-top {
    background: #0058afd1;
    padding-top: 40px;
    padding-bottom: 25px;
    color: #fff;
}
.social-icon li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.footer-logo img {
    width: 190px;
}
.social-icon a {
    width: 35px;
    text-align: center;
    height: 35px;
    display: grid;
    align-items: center;
    background: #0111af;
    color: #fff;
    border-radius: 50px;
    text-decoration: unset;
    border: 1px solid #fff;
}
.footer-menu-wrapper h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-menu li {
    list-style: none;
    margin-bottom: 8px;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-menu a {
    color: #fff;
    text-decoration: unset;
    font-size: 17px;
}
.footer-bottam {
    background: #0111af;
    padding: 10px;
}
.footer-text p {
    color: #fff;
    font-size: 18px;
}
/*end*/



.form-wrapper.form-box {
    padding: 30px;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.input-field .custom-field {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #dededede;
    border-radius: 4px;
}
.form-wrapper .input-field {
    margin-bottom: 15px;
    position: relative;
}
/*.input-field label {*/
/*    margin-bottom: 10px;*/
/*    font-size: 17px;*/
/*    color: #000;*/
/*}*/
span.hide-password {
    position: absolute;
    right: 15px;
    bottom: 11px;
}
.form-btn .forget-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Poppins';
    color: #0111af;
    font-size: 17px;
}
.form-box p {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
}

.form-btn button.form-button {
    font-weight: 600;
    width: fit-content;
    margin-bottom: 15px;
    background: #0111af;
    border:1px solid #0111af;
    padding: 14px 35px;
    font-size: 16px;
    line-height:16px;
    color: #fff;
    border-radius: 50px;
    font-family: 'Poppins';
}
.form-btn button.form-button:hover, .form-btn button.form-button:focus{
    color: #0111af !important;
    background: #fff !important;
}
.input-field .custom-field:focus {
    border: 1px solid #0111af !important;
    outline: unset;
}
.form-box p a {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
    color: #0111af;
}

.baner-bg-wrapper {
    /*background: #2d78ac;*/
    padding: 35px;
    padding-top:85px !important;
    /*background: rgb(18,18,18);*/
    /*background: linear-gradient(90deg, rgba(18,18,18,1) 33%, rgba(68,68,68,1) 64%);*/
}
.baner-bg-wrapper {
    display: none;
}
.page-title h2 {
    font-size: 40px;
    color: #0111af;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0;
}
.heading-item  h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins';
}


/*clendar css start*/
.calendar-wrapper {
   height: auto;
   max-width: 730px;
   margin: 0 auto;
}

.calendar-header {
   background-color: rgba(18, 15, 25, 0.25);
   height: 100%;
   padding: 20px;
   color: #fff;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   position: relative;
}

.header-title {
   padding-left: 15%;
}

.header-background {
   background-image: url("https://raw.githubusercontent.com/JustMonk/codepen-resource-project/master/img/compressed-header.jpg");
   height: 200px;
   background-position: center right;
   background-size: cover;
}

.calendar-content {
   background-color: #fff;
   padding: 20px;
   padding-left: 15%;
   padding-right: 15%;
   overflow: hidden;
}

.event-mark {
   width: 5px;
   height: 5px;
   background-color: teal;
   border-radius: 100px;
   position: absolute;
   left: 46%;
   top: 70%;
}

.calendar-footer {
   height: 200px;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   text-align: center;
   background-color: #4b6289 !important;
   position: relative;
   overflow: hidden;
}

.addForm {
   position: absolute;
   top: 100%;
   width: 100%;
   height: 100%;
   background-color: #4b5889 !important;
   transition: top 0.5s cubic-bezier(1, 0, 0, 1);
   padding: 0 5px 0 5px;
}

.addForm input {
   color: #fff;
}

.addForm .row {
   padding-left: 0.75rem;
   padding-right: 0.75rem;
   margin-bottom: 0;
}

.addForm h4 {
   color: #fff;
   margin-bottom: 1rem;
}

.addEventButtons {
   text-align: right;
   padding: 0 0.75rem 0 0.75rem;
}

.addEventButtons a {
   color: black;
   font-weight: 300;
}

.emptyForm {
   padding: 20px;
   padding-left: 15%;
   padding-right: 15%;
}

.emptyForm h4 {
   color: #fff;
   margin-bottom: 2rem;
}

.sidebar-wrapper {
   color: #fff;
   background-color: #5a649c !important;
   padding-top: 0;
   padding-bottom: 20px;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   padding-left: 0;
   padding-right: 0;
}

.sidebar-title {
   padding: 50px 6% 50px 12%;
}

.sidebar-title h4 {
   margin-top: 0;
}

.sidebar-events {
   overflow-x: hidden;
   overflow-y: hidden;
   margin-bottom: 70px;
}

.empty-message {
   font-size: 1.2rem;
   padding: 15px 6% 15px 12%;
}

.eventCard {
   background-color: #fff;
   color: black;
   padding: 12px 24px 12px 24px;
   border-bottom: 1px solid #E5E5E5;
   white-space: nowrap;
   position: relative;
   animation: slideInDown 0.5s;
}

.eventCard-header {
   font-weight: bold;
}

.eventCard-description {
   color: grey;
}

.eventCard-mark-wrapper {
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   width: 60px;
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}

.eventCard-mark {
   width: 8px;
   height: 8px;
   background-color: #b39ddb;
   border-radius: 100px;
   position: absolute;
   left: 50%;
   top: 45%;
}

.day-mark {
   width: 7px;
   height: 7px;
   background-color: #b39ddb;
   border-radius: 100px;
   position: absolute;
   left: 47%;
   top: 67%;
}

/*.content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 0;
}*/
nav {
    color: #fff;
    background-color: transparent;
    
    box-shadow: unset;
}

#table-body .col:hover {
   cursor: pointer;
   /*border: 1px solid grey;*/
   background-color: #E0E0E0;
}

.empty-day:hover {
   cursor: default !important;
   background-color: #fff !important;
}

#table-body .row .col {
   padding: .75rem;
}

#table-body .col {
   border: 1px solid transparent;
}

#table-body {}

#table-body .row {
   margin-bottom: 0;
}

#table-body .col {
   padding-top: 1.3rem !important;
   padding-bottom: 1.3rem !important;
}

#calendar-table {
   text-align: center;
}

.prev-button {
   position: absolute;
   cursor: pointer;
   left: 0%;
   top: 35%;
   color: grey !important;
}

.prev-button i {
   font-size: 4em;
}

.next-button {
   position: absolute;
   cursor: pointer;
   right: 0%;
   top: 35%;
   color: grey !important;
}

.next-button i {
   font-size: 4em;
}

.addEvent {
   box-shadow: 0 5px 15px rgb(57, 168, 228);
   background-color: #39a8e4;
   padding: 10px;
   padding-left: 3em;
   padding-right: 3em;
   cursor: pointer;
   border-radius: 25px;
   color: #fff !important;
   background-image: linear-gradient(135deg, #8d8dd4, #45ced4);
}

.addEvent:hover {
   transition: box-shadow 0.5s;
   box-shadow: 0 4px 25px rgb(57, 168, 228);
}

.mobile-header {
   padding: 0;
   display: none;
   padding-top: 20px;
   padding-bottom: 20px;
   position: fixed;
   z-index: 99;
   width: 100%;
   background-color: #5a649c !important;
}

.mobile-header a i {
   color: #fff;
   font-size: 38px;
}

.mobile-header h4 {
   color: #fff;
}

.mobile-header .row {
   margin-bottom: 0;
}

.mobile-header h4 {
   margin: 0;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
}

/*@media (max-width:992px) {
   .content-wrapper {
      margin-left: 0;
   }
   .mobile-header {
      display: block;
   }
   .calendar-wrapper {
      margin-top: 80px;
   }
   .sidebar-wrapper {
      background-color: #EEEEEE !important;
   }
   .sidebar-title {
      background-color: #5A649C !important;
   }
   .empty-message {
      color: black;
   }
}*/

/*@media (max-width:767px) {
   .content-wrapper .container {
      width: auto;
   }
   .calendar-content {
      padding-left: 5%;
      padding-right: 5%;
   }
   body .row {
      margin-bottom: 0;
   }
}*/

/*@media (max-width:450px) {
   .content-wrapper {
      padding-left: 0;
      padding-right: 0;
   }
   .content-wrapper .container {
      padding-left: 0;
      padding-right: 0;
   }
}*/
/*end*/


/*29-11-2023 css start*/
.email-verify-box {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fff;
    padding-bottom: 40px;
}
.email-verify-img img {
    width: 100%;
    height: 230px;
    object-fit: contain;
}
.email-header {
    text-align: center;
    padding: 40px;
    background: #0111af;
    border-radius: 4px 4px 0px 0px;
}
.email-header h2 {
    color: #fff;
    font-size: 45px;
    margin: 0;
}
.email-content-box {
    padding: 20px;
    text-align: center;
}
.email-btn a.verify-btn {
    display: inline-block;
    background: #0111af;
    color: #fff;
    padding: 12px 45px;
    text-decoration: unset;
    border-radius: 50px;
    font-size: 17px;
}
.email-verify {
    background: #066f9012;
}
.profile-form .input-field {
    margin-bottom: 20px;
}
/*end*/



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

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

h3.story_title {
    font-size: 22px;
    margin-bottom: 5px;
}

span.story_date {
    font-size: 14px;
}

.story_btns {
    display: inline-flex;
    gap: 15px;
}

a.story_remove {
    text-decoration: none !important;
    color:#0111af;
    font-size: 14px;
    font-weight: 600;
    height: fit-content;
    padding: 5px 0px;
}

a.story_btn {
    color: #0111af;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none!important;
    border: 1px solid #0111af;
    padding: 8px 15px;
    border-radius: 50px;
    line-height: 1;
    display: block;
    height: fit-content;
    box-shadow: 0px 3px 6px #066f902e;
}
.story_table td, .story_table th {
    padding: 20px 15px !important;
}

.story_table th {
    border-right: 1px solid #dee2e6;
    padding-right: 35px !important;
}

.story_table tr:first-child {
    border-top: 1px solid #dee2e6;
}

.lh-7 {
    line-height: 0.7 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:focus, .nav-tabs .nav-item .nav-link:hover, .nav-item .nav-link:focus-visible {
    border: none !important;
    border-bottom: 3px solid #0111af !important;
    outline: none !important;
    box-shadow: none !important;
}


.nav-item:focus-visible {
    outline: none !important;
}

.nav-tabs .nav-item .nav-link{
    border-width: 0px !important
}

.nav-link {
    color: #000 !important;
}


/*30-11-2023 css start*/
.account-title h2 {
    font-size: 25px;
    font-weight: 600;
    color: #0111af;
}
.account-filed-wrapper {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dededede;
}
p.bold-text {
    font-weight: 600;
}
.pb-40 {
    padding-bottom: 40px;
}
.mb-40{
    margin-bottom: 40px;
}
.hr{
    border-bottom: 1px solid #dededede;
}
.button-item a.btn-item {
    display: inline-block;
    margin-bottom: 20px;
    background: #0111af;
    color: #fff;
    text-decoration: unset;
    padding: 12px 40px;
    border-radius: 50px;
}
.link-text a.text-link {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 17px !important;
    display: inline;
    text-decoration: underline;
}
.link-text a.text-link {
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 17px !important;
    text-decoration: underline;
    display: inline-block;
}
/*end*/


/*30-11-2023 css start*/
.circle img.profile-pic {
    width: 100%;
    max-width: 100px;
    border-radius: 100px;
    height: 100px;
}
.h2.text-center.mb-5.border-bottom.pb-3 {
    padding-bottom: 60px !important;
}
.profile-upload.account-field {
    margin-bottom: 30px;
}
.p-image {
    position: relative;
}
span.file-btn {
    display: inline-block;
    background: #0111af;
    color: #fff;
    width: 180px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
}
.p-image input.file-upload.photo-upload {
    position: absolute;
    left: 0;
    width: 180px;
    padding: 7px;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}
.profile-upload .circle {
    margin-bottom: 20px;
}

/*end*/



/*date css start*/
.calendar {
    max-width: 60rem;
    margin: 0 auto;
    gap: 20px;
}

.day {
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    align-items: center;
    display: flex;
}

.day:nth-of-type(7n+1) {
    color: #0111af;
    font-weight: 600;
}

.to.day {
    color: white;
    background: #0111af;
    border-radius: 50%;
}

.month {
  width: calc(1.5em * 7);
  padding: 1em;
  cursor: pointer;
}

.month h4 {
    text-align: center;
    color: #0111af;
    margin-bottom: 20px;
}

h1#year {
  font-size: 2em;
  height: 29px;
  font-weight: normal;
  padding: 1em 1em .5em 1em;
  margin-bottom: .5em;
  border-bottom: 5px double #d9d9d9;
}

.no-flexbox .day {
  text-align: center;
  float: left;
  line-height: 1.5em;
}

.no-flexbox h4 {
  text-align: center;
}

.no-flexbox h1 {
  width: 4em;
}


/* FLEXBOX styles*/

.calendar, .month, .OfWeek {
  display: flex;
  justify-content: center;
  align-self: center;
}

h4 {
  justify-content: center;
  flex: 1 0 100%;
}

h1 {
  justify-content: center;
  align-self: stretch;
}

.calendar, .month {
    flex-wrap: wrap;
    box-sizing: unset;
}


.month {
    align-items: flex-start;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.day {
    align-items: center;
    justify-content: center;
}


/*for a Spanish like calendar  
  .month .day:nth-of-type(1){order:7!important;}
  .month .day:nth-of-type(8){order:-1!important;}
   
*/

script {
  display: none;
}

.cloneCont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5em;
  margin-top: -10.89em;
  box-shadow: 0px 0px 5px 1px #ccc;
  transform: scale(2, 2);
  background: rgba(255, 255, 255, .9);
  animation: redimensionar .5s cubic-bezier(.86, 0, .07, 1);
}

.month.cloneMonth {
    display: flex;
    background: #fff;
}

.month.cloneMonth:after {
  content: "\02718";
  color: #f09;
  position: absolute;
  top: 1em;
  right: 1em;
}

.cloneCont.trans {
  transform: translateY(1000px);
  background: rgba(255, 255, 255, .9);
  opacity: 0;
  animation: trasladar .5s cubic-bezier(.86, 0, .07, 1);
}

@keyframes redimensionar {
  0% {
    transform: scale(1, 1);
    background: rgba(255, 255, 255, .9);
    opacity: 0;
  }
  100% {
    transform: scale(2, 2);
    background: rgba(255, 255, 255, .9);
    opacity: 1;
  }
}

@keyframes trasladar {
  0% {
    opacity: 1;
  }
  100% {
    transform: translateY(1000px);
    opacity: 0;
  }
}
/*end*/


/*08-12-2023 css start*/
.notification-item .check-item {
    margin-bottom: 10px;
    border: 1px solid #dedede;
    padding: 16px 16px 10px 16px;
    border-radius: 4px;
}
.check-item input {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.check-item label {
    position: relative;
    top: -6px;
}
/*stories css start*/

.story__slider {
 /* width: 450px;*/
  height: 600px;
  border-radius: 6px;
  overflow: hidden;
}
.story__slide {
  position: relative;
}
.story__slide video,
.story__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.story__pagination {
  bottom: unset !important;
  top: 8px !important;
  display: flex;
  padding: 0 4px;
}
.story__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 3px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, 0.4);
  opacity: 1;
}
.story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #f7f7f5;
}
.story__prev, .story__next {
    height: 100% !important;
    width: 50% !important;
    top: 0 !important;
    margin-top: 0 !important;
    opacity: 0;
}
.story__prev::after, .story__next::after {
  content: none;
}
.story__prev {
    left: 0 !important;
}
.story__next {
  right: 0 !important;
}
.heading-top-item h2 {
    font-size: 45px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
}
/*end*/
.photo-sec {
    background: #cccccc75;
}
.photo-img img {
    width: 100%;
    border-radius: 4px;
}
.photo-img {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}
/*end*/



/*voice recording css start*/
/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
  color: white !important;
}

/* (B) WRAPPER */
.aWrap {
    width: auto;
    padding: 10px 30px;
    margin: 0;
    border-radius: 10px;
    background: #0111af;
}
.voice-items{/*
    display: flex;*/
    align-items: center;
    justify-content: space-between;
}

.aWrap,
.aWrap * {
  box-sizing: border-box;
}

/* (C) PLAY/PAUSE BUTTON */
.aPlay {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
}

/* (D) TIME */
.aCron {
  font-size: 14px;
  color: #cbcbcb;
  margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 150px;
  padding: 0;
  margin: 0;
  background: 0;
}

.range,
.range-volume {
  position: relative;
  display: flex;
  align-items: center;
}

.range input,
.range-volume input {
  position: relative;
  z-index: 1;
}

.range .change-range,
.range-volume .change-range {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 0px;
  background-color: rgb(187, 187, 187);
  border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
  height: 10px;
  width: 95%;
}

.under-ranger {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background-color: rgb(63, 63, 63);
  border-radius: 10px;
}

.range-volume .under-ranger {
  height: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
  appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 6px;
  border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
  margin: 0 10px;
  cursor: pointer;
}

input.aVolume {
  width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
  height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
  margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
  margin-top: -3px !important;
}

.volume-container {
  display: flex;
  align-items: center;
}
span.aPlayIco {
    color: #fff;
}
button.aPlay {
    margin-bottom: 22px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
}
span.aPlayIco {
    color: #0111af;
    font-size: 23px;
}
.voice-items {
    text-align: center;
}
.voice-item {
    margin-top: 0px;
}
span.aVolIco {
    color: #fff;
}
video#video {
    width: 100% !important;
}
/*end*/


/*11-12-2023 css start*/
.pdf-doc-img {
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #cccccc;
    margin-bottom: 14px;
}
/*end*/



/*20-12-2023 css start*/
.refer-title h3 {
    color: #000;
    font-family: 'Poppins';
    font-size: 30px;
    margin-bottom: 20px;
}
.refer-img {
    margin-bottom: 20px;
}
.refer-bottam-text p {
    font-family: 'Poppins';
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.pr-0 {
    padding-right: 0;
}
.pl-0 {
    padding-left: 0;
}
.border-left {
    border-left: 1px solid #dedede;
}
.border-right {
    border-right: 1px solid #dedede;
}
.refer-item-wrapper .refer-top-item {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.refer-item {
    padding: 30px 0px;
}
.refer-item-wrapper {
    background: #f1f1f1;
}
.share-item {
    padding: 30px 27px;
}
.field-item {
    width: 80%;
}
.input-field.d-flex {
    align-items: end;
}
.input-field  label {
    font-family: 'Poppins';
}
.btn-item {
    width: 20%;
}
.field-item input.custom-field {
    border-radius: 0;
}
button.btn-item {
    font-weight: 600;
    width: 100%;
    border: 1px solid #0111af;
    margin-bottom: 0;
    background: #0111af;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    font-family: 'Poppins';
}
.or-text.d-flex {
    padding-bottom: 30px;
    align-items: center;
}
.p-25{
    padding: 0px 25px;
}
.line {
    width: 95%;
    height: 1px;
    background: #d8dbd8ee;
}
.or {
    width: 5%;
}
.pb-30{
    padding-bottom: 30px;
}
.btn-group {
    gap: 20px;
}
a.email-btn {
    display: inline-block;
    text-decoration: unset;
    font-family: 'Poppins';
    background: #fff;
    color: #0111af;
    border: 1px solid #0111af;
    padding: 13px 25px;
}
.btn-group {
    gap: 20px;
    align-items: center;
}
.btn-group a {
    display: inline-block;
    text-decoration: unset;
    font-family: 'Poppins';
}
a.facebok-btn {
    padding: 13px 25px;
    background: #1877F2;
    color: #fff;
}
a.tweet-text {
    color: #0111af;
    font-size: 18px;
    font-weight: 600;
}
.refer-descprtion p {
    margin: 0;
    font-family: 'Poppins';
    font-size: 17px;
}
.email-box.text-center {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.logo-item img {
    width: 50%;
    margin-bottom: 25px;
}
.email-desc p {
    font-family: 'Poppins';
    font-size: 17px;
    margin-bottom: 25px;
}
a.email-send {
    padding: 13px 25px;
    background: #0111af;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins';
    text-decoration: unset;
}
.border-top {
    border-top: 1px solid #dedede;
}
/*end*/





/*11-01-2024 css start*/
section.find-helper-sec {
    padding: 30px 0px;
}
form.filter-form {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.input-field-item 
 .custom-field {
    width: 100%;
    padding: 8px;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 4px;
    font-family: 'Poppins';
    outline: unset;
}
.hourly-field input.custom-field {
    text-align: center;
}
.hourly-field span.dolar-text {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 19px;
    font-family: 'Poppins';
}
.to-text p {
    margin: 0;
    font-size: 18px;
    font-family: 'Poppins';
    color: #000;
}
.form-field.d-flex {
    gap: 10px;
    align-items: center;
}
.find-sec h2 {
    font-family: 'Poppins';
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.left-text h3 {
    font-size: 20px;
    font-family: 'Poppins';
    color: #000;
}
.text-right {
    display: flex;
    text-align: right;
}
.user-login {
    margin: 1%;
    width: 10% !important;
}
a.clear-btn {
    font-size: 17px;
    font-family: 'Poppins';
    text-decoration: unset;
}
.two-grid.top-text.mb-2 {
    align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.search-field 
 input.custom-field {
    padding-left: 32px;
}
.search-field.input-field-item {
    position: relative;
}
.search-field 
 span.search-icon {
    position: absolute;
    left: 9px;
    top: 9px;
    color: #ccc;
}
.input-check {
    margin-bottom: 8px;
}
.input-check:last-child {
    margin-bottom: 0px;
}
.input-check input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.input-check label {
    font-family: 'Poppins';
    color: #000;
    position: relative;
    top: -4px;
    font-size: 15px;
}
span.online-text {
    position: relative;
    top: 5px;
    left: 7px;
}
.five-star i {
    color: #ccc;
    font-size: 22px;
}
.input-field-item {
    position: relative;
}
.user-img img {
    width: 100%;
    border-radius: 4px;
}
.find-user-sec {
    border: 1px solid #dedede;
    padding: 25px 0px;
    border-radius: 8px;
    background: #f1f1f1;
    
}
.find-top-bar {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-left: 20px;
    padding-right: 20px;
}
.toip-text  p {
    margin: 0;
    font-size: 19px;
}
.user-field {
    padding: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.user-location {
    margin-bottom: 15px;
}
span.map-icon {
    font-size: 22px !important;
    color: #939393;
}
.user-location span {
    font-size: 18px;
    font-weight: 600;
}
.price h2 {
    font-size: 22px;
    font-weight: 600;
}
.request-btn .req-btn {
    background: #0111af;
    color: #fff;
    text-decoration: unset;
    text-transform: capitalize;
    font-family: 'Poppins';
    padding: 7px 35px;
    font-size: 19px;
    border-radius: 50px;
    margin-top: 10px;
    border: 0;
}

.user-wrapper-item:last-child .user-field {
    padding-bottom: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}
.user-wrapper-box {
    height: 980px;
    overflow-y: scroll;
}
iframe#map-canvas {
    width: 100%;
    height: 500px;
}
.search-field input {
    padding: 10px;
    border: 1px solid #dedede;
    width: 30%;
}
.search-field button#submit {
    background: #0111af;
    padding: 10px 30px;
    border: 0;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
}
.search-field input {
    padding: 10px;
    border: 1px solid #dedede;
    width: 30%;
    outline: unset;
    border-radius: 4px;
}
.pb-70 {
    padding-bottom: 70px;
}
.request-form .input-field-item {
    margin-bottom: 15px;
}
.input-field-item label {
    color: #000;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
}
.submit-btn {
    background: #0111af;
    color: #fff;
    text-decoration: unset;
    text-transform: capitalize;
    font-family: 'Poppins';
    padding: 7px 35px;
    font-size: 19px;
    border-radius: 50px;
    border: 0;
    width: 100%;
}
button.btn-close {
    background: #0111af;
    opacity: unset !important;
    width: 22px;
    height: 22px;
    color: #fff !important;
    font-size: 23px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    border: 0;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 9999;
}
.table-responsive .user-img img {
    width: 50px;
    border-radius: 4px;
}
button.acept-btn {
    background: #0111af;
    color: #fff;
    text-decoration: unset;
    text-transform: capitalize;
    font-family: 'Poppins';
    padding: 8px 21px;
    font-size: 17px;
    border-radius: 50px;
    margin-top: 10px;
    border: 0;
}
.btn-group-item {
    width: 21%;
}
/*end*/
a.nav-link.active {
    color: #0111af !important;
    font-weight: 600;
}
ul {
    margin: 0;
}
td {
    text-align: center;
}
.table-responsive a {
    display: inline-block !important;
}
.phone-field {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #dededede;
    border-radius: 4px;
    padding-left: 76px;
}
span.input-icon.mx-lg-5 {
    position: absolute;
    bottom: 16px;
}
.form-group label {
    margin-bottom: 10px;
}
.form-group {
    position: relative;
}
.iti.iti--allow-dropdown {
    display: table;
}
.iti__flag-container {
    top: 22px !important;
}
.filter-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    position: relative;
    width: 65%;
    align-items: end;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 8px;
}
.three-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
/*end*/



/*15-01-2024 css start*/
.page-sidebar-item {
    display: flex;
}
.page-sidebar-item .right-content-item {
    width: calc(100% - 18%);
    padding-left: 0;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    /*margin-top: 50px;*/
}
.page-sidebar-item .left-sidebar {
    width: 20%;
     height: 100vh; 
    /*height: auto;*/
    overflow-y:scroll;
    padding: 30px 30px;
    background: #efefef;
    /* box-shadow: 0 0 27px 0 rgba(214, 231, 233, 0.52); */
    border: 1px solid rgba(0,0,0,.05);
    /* border-radius: 4px; */
}
.site-logo a {
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}
.site-logo img {
    width: 100%;
}
.menu-item li {
    list-style: none;
    margin-bottom: 15px;
}
.menu-item a {
    color: #fff;
    text-decoration: unset;
    font-size: 17px;
    font-weight: 500;
}
.active a {
    /*color: #85b940;*/
    text-decoration: underline;
}
.menu-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 10px;
}
/*end*/




/* FLEXBOX styles*/

.calendar, .month, .OfWeek {
  display: flex;
  justify-content: center;
  align-self: center;
}

h4 {
  justify-content: center;
  flex: 1 0 100%;
}

h1 {
  justify-content: center;
  align-self: stretch;
}

.calendar, .month {
    flex-wrap: wrap;
    box-sizing: unset;
}


.month {
    align-items: flex-start;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.day {
    align-items: center;
    justify-content: center;
}


/*for a Spanish like calendar  
  .month .day:nth-of-type(1){order:7!important;}
  .month .day:nth-of-type(8){order:-1!important;}
   
*/

script {
  display: none;
}

.cloneCont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5em;
  margin-top: -10.89em;
  box-shadow: 0px 0px 5px 1px #ccc;
  transform: scale(2, 2);
  background: rgba(255, 255, 255, .9);
  animation: redimensionar .5s cubic-bezier(.86, 0, .07, 1);
}

.month.cloneMonth {
    display: flex;
    background: #fff;
}

.month.cloneMonth:after {
  content: "\02718";
  color: #f09;
  position: absolute;
  top: 1em;
  right: 1em;
}

.cloneCont.trans {
  transform: translateY(1000px);
  background: rgba(255, 255, 255, .9);
  opacity: 0;
  animation: trasladar .5s cubic-bezier(.86, 0, .07, 1);
}

@keyframes redimensionar {
  0% {
    transform: scale(1, 1);
    background: rgba(255, 255, 255, .9);
    opacity: 0;
  }
  100% {
    transform: scale(2, 2);
    background: rgba(255, 255, 255, .9);
    opacity: 1;
  }
}

@keyframes trasladar {
  0% {
    opacity: 1;
  }
  100% {
    transform: translateY(1000px);
    opacity: 0;
  }
}
/*end*/

/* 04-12-2023 */

.calendar-view
{
    margin-bottom: 80px;
}
.custom-toast {
    display: flex;
    align-items: center;
    position: absolute;
    top: 11px;
    right: 0;
    background-color: #85b940;
    border-radius: 3px;
    padding: 0.7rem 1.5rem;
    transition: all 0.25s ease-out;
    z-index: 999;
    width: auto;
}
.custom-toast.error-msg {
    background: #ff0000fa;
}
svg.toast-icon {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
    color: white;
}

p.toast-text {
    color: white;
    margin-right: 12px;
    margin-bottom: 0;
}
.toast-active {
    right: 6px;
    opacity: 100%;
}

button.close-button {
    color: white;
    background: transparent;
    cursor: pointer;
    background: none;
    font-weight: bolder;
    border: none;
}
.custom-toast .svg {
    overflow: hidden;
    vertical-align: middle;
    width: 50px !important;
}
.col-md-2.back-button {
    margin-left: 1000px;
}


/*08-12-2023 css start*/
.calendar-view .container {
    max-width: 1140px !important;
}
.fc .fc-view-harness {
    flex-grow: 1;
    position: relative;
    height: auto !important;
}
.fc-multiMonthYear-view {
    position: unset !important;
    overflow: unset !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.fc-multimonth-month {
    width: 100% !important;
    padding:0px !important;
}
a.fc-col-header-cell-cushion {
    font-size: 14px !important;
}
.fc .fc-view-harness-active > .fc-view {
    inset: 0px;
    position: unset !important;
}
/*end*/

#submit-filter
{
    width: 25% !important;
}
select#selectedNames {
    margin-left: 85px;
}


li.user-icon {
    display: inline-flex;
    gap: 13px;
}

.header-text .d-flex{
    align-items: center;
}
.user-icon a {
    color: #fff;
}
.navbar-item nav.navbar.navbar-expand-lg {
    padding: 0;
}
ul.icon-items.right-item {
    margin: 0;
}

/*12-12-2023 css start*/
.notifications-box {
    border-radius: 24px;
    background-color: rgb(243, 243, 247);
    padding: 24px 24px;
    margin-bottom: 20px;
}
section.account-sec.task-alert-sec.pt-50.pb-50 {
    padding: 70px 0px;
}
.noti-content {
    font-family: 'Poppins';
}
/* .check-item label {
    margin-right: 15px;
} */
.account-left-item {
    border-radius: 24px;
    background-color: rgb(243, 243, 247);
    padding: 24px 15px;
    margin-right: 20px;
}
.user-detail {
    text-align: center;
    margin-bottom: 15px;
}
.user-detail .userimg {
    margin-bottom: 20px;
}
.user-detail img {
    width: 145px;
    border: 2px solid #0111af;
    border-radius: 100px;
}
.user-name a {
    color: rgb(6, 18, 87);
    font-weight: 500;
    text-decoration: unset;
    font-size: 25px;
}
ul.dashbord-menu {
    padding: 0;
    margin: 0;
}
.dashbord-menu li {
    list-style: none;
    margin-bottom: 13px;
}
.dashbord-menu a {
    color: rgb(6, 18, 87);
    font-size: 17px;
    font-weight: 500;
    text-decoration: unset;
}
.account-page-content .heading-two h3 {
    font-size: 40px;
    font-weight: 600;
    color: rgb(6, 18, 87);
    margin-bottom: 20px;
    font-family: 'Poppins';
}
.fix-content {
    padding-right: 70px;
    /*height: 85vh;*/
    /*overflow-y: scroll;*/
}
ul.icon-item.right-item {
    margin: 0;
}
ul.list-item {
    margin: 0;
}
.filter-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 17px;
    position: relative;
    width: 75%;
    align-items: end;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 0 auto;
    margin-bottom: 63px;
    border-radius: 8px;
}
.filter-item #submit-filter {
    width: 100% !important;
    margin: 0;
}
.list-btn button#calendar-views {	
    /*max-width:140px;*/
    font-weight: 600;    width: fit-content;    background: #0111af;    border: 1px solid #0111af;    padding: 14px 34px;    font-size: 16px;    line-height: 15px;    color: #fff;    border-radius: 50px;    font-family: 'Poppins';
}.fc .fc-button{	text-transform:capitalize;	background:#0111af;	padding:5px;}
div#filter-selective {
    position: absolute;
    top: 95px;
    left: 0;
    width: 20% !important;
}
span.select2.select2-container {
    width: 100% !important;
}
.filter-item select#selectedNames {
    margin-left: 0;
}
.filter-item select#events-filter {
    width: 100%;
    padding: 10px;
    border: 1px solid #dedede;
    font-family: 'Poppins';
    border-radius: 4px;
}
div#filter {
    position: relative;
}
.filter-item select#selectedNames {
    width: 100%;
    height: 120px;
}
.list-sec-wrapper tr {
    text-align: center;
}

.user-photo img {
    width: 150px;
    margin: 0 auto;
    border-radius: 100px;
}
.left-list {
    text-align: center;
}
.user-photo {
    margin-bottom: 20px;
}
.user-name h3 {
    text-transform: capitalize;
    font-family: 'Poppins';
    color: #000;
    font-size: 23px;
}
.text-heading h4 {
    font-size: 20px;
    font-family: 'Poppins';
    margin: 0;
}
.list-field.d-flex {
    align-items: center;
    margin-bottom: 18px;
    gap: 15px;
}
.list-text p {
    margin: 0;
    font-size: 17px;
    font-family: 'Poppins';
}
.list-field {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.view-list-item {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 4px;
}
.list-field:last-child {
    margin: 0;
    border: 0;
    padding: 0;
}
.form-wrapper-sec .container-fluid {
    padding: 0px 15px !important;
}

/* 16-1-24*/
body a {
    text-decoration: none !IMPORTANT;
}
.input-field.mb-3.phone_field {
    position: relative;
}.fc .fc-daygrid-day-frame{	display: flex;    align-items: center;    justify-content: center;font-weight:600;}
div#full_calendar_events table.fc-multimonth-header-table a {	font-weight:500;
    color: #fff!important;
}
.fc-view-harness.fc-view-harness-active table.fc-multimonth-daygrid-table td a {
    color: #000;
}
a.fc-daygrid-more-link.fc-more-link {
    background: red !important;
    color: red !important;
}
ul.footer-menu {
    padding: 0;
}
ul {
    padding:0 !important;
}
.footer-list {
    margin-bottom: 15px;
}
.footer-list li {
    display: block;
    margin-bottom: 18px;
}

.header-text p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
ul.social-icon {
    margin: 0;
    text-align: right;
}
/*.digital-sec .container-fluid {*/
/*    padding: 0;*/
/*}*/
/*.profile-form-wrapper {*/
/*    width: 50%;*/
/*    margin: 0 auto;*/
/*    padding: 20px;*/
/*    border: 1px solid #dedede;*/
/*    border-radius: 4px;*/
/*}*/

button#calendar-month {    font-weight: 600;    width: fit-content;    background: #0111af;    border: 1px solid #0111af;    padding: 14px 35px;    font-size: 16px;    line-height: 15px;    color: #fff;    border-radius: 50px;    font-family: 'Poppins';
}

/*multimonth  css start*/

.fc-dayGridMonth-view 
 tr.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid {
    height: 353px !important;
}
a.fc-col-header-cell-cushion {
    color: #000;
}
.fc-daygrid-day-number {
    color: #000;
    font-size:13px;
}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-direction-ltr .fc-daygrid-more-link {
    float: unset;
}
.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
    top: 0;
    max-width: 7px;
    border-radius: 50px;
    height: 7px;
    right: 0;
    left: 0;
    margin: auto !important;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 6px !important;
}

/*.fc .fc-daygrid-more-link {*/
/*    position: relative;*/
/*    z-index: 4;*/
/*    cursor: pointer;*/
/*    top: -3px;*/
/*    width: 15px;*/
/*    border-radius: 50px;*/
/*    height: 15px;*/
/*    right: -13px;*/
/*}*/
/*.form-wrapper-sec .card {*/
/*    width: 50%;*/
/*    margin: 0 auto;*/
/*    padding: 20px;*/
/*    border: 1px solid #dedede;*/
/*    border-radius: 4px;*/
/*}*/

/*.baner-bg-wrapper .baner-text {*/
/*    padding-right: 300px;*/
/*}*/
/*end*/


@media only screen and (min-device-width: 1300px) and (max-device-width: 1399px) {
.col-2.text-left {
    width: 9% !important;
}
.col-6.text-center {
    width: 47% !important;
}
.col-2.text-right {
    width: 44% !important;
}
.header-bg .col-lg-3 {
    width: 26% !important;
}
.header-bg .col-lg-6 {
    width: 48% !important;
}
.list-btn a {
    padding: 10px 18px !important;

}
}

@media only screen and (min-device-width: 1400px) and (max-device-width: 1471px) {
.col-2.text-left {
    width: 16% !important;
}
.col-6.text-center {
    width: 44% !important;
}
.col-2.text-right {
    width: 40% !important;
}
.list-btn a {
    padding: 10px 25px !important;

}
}

@media only screen and (min-device-width: 1472px) and (max-device-width: 1475px) {
.col-2.text-left {
    width: 20% !important;
}
.col-6.text-center {
    width: 42% !important;
}
.col-2.text-right {
    width: 38% !important;
}
}

@media only screen and (min-device-width: 1476px) and (max-device-width: 1509px) {
.col-2.text-left {
    width: 21% !important;
}
.col-6.text-center {
    width: 41% !important;
}
.col-2.text-right {
    width: 38% !important;
}
}

@media only screen and (min-device-width: 1510px) and (max-device-width: 1600px) {
.col-2.text-left {
    width: 22% !important;
}
.col-6.text-center {
    width: 41% !important;
}
.col-2.text-right {
    width: 37% !important;
}
}

@media only screen and (min-device-width: 1601px) and (max-device-width: 1700px) {
.col-2.text-left {
    width: 22% !important;
}
.col-6.text-center {
    width: 41% !important;
}
.col-2.text-right {
    width: 37% !important;
}
}

@media only screen and (min-device-width: 1701px) and (max-device-width: 1800px) {
.col-2.text-left {
    width: 28% !important;
}
.col-6.text-center {
    width: 39% !important;
}
.col-2.text-right {
    width: 33% !important;
}
}

@media only screen and (min-device-width: 1801px) and (max-device-width: 1914px) {
.col-2.text-left {
    width: 32% !important;
}
.col-6.text-center {
    width: 35% !important;
}
.col-2.text-right {
    width: 33% !important;
}
}




@media only screen and (max-width: 1280px) {
      .page-sidebar-item .left-sidebar {
    width: 25%;
}
.page-sidebar-item .right-content-item{
    width: 75%;
}
}

@media only screen and (max-width: 1024px) {
    .page-sidebar-item .left-sidebar {
    width: 35%;
}
.page-sidebar-item .right-content-item{
    width: 65%;
}

}


@media only screen and (max-width: 820px) {
.page-sidebar-item .left-sidebar {
    width: 40%;
}
.page-sidebar-item .right-content-item{
    width: 60%;
}
}

/*end*/

.highlighted-cell {
  background-color: #ffcc00; /* Set your desired background color here */
}

/*19-01-2024 css start*/
.folder-btn p {
    margin: 0;
}
.folder-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}
button.folder-btn {
    padding: 42px 7px;
    width: 100%;
    background: #fff;
    border: 2px dashed #0111af;
    border-radius: 3px;
}
p.folder-icon {
    font-size: 30px !important;
    color: #0111af;
}
.folder-btn p {
    font-size: 18px;
    color: #0111af;
    font-weight: 600;
}
.folder-popoup .modal-header {
    justify-content: center;
}
.folder-popoup h4.modal-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.folder-popoup button.btn-close {
    background: #0111af;
    opacity: unset;
    width: 22px;
    height: 22px;
    color: #fff !important;
    font-size: 18px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.input-filed .custom-field {
    width: 100%;
    padding: 8px;
    color: #000;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.input-filed .custom-field {
    width: 100%;
    padding: 8px;
    color: #000;
    border: 1px solid #dedede;
    border-radius: 4px;
    outline: unset;
}
.input-filed {
    margin-bottom: 15px;
}
.create-folder button.form-btn {
    width: 100%;
    background: #0111af;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    border-radius: 4px;
}
.create-folder .btn-item {
    width: 100%;
}
.folder-img img {
    width: 75px;
    margin: 0 auto;
}
.folder-box {
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.folder-box p {
    margin-bottom: 4px;
}
/*end*/

/*galery-img slider css*/
#gallery {
    padding-top: 0px;
}
.photo-gallery img {
    border-radius: 4px;
}
.photo-gallery .img-overlay {
    border-radius: 4px;
}
.photo-gallery div#gallery {
    height: 600px;
    overflow-y: scroll;
}
.img-wrapper {
    position: relative;
    margin-top: 0px;
    img {
        width: 100%;
    }
}
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    i {
        color: #fff;
        font-size: 3em;
    }
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    // Removes blue highlight
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
        padding: 5%;
        @media screen and (min-width: 768px) {
            width: 60%;
        }
        @media screen and (min-width: 1200px) {
            width: 50%;
        }
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    &:hover {
        opacity: 0.7;
    }
    @media screen and (min-width: 768px) {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    &:hover {
        opacity: 0.7;
    }
    @media screen and (min-width: 768px) {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
    &:hover {
        opacity: 0.7;
    }
    @media screen and (min-width: 768px) {
        font-size: 3em;
    }
}

/*end*/

/*23-01-2024*/
.form-group.checkboxCustom {
    padding: 30px 0px;
}
.baner-bg-wrapper.center-head .baner-text {
    padding-right: 0px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dededede !important;
    border-radius: 4px;
    padding: 10px !important;
    height: auto !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    width: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px !important;
}
.button-item a.btn-item {
    width: auto;
}
#image-gallery img.img-responsive {
    height: 147px;
    object-fit: cover;
    border-radius: 10px;
}
.photo-gallery .image {
    margin-bottom: 12px;
}
.image video {
    height: 144px;
    object-fit: cover;
    border-radius: 10px;
    width: 150px;
}
span.menu-icon {
    background: #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    padding: 9px;
    border-radius: 50px;
    margin-right: 10px;
}
a.dropdown-item {
    color: #000;
    font-weight: 500;
}
.edit-img img, .remove-img img {
    width: 16px;
}

.edits_icons_folder {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 7px;
    padding: 0 6px;
    margin-top: 4px;
}
.edit-img, .remove-img {
    width: fit-content;
    cursor: pointer;
}
img.g-img {
    padding: 20%;
}

/*======== 30 jan 2024 ===============*/

.top_bar_tranlator {
    position: relative;
    width: fit-content;
    height: 100% !important;
    margin-left: 0px;
}
div#google_translate_element {
    position: absolute;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    font-size: 0 !important;
    opacity: 0;
}

.top_bar_tranlator .goog-te-gadget-simple {
    width: 100%;
    height: 100% !important;
}

.top_bar_tranlator .translate_button {
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 19px 10px;
}
.trans_bx .translate_button {
    padding: 14px 10px;
}
.top_bar_tranlator .skiptranslate.goog-te-gadget {
    height: 100%;
}

.top_bar_tranlator .translate_button img {
    width: 100%;
    max-width: 35px;
    background: #fff;
    border-radius: 41px;
    padding: 2px;
}
.top_header_bar {
    background: #0111af;
    box-shadow: 0px 6px 8px #0000001f;
    z-index: 7;
    /*position: fixed;*/
    width: 100% !important;
    /*overflow: hidden;*/
    top:0;
}

.top_text {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

header.logined, footer.logined {
    display: none !important;
}

/*---------side bar ---------*/
.vault_logo a.navbar-brand {
    display: block;
    width: 100%;
    text-align: center;
}

.vault_logo a.navbar-brand img {
    max-width: 160px !important;
    margin: auto !important;
    width: 100%;
}

.vault_logo {
    margin-bottom: 30px;
}

.menu-item a {
    color: #111;
    text-decoration: unset;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*.menu-icon img {*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    object-fit: contain;*/
/*    margin-right: 0;*/
/*}*/

.menu-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 0;
}
.side-menu-item .menu-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 0;
    filter: brightness(0) invert(1);
}
.side-menu-item span.menu-icon {
    background: #f16e22;
    width: 38px;
    display: flex;
    height: 38px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
    /* border: 1px solid #043a68; */
    align-items: center;
    justify-content: center;
}
span.menu-icon {
    background: #fff;
    width: 38px;
    display: flex;
    height: 38px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
    /* border: 1px solid #043a68; */
    align-items: center;
    justify-content: center;
}

.dashboard_footer {
    background: #111;
    color: #fff;
    font-size: 14px;
}

.dashboard_footer .phone_info {
    padding-left: 15px;
}

.dashboard_footer .email_info {
    padding: 0 15px;
    border-right: 1px solid #ffffff59;
}

.dashboard_body {
    height: 100vh;
    overflow-y: hidden;
}


.left-sidebar::-webkit-scrollbar-track, .right-content-item::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ededed;
}

.left-sidebar::-webkit-scrollbar, .right-content-item::-webkit-scrollbar
{
	width: 8px;
	background-color: #0111af;
    border-radius:50px;
}

.left-sidebar::-webkit-scrollbar-thumb, .right-content-item::-webkit-scrollbar-thumb 
{
	background-color: #0111af;
    border-radius:50px;
}
.dataTable th,
#user-dataTable th {
    color: #fff !important;
    background: #0111af !important;    color: #fff;    white-space: nowrap;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}


.action_view {
    color: #ffffff!important;
    background: #71b336!important;
    font-size: 18px!important;
    padding: 6px 10px!important;
    width: 40px !important;
    height: 40px !important;
}

.action_edit {
    color: #ffffff!important;
    background: #00a1ff!important;
    border: 0 !important;
    font-size: 19px!important;
    padding: 7px 12px!important;
    width: 40px !important;
    height: 40px !important;
}

.action_delete {
    color: #ffffff!important;
    background: #ff0000!important;
    border: 0 !important;
    font-size: 19px!important;
    padding: 7px 12px!important;
    width: 40px !important;
    height: 40px !important;
}

.action_buttons {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.action_view, .action_edit, .action_delete{
    transition:.2 all ease-in-out !important;
}
.action_view:hover , .action_edit:hover, .action_delete:hover{
    opacity:.8 !important;
}

.dropdown-menu li .menu-item a {
    color: #111;
    text-decoration: unset;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    padding: 10px 13px;
    justify-content: flex-start;
    align-items: center;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #efefef !important;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    background-color: #0111af !important;
    border-color: #0111af !important;
}

ul.dropdown-menu.user_profile.show:hover a {
    background: transparent;
}
.r_icon::after{
    display: none !important;
}


section.treeMainContainer.family-bg {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_btns {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 25px 12px 25px;
    color: #FFFFFF;
    background-color: #0111af;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 25px 0px rgba(3.9999999999999982, 58.000000000000156, 104.00000000000003, 0.29);
}

.root_start ._treeLeaf.d_f::after {
    content: "";
    width: 59%;
    position: absolute;
    background: black;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.t_Data.d_f {
    border: 1px solid #eee;
}

.content_sect {
    /*max-width: 800px;*/
    width: 100%;
}

._treeRaw.d_f.root_start ._treeLeaf.d_f {
    width: 80%;
    margin: auto;
}
/*.tree img {*/
/*    width: 100%;*/
/*}*/


.page-id-389 section.section_banner{
        background-size: cover !important;
}


/*02-02-2024 css start*/
.right-content-item .contain-list {
    max-width: unset;
    padding: 0px 100px;
}
.fmy-list {
    padding: 4rem !important;
    height: auto !important;
}
.d-flex .stories-sec {
    padding: 4rem !important;
}
/* Regular breadcrumbs */
ul.breadcrumb {
  padding: 10px 16px !important;
  border-radius: 5px;
  list-style: none;
  background-color: #eee;
}
.documents ul {
  list-style-type: none;
  margin: 0;
  padding: 2em;
  color: #333;
}

.documents li {
  display: inline-block;
  position: relative;
  padding-right: 2em;
  margin: 0;
}
.documents li:after {
    content: '>';
    position: absolute;
    display: inline-block;
    right: 0;
    top: 2px;
    width: 2em;
    text-align: center;
  }
.documents li:last-child {
  font-weight: bold;
}
.documents li:last-child:after {
    content: '';
}
.documents a {
  text-decoration: none;
  display: inline-block;
  color: #333;
  white-space: nowrap;
}
.documents a:hover {
    text-decoration: underline;
}


/* Collapsed breadcrumbs */

.collapsed li {
  overflow: hidden;
}
.collapsed li:after {
    background: rgb(227,227,227);
    background: linear-gradient(90deg, rgba(227,227,227,0.4) 0%, rgba(227,227,227,1) 35%);
    padding-left: 1em;
}

.collapsed a {
  max-width: 2em;
  transition: max-width 300ms ease-in-out;
}
  .collapsed a:hover,
  .collapsed a:focus,
  .collapsed li:hover a {
    max-width: 1000px;
  }
  .collapsed li:hover:after {
    padding-left: 0em;
    background: transparent;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 40% !important;
}
.col-2 {
    flex: 0 0 auto;
    width: 29% !important;
}
.top-l {
    width: 20% !important;
}
.top-c {
    width: 59% !important;
   text-align: center!important;
}
.top-r {
    width: 21% !important;
    display: flex;
    text-align: right;
}
/*end*/



        #sidebar a {
            /*padding: 10px;*/
            text-decoration: none;
            color: #0111af;
            /*display: block;*/
        }

        #sidebar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #sidebar ul ul {
            display: none;
            padding-left: 20px;
            padding: 20px 20px 0px 20px!important;
            padding-left:40px !important;
        }
        /*#sidebar ul ul ul {*/
        /*    padding-left: 48px !important;*/
        /*}*/
        
        .sub_menu::after {
            display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            border-left: .3em solid transparent;
        }
        .sub_menu::after{
            display:none !important;
        }
        
        

#audit_trail_wrapper .row.dt-row .col-sm-12 {
    overflow-x: scroll;
    overflow-y: visible;
}
section.find-helper-sec.p-5 {
    padding: 5rem!important;
}
/* 09-02-2024 */
  .emergency-contact {
    text-align: center !important;
    padding: 40px 20px 40px 20px !important;
}
.manage-emergency-contact {
    text-align: center !important;
    padding: 5px !important;
}
/* end */

.stories-folder
{
    padding: 14px;
}
/*.arrow-design*/
/*{*/
/*    display: inline-block !important;*/
/*    width: 0;*/
/*    height: 0;*/
/*    margin-left: 12px;*/
/*    vertical-align: 0.255em;*/
/*    content: "";*/
/*    border-top: 0.3em solid;*/
/*    border-right: 0.3em solid transparent;*/
/*    border-bottom: 0;*/
/*    border-left: 0.3em solid transparent;*/
/*}*/
li.menu-item.active a {
    font-weight: 700 !important;
}
.sidebar-menu li.active ul li a {
    color: #000 !important;
    font-weight:500 !important;
}

.calendar-view span.select2-container.select2-container--default.select2-container--open {
    width: 100% !important;
}
.calendar-view span.select2-dropdown.select2-dropdown--below {
    max-width: 185px !important;
}
.calendar-view span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open {
    width: 185px !important;
}
.calendar-view .select2-container--default .select2-results>.select2-results__options {
    max-height: 125px !important;
    overflow-y: auto;
}

.list-btn a {
    font-weight: 600;
    width: 100%;
    border: 0;
    background: #0111af;
    padding: 10px 27px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    font-family: 'Poppins';
    position: relative;
    /*bottom: 10px;*/
    display: inline-block;
}
.bigdrop {
    width: 600px !important;
}
 .select2-container.select2-dropdown-open {
width: 170%;
}


/*16-02-2024 css start*/
.filter-buttons {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

.list-view-button,
.grid-view-button {
  color: white;
  border: 1px solid white;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}



.list-view-button {
  margin-right: 10px;
}

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

.list li {
  /*background-color: #1f364d;*/
  color: #000;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: 0.3s;
}


.list.list-view-filter {
  flex-direction: column;
}

.list.list-view-filter li {
  padding: 10px;
}

.list.grid-view-filter {
  flex-flow: row wrap;
}
ol.list.grid-view-filter {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.file-btn {
    background: #0111af;
    border-radius: 4px;
}
.grid-view-filter ul.top-last-item {
    display: none;
}
.grid-view-filter .grid-hide {
    display: none;
}
.top-last-item li {
    list-style: none;
    display: inline-block;
    margin: 0;
}
li.file-name {
    width: 50%;
}
.w-8 {
    width: 8%;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.file-data li {
    display: inline-block;
}
span.file-icon {
    display: inline-block;
    width: 50px;
}
ul.top-last-item {
    background: #0111af;
    color: #fff !important;
    margin-bottom: 20px;
    padding: 3px 20px !important;
    border-radius: 4px;
}
.file-data li {
    padding-left: 0 !important;
    margin: 0;
}
.top-last-item li {
    color: #fff;
    padding-left: 0 !important;
}
.grid-view-filter span.file-icon {
    display: block;
    width: 75px;
    margin: 0 auto;
}
.grid-view-filter ul.file-data {
    text-align: center;
    border: 1px solid #dedede;
    padding: 10px !important;
    border-radius: 4px;
}
.list-view-filter ul.file-data {
    border-bottom: 1px solid #dedede;
}
.grid-view-filter li.file-name {
    display: block;
    width: 100% !important;
    text-align: center;
}
/*.data-table-item .row.dt-row {*/
/*    display: table-cell;*/
/*    overflow-x: auto;*/
/*    width: 100%;*/
/*}*/
/*.data-table-item .col-sm-12 {*/
/*    display: table;*/
/*    table-layout: fixed;*/
/*    width: 100%;*/
/*}*/
/*.data-table-item th {*/
/*    padding-right: 124px!important;*/
/*}*/
.data-table-item  td {
    text-align: left;
    border-width: 1px !important;
}
.file-edit-option button.file-btn-item {
    background: transparent;
    border: 0;
    width: 100%;
    text-align: left;
    color: #fff;
}
.file-edit-option li {
    width: 100%;
    padding-bottom: 0 !important;
}
button.file-btn-item {
    display: flex;
    gap: 10px;
}
.three-dot  .file-box {
    background: #0111af;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 1;
    max-width: 140px;
    width: 100%;
    right: 0;
}

    /*.three-dot  .file-box {*/
    /*    background: #043a68;*/
    /*    color: #fff;*/
    /*    padding: 5px 8px;*/
    /*    border-radius: 4px;*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    display: none;*/
    /*}*/
li.three-dot {
    position: relative;
}
.file-edit-option li:first-child {
    padding: 0 !important;
}
.dot-icon.icon-right {
    text-align: right;
    display: flex;
    justify-content: end;
}
.dot-icon  span.dot-btn {
    color: #fff;
    background: #0111af;
    width: 33px;
    text-align: center;
    height: 33px;
    border-radius: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hide-icon i:first-child {
    display: none;
}
.dot-btn i:last-child {
    display: none;
}
.hide-icon i:last-child {
    display: block;
}
.grid-view-filter li.three-dot {
    width: 100%;
    position: absolute;
    left: auto;
    top: 0;
    right: 5px;
}
ul.file-data {
    position: relative;
    right: 0;
    top: 1px;
}table th{	background: #0111af;    color: #fff;    white-space: nowrap;}
.grid-view-filter .file-box {
    width: 75%;
    right: 0;
}
/*.file-data li.three-dot {*/
/*    display: none;*/
/*}*/
/*.list.grid-view-filter li {*/
/*  width: calc(50% - 210px);*/
/*  padding: 100px;*/
/*  margin-right: 10px;*/
/*  text-align: center;*/
/*}*/
/*end*/

/* Family Members 19-feb*/

/*Now the CSS*/

/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*  }*/
  /*added*/
  
.tree {
    margin-top: 100px !important;
    margin-left: 0;
    min-height: 800px !important;
    white-space: nowrap;
    /*overflow: auto;*/
    margin: 0 auto;
    text-align: center;
    /* background: #fff; */
    position: relative;
    z-index: 1;
}
  
  .tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  
  .tree li {
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*added for long names*/
    
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin: 0 -2px 0 -2px;
  }
  /*We will use ::before and ::after to draw the connectors*/
  
  /*.tree li::before,*/
  /*.tree li::after {*/
  /*  content: '';*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  right: 50%;*/
  /*  border-top: 2px solid #357693;*/
  /*  width: 50%;*/
  /*  height: 20px;*/
  /*}*/
  
  /*.tree li::after {*/
  /*  right: auto;*/
  /*  left: 50%;*/
  /*  border-left: 2px solid #357693;*/
  /*}*/
  /*We need to remove left-right connectors from elements without 
  any siblings*/
  
  .tree li:only-child::after,
  .tree li:only-child::before {
    display: none;
  }
  /*Remove space from the top of single children*/
  
  .tree li:only-child {
    padding-top: 0;
  }
  /*Remove left connector from first child and 
  right connector from last child*/
  
  .tree li:first-child::before,
  .tree li:last-child::after {
    border: 0 none;
  }
  /*Adding back the vertical connector to the last nodes*/
  
  .tree li:last-child::before {
    border-right:2px solid #357693;
    border-radius: 0 0px 0 0;
  
  }
  
  .tree li:first-child::after {
    border-radius:0px 0 0 0;
  }
  /*Time to add downward connectors from parents*/
  
  /*.tree ul ul::before {*/
  /*    content: '';*/
  /*    position: absolute;*/
  /*    top: -15px;*/
  /*    left: 50%;*/
  /*    border-left: 2px solid #357693;*/
  /*    width: 0;*/
  /*    height: 35px;*/
  /*}*/
  
  .tree li a {
    border: 2px solid #357693;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 0px;
    font-weight: 700;
  
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  /*Time for some hover effects*/
  /*We will apply the hover effect the the lineage of the element also*/
  
  /* .tree li a:hover,
  .tree li a:hover+ul li a {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
  } */
  /*Connector styles on hover*/
  
  /* .tree li a:hover+ul li::after,
  .tree li a:hover+ul li::before,
  .tree li a:hover+ul::before,
  .tree li a:hover+ul ul::before {
    border-color: #94a0b4;
  } */
  
  .husband {
    float: left;
  }
  
  .wife {
    margin-left: 10px;
  }
  
  /*.wife::before {*/
    /* pseudo CSS, will need to be modified */
    
  /*  content: '';*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  right: 50%;*/
  /*  border-top: 2px solid #357693;*/
  /*  width: 50%;*/
  /*  height: 20px;*/
  /*}*/
  /*Thats all. I hope you enjoyed it.
  Thanks :)*/
  
.tree li a {
    display: flex;
    flex-direction: column;
}
ul.mother-father:before {
    height: 2px !important;
    bottom: 0 !important;
    width: 166px !important;
    background: #357693;
    left: 44% !important;
    top: 52px !important;
    z-index: -1 !important;
}
.tree li a {
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    font-family: arial, verdana, tahoma;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position: relative;
    background: #fff;
    z-index: 9999;
}
ul.mother-father {
    padding-top: 0px !important;
}

ul.mother-father:before {
    height: 2px !important;
    bottom: 0 !important;
    width: 166px !important;
    background: #357693;
    left: 0 !important;
    top: 0 !important;
    z-index: -1 !important;
    margin: auto !important;
    right: 0;
}
  .member_img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
    height: 148px;
    margin: auto;
    /* width: 100%; */
    border-radius: 0 !important;
}

/*.tree ul ul::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -73px;*/
/*    left: 50%;*/
/*    border-left: 2px solid #357693;*/
/*    width: 0;*/
/*    height: 93px;*/
/*}*/
.tree li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    max-width: fit-content;
    margin: auto;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    gap: 10px;
    text-transform: capitalize;
}
/*.top-space ul li.husband:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 80px;*/
/*    height: 104px;*/
/*    width: 2px;*/
/*    background: #0111af;*/
/*    left: 180px;*/
/*    right: auto;*/
/*    margin: 0 auto;*/
/*}*/


/*22-02-2024 css start*/
div#member_contact_info {
    padding: 0;
}
td.sorting_1 {
    text-align: center;
}
#member_contact .sorting_1 img {
    width: 170px;
    object-fit: contain;
    margin: 0 auto;
    height: 75px;
}
/*.d-flex.flex-column.h-100 {*/
/*    position: relative;*/
/*}*/
/*.dashboard_footer.container-fluid {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*}*/

.product-baner-bg {
    height: 550px;
    background-size: cover;
    background-position: center;
}

section.product-sec {
    padding: 50px 0px;
}
section.product-sec .product-title a {
    font-size: 18px;
    line-height: 14px !important;
    color: #000 !IMPORTANT;
}
section.product-sec h2 {
    line-height: 30px;
}
.review-text h3 {
    font-size: 16px;
}
.product-img img {
    object-fit: cover;
    width: 100%;
    height: 350px !important;
}
.fa-star:before{
    color: #ffd84f;
}
/*23-2-24*/
/*main.calendar-view {*/
/*    min-height: 1175px !important;*/
/*}*/
.body-content {
    min-height: 1290px;
}
.list-btn {
    width: 100%;
    text-align: center;
}
.list-btn button {
    width: 100% !important;
}
.fc-toolbar-chunk{
    pointer-events: none;
}
button.fc-today-button.fc-button.fc-button-primary {
    background-color: #0111af;
    opacity: 1;
}
.fc-theme-standard td, .fc-theme-standard th{
        border: none !important;
}
tr.fc-event.fc-list-event:hover {
    background-color: unset !important;
}
.fc .fc-list-event:hover td {
    background-color: #56565600;
    color: #f16e22;
}
div#member_lists_wrapper .text-center {
    text-align: left!important;
}
div#member_lists_wrapper td {
    text-align: left;
}
.card-header.pb-3.text-right {
    padding: 1rem !IMPORTANT;
}
.top_header_bar.container-fluid span.menu-icon.user-profile-img img{
   width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 0; 
    border-radius: 50%;
}
.dashboard_footer.container-fluid {
    height: 90px;
}

/*.dashboard_footer.container-fluid {*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    position: static;*/
/*    margin-top: 40px !IMPORTANT;*/
/*}*/

/*end*/

/* 28-02-2024*/
.file-name .file-name {
    text-transform: capitalize;
}

/*  29-02-2024 */

.story_content span.story_date {
    text-align: left;
    display: block;
}
.mockup-images {
    margin-top: 50px;
}
.mockup-width img {
    width: 1024px !important;
}



/*20-03-2024 css start*/
h3.label_title {
    background: #ff914d;
    text-align: center;
    max-width: 50%;
    padding: 7px 16px;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    width: 100%;
    margin: auto;
}

.step_item {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.step {
    background: #0111af;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 13px;
    flex: 0 0 auto;
}
label.step_heading {
    border: 1px solid #000b78;
    color: #000b78;
    padding: 10px 29px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.content_step {
    flex: 100%;
}

.rdio_box input[type=radio] {
    width: 0px;
    height: 0px;
}

.rdio_box label {
    border: 1px solid #eee;
    width: 100%;
    text-align: center;
    padding: 7px;
    color: #0111af;
}
.rdio_box input[type="radio"]:checked+label {
        border: 1px solid #0111af;
      }
textarea#message {
    border: 1px solid #0111af;
    border-radius: 0 !important;
    outline: none !important;
    padding: 10px;
}
.rdio_box label:hover{
        border: 1px solid #0111af;
      }
      span.label_btn {
    border: 0;
    padding: 1px 12px;
    font-size: 14px;
    line-height: 1;
    float: right;
    height: 40px;
    display: flex;
    align-items: center;
    background: #0111af;
    color: #fff;
    position: absolute;
    right: 0;
}
label.file_label {
    border: 1px solid #0111af;
    padding: 0px 0px;
    height: 40px;
    color: #0111af;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: center;
    padding-right: 73px;
}

input#file-upload {
    height: 0;
    width: 0;
}
button.submit_button {
    background: #ff914d;
    outline: none !important;
    border: 0 !important;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 500;
}

.step_check img {
    width: 77px;
}

.step_output label.step_heading {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    font-family: monospace;
    padding: 10px 8px;
}
.table-item tr {
    text-align: center;
}
.table-item a {
    color: #000;
}
.icon-img img {
    width: 23px;
    float: right;
}
/*end*/