.gg-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px; }
  .gg-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg); }

.custom-template {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -325px;
  width: 325px;
  height: max-content;
  display: block;
  z-index: 1;
  background: #ffffff;
  transition: all .3s;
  z-index: 1003;
  box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all .5s; }
  .custom-template.open {
    right: 0px; }
  .custom-template .custom-toggle {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #5867dd;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    /*border-right: 1px solid #177dff;*/
    cursor: pointer;
    color: #ffffff;
    box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21); }
    .custom-template .custom-toggle i {
      font-size: 20px;
      animation: 1.3s spin linear infinite; }
  .custom-template .title {
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ebedf2;
    background: #5867dd; }
  .custom-template .custom-content {
    padding: 20px 15px;
    max-height: calc(100vh - 90px);
    overflow: auto; }
  .custom-template .switcher {
    padding: 5px 0; }
  .custom-template .switch-block h4 {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    line-height: 1.3;
    margin-bottom: 0;
    text-transform: uppercase; }
  .custom-template .btnSwitch {
    margin-top: 20px;
    margin-bottom: 25px; }
    .custom-template .btnSwitch button {
      border: 0px;
      height: 22px;
      width: 22px;
      outline: 0;
      margin-right: 6px;
      margin-bottom: 6px;
      cursor: pointer;
      padding: 0;
      border-radius: 50%;
      border: 2px solid #ededed;
      position: relative;
      transition: all .2s; }
      .custom-template .btnSwitch button:hover {
        border-color: #0bf; }
      .custom-template .btnSwitch button.selected {
        border-color: #0bf;
        display: inline-flex;
        align-items: center; }
      .custom-template .btnSwitch button:not([data-color="white"], [data-color="bg1"], [data-color="bg2"], [data-color="bg3"]) .gg-check:after {
        border-color: #fff; }
  .custom-template .img-pick {
    padding: 4px;
    min-height: 100px;
    border-radius: 5px;
    cursor: pointer; }
    .custom-template .img-pick img {
      height: 100%;
      height: 100px;
      width: 100%;
      border-radius: 5px;
      border: 2px solid transparent; }
    .custom-template .img-pick:hover img, .custom-template .img-pick.active img {
      border-color: #177dff; }

.demo .btn, .demo .progress {
  margin-bottom: 15px !important; }
.demo .form-check-label, .demo .form-radio-label, .demo .toggle, .demo .btn-group {
  margin-right: 15px; }
.demo #slider {
  margin-bottom: 15px; }

.table-typo tbody > tr > td {
  border-color: #fafafa; }
  .table-typo tbody > tr > td:first-child {
    min-width: 200px;
    vertical-align: bottom; }
    .table-typo tbody > tr > td:first-child p {
      font-size: 14px;
      color: #333; }

.demo-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  transition: all .2s; }
  .demo-icon:hover {
    background-color: #f4f5f8;
    border-radius: 3px; }
  .demo-icon .icon-preview {
    font-size: 1.8rem;
    margin-right: 10px;
    line-height: 1;
    color: #333439; }

body[data-background-color="dark"] .demo-icon .icon-preview {
  color: #969696; }

.demo-icon .icon-class {
  font-weight: 300;
  font-size: 13px;
  color: #777; }

body[data-background-color="dark"] .demo-icon .icon-class {
  color: #a9a8a8; }

.form-show-notify .form-control {
  margin-bottom: 15px; }
.form-show-notify label {
  padding-top: 0.65rem; }

.map-demo {
  height: 300px; }

#instructions li {
  padding: 5px 0; }

.row-demo-grid {
  margin-bottom: 15px; }
  .row-demo-grid [class^="col"] {
    text-align: center; }
    .row-demo-grid [class^="col"] .card-body {
      background: #ddd; }

.btnSwitch button[data-color="white"] {
  background-color: #fff; }
.btnSwitch button[data-color="grey"] {
  background-color: #f1f1f1; }
.btnSwitch button[data-color="black"] {
  background-color: #191919; }
.btnSwitch button[data-color="dark"] {
  background-color: #1a2035; }
.btnSwitch button[data-color="blue"] {
  background-color: #1572E8; }
.btnSwitch button[data-color="purple"] {
  background-color: #6861CE; }
.btnSwitch button[data-color="light-blue"] {
  background-color: #48ABF7; }
.btnSwitch button[data-color="green"] {
  background-color: #31CE36; }
.btnSwitch button[data-color="orange"] {
  background-color: #FFAD46; }
.btnSwitch button[data-color="red"] {
  background-color: #F25961; }
.btnSwitch button[data-color="dark2"] {
  background-color: #1f283e; }
.btnSwitch button[data-color="blue2"] {
  background-color: #1269DB; }
.btnSwitch button[data-color="purple2"] {
  background-color: #5C55BF; }
.btnSwitch button[data-color="light-blue2"] {
  background-color: #3697E1; }
.btnSwitch button[data-color="green2"] {
  background-color: #2BB930; }
.btnSwitch button[data-color="orange2"] {
  background-color: #FF9E27; }
.btnSwitch button[data-color="red2"] {
  background-color: #EA4d56; }
.btnSwitch button[data-color="bg1"] {
  background-color: #fafafa; }
.btnSwitch button[data-color="bg2"] {
  background-color: #fff; }
.btnSwitch button[data-color="bg3"] {
  background-color: #f1f1f1; }

#modalShowcase .btn-close {
  background: #ff0000;
  opacity: 0.7;
  display: flex; }
  #modalShowcase .btn-close svg {
    fill: #fff;
    width: 16px;
    height: 16px; }
#modalShowcase .preview-showcase {
  background: #F1F1F4;
  border-radius: 8px;
  padding: 24px 32px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
  transition: all .3s ease; }
  #modalShowcase .preview-showcase:hover {
    transform: translateY(-2.5%);
    background: #e9f6f9; }
#modalShowcase .preview-title {
  color: #071437;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 22.750px; }
#modalShowcase .preview-img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  transition: all .3s ease; }

#checkOutMoreDemos {
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  background: #fff;
  color: #252F4A;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 70px;
  font-size: 12px;
  box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21); }
  #checkOutMoreDemos i {
    width: 23px;
    height: 23px;
    font-size: 16px;
    margin-bottom: 0.5rem !important;
    padding-top: 0.25rem !important; }
  #checkOutMoreDemos:hover {
    background: #1e2129;
    color: #fff;
    opacity: 1;
    transition: color .2s ease; }

@media screen and (max-width: 1200px) {
  #modalShowcase .modal-dialog {
    padding: 3rem !important; } }
@media screen and (max-width: 550px) {
  .table-typo tr td {
    display: flex;
    align-items: center;
    word-break: break-word; }
    .table-typo tr td:first-child p {
      margin-bottom: 0px; }

  #modalShowcase .modal-dialog {
    padding: 32px !important; }
  #modalShowcase h3 {
    font-size: 16px; }
  #modalShowcase .preview-showcase {
    padding: 24px;
    padding-right: 0;
    padding-bottom: 0; } }
@media screen and (max-width: 576px) {
  .custom-template .custom-content {
    overflow: auto; }
  .form-show-notify > .text-right, .form-show-validation > .text-right {
    text-align: left !important;
  }
}

@media screen and (max-width: 400px) {
  .custom-template {
    width: 85% !important;
    right: -85%; 
  } 
} 
.nav-item-p-image {
  position: absolute;
  top: auto;
  left: 38px;
  bottom: 1px;
  transition: all .3s cubic-bezier(.175,.885,.32,1.275);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid #fff;
}
@media screen and (max-width: 990px) {
  .nav-item-p-image {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 1px;
  transition: all .3s cubic-bezier(.175,.885,.32,1.275);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid #fff;
}
}
/* menu*/
.menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: none;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: #6c757d;
    transition: all 0.4s;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.menu-button:hover {
    background-color: rgba(26, 115, 232, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #009961;
}

.menu-button:active {
    background-color: rgba(255, 112, 67, 0.1);
    color: #009961;
}

.menu-button img {
    max-height: 50px;
    margin-bottom: 10px;
    object-fit: contain;
    transition: all 0.3s;
}

.menu-button:hover img {
    transform: scale(1.1);
}

.menu-button span {
    margin-top: 10px;
    font-weight: 600;
}


/*--------------------------------------------------------------
# slide-menu Section
--------------------------------------------------------------*/
.slide-menu .about-meta {
  color: #0d83fd;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}

.slide-menu .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 992px) {
  .slide-menu .about-title {
    font-size: 2rem;
  }
}

.slide-menu .about-description {
  margin-bottom: 2rem;
  color: color-mix(in srgb, #212529, transparent 20%);
}

.slide-menu .feature-list-wrapper {
  margin-bottom: 2rem;
}

.slide-menu .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slide-menu .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.slide-menu .feature-list li i {
  color: #0d83fd ;
  font-size: 1.25rem;
}

.slide-menu .profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.slide-menu .profile .profile-name {
  font-size: 1.125rem;
  margin: 0;
}

.slide-menu .profile .profile-position {
  color: #0d83fd ;
  margin: 0;
  font-size: 0.875rem;
}

.slide-menu .contact-info {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.slide-menu .contact-info i {
  color: #0d83fd;
  font-size: 1.5rem;
}

.slide-menu .contact-info .contact-label {
  color: color-mix(in srgb, #212529, transparent 30%);
  font-size: 0.875rem;
  margin: 0;
}

.slide-menu .contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.slide-menu .image-wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .slide-menu .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .slide-menu .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .slide-menu .image-wrapper .main-image {
    margin-left: 0;
  }
}

.slide-menu .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 5px solid #009961;
}

@media (max-width: 992px) {
  .slide-menu .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}

.slide-menu .image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: #0d83fd;
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .slide-menu .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}

.slide-menu .image-wrapper .experience-badge h3 {
  color: #ffffff;
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.5;
}

.slide-menu .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.slide-menu .image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: #ffffff;
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  border-bottom: 3px solid #ffffff;
  height: 100%;
}
.services .service-item  img {
  max-width: 80px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.services .service-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 1.25rem;
  transition: all 0.3s;
}
.services .service-item:hover img {
    transform: scale(1.1);
}
.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
  position: relative;
  display: inline-block;
}
.services .service-item:hover h3::before {
  width: 60px;
}
.services .service-item h3::before {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #009961;
  transition: all 0.3s;
}
.services .service-item:hover h3::after {
  width: 60px;
}
.services .service-item h3::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #1572e8;
  transition: all 0.3s;
}
.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 1365px) {
  .services .service-item:hover {
    border-color: #009961;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-left-color: #1572e8;
    border-top-color: #1572e8;
  }
  .services .service-item:hover h3 {
    color: #009961;
  }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 120px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, #ffffff, transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: #444444;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #444444;
}

.call-to-action .cta-btn {
  font-family: "Raleway",  sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background: #009961;
  color: #ffffff ;
}

.call-to-action .cta-btn:hover {
  background: color-mix(in srgb, #009961 90%, white 15%);
}

/*--------------------------------------------------------------
# login and register
--------------------------------------------------------------*/
.content-login{
  display: flex;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
.containe-login{
  position: relative;
  width: 999px;
  height: 600px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  margin: 20px;
  overflow: hidden;
}
.form-box{
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  color: #333;
  text-align: center;
  padding: 40px;
  z-index: 1;
  transition: .6s ease-in-out 1.2s, visibility 0s 1s;
}
.form-box1{
  right: 0;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  color: #333;
  text-align: center;
  padding: 40px;
  z-index: 1;
  transition: .6s ease-in-out 1.2s, visibility 0s 1s;
}
.containe-login.active .form-box{
  right: 50%;
}
.form-box.register{
 visibility: hidden;
}
.containe-login.active .form-box.register{
  visibility: visible;
}

form{
  width: 100%;
}
.containe-login h1{
  font-size: 36px;
  margin: -10px 0;
}
.input-box{
  position: relative;
  margin: 30px 0;
}
.input-box input{
  width: 100%;
  padding: 13px 50px 13px 20px;
  background: #eee;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.input-box input::placeholder{
  color: #888;
  font-weight: 400;
}
.input-box i{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}
.forgot-link{
  margin: -15px 0 15px;
}
.forgot-link a{
  font-size: 14.5px;
  color: #333;
  text-decoration: none;
}
.btn1{
  width: 100%;
  height: 48px;
  background: #7494ec;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.containe-login p{
  font-size: 14.5px;
  margin: 15px 0;
}
.social-icons{
  display: flex;
  justify-content: center;
}
.social-icons a{
  display: inline-flex;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 24px;
  color: #333;
  text-decoration: none;
  margin: 0 8px;
}
.toggle-box{
  position: absolute;
  width: 100%;
  height: 100%;
}
.toggle-box::before{
  content:'';
  position: absolute;
  left: -250%;
  width: 300%;
  height: 100%;
  background: #7494ec;
  border-radius: 150px;
  z-index: 2;
  transition: 1.8s ease-in-out;
}
.containe-login.active .toggle-box::before{
   left: 50%;
}
.toggle-panel{
  position: absolute;
  width: 50%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: .6s ease-in-out;
}
.toggle-panel.toggle-left{
  left:0;
  transition-delay: 1.2s;
}
.containe-login.active .toggle-panel.toggle-left{
  left: -50%;
  transition-delay: .6s;
}
.toggle-panel.toggle-right{
  right: -50%;
  transition-delay: .6s;
}
.containe-login.active .toggle-panel.toggle-right{
  right: 0%;
  transition-delay: 1.2s;
}
.toggle-panel h1{
  color: #fff;
}
.toggle-panel p{
  margin-bottom: 20px;
}
.toggle-panel .btn1{
  width: 160px;
  height: 46px;
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
}
@media screen and (max-width:650px) {
  .containe-login{
    height: calc(100vh - 20px);
  }
  .form-box{
    bottom: 0;
    width: 100%;
    height: 70%;
  }
  .containe-login.active .form-box{
    right: 0;
    bottom: 30%;
  }
  .toggle-box::before{
    left: 0;
    top: -270%;
    width: 100%;
    height: 300%;
    border-radius: 20vw;
  }
  .containe-login.active .toggle-box::before{
    left: 0;
    top: 70%;
 }
  .toggle-panel{
    width: 100%;
    height: 30%;
  }
  .toggle-panel.toggle-left{
    top: 0;
  }
  .containe-login.active .toggle-panel.toggle-left{
    left: 0;
    top: -30%;
   }
  .toggle-panel.toggle-right{
   right: 0;
   bottom:-30%;
  }
  .containe-login.active .toggle-panel.toggle-right{
   bottom: 0;
  }
}
@media screen and (max-width:400px) {
  .form-box{
    padding: 20px;
  }
  .toggle-panel h1{
    font-size: 30px;
  }
  .content-login{
    margin-top: 70px;
  }
}
/*--------------------------------------------------------------
# my profile
--------------------------------------------------------------*/
.ui-w-80 {
    width : 80px !important;
    height: auto;
}

.btn-default {
    border-color: rgba(24, 28, 33, 0.1);
    background  : rgba(0, 0, 0, 0);
    color       : #4E5155;
}

label.btn {
    margin-bottom: 0;
}

.btn-outline-primary {
    border-color: #26B4FF;
    background  : transparent;
    color       : #26B4FF;
}

.btn {
    cursor: pointer;
}

.text-light {
    color: #babbbc !important;
}

.btn-facebook {
    border-color: rgba(0, 0, 0, 0);
    background  : #3B5998;
    color       : #fff;
}

.btn-instagram {
    border-color: rgba(0, 0, 0, 0);
    background  : #000;
    color       : #fff;
}

.card {
    background-clip: padding-box;
    box-shadow     : 0 1px 4px rgba(24, 28, 33, 0.012);
}

.row-bordered {
    overflow: hidden;
}

.account-settings-fileinput {
    position  : absolute;
    visibility: hidden;
    width     : 1px;
    height    : 1px;
    opacity   : 0;
}

.account-settings-links .list-group-item.active {
    font-weight: bold !important;
}

html:not(.dark-style) .account-settings-links .list-group-item.active {
    background: transparent !important;
}

.account-settings-multiselect~.select2-container {
    width: 100% !important;
}

.light-style .account-settings-links .list-group-item {
    padding     : 0.85rem 1.5rem;
    border-color: rgba(24, 28, 33, 0.03) !important;
}

.light-style .account-settings-links .list-group-item.active {
    color: #4e5155 !important;
}

.material-style .account-settings-links .list-group-item {
    padding     : 0.85rem 1.5rem;
    border-color: rgba(24, 28, 33, 0.03) !important;
}

.material-style .account-settings-links .list-group-item.active {
    color: #4e5155 !important;
}

.dark-style .account-settings-links .list-group-item {
    padding     : 0.85rem 1.5rem;
    border-color: rgba(255, 255, 255, 0.03) !important;
}

.dark-style .account-settings-links .list-group-item.active {
    color: #fff !important;
}

.light-style .account-settings-links .list-group-item.active {
    color: #4E5155 !important;
}

.light-style .account-settings-links .list-group-item {
    padding     : 0.85rem 1.5rem;
    border-color: rgba(24, 28, 33, 0.03) !important;
}

/*--------------------------------------------------------------
# file list
--------------------------------------------------------------*/

#listing.mosaic{
 overflow-x:auto;
 height: 100vh;
 padding-top:1em;
 margin:0 -.5em
}
#listing .item-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#listing .item {
  background: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, .05);
  position:relative;
  display:flex;
  flex-wrap:nowrap;
  color: rgb(111, 111, 111);
  transition:.1s ease background,.1s ease opacity;
  align-items:center;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
#listing.mosaic .item {
  margin:.4em;
  padding:.6em;
  border-radius:.4em;
  box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.12)
}
#listing.mosaic .item:hover {
  box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important
}
#listing .item .titel {
  width:calc(100% - 5vw)
}
#listing .item .titel {
  white-space:nowrap;
}
#listing .item p {
  margin:0;
  line-height: inherit;
}
#listing .item .size,
#listing .item .modified {
  font-size:.9em
}
#listing .item .name {
  font-weight:700
}
#listing .item img {
  height: 60px;
  width: 60px;
  margin-right:.4em;
}
.buy {
  background: rgb(255, 255, 255);
}
.get {
  background: #31ce36 !important;
  color: rgb(255, 255, 255) !important;
}

.status-online{
  display: inline-block;
  transition: all .3s cubic-bezier(.175,.885,.32,1.275);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-bottom: -3px;
  background-color: #31ce36 !important;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid #fff; 
}
.status-offline{
  display: inline-block;
  margin-bottom: -3px;
  transition: all .3s cubic-bezier(.175,.885,.32,1.275);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background-color: #f25961 !important;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid #fff; 
}
.online{
    color:#31ce36 !important;
    font-size: 13px
}
.offline{
    color:#f25961 !important;
    font-size: 13px
}