@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Alfa+Slab+One&display=swap');

body {
    padding: 0 0;
    margin: 0 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    /*    font-family: 'Lato', sans-serif;*/
}


.shareIcon{
    padding: 0 0;
}

.shareIcon li{
    display: inline-block;
    list-style: none;
    padding: 10px 15px;
}

.shareIcon li i{
    font-size: 30px;
}


.logo_style{
    font-family: 'Alfa Slab One', cursive;
    color: #fff;
}

.border_box{
    border: 1px solid #fafafa;
    margin: 10px;
    /*box-shadow: 1px 3px 15px 5px rgb(0 0 0 / 16%);*/
    padding: 10px 0;
}

.my_bg_info{
    color: #fff;
/*    background-color: #007f24;*/
    background: #fb6450;
/*    border-color: #fff;*/
    padding: 3px 15px;
}


.btn-success{
    background-color: #007f24;
    border-color: #007f24;
}


.flex_box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.flex_box .left_box{
    text-align: center;
    flex-basis: 47%;
    border-radius: 5px;
    padding: 5px;
    color: #000;
    background: linear-gradient(#fff 30%, #fff 70%);
    box-shadow: 3px 3px 0px 1px rgba(0,0,0,0.5);
};


.flex_box .right_box{
    text-align: center;
    flex-basis: 47%;
    border-radius: 5px;
    padding: 5px;
    color: #000;
    background: #fff;
}

.flex_box .left_box p{
    margin-bottom: 0;
}

.Tresult_box p{
    margin-bottom: 0;
}

.Tresult_box .left_box, .Tresult_box .right_box{
    margin-bottom: 15px;
    /*box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.3);*/
}


/* starting page */

.center_box {
    position: fixed;
    top: 35%;
    left: 75%;
    width: 13em;
    height: 29.5em;
    margin-top: -15em;
    margin-left: -12.7em;
}

.big_fongt {
    font-size: 88px;
/*    font-weight: bolder;*/
    line-height: 100px;
    margin-bottom: 10;
}

.start_page h1 span {
    color: #00a884;
}

.med_head {
    font-size: 27px;
    color: #00a884;
    margin-bottom: 0;
    font-weight: bold;
}

.small_head {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
}

.rotate {
    /*animation: rotation 5.0s infinite linear;*/
    
}

.profImg img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 2px solid #fff;
}

