/*
@font-face {
  font-family: "SF-Prov";

  src: url('../fonts/SF-Pro-Rounded-Regular.eot');
  src: url('../fonts/SF-Pro-Rounded-Regular.eot') format('embedded-opentype'),
       url('../fonts/SF-Pro-Rounded-Regular.woff2') format('woff2'),
       url('../fonts/SF-Pro-Rounded-Regular.woff') format('woff'),
       url('../fonts/SF-Pro-Rounded-Regular.ttf') format('truetype');

       }

@font-face {
  font-family: "Poppins-Bold";

  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
       url('../fonts/Poppins-Bold.woff2') format('woff2'),
       url('../fonts/Poppins-Bold.woff') format('woff'),
       url('../fonts/Poppins-Bold.ttf') format('truetype');

       }
       
       @font-face {
  font-family: "SF-Pro-Rounded-Thin";

  src: url('../fonts/SF-Pro-Rounded-Thin.eot');
  src: url('../fonts/SF-Pro-Rounded-Thin.eot') format('embedded-opentype'),
       url('../fonts/SF-Pro-Rounded-Thin.woff2') format('woff2'),
       url('../fonts/SF-Pro-Rounded-Thin.woff') format('woff'),
       url('../fonts/SF-Pro-Rounded-Thin.ttf') format('truetype');

       }

@font-face {
  font-family: "SF-Pro-Rounded";
  src: url('fonts/SF-Pro-Rounded-Regular.otf') ;
       }

@font-face {
  font-family: "Poppins-Bold";
  src: url('fonts/Poppins-Bold.otf') ;
       }

@font-face {
  font-family: "SF-Pro-Rounded-Heavy";
  src: url('fonts/SF-Pro-Rounded-Heavy.otf') ;
       }

@font-face {
  font-family: "SF-Pro-Rounded-Black";
  src: url('fonts/SF-Pro-Rounded-Black.otf') ;
       }
*/

:root {
    --Iconsax-Size:14px;
    --Iconsax-Color:#FFFFFF;

}


.pink{
    --Iconsax-Color:#fe507e !important;
}
.dropdown-menu .iconsax {
    --Iconsax-Color:#fe507e;
}

.cp-menu .iconsax {
    --Iconsax-Color:#fe507e;
        --Iconsax-Size:22px;

}

.userlist .iconsax {
        --Iconsax-Size:18px;

    --Iconsax-Color:#fe507e;
    fill:#fe507e;
    width:18px;
    height:18px;
}

.buttonx .iconsax {
    --Iconsax-Color:#FFFFFF;
    --Iconsax-Size:14px;

}

.whatsapp {
--Iconsax-Color: #25D366 !important;
    --Iconsax-Size:20px !important;

}

.verified {
--Iconsax-Color: #25D366 !important;
    --Iconsax-Size:16px !important;
        margin-top:-2px;

}

.not-verified {
    --Iconsax-Color: #c6c3c3 !important;
    --Iconsax-Size:16px !important;
        margin-top:-2px;

}

.download {
    --Iconsax-Color: #fe507e !important;
    --Iconsax-Size:16px !important;
}

.iconsax-star {
    --Iconsax-Color:gold !important;
    --Iconsax-Size:20px !important;
    margin-top:-8px;
text-shadow: 5px 3px 2px rgba(0,0,0,1);
    
}

.iconsax-star-side {
    --Iconsax-Color:gold !important;
    --Iconsax-Size:15px !important;
    margin-top:-5px;
    text-shadow: 5px 3px 2px rgba(0,0,0,1);
    
}

.iconsax-yellowstar {
    --Iconsax-Color:#f1cb00 !important;
}

.iconsax-greenstar {
    --Iconsax-Color:#44b941 !important;
}

.iconsax-arrowright {
    --Iconsax-Color:#fe507ec9 !important;
}

.iconsax-tapisan {
    --Iconsax-Color:#6c757d!important
}

.iconsax-lulus {
    --Iconsax-Color:#76ac65!important
}



@media only screen and (min-width: 700px) {

.iconsax-float-button {
    --Iconsax-Size:20px;
    --Iconsax-Color:#FFFFFF;

}

}

.dropdown .iconsax {
    margin-top:-2px;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "SF-Light";
  src: url('../fonts/SFUIText-Light.otf') format('truetype');
}

@font-face {
  font-family: "SF-Regular";
  src: url('../fonts/SFUIText-Regular.otf') format('truetype');
}

@font-face {
  font-family: "SF-Bold";
  src: url('../fonts/SFUIText-Bold.otf') format('truetype');
}

@font-face {
  font-family: "Poppins-Bold";
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "SFUI-Light";
  src: url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
}


body,
html {
  width: 100%;
  /*height: 100%;*/
}


body {
  /* font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; */
 font-size: 1rem;
  font-family: 'SF-Light';
	letter-spacing: -0.22px;
  color: #6d6c6c !important;
  background-color: #eef2f1;
	/*text-shadow: 1px 1px 1px rgba(128, 128, 116, 0.2); */
}

.base {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.titlerow {
  /* margin-left: -0.8rem !important; */
}

.userlist .icon {
    height:20px;
        width:25px;

}
/*
.adjustment {
  max-width: 1440px;
  min-height : 60vw;
}*/

.figure-setting {
    padding : 4px !important;
    transition: none !important;
}
/*
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
  font-family: poppins;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 35px 70px;
  line-height: 1.5;
  color:#fff;
  font-size: 50px;
}

hi span {
  display: block;
  font-size: 35px;
}
*/
.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;

  background: no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  animation: animate 15s linear infinite;
  opacity: 1;
  transform: scale(1.2);

}

.banner-img:nth-child(1) {
  animation-name: animate-1;
  z-index: 3;
}

.banner-img:nth-child(2) {
  animation-name: animate-2;
  z-index: 2;
}

.banner-img:nth-child(3) {
  animation-name: animate-3;
  z-index: 1;
}

.banner-img:nth-child(4) {
  animation-name: animate-4;
  z-index: 0;
}

@keyframes animate-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }

  1.5% {
    opacity: 1;
  }

  23% {
    opacity: 1;
  }

  26% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }

  98% {
    opacity: 0;
    transform: scale(1.22);
  }

  100% {
    opacity: 1;
  }
}

@keyframes animate-2 {
  23% {
    opacity: 1;
    transform: scale(1.2);
  }

  26% {
    opacity: 1;
  }

  48% {
    opacity: 1;
  }

  51% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes animate-3 {
  48% {
    opacity: 1;
    transform: scale(1.2);
  }

  51% {
    opacity: 1;
  }

  73% {
    opacity: 1;
  }

  76% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes animate-4 {
  73% {
    opacity: 1;
    transform: scale(1.2);
  }

  76% {
    opacity: 1;
  }

  98% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }

}

/*
hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #AB208E;
}

 */

hr.light {
  border-color: #fff;
}

a {
  color: #fe507e; /*#fe507e;*/
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #D78011;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Loto', 'Helvetica Neue', Arial, sans-serif;
  /*font-family: 'SF-Bold';*/
  color: #33658A;


}

h3 {
  font-size: 21px;
}

h4 {
	font-size:16px;
}
h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}
.bg-primary {
  background-color: #fe507ec9 !important
}


