﻿.spintop {
    background-color: #6bb7be;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .64;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.spint-brder {
    --bs-spinner-width: 4rem !important;
    --bs-spinner-height: 4rem !important;
}

@media (max-width:575px) {
    .d-sm-noneelmtt {
        display: none !important;
    }
}
@media (min-width:576.01px) {
    .d-lg-noneelmtt {
        display: none !important;
    }
}
.collapse-itm a {
    font-weight: 500;
}