body{
	background-color: #120f2d;
}
/*navbar style*/
#brand-logo{
    display: inline;
    padding-right: 7px;
    border-right: 2px solid #F6AE00;
}

.navbar-custom {
    background-color: #120f2d;
    color: #fff;
}

.btn {
  border: 1px solid #F6AE00!important;
  background-color: transparent !important;
  color: #5d6080;
  padding: 8px 28px;
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
}

#copy_link_btn{

  border: 1px solid #F6AE00!important;
  background: #F6AE00!important;
  color: #5d6080;
  padding: 5px 5px;
  border-radius: 2.8px;
  font-size: 16px;
  cursor: pointer;

}


#edit_memorial_btn{

  border: 1px solid #F6AE00!important;
  background: #F6AE00!important;
  color: #5d6080;
  padding: 5px 5px;
  border-radius: 2.8px;
  font-size: 16px;
  width: 120px;
  cursor: pointer;

}

.btn:focus,.btn2:focus, .btn2:active, .btn:active {
   outline: none !important;
   box-shadow: none;
}

.btn2 {
  border: 1px solid #F6AE00!important;
  background-color: #330818 !important;
  color: #5d6080;
  padding: 8px 28px;
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
}

.sticky{
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 10px;
  z-index: 100;
}

/*end of navbar style*/

.section-title-alt {
    color: #F6AE00;
    font-weight: 300;
    font-size: 40px;
    padding: 2px 0px;
    margin-bottom: 0;
    margin-top: 0;
}

.section-subcontent-alt {
    font-size: 18px;
    padding-bottom: 0px;
    font-weight: 200;
    color: #F6AE00;
}

.inputFormRegister {
    background-color: #1d1d3c;
    color: white;
    margin: 3px 0;
    border: none;
    font-size: 14px;
    border: none;
    border-radius: 0;
    outline: medium;
    appearance: textfield;
    padding: 10px 15px;
    height: 40px;
}

.inputFormRegister:valid {  
    background-color: #1d1d3c !important;
    box-shadow: none;
    color: #fff;
}

#btn-register{
  border-radius: 0 0 20px 20px;
  color: #fff;
}

#btn-login{
  color: #fff;
}

#tnc{
  color:#777;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

#candle{
  background-color: blue;
}

#requem{
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  padding: 2px 0px;
  margin-bottom: 0;
  margin-top: 0;
}

#requem-text{
  font-size: 18px;
  padding-bottom: 0px;
  font-weight: 200;
  color:#575b7c;
}

#btn-create-mem{
  border-radius: 0 0 20px 20px;
  color: #fff;
}

#btn-create-mem:valid{
  box-shadow: none;
}




/*start of carousel*/
 /*.hi-slide { position: relative; width: 754px; height: 292px; margin: auto; auto 0;}
            
.hi-slide .hi-next,
.hi-slide .hi-prev 
            { position: absolute;
              top: 50%; 
              width: 40px;
              height: 40px; 
              margin-top: -20px;     
                border-radius: 50px; 
                 
                
              line-height: 40px;
              text-align: center; 
              cursor: pointer;
              background-color: #fff; 
              color: black;               
              transition: all 0.6s;
              font-size: 20px; 
                font-weight: bold;
            }
           .hi-slide .hi-next:hover, 
            .hi-slide .hi-prev:hover 
            {
            opacity: 1; 
            background-color: #fff;  
            }
            
           .hi-slide .hi-prev { left: -60px; }
            
    .hi-slide .hi-prev::before { content: '<'; }
    .hi-slide .hi-next { right: -60px; }
    .hi-slide .hi-next::before { content: '>'; }
    
            .hi-slide > ul
                    { 
                        list-style: none; 
                        position: relative;
                        width: 754px; 
                        height: 292px; 
                        margin: 0;
                        padding: 0;

                        
                        
            }
            
            
        .hi-slide > ul > li {
            overflow: hidden; 
            position: absolute; 
            z-index: 0; 
            left: 377px;
            top: 146px; 
            width: 0; 
            height: 0; 
            margin: 0; 
            padding: 0;
            border: 3px solid #fff;              
            background-color: #333; 
            cursor: pointer; }
            
        .hi-slide > ul > li > a > img { width: 100%; height: 100%; background-position: center;}*/

/* end of carousel*/


/*start of dashboard*/

header{
  z-index: 1;
  position: fixed;
  background: #22242A;
  padding: 20px;
  width: calc(100% - 0%);
  top: 0;
  height: 30px;
}

.left_area h3{
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
}

.left_area span{
  color: #19B3D3;
}

.logout_btn{
  padding: 5px;
  background: #19B3D3;
  text-decoration: none;
  float: right;
  margin-top: -30px;
  margin-right: 40px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: 0.5s;
  transition-property: background;
}

.logout_btn:hover{
  background: #0B87A6;
}

.sidebar{
  z-index: 1;
  top: 0;
  background: #120f2d;
  margin-top: 70px;
  padding-top: 30px;
  position: fixed;
  left: 0;
  width: 250px;
  height: calc(100% - 9%);
  transition: 0.5s;
  transition-property: left;
  overflow-y: auto;
}