.bg-map {
  background-image: url("/img/malaysia-map.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
}

.bg-square {
  background-image: url("/img/gray_pattern.gif");

  background-repeat: repeat, repeat;
  /* Do not repeat the image */
}

.bg-square-black_removed {
  background-image: url("/img/black_pattern.gif");

  background-repeat: repeat, repeat;
  /* Do not repeat the image */
}

.bg-dark {
  background-color: #2f2f2f !important
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}



.section-heading {
  margin-top: 0;
}

#mainNav {
    background-image: url("/img/header_2025.png");
  background-attachment: fixed;
  background-position: center;
}

::-moz-selection {
  color: #fff;

  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fe507e;
  font-family: 'SF-Regular', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: .9;
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'SF-Regular', Arial, sans-serif;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.4);
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
  color: rgba(255, 255, 255, 0.5);
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: #fe507e;
    opacity: .9;


  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    padding: 0.1rem 0.5rem;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #fff;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #fff;
  }

  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fe507e;
    opacity: .9;

  }

  #mainNav.navbar-shrink .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav.navbar-shrink .navbar-brand:focus,
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #fff;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #eacaea;
  }
}

.modal h5 {
    font-size:18px;
    color:#98C1D9;
}


.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #ff638b !important;
}

.btn {
  min-width:120px;
  text-transform:capitalize;
  border: none;
  font-size:12px;
  font-family: 'SF-Light', Arial, sans-serif;
  box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 20%);

}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
   background-color: #fe507e;
  /*#00DAF0;*/

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff !important;
  background-color: #fe507e !important;


}

.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;

}

.toast-success {
  background-color: rgb(17 189 109) !important;
  color: #fff !important;
}

.toast-error {
  background-color: rgb(247, 126, 138) !important;
  color: #fff !important;
}

.btn-success {
    color: #fff;
background-color:#fe507e;
    
    
}

.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}


.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2b5be3;
    border-color: #0f78e8;
}

.btn-success:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #011b38;
}

.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(171 211 255);
}

.blendin {
  visibility: visible;
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}



.circle-text {
  display: table-cell;
  height: 200px;
  /*change this and the width 	for the size of your initial circle*/
  width: 200px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  /*make it pretty*/
  background: #000;
  color: #fff;
}

.approach li {
  display: block;
}

.approach li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #C3A658;
}

.approach-benefit li {
  display: block;
}

.approach-benefit li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\f101";
  font-family: 'FontAwesome';
  font-size: 14px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #C3A658;
}

#tapproach h3 {
  margin-bottom: 30px;
}

#list-trainings li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 14px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #C3A658;
}

#list-trainings li {
  display: block;
}

.capproach {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/capproach.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

.capproach img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* future proofing */
  -khtml-border-radius: 10px;
  /* for old Konqueror browsers */
}

.dropdown-item {
  font-size: .9rem;
  font-weight: 200;
  text-transform: capitalize;
  color: #212529;
	letter-spacing: -0.35px;
}

.dropdown-menu a:hover {
  background-color: #d5f4f1 !important;

}

.rounded-corner {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* future proofing */
  -khtml-border-radius: 10px;
  /* for old Konqueror browsers */
}

.testimonial-author {
  font-style: italic;


  color: #34a4d6;
}



#testimonials h5 {
  margin-top: 50px;
  margin-bottom: 50px;
}


/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.65); /* Semi-transparent black */
  backdrop-filter: blur(10px); /* Adjust blur intensity */
  -webkit-backdrop-filter: blur(10px); /* For Safari support */  /* Fallback color */
  /* background-color: rgb(0 0 0 / 65%); */
  /*rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}


.bg-danger {
  background-color: rgba(255, 255, 255, 0) !important;
}

.modal-content,
#caption {

  background-color: #eef2f1;
  border-width: 2px;
  border-color: white;
  /* border-radius: 5px; */
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
  padding: 1rem;
  ;

}


@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  right: 10px;
  color: red;
  font-size: 1rem;
  /*40px; */
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 700px wide or more */
@media only screen and (min-width: 700px) {
  .modal-content {
    width: 100%;
  }

  .floatingBtn {
    font-size: 18px;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px solid #ffffff;
    border-radius: 50px;
    cursor: pointer;
    border-radius: 50px;
    position: fixed;
  
    z-index: 99;
    border: none;
    outline: none;
    
  }

  #myBtn2 {
    bottom: 90px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
  }

  #myBtn3 {
    bottom: 160px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
  }
}

/* 699px wide or less */
@media only screen and (max-width: 699px) {

.floatingBtn {
  cursor: pointer;
  border-radius: 50px;
  position: fixed;

  z-index: 99;
  border: none;
  outline: none;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
  border-radius: 50px;
  border: 1px solid #ffffff;

}


#myBtn2 {
  bottom: 60px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
}

#myBtn3 {
  bottom: 100px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
}

.btn-stage {
  padding-bottom : 1px;
padding-left:6px;
padding-right :6px;
padding-top :1px;
} 
}

#myBtn {
  background-color:#f0b800bf;
  color: white;
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
}

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}



#myBtn2 {
  background-color: #4eaa5fc2;
  color: white;

}

#myBtn2:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

.hide {
  display: none;
}

#myBtn3 {
  background-color:#8c86f6ad;
  color: white;

}

#myBtn3:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255 255 255 / 22%)
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

button:focus {
  outline: 0px dotted;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

.margin-top-300 {

  margin-top: 400px;
}

.margin-top-3 {

  margin-top: 3rem;

}

.margin-bottom-3 {

  margin-bottom: 3rem;

}

.margin-top-0 {

  margin-top: 0px !important;
}

.text-shadow {

  text-shadow: 1px 1px 5px rgba(0, 5, 0, 0.38);
}

.btn-gap {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;

}



.padding-top-4 {
  padding-top: 4rem;

}

.arab {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.padding-bottom-3 {
  padding-bottom: 3rem;

}

.primary-color {
  color: #AB208E;
}

.pink-color {
  color: #f10049;
}


.center-tab {
  max-width: 500px;
  margin: auto;
}

.section-members ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.section-members li {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-members .item-avatar {}

.section-members .item-avatar img {
  width: 80px;
  height: 80px;
}

.section-members .item-list {
  border-bottom: 0;
}

.section-members .date {
  font-size: 10px;
}

.section-members .time {
  font-size: 10px;
}



a.nav-link {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom-width: 3px !important;
  padding-bottom: 0px !important;
}

.nav-tabs {
  border-bottom: none;
}

.item-avatar {
  padding: 8px;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {

  border-bottom: 3px solid #fe507e;

}

.nav-link {

  padding-bottom: 0px !important;

}

.fadein li {
  display: none;
}

.latest-blog img {
  width: 56px;
  height: 56px;
  padding: 3px;
  background: #777;
  display: inline-block;
  float: left;
  margin-right: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}



ul.latest-blog li::before {
  content: "";
  margin-left: 0;
}

ul.latest-blog {
  padding-left: 0;
}



.menu-footer li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  color: #abb4be;
  right: 0;
  top: 0;
  padding: 3px 3px;
}

ul#menu-footer {
  padding-left: 3px !important;
}

.menu-footer li {
  list-style-type: none;
}

.latest-blog li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

#contact {
  padding-bottom: 30px;
}

#contact .panel {

  background-color: rgb(68, 65, 65);
  padding: 10px;

  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 1px solid #5d5c5c;
  margin-bottom: 10px;

}