@keyframes rotation {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.start_btn {
    background: #00a884;
    padding: 5px 0px;
    margin-top: 20px;
    border-radius: 70px;
	width:230px;
}

.start_btn a {
    font-size: 18px;
    color: #fff;
    padding: 2px 55px;
    text-decoration: none;
	
}

.start_btn a:active {
    color: #fff;
}

.dwld_img{
    width: 200px;
}


.refresh{
    width:25px;
}

.cust_btn {
    border-radius: 50px;
    width:180px;
    height:50px;
    background-image: linear-gradient(135deg, red , yellow);
    color:#fff;
    border: none;
    line-height: 40px;
}


.overlay_box{
    background-image: url(https://sattajantri.com/Jantri/images/gold-coins-falling2.gif), linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    border-radius:1px;
    padding:10px;
    height: 100px;
}

.overlay_box_note{
    background-image: url(https://sattajantri.com/Jantri/images/falling-money.gif), linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    border-radius:5px;
    padding:20px;
    height: 150px;
}



/* login page */

.bg_red {
    background: #007087;
}

.center_box_login .row{
    position: relative;
}

.center_box_login {
    /*position: fixed;*/
    /*top: 28%;*/
    /*left: 71%;*/
    /*width: 17em;*/
    /*height: 29.5em;*/
    /*margin-top: -8em;*/
    /*margin-left: -12.7em;*/
    padding: 50px 20px;
    position: fixed;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow-y:scroll;
}

.center_box_login .login_img {
    width: 30%;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
}


.center_box_login input {
    border-radius: 20px;
    border-bottom: 1px solid #fff !important;
    background: transparent;
    outline: none;
    padding-left: 25px;
    box-shadow: none;
    border: none;
}

.center_box_login h2 b{
    color: #fff;
    font-size: 25px;
    text-shadow: 4px 4px rgb(0 0 0 / 20%);
    letter-spacing: 3px;
}

.center_box_login input::placeholder {
    color: #e5e2e2;
    font-size: 13px;
}

.center_box_login input:focus {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

/*
.center_box_login input:focus::placeholder,
.center_box_login input:valid::placeholder {
    top: -3    px;
    left: 8px;    
    font-size: small;
    color: #333;
    padding: 0 5px 0 5px;
}
*/


.center_box_login .fontuser {
    position: relative;
}

.center_box_login .fontuser i {
    position: absolute;
    left: 20px;
    top: 36px;
    font-size: 13px;
    color: #333;
}

.center_box_login .fontpassword {
    position: relative;
}

.center_box_login .fontpassword i {
    position: absolute;
    left: 20px;
    top: 36px;
    font-size: 13px;
    color: #333;
}

.center_box_login h1 span {
    color: #fff;
    text-shadow: 1px 2px #000;
}

.center_box_login .input-group {
    width: 100%;
}

.center_box_forget_passw .login_img {
    width: 50%;
}

.center_box_login .big_fongt {
    font-size: 50px;
    letter-spacing: 5px;
/*    font-weight: bolder;*/
    line-height: 70px;
    margin-bottom: 0;
}

.center_box_login .start_page h1 span {
    color: #00a884;
}

.center_box_login .med_head {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.center_box_login .small_head {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
}

.center_box_login .rotate {
    animation: rotation 4.5s infinite linear;
}

@keyframes rotation {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.center_box_login .start_btn {
    background: #fb6450;
    padding: 5px 0px;
    margin-top: 60px;
    width: 40%;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 70px;
}

.center_box_login .start_btn a {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    padding: 7px 112px;
    text-decoration: none;
}

.center_box_login label {
    color: #fff;
}

form {
    font-size: 13px;
}

form p {
    color: #fff;
}

form a {
    text-decoration: none;
    color: #0cffdd;
}




/* Change password  */

.pos_rel1{
    position:relative!important;
}

.pos_rel2{
    position:relative!important;
}

.pos_rel3{
    position:relative!important;
}

.pos_abs1{
    position:absolute;
    right:20px;
    top:30px;
}

.pos_abs2{
    position:absolute;
    right:20px;
    top:6px;
}

.pos_abs3{
    position:absolute;
    right:20px;
    top:5px;
}



/* forget password page */


.center_box_forget_passw {
    position: fixed;
    top: 40%;
    left: 71%;
    width: 17em;
    height: 29.5em;
    margin-top: -8em;
    margin-left: -12.7em;
}

.center_box_forget_passw input {
    border-radius: 0px;
    border-bottom: 1px solid #fff !important;
    background: transparent;
    outline: none;
    padding-left: 25px;
    box-shadow: none;
    border: none;
}

.center_box_forget_passw input::placeholder {
    color: #e5e2e2;
    font-size: 13px;
}

.center_box_forget_passw input:focus {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.center_box_forget_passw .fontuser {
    position: relative;
}

.center_box_forget_passw .fontuser i {
    position: absolute;
    left: 15px;
    top: 35px;
    font-size: 13px;
    color: #e5e2e2;
}

.center_box_forget_passw .fontpassword {
    position: relative;
}

.center_box_forget_passw .fontpassword i {
    position: absolute;
    left: 15px;
    top: 35px;
    font-size: 13px;
    color: #e5e2e2;
}

.center_box_forget_passw h1 span {
    color: #fff;
}

.center_box_forget_passw .input-group {
    width: 100%;
}

.center_box_forget_passw .login_img {
    width: 50%;
}

.center_box_forget_passw .big_fongt {
    font-size: 50px;
    letter-spacing: 5px;
/*    font-weight: bolder;*/
    line-height: 70px;
    margin-bottom: 0;
}

.center_box_forget_passw .start_page h1 span {
    color: #00a884;
}

.center_box_forget_passw .med_head {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.center_box_forget_passw .small_head {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
}

.center_box_forget_passw .rotate {
    animation: rotation 2.5s infinite linear;
}

@keyframes rotation {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.center_box_forget_passw .start_btn {
    background: #0cffdd;
    padding: 5px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 70px;
}

.center_box_forget_passw .start_btn a {
    color: #333;
    font-weight: bold;
    padding: 7px 70px;
    font-size: 15px;
    text-decoration: none;
}

.center_box_forget_passw label {
    color: #fff;
}

form {
    font-size: 13px;
}

form p {
    color: #fff;
}

form a {
    text-decoration: none;
    color: #0cffdd;
}






/* register page */


.center_box_register .row{
    margin-top: 7px;
    position: relative;
}

.hidPass{
    position: absolute;
    right: 25px;
    bottom: 7px;
    color: #333;
    width: 10px;
}

.center_box_register {
    padding: 50px 20px;
    position: fixed;
    /*top: 5%;*/
    left: 0%;
    width: 100%;
    height: 100%;
    /*margin-top: -5em;*/
    /*margin-left: -12.7em;*/
    overflow-y:scroll;
}

.center_box_register input {
    border-radius: 0px;
    border-bottom: 1px solid #fff !important;
    background: transparent;
    outline: none;
/*    padding-left: 25px;*/
    box-shadow: none;
    border: none;
    padding: 0px 25px 0px 25px;
}

.center_box_register input::placeholder {
    color: #e5e2e2;
    font-size: 13px;
}

.center_box_register input:focus {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.center_box_register .fontuser {
    position: relative;
}

.center_box_register .fontuser i {
    position: absolute;
    left: 15px;
    top: 34px;
    font-size: 12px;
    color: #e5e2e2;
}

.center_box_register .fontpassword {
    position: relative;
}

.center_box_register .fontpassword i {
    position: absolute;
    left: 15px;
    top: 34px;
    font-size: 12px;
    color: #e5e2e2;
}

.center_box_register h1 span {
    color: #fff;
}

.center_box_register .input-group {
    width: 100%;
}

.center_box_register .login_img {
    width: 30%;
}

.center_box_register .big_fongt {
    font-size: 43px;
    letter-spacing: 5px;
/*    font-weight: bolder;*/
    line-height: 50px;
    margin-bottom: 0;
}

.center_box_register .start_page h1 span {
    color: #00a884;
}

.center_box_register .med_head {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.center_box_register .small_head {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
}

.center_box_register .rotate {
    animation: rotation 2.5s infinite linear;
}

@keyframes rotation {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.center_box_register .start_btn {
    background: #0cffdd;
    padding: 5px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 70px;
}

.center_box_register .start_btn a {
    color: #333;
    font-weight: bold;
    padding: 7px 70px;
    font-size: 15px;
    text-decoration: none;
}

.center_box_register label {
    color: #fff;
    margin-top: 6px;
}

form {
    font-size: 13px;
}

form p {
    color: #fff;
}

form a {
    text-decoration: none;
    color: #0cffdd;
}




/*  delete jantri   */ 






/* dashboard page */

/*.dashboard_page{    */
/*    position: sticky;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 9;*/
/*    width: 100%;*/
/*    box-shadow: 0 0 3px rgb(0 0 0 / 20%);*/
/*}*/

.dashboard_page{
    position: sticky;
    top: 0;
/*    border: 2px solid #97ff9a;*/
    left: 0;
    height: 66px;
    z-index: 9;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}


.top_head{
    padding: 5px 0 ;
    margin-bottom: 0px;
}

.top_head h2{
    font-size: 30px;
    letter-spacing: 8px;
}

.top_head p{
    font-size: 13px;
    letter-spacing: 2px;
    word-spacing: 15px;
    text-transform: uppercase;
    color: #fff;
}

.logo_img{
    width: 50px;
}

.result_main_box99{
    color: #fff;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    padding: 3px;
    background: #007087;
    
}

.result_main_box{
    color: #fff;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    padding: 0px;
    background: #007087;
    border: 2.5px solid #000;
}
.result_main_box23{
    color: #fff;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    background: #000;    
}

.top_hear_right{
    background: #fb6450;
}

.result_box{
    background: #fff;
    border-radius: 5px;
    /*margin-top: 20px;*/
    position: relative;
}

.overlay{
    height: auto;
    width: 100%;
    background: rgba(0,0,0,0.8);
    border-radius: 5px;
}

.result_box img{
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}

.result_notice_box{
    align: center;
    top: 10%;
    padding: 5px 0;
    color: #000;
   
}

.result_notice_box h2, .result_notice_box h5, .result_notice_box p{
    font-weight: bold;
    text-shadow: 3px 0 0 black;
}

.result_carousel_box{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin: 10px;
}

.result_carousel_box h2, .result_carousel_box h5, .result_carousel_box p{
    font-size: 15px;
}





/* sidebar menu */


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  /*background-color: #ebfcff;*/
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 1px 3px 5px rgba(0,0,0,0.3);
}

.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    /*border-bottom: 2px dotted #007087;*/
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 5px 7px 1px rgba(0,0,0,0.1);
    font-weight: bold;
    display: block;
    transition: 0.3s;
}

.sidenav a i{
    width: 30px;
    color: #007087;
}

/*.sidenav a:nth-child(3) i{*/
/*    color: green;*/
/*}*/

/*.sidenav a:nth-child(4) i{*/
/*    color: darkblue;*/
/*}*/

/*.sidenav a:nth-child(5) i{*/
/*    color: brown;*/
/*}*/

/*.sidenav a:nth-child(6) i{*/
/*    color: #FFCC99;*/
/*}*/

/*.sidenav a:nth-child(7) i{*/
/*    color: #FF0000;*/
/*}*/

.sidenav a:nth-child(8) i{
    color: #f00;
}

.sidenav a:nth-child(8){
    color: #f00;
}

/*.sidenav a:nth-child(9) i{*/
/*    color: purple;*/
/*}*/

/*.sidenav a:nth-child(10) i{*/
/*    color: #007f24;*/
/*    font-weight: bold;*/
/*}*/

/*.sidenav a:nth-child(11) i{*/
/*    color: skyblue;*/
/*}*/

/*.sidenav a:nth-child(12) i{*/
/*    color: #FF0000;*/
/*}*/

.profile_info{
    margin-bottom: 25px;
}

.profile_info h4{
    font-size: 16px;
    color: #fff;
}

.profile_info p{
    font-size: 14px;
    color: #000;
}

.profile_info img{
    width: 80px;
    margin-bottom: 10px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #007087;
}

.profile_info_popup img{
    width: 100%;
    height: 100%;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
    box-shadow: none;
    border: none;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#navbar { 
    display: flex!important;
}




/* sidebar menu */





/*  notice_section */

.notice_section p a{
    background: #000;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}





/* footer section */

.footer_nav{
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
    z-index: 9;
}

.nav_foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
/*    overflow-x: auto;*/
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: white;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: #007f24;
}

.nav__icon {
    font-size: 18px;
}






/*  my game play section */

.headi_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    flex-wrap: nowrap;
}

.headi_btn b{
    font-size: 18px;
}

.headi_btn a{
    font-size: 14px;
}

.glist_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    flex-wrap: nowrap;
}

.glist_time p{
    font-size: 12px;   
}

.glist_btn a{
    font-size: 14px;
}


.glist_box{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}




/*  wallet section  */

.acco_actv{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.acc_box{
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin: 7px;
    padding: 5px;
    font-size: 15px;
    /*border-radius: 6px;*/
    box-shadow: 5px 5px 1px 0px rgba(0,0,0,0.5);
}




/* search result section */



.result_table{
    font-size: 14px;
}

.form_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    vertical-align: middle;
    flex-wrap: nowrap;
}

.form_flex select, .form_flex a{
    margin-right: 5px;
    margin-bottom: 5px;
}

.form_flex a{
    margin-right: 0;
}



/*  mygame_play section */


.mygame_play input, .mygame_play select, .mygame_play a{
    margin-right: 5px;
    margin-bottom: 5px;   
}

.mygame_play a{
    margin-right: 0;
}



/*  main game page  */

.big_font{
    font-size: 16px;
    font-weight: bold;
}

.main_gm_list li button{
    font-size: 14px;
    background: #00a884!important;
    color: #fff;
    text-decoration: none;
}

.main_gm_list .nav{
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.main_gm_hd{
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0px 0;
}

.parent{
    margin-bottom: 15px;
}

#myForm{
    padding: 5px 10px;
}

.main_gm_hd div:first-child a{
    text-decoration: none;
    color: #fff;
}

.main_gm_hd div:nth-child(2){
    color: #fff;
} 

.btn-check:focus+.btn-primary, .btn-primary:focus{
    box-shadow: none!important;
}

.main_gm_ft{
    border: 2px solid #0ff;
    align-items: center;
    vertical-align: middle;
    justify-content: space-around;
    flex-wrap: nowrap;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 3px -2px 3px 1px rgb(0 0 0 / 20%);
    background-color: #007087;
  
    /*display: flex;*/
}

.main_gm_ft span{
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 1px #000;
}

.main_gm_ft span input{
    text-align: center;
}

.modal h5, .modal h4, .modal button {
    font-size: 15px;
}


.ten_flex{
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content:space-evenly;
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 3px;
}

.ten_flex th{
    padding: 0 0!important;
    width: 8%;
    font-size: 10px;
}

.ten_flex input{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
   border-radius: 5px;
    border: 0.5px solid #ced4da;
}

.two_flex{
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content:space-between;
    flex-wrap: nowrap;
}

.two_flex .input_sec{
    flex-basis: 32%;
}

.two_flex .input_sec input{
/*    height: 30px;*/
}

.input_sec_3{
    flex-basis: 23%;    
}

.input_sec_3 input{
/*    height: 30px;*/
}

.two_flex_box{
    margin: 5px;
}




/* profile section */


.profile_box{
    border-radius:5px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.pro_head{
    background: #007087;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    color: #fff;
}

.my-bg-info{
    background: #007087;
    border-radius:20px;
}

.pro_body{
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pro_body ul{
    padding: 0 0;
    margin: 0 0;
}

.pro_body ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    flex-wrap: nowrap;
    font-size: 16px;
    border-bottom: 1px dotted #007087;
    padding: 5px 0;  
}

.pro_body ul li span{
    font-weight: bold;
}

.pro_body ul li span i{
    color: #007087;
    width: 25px;
    font-weight: bold;
}

.pro_edit_body{
    background: #fff;
    padding: 10px; 
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pro_edit_body form{
    font-size:16px;
}

.pro_edit_body p{
    line-height: 18px;
}

.pro_edit_body label i{
    color: #007087;
    width: 20px;
}

.my-bg-success{
    background-color: #007087;
    border-color: #007087;
}

.pro_edit_body label {
    margin-bottom: 5px;
}

.pro_edit_body input::placeholder{
    font-size: 13px;
}

.pro_edit_body input{
    height: 35px;
    font-size: 13px;
}

.pro_edit_body button{
    font-size: 14px;
    width: 100%;
    padding: 5px 0;
}

.form-switch .form-check-input:checked .bg_red{
    background: #000!important;
}














