:root {
    --bg: #f8f7fa;
    --menutxtcl: 111,115,145;
    --menutxtweight: 600;
    --intlinear: 90, 99, 129;
    --txtall: 79, 82, 107;
    --cl1: 127, 139, 216;
    --pckdf: var(--cl1);
    --whydf: var(--cl1);
    --lbds: 255, 255, 255;
    --lsdb: 56, 58, 70;
    --text: 85, 85, 85;
    --fixedtel: #d581b4;
}
body.dark {
    --bg: #26272d;
    --menutxtcl: 226, 226, 228;
    --intlinear: 45, 45, 58;
    --txtall: 226, 226, 228;
    --cl1: 192,128,223;
    --lbds: 56, 58, 70;
    --lsdb: 255, 255, 255;
    --pckdf: var(--cl1);
    --text: 226, 226, 228;
}

.pulse i { position: relative; z-index: 20; top: 16px; font-size: 30px; } .pulse { position: fixed; cursor: pointer; display: block; width: 60px !important; height: 60px; bottom: 10px; left: 10px; background-color: rgba(0, 200, 0, 1); color: white; border-radius: 50px; text-align: center; transition-duration: 0.5s; animation: pulse-btn 3s infinite; z-index: 9000; } .pulse:hover { background-color: rgba(0, 150, 0, 1); color: white; } .my-float { margin-top: 15px; } @-webkit-keyframes pulse-btn { 0% { -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1); } 70% { -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0); } } .pulse a { color: #fff; } @media (max-width: 1250px) { .fastOrder .fastselect:first-child { min-width: 180px !important; } .fastOrder .fastselect { min-width: 210px !important; } } .serviceList {justify-content: left !important;} .serviceList {overflow: auto;padding-bottom: 10px;}.serviceList::-webkit-scrollbar-track {border-radius: 20px;background-color: rgba(var(--lbds));}.serviceList::-webkit-scrollbar {height: 7px;background-color: rgba(var(--lbds));border-radius: 10px;}.serviceList::-webkit-scrollbar-thumb {border-radius: 20px;background-color: #c5c5c5;}