#contact .btn-telegram {

  background: #2ba6cb;
  border: 1px solid #2ba6cb;
  color: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;

}

#contact .btn-android {

  background: #0ea820;
  border: 1px solid #0ea820;
  color: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;

}

.online-user-live {
  border: 0px !important;
 /* font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif; */


}


.image-with-text {
  display: flex;
  align-items: center; /* Vertically align image and text */
}

.image-with-text img {
  float: left;
  margin-right: 20px; /* Adjust this value as needed */
  max-width: 100%; /* Ensure the image doesn't exceed its container */
}
.fp-quran {
    border-width: 1px;
    border-style: solid;
    background-color: whitesmoke;
    margin-top: -80px;
    z-index: 999;
    padding: 30px;
	position: inherit;

	border-radius: 10px;
    border-color: #2125294f;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);

}

.online-user-live .media {
  background-color: #8c8c8c0a;
  border-width: 2px;
  border-style: solid;
  border-color: #90909026;
  border-radius: 5px;
  padding: 3px;
}

.online-user-live .list-group-item {
	     border: 0px !important;
}

.online-user-live .list-group-item {
  background-color: #fff0 !important;
  padding: 5px;
  /*border-bottom-color: rgb(252, 214, 239);
  border-bottom-style: solid;
  border-bottom-width: 1px;
	*/
}

.online-user-live .list-group {
  font-size: 12px;
}

.online-user-live .thumbnail {

  height: 50px;
  width: 50px;
  border-radius: 50%;

  border-style: solid;
  border-color: white;
  margin-right: 10px;

}

.userlist .thumbnail {

  height: 50px;
  width: 50px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  border-style: solid;
  border-color: white;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);

}

.userlist .field {
  color: #6d9bb6;
  font-weight: 900 !important;
}

.userlist .thumbnail1 {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    border-style: solid;
    border-color: #6bff4a;
    margin-right: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
    /* border-width: 3px; */
}

.bg-square-black a {
  color: #ff9db7;
}

.line {
  height: 0px;
  width: 100%;
  display: block;
  background-color: #ffffff7a;
  border-bottom: #80808033;
  border-bottom-color: rgba(128, 128, 128, 0.2);
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 20px;
  margin-bottom: 20px;
}

#contact .col-xl-4 {
  margin-bottom: 40px;
}



.yellow-star {
  color: gold;
}

.green-star {
  color: #44b941;
}

.purple-star {
  color: #6633CC;
}

.star {
text-shadow: 1px 1px 2px rgba(128, 128, 116, 0.6);
  padding-top: 3px;
}

.grey-star {
  color: #CCCCCC;
  text-shadow: none;
}


.green {
  color: #76ac65;
}

.blue {
  color: #8e8efc;
}

.userlist li {
  list-style: none;
}

.userlist ul {
  padding-left: 0px;
  padding-right: 0px;
}


.legend {
  font-size: 10px !important;
  border: #bd9b8766;
  border-top-style: none;
  border-top-width: medium;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-left-style: none;
  border-left-width: medium;
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: beige;
  display: inline-block;
  margin: 2px;
  float: right;
}


.userlist .green {

  color: #327a1b82;
}

.legend i {
  font-size: 10px !important;
}

.warnaLelaki {
  width: 50px;
  text-align: center;
  font-size: 10px !important;
  border: #8ca9f9;
  border-top-style: none;
  border-top-width: medium;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-left-style: none;
  border-left-width: medium;
  border-top-style: none;
  border-top-width: medium;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-left-style: none;
  border-left-width: medium;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #dcddf6;
  display: inline-block;
  margin: 2px;
  color: #5154ed;

}


.warnaWanita {
    width: 50px;
    font-size: 10px !important;
    border: #dd63aa;
    border-top-style: none;
    border-top-width: medium;
    border-right-style: none;
    border-right-width: medium;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-style: none;
    border-left-width: medium;
    border-top-style: none;
    border-top-width: medium;
    border-right-style: none;
    border-right-width: medium;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-style: none;
    border-left-width: medium;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
	padding-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f482c4;
    display: inline-block;
    margin: 2px;
    color: #ffffff;
}

.userlist li {
  border-width: 0px;
  border-color: beige;
  border-style: solid;
}
	.padding-adjustment {
		padding-left: 0px;
		padding-right:0px;
	}
@media (min-width: 801px) {
	.padding-adjustment {
		padding-left: 20px;
		padding-right:20px;
	}
}



@media (max-width: 801px) {
  .userlist li {
    border-width: 0px;
    border-color: beige;
    border-style: solid;
  }

  .sidebar section {
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
  }

  .userlistdetail2 {
    text-align: right !important;
    font-size: 10px;
    margin-top : -20px;
  }


}

.userlist .badge-light {
  border-width: 1px;
  border-color: #00000026;
  border-style: solid;
  color : rgb(33 37 41 / 64%);
  text-decoration: none;
}

.userlist .badge-light a {
  color : rgb(33 37 41 / 64%);
  text-decoration: none;
}

.userlistdetail3 {
  /*font-size: small;*/
}

.userlist .card {
  border-width: 1px !important;
  border-color: #95cbea66 !important;
  border-style: solid !important;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10px;
}

.userlist .card-footer {
  font-size: 0.8rem;
  padding: 0.4rem;
  border-top: none;
 /* background-color: rgb(255 224 231 / 53%) !important; */
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;

}

.userlist .moveup {
  margin-top: 5px;
}

.userlist .card .btn {
  /* background-color: #f1aa2c !important; */
}

.userlist .card .card-header a {
  color : #33658A;
}

@media (min-width: 768px) {
 .userlist .moveup {
    margin-top: -20px;
  }
}

.userlist .card-footer {
  background-color: #eaf8ff !important;
  border-top: 1px solid #95cbea66 !important
}

.userlist .card-header {
  /*background-color: #eaf8ff !important;*/
  border-bottom: 0px solid #ffffff !important
}

.userlist .card-body {
  padding: 0.75rem;
}

.userlist .card-body li {
  border-color: #c8e6f761;
  border-style: solid;
}

.userlist .card-body .list-group,
.userlist .card-body .list-group-item {
  background-color: transparent; /* same as #ffffff00 */
}

.userlist .mini-header {

  background-color: #ffffff78;
  /* padding: 0.1rem; */
  border-radius: 4px;
  border-width: 1px;
  border-color: #80808047;
  border-style: solid;
  font-size: 0.6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.1rem;
  scroll-padding-bottom: 0.1rem;

}

.userlist .labels a {
  background-color: #d5d5d533;
  border-radius: 5px;
  border: 1px solid #bbbbbb52;

  font-size: 0.65rem;       /* slightly bigger for readability */
  font-weight: 600;         /* makes it bold */
  color: #726f68;

  padding: 0.15rem 0.5rem;  /* balanced spacing */
  display: inline-block;

  /* subtle shadow */
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.10)
}

