@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');


@import url('constant.css');



body {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
}

.title-itk-line{
    margin-bottom: 0;
    position: relative;
    width: fit-content;
}

.title-itk-line::after{
    content: "";
    display: block;
    border-bottom: 4px solid var(--secondary);
    position: absolute;
    width: 100%;
    bottom: calc(-1rem - 2px);
}

.bg-soft-primary{
    background: #bedbf2;
    color: var(--primary);
}

#webportalContainer{
    overflow: hidden;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.box-shadow-itk{
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;; */
    box-shadow: rgba(50, 50, 93, 0.25) 1px 1px 10px -2px; 
    
}


a.btn-itk{
    text-transform: none;
    text-decoration: none;
}

.btn-itk{

    display: inline-block;
    outline: 0;
    border: none;
    cursor: pointer;
    line-height: 1.2rem;
    font-weight: 700;
    padding: 8px 14px 9px;
    font-size: 16px;
    border-radius: 4px;
    transition: all 75ms ease-in-out;
}

.btn-itk-rounded{
    border-radius: 50rem;
    /* padding: .5rem 1rem; */
    /* padding: 0; */
    /* line-height: inherit; */
}

.btn-itk:hover{
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}

label{
    font-weight: bold;
    color: var(--primary);
}


a.itk-link-underline{
    text-decoration: none;
    font-weight: bold;
    transition: text-decoration 0.3s ease;
  }

  a.itk-link-underline-reg{
    text-decoration: none;
    font-weight: 400;
    transition: text-decoration 0.3s ease;
  }
  a.itk-link-underline-reg:hover{
    text-decoration: underline;

  }
  a.itk-link-underline:hover{
      text-decoration: underline;
  }

  a.itk-link{
    text-decoration: none;
    color: black;
  }

  a.itk-link:hover{
    color: var(--primary);
  }


.big-itk-quote{
    color: var(--primary);
    font-size: 180px;
    text-shadow: 4px 4px 12px rgba(0,0,0,0.2);
    line-height: 0;
}

.light-itk-text{
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .8px;
}

/* CSS to blur the content */
.blurred {
    filter: blur(5px);
}

h1{
    font-weight: 700;
    font-size: 50px;
}
h5{
    font-weight: 700;
}

.card-itk-rounded{
    border-radius: var(--border-radius-card);
    border: none;
}

.webportal-margin-main{
    padding-top: 6rem;
}

.rokkit-font{
    font-family: "Rokkitt", serif;
    font-optical-sizing: auto;
}

.nav-pills .nav-item .nav-pill-itk-rounded{

    font-weight: bold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 50rem;
    
}


.nav-pills .nav-item .nav-pill-itk-primary{
    background: var(--primary);
    color: white;
}
.nav-pills .nav-item .nav-pill-itk-primary:hover{
    background: white;
    color: var(--primary);
}
.nav-pills .nav-item .nav-pill-itk-primary.active{
    background: white;
    color: var(--primary);
}

.hr-itk {
    border: none;
    height: 2px;
    background-color: rgb(163, 163, 163);
    opacity: 1;
}


.badge-itk-grey{
    color: black;
    background-color: var(--grey);
    transition: background-color .3s ease;
    cursor: pointer;
}
.badge-itk-white{
    color: var(--primary);
    background-color: white;
}
.badge-itk-warning{
    color: black;
    background-color: var(--secondary);
}

.badge-itk-grey:hover{
    color: white;
    background-color: var(--primary);
}

.bg-itk-grey{
    background: var(--grey);
}

.bg-itk-dark-grey{
    background: #bbbbbb;
}

