﻿.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;
}

.btn-secondary {
    color: #fff;
    background-color: #0089C1 !important;
    border-color: #4385A7 !important;
    border: solid 1px #4385A7;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25), 1px 1px 2px 0px rgba(0,0,0,0.20), inset -2px -2px 4px 0px rgba(0,0,0,0.25), 2px 2px 4px 0px rgba(242,242,242,0.25);
    font-size: 12px;
}

.modal-header {
    padding: 0px !important;

}
