
* {
    font-family: 'point', sans-serif;
}

h1 {
    font-family: 'point-semibold', sans-serif !important;

}

body {
    overflow-x: hidden;
    width: 100vw;
}

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

::-webkit-scrollbar-track {
    background: #ffffff0a;
}

::-webkit-scrollbar-thumb {
    background: #DEDEDE;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #D9D9D9;
}

.dark [role=tab].active,
.dark [role=tab].active:hover,
[role=tab].active,
[role=tab].active:hover {
    border-color: #00BCD5;
    color: #00BCD5;
}

.select2-selection--single{
    /*margin-bottom: 12px !important;*/
    border: 1px solid #E5E7EB !important;
    font-size: 14px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: fit-content !important;
    cursor: pointer !important;
    display: block !important;
    padding-left: 4px !important;
    padding-right: 10px !important;
    outline: none !important;
}
select2 select2-container select2-container--default select2-container--below select2-container--focus{
    width: 100% !important;
}
/*.home-select .select2-selection--single{*/
/*    border: none !important;*/
/*}*/
.swiper-pagination-bullet {
    background: white;
}
label.error {
    color: #dc3545;
    font-size: 14px;
}
.ui-widget-header{
    background-color: #000;
}
.ui-state-active,.ui-widget-content{
    background: #c5c5c5 !important;
}


.ui-state-default{
    border-radius: 50%;
    height: 18px !important;
    width: 18px !important;
}
}