.userlist .labels img {
  height: 10px;
  width: auto;
}

.userlist .premium-user {
  background-color: #f0f8ff96;
}
.media-bottom {
  display: block;
}

.footer-info {
  font-size: 10px !important;
  border: #bd9b8766;
  border-top-style: none;
  border-top-width: medium;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-left-style: none;
  border-left-width: medium;
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: beige;
  display: inline-block;
  margin: 2px;
}

.phone {
  color: #7a7a22;
  font-weight: 800;
}

.email {
  color: #ec7535;
  font-weight: 800;
}

.web {
  color: #2c2cf9;
}

.notcomplete {
  color: #ddd4d4;
}


.adjustment {
  margin-left: 0px !important;
  margin-right: 0px !important;

}


.paid-user {
  background-color: #fef4d3 !important;
}

.modal-footer {
  border-top: none;
  padding: 0.5rem;

  display: block;

  text-align: center;
}

.modal-header {
  /* background-color: #fe507ec2 ; */
  -webkit-border-top-right-radius: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  -moz-border-radius-topleft: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  border-bottom: 0px !important;
  padding: 0px;
  color: rgb(36, 1, 32);
}

.modal-body {
  padding: 0.8rem;
}

.popular .joinbutton {
  display: none;
}

.userlist .paiduser {
  background-color: #fcd6ef;

}

.custom-toggler {
  color: #ffffffba !important;
}

.maincontent {
  min-height: 500px;
}
@media (min-width: 768px) {

  .sidebar {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
  }

  .maincontent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;

  }
  


  .online-user-live .thumbnail {
    height: 30px;
    width: 30px;
  }

  .sidebar .media-body {
    font-size: 12px;
  }

  .sidebar {
    padding-top: 6rem;
  }



}


@media (min-width: 834px) {

  /* CSS */

  .sidebar {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    width: 100%;
  }

  .maincontent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;

  }

  .online-user-live .thumbnail {
    height: 30px;
    width: 30px;
  }

  .sidebar .media-body {
    font-size: 12px;
  }

  .sidebar {
    padding-top: 0rem;
  }

  .maincontent section {
    padding-top: 5rem !important;

  }




}




.maincontent section {
  padding-bottom: 2rem;
}


.maincontent h3 {
  /*
    border-bottom: antiquewhite;
    border-bottom-color: #fe507e;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 0.5rem;

*/
  color: #98C1D9;
}

.maincontent h4 {
      color: #fe507e;

}


.maincontent h1 {


  border-bottom: antiquewhite;
  border-bottom-color: #fe507e;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.formx .row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.formx .alert {
  margin-top: 1rem;
}



.badge {
  border: none;
  font-family: 'SF-Light', 'Helvetica Neue', Arial, sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

button {
  cursor: pointer;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.registerform ul {
  padding-left: 0px;
}

.goodregister li {
  list-style-type: none;
}

.goodregister li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00c';
  color: #28a745;
  right: 0;
  top: 0;
  font-size: 20px;
  padding: 5px 10px;

}

.badregister li {
  list-style-type: none;
}

.badregister li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f057';
  color: #dc3545;
  right: 0;
  top: 0;
  font-size: 20px;
  padding: 5px 10px;

}

.errbox .col-1 {
  text-align: center;
}

.errbox {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.cpanel_icons img {
  max-width: 100px;
}

.cp-icon {
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  padding: 1rem;
  border-color: #66666640;

}

.center {
  text-align: center;
}



/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .cpanel .cpanel-object {
    font-size: 14px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .cpanel .cpanel-object {
    font-size: 12px;
  }
}

.datecol-d {
  padding-right: 0px;
}

.datecol-m,
.datecol-y {

  padding-left: 0px;
  padding-right: 0px;
}

.daterow {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.cpanel .row {
  padding-left: 1rem;
  padding-right: 1rem;
}



.cpanel_icons .card-body {
  padding: 0.5rem;
}

.cpanel_icons a:hover {
  text-decoration: none;
}

.cpanel_icons .card a:hover {
  background-color: #fe507e1a;
  color: #fe507e;
  font-weight: 400;

}

.cpanel_icons .card {
  height: 80%;
}

.cpanel_icons a {
  height: 100%;
}



.medium {
  font-size: 12px;
}

.border-radius-0 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.cpanel .profile-card .card-body {
  padding: 0.5rem;
}

.cpanel .account .card-header,
.cpanel .stats .card-header {
  padding: .5rem;
  padding-left: 1rem;
  font-weight: 800;
}

.cpanel .account .card-body,
.cpanel .stats .card-body {
  padding: .8rem;
}

.side-border {
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.41);
-webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.41);
}


.top-border {
	border-style: outset;
    border-color: #f1b4d9;
    border-width: 0 0 3px 0;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.67);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.67);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.67);
}

.card-img-top {
  object-fit: cover;
}

.male-card {
  background-color: #f0f4fb !important;
}

.userlist .row {
  margin-left: 0px;
  margin-right: 0px;
}

/*
 .table-striped > tbody > tr:nth-child(2n+1) > td {
  background-color: #f367d60f;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
 border-top: 1px solid rgba(158, 231, 134);
}
*/

.table-striped tbody tr:nth-of-type(odd) .userlistdetail_row {
background-color: #ff779b24;
    border-width: 1px;
    border-color: #fc5f8959;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff00;
}

.userlistdetail_row {
  background-color: white;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
  border-radius: 2px;
    border: solid;
    border-width: 1px;
    border-color: #cfcfcf;
  padding: 1rem;
  min-height: 100px;
  cursor: pointer;
}

/* 


*/
.userlistdetail .row {
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 10px;
  margin-bottom: 5px;

}

.userlistdetail .summary {
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 line-height: 20px;
	 max-height: 100px;
	 padding: 4px 10px;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
}

.table td,
.table th {
  padding: 0.1rem;
  vertical-align: top;
  border-top: 0px;
}

/*
table #userlist {
  background-color: white;
}
*/

.table-striped>tbody>tr:nth-child(2n+1)>th {
  background-color: none;
  border-top: none;
}

.extra {
  margin-top: 10px;
}

.italic {
  font-style: italic;
}

.text-grey {
  color: rgb(206, 206, 206);
}

label {
  /* color: #453636; */
}

section.pricing {
  margin-top: 50px;
}

section.pricing .row-pricing {

  /* margin-top:50px; */

}

.pricing .card {
  border: none;
  border-radius: 0.3rem;
  transition: all 0.2s;
border-width: 1px;
    border-color: #00000030;
    border-style: dashed;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 2rem;
}

.pricing ul {
  margin-top: 1rem;
}