.btn-itk.btn-wa{
    background: #00BF63;
    color: white;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 12px;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.icon-itk-wa{
    font-weight: bold;
    font-size: 26px;
}

.splide-itk{
    position: absolute;
    bottom: 1rem;
    gap: .25rem;
}

.splide-itk.right{
    left: auto;
    right: 1rem;
}
.splide-itk.left{
    left: 1rem;
    right: auto;
}

.splide-arrow-primary{
    color: var(--primary);
    background: white;
    opacity: 1;
}
.splide-arrow-white{
    color: white;
    background: var(--primary);
    opacity: 1;
}
.splide-arrow-primary-border{
    color: var(--primary);
    background: white;
    border: 2px solid var(--primary);
    opacity: 1;
}

/* .splide-itk-arrow-left{

} */



.page-itk-heading-wrapper{
    background-color: var(--grey);
    color: black;
    height: 150px;
    display: flex;
    align-items: center;
    /* margin-top: 4rem; */
}

/* scroll custom */
.scroll-itk{
    overflow: auto;
    /* -webkit-overflow-scrolling: touch; */
}

.scroll-itk::-webkit-scrollbar {
    width: 2px;
}

.scroll-itk::-webkit-scrollbar-thumb {
    background-color: white;
    transition: all .3s;
    border-radius: 25px;
}

.scroll-itk:hover::-webkit-scrollbar-thumb {
    background-color: #ced9e1;
}

.scroll-itk-h::-webkit-scrollbar {
    height: 8px;
}
.scroll-itk-h::-webkit-scrollbar-track {
    background: #bdbdbd;
    border-radius: 25px;
  }

.scroll-itk-h::-webkit-scrollbar-thumb {
    background-color: rgb(130, 130, 130);
    transition: all .3s;
    border-radius: 25px;
}

/* .search-itk-filter-container{
    min-width: 400px;
    height: max-content;
} */

.mika-itk-not-found-img{
    height: 180px;
}

.mika-itk-not-found-img-sm{
    height: 90px;
}

.line-clamp-itk-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

/* vanilla calendar override */

.vanilla-calendar-day__btn.vanilla-calendar-day__btn_selected{
    background-color: var(--primary);
}
.vanilla-calendar-day__btn.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_today{
    color: white;
}
.vanilla-calendar-day__btn.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_today:hover{
    color: white;
}
.vanilla-calendar-day__btn.vanilla-calendar-day__btn_selected:hover{
    background-color: var(--primary);
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_today{
    color: var(--primary);
}
[data-calendar-theme=light] .vanilla-calendar-day__btn_today:hover{
    color: var(--primary);
}

[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected{
    background-color: var(--primary);
}
[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected:hover{
    background-color: var(--primary);
}

[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected{
    background-color: var(--primary);
}
[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover{
    background-color: var(--primary);
}
[data-calendar-theme=light].vanilla-calendar_to-input{
    z-index: 3;
}

/* end vanilla calendar */

.pulse-itk-dark {
    animation: pulse-dark 2s infinite;
}

@keyframes pulse-dark {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.4);
        box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(52, 58, 64, 0);
        box-shadow: 0 0 0 10px rgba(52, 58, 64, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0);
        box-shadow: 0 0 0 0 rgba(52, 58, 64, 0);
    }
}

@-webkit-keyframes pulse-dark {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(52, 58, 64, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0);
    }
}

.toast-itk{
    top: 5rem;
    right: 0;
}

#liveToast{
    border: none;
}


.hvr-grow {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

/* Icon Forward */
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    pointer-events: none;
  }
  .hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  /* wp block */

  .wp-block-image img{
    width: 100%;
    object-fit: cover;
  }

  .img-itk-rounded-wrapper{
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .img-itk-rounded{
    width: 100%;
  }

  .accordion-itk-warning:not(.collapsed){
    background: var(--secondary);
    border: none;
    box-shadow: none;
    font-weight: 700;
  }

  .accordion-itk-warning.collapsed{
    background: rgb(196, 196, 196);
    color: black;
    border: none;
    font-weight: 700;
  }
  .accordion-itk-warning:not(.collapsed){
    background: var(--secondary);
    border: none;
    box-shadow: none;
    font-weight: 700;
  }

  .accordion-itk-warning.collapsed{
    background: rgb(196, 196, 196);
    color: black;
    border: none;
    font-weight: 700;
  }
  .accordion-itk-primary:not(.collapsed){
    background: var(--primary);
    /* border: none; */
    color: white;
    box-shadow: none;
    font-weight: 700;
  }

  .accordion-itk-primary.collapsed{
    background: rgb(196, 196, 196);
    color: black;
    border: none;
    font-weight: 700;
  }