/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.m0a {
    margin: 0 auto;
}

.p-0 {
    padding: 0;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.m-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-15 {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.center-txt {
    text-align: center;
}

.flr {
    float: right;
}

.fll {
    float: left;
}
/*text color*/
.white-txt {
    color: #fff;
}

.grey-txt {
    color: #494849;
}

.grey-bg {
    background-color: #565757;
}

/*text color ends*/
.white {
    background: #fff;
}

.upc {
    text-transform: uppercase!important;
}

.cap {
    text-transform: capitalize;
}

.fw100 {
    font-weight: 100;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}
/*display position*/
.dsib {
    display: inline-block;
}

.dsb {
    display: block;
}

.dspn {
    display: none;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.beforeCon:before {
    content: "";
    position: absolute;
}

.afterCon:after {
    content: "";
    position: absolute;
}

.crp {
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.3);
    border: 5px solid transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 20px;
    min-width: 20px;
    height: 5px;
    width: 5px;
}
.navigationCon::-webkit-scrollbar-thumb {
    border: 2px solid transparent;

    }
:-webkit-scrollbar-track {
    border-radius: 4px;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar {
    height: 15px;
    width: 15px;
}
.navigationCon::-webkit-scrollbar {
     width: 8px;
}
::-webkit-scrollbar-thumb:hover, .gb_re ::-webkit-scrollbar-thumb:active {
    background-color: rgba(0,0,0,.4);
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: none;
    border: none;
    padding: 0;
    font-style: normal;
    text-transform: capitalize;
    font-size: 16px;
}