.pricing ul li {

  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .text-purple {
  color:#8f6eff;
}

.pricing .btn {
  /* font-size: 80%; */
  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 {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    background-color: #ec51be17;

  }

  .pricing .card:hover .btn {
    opacity: 1;
  }

  section.pricing {
    margin-top: 80px;
  }
}

.row-pricing .card {
  background-color: #ffffff;
}

.strike {
  text-decoration: line-through;
  /*font-size: 1rem !important;*/

}

h4.oriprice {
  margin: 0px;
  font-size: 0.2rem;

}

@keyframes blink {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.blink {
  animation: blink 2s infinite;
}

/*
.profile-btn .btn {
  max-width: 80%;
  margin-bottom: 5px;
  color: #ca3fac;
    background-color: white;
    border-color: #ca3fac;
}
*/

.profile-btn .btn {
  margin-top:10px;
}

@media (min-width: 766px) {
  .show_profile .field {

    border-bottom: #f5dff0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom-style: dashed;
    padding-bottom: 0.5rem;
    border-bottom-width: thin;
    padding-top: 5px;
  }

  .show_profile .data {

    border-bottom: #f5dff0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom-style: dashed;
    padding-bottom: 0.5rem;
    border-bottom-width: thin;
    padding-top: 5px;
  }

}

@media (max-width: 766px) {

  .show_profile .field {

    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 0.8rem;
    padding-top: 5px;

  }

  .show_profile .data {

    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 2rem;
    border-bottom: #f5dff0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom-style: dashed;
    padding-bottom: 0.5rem;
    border-bottom-width: thin;
    padding-top: 5px;
  }



}


.show_profile .noinfo {
  color: #5648484d;

}

.vertical {

  width: auto;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  /* Safari/Chrome */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -o-transform: rotate(-90deg);
  /* Opera */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
}

.right {
  text-align: right;
}

/*
.show_profile .thumbnail {
  width: 30px;
}*/

.bold {
  font-weight: 600;
}

.modal .btn {
  min-width: 80px;

}


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

.wrapper:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.wrapper img {
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.visited .card-footer {
  padding: 0px;
}

.visited {
  padding: 3px;
}

.visited-user-card {
  margin: 2px;
}


.delButton {
  -moz-box-shadow: inset 0px 39px 0px -24px #e67a73;
  -webkit-box-shadow: inset 0px 39px 0px -24px #e67a73;
  box-shadow: inset 0px 39px 0px -24px #e67a73;
  background-color: #e4685d;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;

  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}

.delButton:hover {
  background-color: #eb675e;
}

.delButton:active {
  position: relative;
  top: 1px;
}

.profile section {
  padding: 0px;
}

#section-menu a {
  font-size:0.8rem;
}

#section-menu {
  text-align: center;
}

.userlist .danger {
  color: red;
}

.checkbox label {
  cursor: pointer;
}


td.ques_center {
  padding: 2px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #fcbef2;
  vertical-align: top;
  text-align: center;
  height: 50px;

}

td.ques_left {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #fcbef2;
  vertical-align: top;
  text-align: left;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  height: 50px;
}

td.ques_center_red {
  background-color: #FFE1E1;
  padding: 2px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #FFFFFF;
  vertical-align: top;
  text-align: center;
  height: 50px;
}

td.ques_left_red {
  background-color: #FFE1E1;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #FFFFFF;
  vertical-align: top;
  text-align: left;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  height: 50px;
}

table.ques {
  padding: 0px;
  border-spacing: 0px
}

.per {

  color: #CC9933;
  margin-right: auto;
  margin-left: 300px;
}

.logtabletitle {}

.percheck {
  cursor: pointer;
}

.thumbnail {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border-style: solid;
  border-color: white;
}

.thumbnailfp {
  height: 30px;
  width: 30px;
  border-style: none;
  border-color: white;
  margin: 0.03rem;
}

.chatstage {
  background-color: #fff8fd;
  border: 0px solid #ca3fac3d;
  padding: 2rem;
  overflow: scroll;
  border-radius: 5px;
}

.chatmessage {

    display: inline-block;
    padding:15px;
  
    border-style: solid;
    border-width: 2px;
    border-color: rgba(219, 59, 106, 0.17);
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.chatmessage .media-bottom {
  font-size: 9px;
}

.brownchat {
  background-color: #fff7e7;
  border: 2px solid rgba(236, 211, 151, 0.71);
}

.chatdate {

  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  width:100%;
  font-size: 0.8rem;
  font-weight: 900;
  color: #ca3fac;
  align-self: center;
}

.msgdeliver {
  color: #CCCCCC;
}

.msgread {
  color: #00ECEC;
}

.msglist .media {
  border-top-style: solid;
  /* border-top-color: #bfbbbf66; */
  /* margin-bottom: 10px; */
  /* border-bottom-width: 1px; */
padding-top: 10px;
  min-height: 50px;
  cursor: pointer;
  border-style: solid;
  border-radius: 20px;
  padding: 10px;
  border-width: 1px;
  border-color: #c4d6da;
  background-color: aliceblue;
}

.pmsg {
    border-top-style: solid;
    border-top-color: #bfbbbf66;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    padding-top: 10px;
    min-height: 50px;
    cursor: pointer;
}

.pmsg-name {
  font-size:1rem;
}

.pmsg-date {
  font-size:0.8rem;
}

.chatstage .list-group-item {
  border: none;
  background-color: inherit;
}

.whitebk {
  background-color: #FFFFFF;
  
}

.leftdialog {
  border-radius: 30px;
  border-bottom-left-radius: 0px;
  width: fit-content;
}

.rightdialog {
  border-radius: 30px;
  border-bottom-right-radius: 0px;
  width: fit-content;
}

.actorwContent {
  margin-bottom: 20px;
}

.chatpage .btn {
  min-width: 0px;
}

.uploadbtn {
  margin-top: 10px;
}



.no-photo2 {
	min-height: 30vw;
		max-height: 30vw;
background-position: center;
	background-color: #a692a214;
	position: relative;
	border-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.no-photo2 .photobtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-width: 2px;
  border-color: #ffffff3b;
  margin: 5px;
  max-width: 200px;
  border-radius: 20px;
  background-color: #fe507e;
  border-style: solid;
  color: white;
  box-shadow: 0 0 10px #fe507e, 0 0 10px #fe507e, 0 0 30px #fe507e;
  animation: glow 2s
  ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px #fe507e, 0 0 20px #fe507e, 0 0 30px #fe507e;
  }
  to {
    box-shadow: 0 0 15px #fe507e, 0 0 25px #fe507e, 0 0 35px #fe507e, 0 0 45px #fe507e;
  }
}

.photobtn a {
  color: #fafafa !important;
}

@media screen and (max-width: 800px) {
	.no-photo2 {
		min-height: 80vw;
	}
}
.no-photo {
  min-height: 200px;
  min-width: 100px;
  background-color: #a692a214;
  position: relative;
border-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;

}

.no-photo .photobtn {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	padding: 10px;
    border-width: 2px;
    border-color: bisque;
    margin: 5px;
    max-width: 200px;
    border-radius: 5px;
    background-color: #fdfaf0cc;
	border-style: solid;
  /* padding: 1rem; */
}

.white-transparent {
  background-color: #ffffffe6;

}


.not-complete section {
  padding-top: 0px;
}

.status-tepi section {
  padding-top: 0px;
  padding-bottom: 0px;

}

.status-tepi .card-header {

  color: #4b3737;

  background-color: rgb(251, 179, 199);
}

.media-bottom {
  vertical-align: bottom;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.userlist h6 {
    font-size: 12px;
    color: #ec50be;
    font-weight: 200!important;
    margin-bottom: auto;
}

.cpanel h5  {
    color:#98C1D9
}

.topic h6 {
  margin-bottom: 0px;
}

.no-max-width {
  min-width: 0;
}

.forum li {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.topic {
  margin-bottom: 10px;
}

.forum-menu {
  margin-bottom: 0.2rem;
}

.forum-menu .badge {
  margin: 5px;
}

.maintopic {
  margin-top: 30px;
}

.login-link {

  margin-top: 10px;
  margin-bottom: 10px;

}

.login-pic {
  border-radius: 80px;
}
.no-photo .photobtn {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	padding: 10px;
    border-width: 2px;
    border-color: bisque;
    margin: 5px;
    max-width: 200px;
    border-radius: 5px;
    background-color: #fdfaf0cc;
	border-style: solid;
  /* padding: 1rem; */
}


.form-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.loginform {
  overflow: hidden;
}

.loginform #user_pic {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  border-style: solid;
  border-color: #343a405e;

}

navbar-light .navbar-toggler {
  color: #f8f9fa;
  border-color: rgba(0, 0, 0, .1);
}

.login-link span {
  margin-bottom: 1rem;
}

.smoke {
  color: red;
  font-size: 1.5rem;
}

.userlist .container {
  padding-left: 0px;
  padding-right: 0px;
}

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

@media (max-width: 500px) {

  .userlist .col-12 {
    padding-left: 0px;
    padding-right: 0px;

  }

  .userlist {
    margin-left: -5px;
    margin-right: -5px;
  }

  /*
.maincontent h3 {
    margin-left:1rem;
    font-size:1.5rem;
}

h5 {
    margin-left:1rem;
    font-size:1.1rem;
}
*/

  .pricing h5 {
    margin-left: 0rem;
  }

  /*
.maincontent p {
    margin-left:1rem;
}
*/

  ul.goodregister {
    padding-left: 0px;
  }




}


.alert-warning {
  background-color: #fff3cd;
  border-color: #ddb12b;
}

.fa-exclamation-triangle {
  color: #ffc107;
  text-shadow: 0 0 black;
}

.alert {

  border-radius: 5px;

}



.videoicon {
  height: 20px;
  margin-left: -30px;
  margin-right: 10px;
}




.checkboxcenter {
  display: grid;
  justify-content: center;
  align-content: center;
}

.bottomline {
  border-bottom: 1px solid rgba(135, 18, 100, 0.16);
}

.navbar {
  padding-top: 0.0rem;
  padding-right: 1rem;
  padding-bottom: 0.0rem;
  padding-left: 1rem;
}

.dropdown-menu .show {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.37);
}

/*
.card-body {
  padding: 0.5rem;
}
*/

#paper .testimonial-author {
  text-align: center;
}

