html {
    scroll-behavior: unset !important;
}
.glossary-search-form{
    max-width:540px;
}
.search-input {
    border: 1px solid #F0F0F0;
    box-shadow: 0px 1.58px 2.19px 0px #2A2A2A06, 0px 3.79px 5.25px 0px #2A2A2A08, 0px 7.14px 9.89px 0px #2A2A2A0A, 0px 12.73px 17.65px 0px #2A2A2A0C, 0px 23.81px 33px 0px #2A2A2A0F, 0px 57px 79px 0px #2A2A2A14;
    padding-left: 60px !important;
}
.search-icon-glossary {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0092F426;
    border-radius: 6px;
}
.search-icon-glossary svg {
    width: 23px;
}
.glossary {
    min-height: 522px;
    background: linear-gradient(298.17deg, rgba(0, 146, 244, 0.1) -2.41%, rgba(208, 84, 206, 0.092) 34.62%, rgba(255, 72, 0, 0.016) 73.17%);
    padding: 70px 0px 50px 0px;
}
.glossary-country-link:hover {
    opacity: 0.7;
    
}
.glossary-country-link:hover p{
    color:#0092F4 !important;
}
.glossary-country-link {
    transition: 0.3s;
}
.glossary-page-list-container {
    display: grid;
    gap: 60px 90px;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}
.g_headings.active {
    display: inline-block;
    background-color: #A158FF;
    color: #fff;
    padding: 2px 10px !important;
    text-align: center;
    border-radius: 4px;
}

.active-char {
    display: inline-block;
    background-color: rgba(28, 131, 252, 1);
    color: #fff !important;
    padding: 4px 12px !important;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #FFF;
}

.g_headings {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #111639;
    font-family: Outfit, sans-serif;
    margin-bottom: 16px;
}

.g_headings.active-char {
    min-width: 68px;
}

.active-char::after {
    content: "";
    border-bottom: 1px solid #E4E7EC;
    /* height: 1px; */
    width: 100%;
    position: absolute;
    top: 66px;
    left: 0px;
}

.link-char-glossary ,.disabled-char{
    font-weight: 600;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 160%;
    text-decoration: none;
    color: #007ED2;
    padding: 4px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
}

.glossary-search-wrapper a {
    min-width: 32px !important;
}

.glossary-country-link p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #252526;

}

.link-char-glossary.active {
    background-color: #1C83FC;
    color: #fff;
    border: 1px solid #FFFFFF;
}

.char-grouped-container,.char-grouped-container h1,.glossary-content {
    position: relative;  
}

.char-grouped-container,.char-grouped-container h1{
    padding-left: 24px;
}


.char-grouped-container:before {
    position: absolute;
    content: '';
    background-color: #EFEFEF;
    height: 100%;
    width: 2px;
    left: 0px;
}

.char-grouped-container h1:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #DA54D8 0%, #0092F4 100%);
    height: 100%;
    width: 2px;
    left: -24px;
}

.glossary-list-item {
    margin-top: 16px;
}

.disabled-char {
    opacity: 60%;
}

.char-grouped-container.blank {
    display: none;
    /*   visibility:none; */
}

.glossary-list-toggle-wraper {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-top: 16px;
}

.show-all,
.show-less {
    color:#0092F4;
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;
    cursor: pointer;
}

.h1-above {
    margin-top: -150px;
    height: 150px;
}


.glossary-content:before, .glossary-content:after {
    content: "";
    position: absolute;
    width: 760px;
    height: 415px;
    background: linear-gradient(252.93deg, #d054ce 33.59%, #0092f4 59.88%, #20dc86 87.87%);
    opacity: .15;
    filter: blur(142.5px);
    -webkit-filter: blur(142.5px);
    will-change: filter;
    transform: matrix(.89, -.23, .56, .96, 0, 0);
}

.glossary-content:after {
    top: 30%;
    left: 80%;
}
.glossary-content:before {
    bottom: 30%;
    left: -25%;
}

/* hire developer */

.developers-column {
    background-color: #ffffff;
    box-shadow: 0px 1.58px 2.19px 0px #2A2A2A06, 0px 3.79px 5.25px 0px #2A2A2A08, 0px 7.14px 9.89px 0px #2A2A2A0A, 0px 12.73px 17.65px 0px #2A2A2A0C, 0px 23.81px 33px 0px #2A2A2A0F, 0px 57px 79px 0px #2A2A2A14;
    padding: 24px;
    border-radius: 8px;
    height:100%;
}

.hire-dev-wrapper {
    display: flex;
    column-gap: 35px;
}

.hire-remote-dev-links {
    font-size: 14px;
    font-weight: 600;
    color: #252526;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hire-dev-wrapper .w-dyn-list {
    flex: 1;
    min-width: 0;
}

@media only screen and (max-width: 1200px) {
    .glossary-page-list-container {
        grid-template-columns: 1fr 1fr 1fr;

    }
}

@media only screen and (max-width: 992px) {
    .glossary-page-list-container {
        grid-template-columns: 1fr 1fr;
        padding-left: 49px;
    }

    .glossary-country-link p {
        font-size: 18px !important;
    }

    .g_headings {
        font-size: 34.84px !important;
    }
}

@media only screen and (max-width: 600px) {
    .glossary-page-list-container {
        grid-template-columns: 1fr;
        padding-left: 0px;
    }

    .glossary-country-link p {
        font-size: 16px !important;
    }

    .g_headings {
        font-size: 25.92p !important;
    }

    .link-char-glossary {
        font-size: 16px !important;
    }

    .show-all,
    .show-less {
        font-size: 16px !important;
    }

    .g_headings.active-char {
        min-width: 61px !important;
    }
}