﻿.bgBlue {
    background-color: var(--box-background) !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.pinline50 {
    padding-inline: 50px !important;
}

.pinline40 {
    padding-inline: 40px !important;
}

.cursorPointer {
    cursor: pointer !important;
}

.pt25 {
    padding-top: 25px !important;
}
/* overflow stlying */
body::-webkit-scrollbar-track {
    padding: calc(2/720 * 100vw) 0;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #D0D0D0;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 10px;
    border-radius: 161px;
    background-color: var(--box-background);
}

.mb15 {
    margin-bottom: 15px !important;
}

.marginTopBottom50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.bgBlue {
    background-color: var(--box-background) !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mlNegative65 {
    margin-left: -65px !important;
}

.pinline50 {
    padding-inline: 50px !important;
}

.pinline40 {
    padding-inline: 40px !important;
}

.cursorPointer {
    cursor: pointer !important;
}

.pt25 {
    padding-top: 25px !important;
}
/* overflow stlying */
body::-webkit-scrollbar-track {
    padding: calc(2/720 * 100vw) 0;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #D0D0D0;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 10px;
    border-radius: 161px;
    background-color: var(--box-background);
}

.mb15 {
    margin-bottom: 15px !important;
}

.marginTopBottom50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.alignVertical {
    vertical-align: middle !important;
}

.mb59 {
    margin-bottom: 59px !important;
}

.mb52 {
    margin-bottom: 52px !important;
}

.noBorderBottom {
    border-bottom: none !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.noPaddingInline {
    padding-inline: 0px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}
.topNegative50{
top:-50px !important;
}
.mlNegative5{
margin-left:-5px !important;
}

/* media queries for laptop */
@media only screen and (min-width: 1370px) and (max-width: 1605px) {
    .mb60 {
        margin-bottom: 30px !important;
    }
}

.h-95{
height:95% !important;
}
.noPaddingBottom{
padding-bottom:0px !important;
}