.btn-facebook {
  max-width: 120px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  color: white !important;
  background-color: #3b5998 !important;
}
.or {
  display: inline-block;
  position: relative;
  color: #98C1D9 !important; /* change this to any color you want */
}
.or::before,
.or::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #98C1D9; /* same color as text */
}
.or::before {
  right: 100%;
  margin-right: 10px;
}
.or::after {
  left: 100%;
  margin-left: 10px;
}


.abcRioButton {
  border-radius: 20px !important;
  padding: 5px 10px 5px 10px;
  height: 30px !important;
    width: 120px !important;
    padding: 0px 10px 2px 10px !important;
    font-family: "SF-Light" !important;
    font-size: 12px !important;
    line-height:30px;
}

.abcRioButtonContents {
        font-size: 12px !important;
    line-height:30px;
}
.block-notice h2 {
  color: red;
  font-size: 2rem;
}

.block-notice li {
  margin-bottom: 0.5rem;
}

.alert-danger {
  background-color: white;
}

.errbox h4 {
    color:#ff4242c2;
}

.errbox h3 {
    color:#ff4242c2;
}

.nophone {
  color: #8080808a;
}

.text-red {
    color:#ff0000a1;
}

.text-black {
  color: #000;
}

.text-bold {
  font-weight: bolder;
  font-family: "SF-Bold";
}

.align-center {
  align-self: center;
}

