
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

body, html {
  font-family: Poppins, sans-serif !important;
}

:root{
  --bs-app-aside-width : 0 !important;
  --main-color-pink: #ff9a96;
  --main-color-cream: #F1F1F1;
  --main-color-blue: #47EDE6;
  --main-color-green : #274359;
  --main-color-dark: #26354b;
}

.bg-langaroo-cream{
    background-color: var(--main-color-cream) !important;
    border: 1px solid var(--main-color-cream) !important;
}

.bg-langaroo-blue{
  background-color: var(--main-color-blue) !important;
}

.bg-langaroo-pink{
  background-color: var(--main-color-pink) !important;
}

.text-dark-custom{
  color: #000033 !important;
}

.bg-custom-primary {
    background-color: var(--main-color-pink) !important;
    border-color: var(--main-color-pink) !important;
    border-color: var(--main-color-pink) !important;
    background-color: var(--main-color-pink) !important; 
    color: #FFFFFF;
}

.bg-custom-primary[disabled]{
    color: #FFFFFF !important;
    background-color: #BBC0C6 !important;
  }

.btn.btn-active-primary.active, .btn.btn-active-primary:focus:not(.btn-active), .btn.btn-active-primary:hover:not(.btn-active){
   background-color: #ff9a96 !important;
    border-color: #ff9a96 !important;
    color: #FFFFFF;
}

.btn.bg-custom-primary:hover{
  color: #FFFFFF !important; 
}
[data-kt-app-aside-enabled=true] .app-header-separator{
  margin-right: 30px !important;
}

.menu-sub-indention .menu-item .menu-item .menu-link.active{
    margin-right: 0.4rem !important;
}

.color-pink-custom{
  color: var(--main-color-pink) !important;
}

.hidden-mobile{
  display: none;
}

[data-kt-app-sidebar-hoverable=true][data-kt-app-sidebar-minimize=on] .app-sidebar:hover .app-sidebar-minimized-logo-image {
  display: none !important;
}

[data-kt-app-sidebar-hoverable=true][data-kt-app-sidebar-minimize=on] .app-sidebar:hover .app-sidebar-logo-image {
  display: inline-block !important;
}

@media (max-width:1025px) {
  .hidden-mobile{
    display: block;
  }

  .images-mobile{
    width:  100% !important;
  }

  #toolbar-custom{
        flex-direction: column !important;      
  }

  #toolbar-custom-2{
    flex-direction: column !important;
  }
}

.hidden-laptop{
  display: none;
}

.hidden-toolbar-mobile{
  display: none !important;
}

@media (max-width:569px)  {
  .hidden-toolbar-laptop{
    display: none !important;
  }

  .hidden-toolbar-mobile{
    display: block !important;
  }
}


.badge-light-custom{

    border-color: var(--main-color-pink) !important;
    background-color: var(--main-color-pink) !important; 
    color: #FFFFFF;

  }


  .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .circle-top-left {
    position: absolute;
    width: 25%;
    padding-bottom: 25%;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
    filter: blur(200px);
    border-radius: 50%;
    background: linear-gradient(90deg, #47EDE6, #0E76FD);
  }

  .circle-top-right {
    position: absolute;
    width: 200px;
    padding-bottom: 200px;
    top: 5%;
    right: 25%;
    transform: translate(50%, 50%);
    filter: blur(100px);
    border-radius: 50%;
    background: linear-gradient(90deg, #47EDE6, #0E76FD);
  }

  .circle-bottom-left {
    position: absolute;
    width: 200px;
    padding-bottom: 200px;
    bottom: 5%;
    left: 25%;
    transform: translate(-50%, -50%);
    filter: blur(100px);
    border-radius: 50%;
    background: linear-gradient(45deg, #47EDE6, #7269E3, #FF9A96);
  }

  .circle-bottom-right {
    position: absolute;
    width: 25%;
    padding-bottom: 25%;
    bottom: 25%;
    right: 25%;
    transform: translate(50%, 50%);
    filter: blur(200px);
    border-radius: 50%;
    background: linear-gradient(45deg, #47EDE6, #7269E3, #FF9A96);
  }




  .dark-mode-toogle-wrapper .form-check-input::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -3;
    border-radius: 30px;
}

.dark-mode-toogle-wrapper .form-check-input {
    background: none !important;
    position: relative;
}

.dark-mode-toogle-wrapper .form-check-input:not(:checked)::before {
    background-color: #ebeef3 !important;
}

.dark-mode-toogle-wrapper .form-check-input:not(:checked) {
    /* background-color: rgba(0,0,0,.1) !important; */
}

.dark-mode-toogle-wrapper .form-check-input::after {
    transition: .3s;
    z-index: -2;
}

.dark-mode-toogle-wrapper .form-check-input:not(:checked)::after {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(0, -50%);
    width: 3rem;
    height: 3rem;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2871, 237, 230, 1%29'/%3e%3c/svg%3e");
    display: inline-block;
}

.dark-mode-toogle-wrapper .form-check-input:checked::after {
    position: absolute;
    top: 50%;
    left: calc(100% - 3rem - 2px);
    width: 3rem;
    height: 3rem;
    transform: translate(0, -50%);
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2871, 237, 230, 1%29'/%3e%3c/svg%3e");
    display: inline-block;
}

.dark-mode-toogle-wrapper .form-check-input:checked ~ #sun-icon path {
    stroke: #fff !important;
}

.dark-mode-toogle-wrapper .form-check-input ~ #sun-icon path {
    stroke: #323248;
}

.dark-mode-toogle-wrapper .form-check-input:checked::before {
    background-color: #182130 !important;
}

.dark-mode-toogle-wrapper .form-check-input:checked ~ #moon-icon path {
    stroke: #323248 !important;
}

.dark-mode-toogle-wrapper .form-check-input ~ #moon-icon path {
    stroke: #fff;
}



[data-bs-theme=light] .bg-custom-light {
  background: #FFF;
}

[data-bs-theme=dark] .bg-custom-light {
  background: var(--bs-app-bg-color);
}

[data-bs-theme=light] .table-custom-light-rows td {
  background: var(--bs-light);
}

[data-bs-theme=dark] .table-custom-light-rows td {
  background: var(--bs-light);
}

[data-bs-theme=light] .app-content,
[data-bs-theme=light] .bg-custom-light-yellowish,
[data-bs-theme=light] .app-toolbar {
  background: #FFF5F4 !important;
}

[data-bs-theme=light] .app-header {
  background: #fff;
}

.bg-disabled-light:disabled {
  background-color: #F4F4F4 !important;
}

[data-bs-theme=dark] .bg-disabled-light:disabled {
  background-color: #E1E3EA !important;
}

.table-custom {
  border-spacing: 0 1rem !important;
}

.table-custom-light-rows tr td {
  margin-top: 10px;
}

.table-rounded-rows tr td:first-child {
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem;
}

.table-rounded-rows tr td:last-child {
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
}