header {
    height: 100px;
}

.white_header {
    background-color: #664bece0 !important;
}

footer .links, footer .abt_side, footer .try_out {
    text-align: left;
}

footer .top_footer .social_media {
    justify-content: flex-start;
}
.term_check input {
    width: 17px;
    height: 17px;
    accent-color: var(--purple);
}

.pricing_section {
    padding-left: 20px;
    padding-right: 10px;
}

.pricing_section .pricing_pannel .pricing_block {
    height: 100%;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    min-height: 0;
    text-align: left;
}

.map-custom {
    margin: 0;
    padding-left: 10px;
    padding-right: 20px;
}

.SumoSelect > .optWrapper > .options li label, .select-all, .SumoSelect > .CaptionCont > span.placeholder, .SumoSelect > .CaptionCont > span {
    text-align: left;
    margin: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.bangdieukhien {
    font-weight: bold;
    margin: 10px 0px 15px 0px;
}

.table-bordered thead td, .table-bordered thead th {
    vertical-align: middle;
}

#loader1 {
    position: absolute;
    left: 45%;
    top: 40%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--bg-purple);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(0,0,0,0);
    -webkit-border-radius: 80px;
}
::-webkit-scrollbar:hover {
    background-color: #32236F;
}

::-webkit-scrollbar-thumb:vertical {
    background: #6A49F2;
    -webkit-border-radius: 80px;
}
::-webkit-scrollbar-thumb:vertical:active {
    background: #6A49F2;
    -webkit-border-radius: 80px;
}