.not-complete .card-header {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.resend-email-section {
  border-top: solid;
  border-top-width: 1px;
  border-top-color: #cec8c8;
  padding-top: 10px;
}

#cancel-change-email {
  color: red;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.progress {
  background-color: #cbcbcb !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
width: 50px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.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: 15px;
  width: 15px;
  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 #727272;
}

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

/* Rounded sliders */

.btn-rounded {
    border-radius: 50%;
    border-width: 0px;
    padding: 0.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 1.5rem;
    margin: 0.2rem;
}

.btn-love {
	background-color: red;
    color: white;
}

.btn-love {
  background: #e53030;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: 0 -2px 0 2px #c91919 inset, 0 3px 3px rgba(65, 8, 8, 0.17), 0 12px rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
  display: inline-block;
}

.btn-report {
    background-color: #f6c300eb;
    color: white;
    border-width: 1px;
    border-color: #ffcf41;
    border-style: solid;
}

.btn-msg2 {
    
  background: #0ec518;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: 0 -2px 0 2px #0aaa14  inset, 0 3px 3px rgba(0, 7, 1, 0.17), 0 12px rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
      color: white;

  display: inline-block;
}

.btn-download3 {
  background: #0ec518;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: 0 -2px 0 2px #0aaa14  inset, 0 3px 3px rgba(0, 7, 1, 0.17), 0 12px rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
      color: white;

  display: inline-block;
}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-header-on {
  color: #000;
  font-weight: 700
}

.switch-info-on {
  font-weight: bolder;
  color: #000;
}

.switch-div {
  border-bottom: rgb(212, 212, 212);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}

.user-options h5 {
  text-transform: capitalize;
}

.form-header {
  color: #ff6890;
  font-size: 16px;
}

.all-steps {
  padding: 10px;
  border: solid;
  border-radius: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  background: #ebebfa;
  border-color: #cacafa;
  font-weight: 700;
  color: #7f7878;
  margin-left: 5px;
  margin-right: 5px;
}

.this-step {
  padding: 10px;
  border: solid;
  border-radius: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  background: #dc3545;
  border-color: #dc3545;
  font-weight: 700;
  color: #eee3e3;
  margin-left: 5px;
  margin-right: 5px;
}

.photo-frame-upload {
  min-width: 100px;
  min-height: 100px;
  border-style: dashed;
  border-width: 1px;
  border-color: #b1b4b3;
  border-radius: 10px;

}

.cpanel-user-photo {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.flag {
  width:20px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #14141512;
  border-style: solid;
  margin-right:5px;
}

.flag-span {
  font-size: 10px;
  margin-left:5px;
  margin-right:5px;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
	padding-right: 5px;
  border-radius: 3px;
  border-color: #14141512;
  background-color: white;
}

.reminder {
border: #ffb38e;
border-top-style: none;
border-top-width: medium;
border-right-style: none;
border-right-width: medium;
border-bottom-style: none;
border-bottom-width: medium;
border-left-style: none;
border-left-width: medium;
border-width: 1px;
border-style: solid;
background-color: beige;
border-radius: 10px;
font-size: 10pt;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
}

.font-18 {
	font-size: 18px;
}

.displaytable {
	padding:10px;
}

.displaytabletitle {
	font-size:15px;
}

.pasangan-dicari {
    font-size: .8rem;
    border-style: solid;
    border-width: 0.01rem;
    border-color: #9d9b97;
    border-radius: 5px;
    padding: 2px;
    background-color: azure;

    box-shadow: 2px 2px 5px -4px rgb(33 29 29);
    font-weight: 600;
	padding-left: 5px;
    padding-right: 5px;
}

.profile-read {
	    background-color: #ffebf5;
}

.paid-user {
    background-color: #fff0c1;

}

.ic-sent {
	    background-color: #e4f7dd;
}

.profile-indicator {
	
font-size: .6rem;
    border-style: solid;
    border-width: 0.01rem;
    border-color: #9d9b97;
    border-radius: 5px;
    padding: 2px;
    box-shadow: 2px 2px 5px -4px rgb(33 29 29);
    font-weight: 600;
    /*width: fit-content;*/
    float: left;
		margin: 5px;
	padding-left: 5px;
    padding-right: 5px;
}


		@media (max-width: 1024px) {

	.fit-content {
		max-width: fit-content;
		margin-right: .3rem;
		max-width: moz-fit-content;
	}
	}
	.profile-info {
		  display: flex;
  	/*justify-content: center;margin*/
	}
	
	.stats-icon {
		color:crimson;
	}
	
	.eye-icon {
		color: #17a2b8;
	}
	
	.brain-icon {
		color: #495057;
	}
	.profile-last {
		background-color: aliceblue;
	}
	
	.btn-profile {
		min-width: 90px;
		width:auto;
		color: #fff;
		display: inline;
		margin:5px;
	}

 .btn-noti {
   background-color: #47d114;
   padding-top: 7px;
   padding-bottom: 7px;
   font-size: 10px;
 }
	.btn-suka {
		background-color: #fe507e;

	}
	
	.btn-block {
		background-color: #fe507e /*#3b5998*/;
	}
	
	.btn-msg {
		background-color: #fe507e;

	}
	
		.btn-download {
		background-color: #fe507e; /*#4dc247;#2bad48*/
		    padding-top: 7px;
    	padding-bottom: 7px;
			font-size:11px;
	}
	
			.btn-download2 {
		background-color: #2bad48; /*#4dc247;#2bad48*/
		    padding-top: 7px;
    	padding-bottom: 7px;
			font-size:10px;
	}
	
	.btn-profile .badge {
		border-radius: 50px;
	}


.card-recon .user-thumb{
  width:50px;
  height: 50px;
}

.card-recon a:hover {
  background-color: rgba(128, 128, 128, 0.15);
  cursor: pointer;
}

	.card-recon{
    border-radius: 3px;
    border-width: 1px;
    border-color: #c736a933;
    background: #fff;
		    /*line-height: 15px;*/
	}

	.card-body-recon {
		padding:5px;
	}

	.recon-text {
		margin-top: auto;
		margin-bottom: auto;
		max-width: 200px;
	}

	.recon-first-line {
		font-weight: 800 !important;
	}
	.recon-second-line {
		/*font-size: .6rem;*/
	}

.recon-first-line {
  font-size: .8rem;
}
.recon-second-line {
  font-size: .8rem;
}

.card-recon {
  line-height: 15px;
}



	.no-dec:hover {
		text-decoration: none;
	}


	.profile-pic {
		max-width: 300px;

		float: left;
		width: -webkit-fill-available;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	

	
  .similiar .media {
    background-color: #ec51be08;
    border-width: 1px;
    border-style: solid;
    border-color: #ec51be14;
    border-radius: 5px;
    padding: 5px;
    line-height:1;
    
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    }
    
    
    
#columns .row {
	margin-left: 0px;
	margin-right:0px;
}

div#columns figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	padding: 15px;
	padding-bottom: 10px;
	transition: opacity .4s ease-in-out;
  display: inline-block;
}

div#columns figure img {
	width: 100%; height: auto;
	margin-bottom: 5px;
	cursor:pointer;
}

div#columns figure figcaption {
  font-size: .9rem;
	color: #444;
  line-height: 1.5;
}

div#columns small { 
  font-size: 1rem;
  float: right; 
  text-transform: uppercase;
  color: #aaa;
} 

div#columns small a { 
  color: #666; 
  text-decoration: none; 
  transition: .4s color;
}



@media screen and (max-width: 750px) { 
  #columns { column-gap: 0px; }
  #columns figure { width: 100%; }
}

.fade2 {
    transform: scale(0.9);
    opacity: 0;
    transition: all .2s linear;
    display: block !important;
}

.fade2.show {
    opacity: 1;
    transform: scale(1);
}

.msglist .btn-del {
  min-width: 2rem !important;
  min-height: 1rem !important;
  background-color: #ff0707a1 !important;
  text-transform: lowercase;
  min-height: 30px;
  /* border-radius: 50%; */
  font-size: 0.8rem;
  padding: 0.0rem !important;
  border-color: #a61b1b4f !important;
  color: #ffffff !important;
  border-style: solid;
  border-width: 1px !important;
}

.msglist .thumbnail {
  border-color: #adcdd5;
}

.msglist .btn-del .icon {
    height:15px;
    fill:white;
}

	.msg-date {
  background-color: #4848480f;
    min-width: 0px;
    width: auto;
    color: #484848;
    border-radius: 5px;
      border-style: solid;
      border-width: 1px;
      border-color: rgba(0, 0, 0, 0.09);
    display: inline;
    font-size: 0.8rem;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px
	}

.form-control {
    border-radius:10px;
}

.color-red-dark {
    color:red;
}

.color-green-dark {
    color:#53be2d;
}

.cp-profile-image {
  border-style: solid;
  border-width: 1px;
  border-color: #0000004d;
}

