.btnRounded { border-radius: 50% !important; text-align: center; min-width: 50px !important; height: 50px !important; text-align: center; background: #4e00ca !important; }
.btnRounded span { margin-right: 0 !important;  margin-left: 0 !important;}

.navbar {
    box-shadow:none !important;
}

.drawerBox .MuiPaper-root { width: 65%;}
.drawerBox .css-10hburv-MuiTypography-root {
    font-size: 14px !important;
}

.drawerBox .css-cveggr-MuiListItemIcon-root {
    min-width: 35px !important;
}

.home_bg {
    background: url(../images/bg.png) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bg-greenlight {
    background-color: #C8FA89;
    min-height: 100vh;
}

.bg-greenlight-graph {
    background-color: #efffdb;
    min-height: 100vh;
}

.bg-successstory {
    background-color: #e1fff8;
    min-height: 100vh;
}

.textfield {
    background-color: #ffffff;
    color: rgb(3, 5, 112);
}


.bg-leafgreen {
    background-color: #b7ffbd;
    min-height: 100vh;
}

.bg-leafgreen-home {
    background: linear-gradient(180deg, #e4f7c9 100%, #bd1c1c 0%);
    height: 100vh;
    overflow-y: scroll;
}

.borderRadius10 {
    border-radius: 10px !important;
}

.bannerWrapper {
    padding: 15px 25px;
}
.bannerWrapper img {
    width: 100%;
    border-radius: 20px;
}

.hbtn {
    display: block !important;
}

.hbtn div {
    align-items: center !important;
    justify-content: center !important;
    color: #000 !important;
    
}


.btn-blue { background-color: #64b5f6 !important;}
.btn-yellow { background-color: #f0bc5e !important;}
.btn-green-dashboard { background-color: #c8e954 !important;}
.btn-pink { background-color: #f78bb7 !important;}
.btn-redlight { background-color: #ff8b7c !important;}  
.btn-bluelight { background-color: #9e8cff !important;}  
.btn-bluelight-ai { background-color: #ffd78c !important;} 

.btn-redlight-story { background-color: #c3b7ecc7 !important;}


.btn-bluenoticeboard { background-color: #bae580 !important; border-radius: 10px;} 


.terms_bg {
    background: linear-gradient(180deg, #9FD55A 0%, #69952B 100%);
    height: 100vh;
    overflow-y: scroll;
}

.terms_bg_login {
    background: linear-gradient(180deg, #7a51ec 0%, #f15691 100%);
    height: 100vh;
    overflow-y: scroll;
}

.terms_bg_login_new {
    background: linear-gradient(180deg, #7a51ec 0%, #f15691 100%);
    height: 100vh;
    overflow-y: scroll;
}

.terms_bg_register_new {
    background: linear-gradient(180deg, #920000 0%, #00606d 100%);
    height: 100vh;
    overflow-y: scroll;
}



.textCenter { text-align: center;}
.whitechecked { color: #fff !important;}

.btn-green{
    background: #0B6507 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
}

.btn-maroon{
    background: #c70000 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
}

.btn-brown{
    background: #750837 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.btn-litebrown{
    background: #48ad6a !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.whitetextfield label {   
    color:rgba(255, 255, 255, 1) !important;
}

.whitetextfield div:before  {   
    border-bottom: 1px solid rgba(255, 255, 255, .5) !important;
}

.whitetextfield div:after  {   
    border-bottom: 1px solid rgba(5, 97, 0, 1) !important;
}

.whitexText { color: #fff !important;  text-decoration: none !important;}

.text-green { color: #0B6507 !important;}
.text-red { color: #FF2424;}
.text-greenlight { color: #6E9E28;}

.text-deepblue { color: #5d2baf; font-weight: 700;}

.lineheight { line-height: normal !important;}

.timegreenbox {
    background: #0B6507;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

.btn-green-small {
    background-color: #85B442 !important;
    min-width: 30px !important;
}

.btnRow button { margin: 0 5px !important; border-radius: 8px !important;}

@media only screen and (max-width: 375px) {
    .hbtn {    
        font-size: 13px !important;
        padding: 6px 6px !important;
    }
    .hbtn div img {
        max-width: 60px;
       
    }
}

.btnUser {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.successUser {
    width: 280px;
    height: 320px;
    border-radius: 5%;
    margin-left: 50px;
    margin-right: auto;
}

.btnBack {
    /* width: 100px;
    height: 100px;
    border-radius: 50%; */
}

/* index.css or App.css */
* {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera, and Firefox */
  }