/* Theme/global utilities and global page typography. */

.no-margin {
    margin: 0 !important;
}
.panel-content a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
    color: #254062;
}

.elementor a:not(.elementor-button) {
    color: #254062;
}


.page-title {
    font-family: "Manrope", Sans-serif;
}

body {
    font-family: "Manrope", Sans-serif;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    background-color: #BBBDC1;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    background-color: #EFEFEF;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9B9DA0;
}
.align-items-center {
    align-items: center !important;
}

.font-semibold {
    font-weight: 600 !important;
    color: rgb(99 115 130);
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: .25rem !important;
}

.gap-2 {
    gap: .5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