.profile_info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sidebar .profile_info .profile_image{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.sidebar .profile_info h5{
  color: #ccc;
  margin-top: 0;
  margin-bottom: 20px;
}

.sidebar a{
  color: #fff;
  display: block;
  width: 100%;
  line-height: 60px;
  text-decoration: none;
  padding-left: 40px;
  box-sizing: border-box;
  transition: 0.5s;
  transition-property: background;
}

.sidebar a:hover{
  /*background: #F6AE00;*/
  color: #F6AE00;
}

.sidebar i{
  padding-right: 10px;
}

label #sidebar_btn{
  z-index: 1;
  color: #fff;
  position: fixed;
  cursor: pointer;
  left: 150px;
  top:24px;
  font-size: 20px;
  margin: 5px 0;
  transition: 0.5s;
  transition-property: color;
}

label #sidebar_btn:hover{
  color: #F6AE00;
}

#check:checked ~ .sidebar{
  left: -185px;
}

#check:checked ~ .sidebar a span{
  display: none;
}

#check:checked ~ .sidebar a{
  font-size: 20px;
  margin-left: 165px;
  width: 100%;
}

.content{
  width: (100% - 250px);
  margin-top: 60px;
  padding: 20px;
  margin-left: 250px;
  background: url(background.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  transition: 0.5s;
}

#check:checked ~ .content{
  margin-left: 60px;
}

#check:checked ~ .sidebar .profile_info{
  display: none;
}

#check{
  display: none;
}

.mobile_nav{
  display: none;
}

.content .card p{
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.8;
}

/* Responsive CSS */

@media screen and (max-width: 780px){
  .sidebar{
    display: none;
  }

  #sidebar_btn{
    display: none;
  }

  .content{
    margin-left: 0;
    margin-top: 0;
    padding: 10px 20px;
    transition: 0s;
  }

  #check:checked ~ .content{
    margin-left: 0;
  }

  .mobile_nav{
    display: block;
    width: calc(100% - 0%);
  }

  .nav_bar{
    background: #222;
    width: (100% - 0px);
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .nav_bar .mobile_profile_image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .nav_bar .nav_btn{
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.5s;
    transition-property: color;
  }

  .nav_bar .nav_btn:hover{
    color: #19B3D3;
  }

  .mobile_nav_items{
    background: #2F323A;
    display: none;
  }

  .mobile_nav_items a{
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    line-height: 60px;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    transition-property: background;
  }

  .mobile_nav_items a:hover{
    background: #19B3D3;
  }

  .mobile_nav_items i{
    padding-right: 10px;
  }

  .active{
    display: block;
  }
}


#dashboard-header{
  background-color: #120f2d;
}
                           
/*end of dashboard*/


/*start of card plan  styling*/
section.pricing {
  background: #2a2742;
  background: linear-gradient(to right, #2a2742, #413f57);
  /*background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);*/
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
    color: #fff;
    background-color: #F6AE00 !important;
  }
}
/*end of card styling*/

/*beginning of stying for tabbar profile page*/
#tabbar{
  background: transparent;
}

#tabbar .nav-item a{
  width:  130px;
  cursor: pointer;
}


#tabbar .clicked{
  background: #F6AE00;
}

.bg-grey{
  background: #b6c3c4;
}

/*end of styling tabbar profile page*/

/*start of styling of memorial section dashboard*/
.image-container {
  position: relative;
  text-align: center;
  color: white;
}

.g-item{
    width: 500px;
    height: 500px;
    background-position: center;
    background-size: cover;
}

.property-label {
  position: absolute;
  top: 8px;
  right: 16px;
  background-color: #000;
  padding: 5px;
  opacity: .6;
  font-size: 12px;
  color:#F6AE00;
  border-radius: 4px;
}

.fit-image{
  width: 100%;
  object-fit: cover;
  height: 200px; /* only if you want fixed height */
  border-radius: 7px;
}

.toast {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #fff;
    color: #fff;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
/*end of styling of memorial section dashboard*/

/*start of styling for record button in record voice form*/

#recordButton{
  width: 65px;
  height: 65px;
  font-size: 12px;
  background-color: red;
  border: 0;
  border-radius: 35px !important;
  margin: 1px;
  outline: none;
}


#stopButton{
  width: 65px;
  height: 65px;
  font-size: 12px;
  background-color: darkred;
  border: 0;
  color: #fff;
  border-radius: 35px !important;
  margin: 1px;
  outline: none;
}

.Rec{
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse{
  0%{
    box-shadow: 0px 0px 5px 0px rgba(173,0,0,.3);
  }
  65%{
    box-shadow: 0px 0px 5px 13px rgba(173,0,0,.3);
  }
  90%{
    box-shadow: 0px 0px 5px 13px rgba(173,0,0,0);
  }
}

/*end of styling for record button in record voice form*/


/*centering music modal*/
#musicModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
/*end of music modal centing*/


/* For Loading Overlay by CodexWorld */
.post-wrapper{position: relative;}
.loading-overlay{display: none;position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background: rgba(255,255,255,0.7);}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
/*end of Loading overlay */