@media (min-width: 425px) {
  .cp-profile-image {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 424px) {
  .cp-profile-image {
    width: 100px !important;
    height: 100px !important;
  }
}


.cp-menu {
    font-size:14px;
    display: inline !important;
    border-style: solid;
    border-color: #0000002b;
    border-radius: 5px;
    border-width: 1px;
    cursor:pointer;
  -webkit-box-shadow: 1px 1px 5px -4px rgba(110, 107, 110, 1);
  -moz-box-shadow: 1px 1px 5px -4px rgba(110, 107, 110, 1);
  box-shadow: 1px 1px 5px -4px rgba(110, 107, 110, 1);
    
}

    

.cp-menu:hover {

    background-color: aliceblue;

}
.cp-menu-title {
    color:#fe507ec4; /*#fe507e; */
    font-weight:300;
    font-family:"SF-Bold";
}
.cpanel h4 {
        color:#c87d0bad;

}

.cpanel button {
        border: none;
    background-color: white;
    padding: 0px;
    width:100%;
}

.navigator img {
    width:32px;
    height:32px;
}

.card-color-1 {
  background-color: aliceblue;
}

.card-color-0 {
  background-color: #ff779b24;
}

.permission li {
  margin-bottom: 10px;
}


.modal .iconsax {
  --Iconsax-Color: #fe507e;
  --Iconsax-Size: 18px;
}


.selfie {
  padding: 4px;
  background-color: #06af06cf;
  border-radius: 8px;
  color: white;
  font-size: xx-small;
  box-shadow: 2px 2px 5px -4px rgba(110, 107, 110, 1);

}

.selfie .iconsax {
  --Iconsax-Color: #ffffff;
  --Iconsax-Size:10px;
  margin-top: -2px;
  width: 10px !important;
  height: 10px !important;
}

.modal-backdrop.show {
  background-color: rgba(117, 2, 80, 0.5); /* Semi-transparent blue backdrop */
}

.modal.fade .modal-dialog {
  transform: scale(0.8);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: scale(1);
}



    .card-body-fp {
        font-size:1.1rem;
        text-shadow: 1px 1px 5px -4px rgba(110, 107, 110, 1)

    }

    .card-fp .userpic {
        width: 40px !important;
        height: 40px !important;
    }

    .card-fp .iconsax {
        --Iconsax-Color: #fe507e;
    }

    .user-selfinfo {
        cursor: pointer;
    }

    .dicari-0 {
        color:#fe618b;
    }

    .dicari-1 {
        color:cadetblue;
    }

    .card-fp-border-1 {
        border-color: #94c7c991
    }

    .card-fp-border-0 {
        border-color:     #fc5f8959;

    }

    .card-fp-footer-1 {
    background-color: rgb(240 248 255 / 33%);
    }

    .card-fp-footer-0 {
        background-color: rgb(255 248 250);
            border-top: 1px solid rgb(254 199 214);
    }

    .search-input {
        width:100%; max-width: 100%;
        
    text-align: center;
    border-style: solid;
    border-width: medium;
    padding: 10px;
    text-size-adjust: auto;
    font-size: 1.2rem;
    background-color: #fffcf8;

    }
    
    @media only screen and (min-width: 700px) {
        .search-input {
            width:80% !important;
        }




}

    .selfie {
        padding: 4px;
        background-color: #06af06cf;
        border-radius: 8px;
        color: white;
        font-size: xx-small;
        box-shadow: 2px 2px 5px -4px rgba(110, 107, 110, 1);

    }

    .selfie .iconsax {
             --Iconsax-Color: #ffffff;
             --Iconsax-Size:10px;
        margin-top: -2px;
         }



#mainNav .link {
  font-size: .8rem;
  font-style: normal;
  text-decoration: none;
  margin-right: 0.5rem;
}

.custom-toggler {
  border-color: rgb(255 255 255 / 22%);
  background-color: #ffffff00;
  border-style: solid;
  border-width: 2px;
  border-radius: 0.2rem;
  color: white; /* Ensure the icon stays white */
  transition: box-shadow 0.3s ease; /* Smooth shadow transition */
}

.custom-toggler:active {
  outline: none; /* Remove the default outline */
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); /* White shadow */
}

.custom-toggler2 {
  border-color: rgb(255 255 255 / 22%);
  background-color: #ffffff00;
  border-style: solid;
  border-width: 0px;
  border-radius: 0.2rem;
  color: white; /* Ensure the icon stays white */
  transition: box-shadow 0.3s ease; /* Smooth shadow transition */
}

.custom-toggler2:active {
  outline: none; /* Remove the default outline */
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5); /* White shadow */
}


@media (max-width: 500px) {
  .d-none-below-500 {
    display: none !important;
  }
}

 h5 {
  color: #98C1D9;

}

 h6 {
   color: #98C1D9;

 }

 .userlist a {
   text-decoration: none;
 }

 .btn-close-blank {
   background-color: #ffffff00;
   border-width: 0px;
   color: #ff5281;
 }

.btn-blank {
  background-color: white;
  border-width: 0px;
}


/* Arrow Style */
.toggle-arrow {
  transition: transform 0.3s ease; /* Smooth arrow rotation */
}

/* Rotate arrow when collapse is expanded */
.collapsed .toggle-arrow {
  transform: rotate(0deg); /* Default (arrow pointing right) */
}

.toggle-arrow:not(.collapsed) {
  transform: rotate(90deg); /* When expanded (arrow pointing down) */
}

.useronline_ul a {
  text-decoration: none;
}

.offcanvas-body {
  font-size: 1em;
}


.modal.fade .modal-dialog {
  transition: transform 0.1s ease-out, opacity 0.1s ease-out !important; /* Adjust duration (0.5s) */
}

.modal.show .modal-dialog {
  transition: transform 0.1s ease-out, opacity 0.1s ease-out !important; /* Adjust duration (0.5s) */
}


.noUi-horizontal .noUi-handle {

  border-radius: 6px;
}


.noUi-tooltip {

  padding: 2px !important;

  font-size: .7rem !important;
}

.range_indicator {
  font-size:1px;
}

#offcanvasSearch .form-check {
  font-size: 0.8em;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 10px;
}

#offcanvasSearch .form-check .form-check-input{
  margin-left: 2px;
  margin-right: 5px;
}

#offcanvasSearch img{
  width: 15px;
}

.msglist .bi-arrow-right-circle-fill {
  color:#c79b7c;
}

.msglist a {
  text-decoration: none;
}


.chat-footer-shadow {
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Adjust values for your desired shadow */
}

.toast-container {
  z-index: 1050; /* Ensure it is higher than the chat-footer */
}

.fixed-bottom {
  z-index: 10; /* Ensure chat-footer stays below the toast */
}

/* Banner */


.banner {
  /*position: absolute; */
  position: absolute !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Ensure banner takes up full width and has height */
.main-banner {
  position: relative; /* Ensure it stays in document flow */
  width: 100%;
  height: 400vw; /* Define height for the banner */
  overflow: hidden;
  z-index: 1; /* Ensure it's above the following sections */
  background-color: #000; /* Fallback color */
}

/* Banner carousel images */
.banner-carousel {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Prevent scrolling beyond the images */
}

.banner-img {
  flex: 0 0 100%; /* Each image takes up full width */
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Below section moves naturally below the banner */
#login {
  position: relative;
  z-index: 0;
  height: 50vw;
}

.padding-top-3 {
  padding-top: 3rem;

}

.stats-div .sr-contact img {
  width: 64px;
}
/* If the screen size is 767px wide or more, set the font-size of <div> to 80px */
/* For screens 768px and above */
@media (min-width: 768px) {
  .stats-div .sr-contact img {
    width: 100px;
  }
}


.no-deco {
  text-decoration: none;
}

#contact a  {
  text-decoration: none;
}

.small {
  font-size: .7rem;
}



.btn-lihat-profil {
  border-radius: 16px;
  font-size: 1rem;
}

.nav-menu-font {
  font-size: 1.5rem;
}

.nav-menu-icon img {
  /*width:1rem;*/
  height: 1.5rem;
  /* margin-right: 10px; */
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

.page-slide-out-left {
  animation: slideOutLeft 0.5s forwards;
}


.usermenu a:hover {
  background-color: rgba(250, 178, 201, 0.55);
}

.usermenu .hover-this:hover {
  background-color: rgba(250, 178, 201, 0.55);
}