

body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333;
    background: rgb(16, 12, 24);
}

.mt-3{
margin-top: 30px !important;
}
.mt-5{
	margin-top: 50px !important;
}
.mb-3{
	margin-bottom: 30px !important;
}
.mb-5{
	margin-bottom: 50px !important;
}
.text-center{
    text-align: center !important;
}

/* all reserver weeks token css start */
.justify_center{
    justify-content: center !important;
}
.justify_end{
    justify-content: flex-end !important;
}
.current_btn_res {
    background: #f98c49;
    border: none;
    padding: 10px 35px;
    border-radius: 30px;
    color: #fff;
    z-index: 999999;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}
.current_btn_past {
    background: #b65316;
    border: none;
    padding: 10px 35px;
    border-radius: 30px;
    color: #fff;
    margin-left: -33px;
    z-index: -1;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}
.border_botom {
    border-bottom: 2px solid #f98c49;
    margin-bottom: 50px !important;
}
.x_token_area {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.justify-content-start{
    justify-content: start !important;
}
.x_progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #d1ead1;
    border-radius: .25rem;
}
.x_progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #b4f0b4;
    transition: width .6s ease;
}
.x_token_start {
    width: 340px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 23%);
    border-radius: 8px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
}
.green_border{
	border-top: 3px solid #4caf50;
}
.red_border{
	border-top: 3px solid #ff5722;
}
.x_token_body {
    padding: 15px;
}
.top_x_text {
    text-align: center;
}
.top_x_text span {
    font-weight: 600;
    font-size: 14px;
}
.top_x_text p {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #f98c49;
}
.x_users h6 {
    margin: 0 auto;
    font-size: 16px;
    color: #000;
}
.x_users span {
    font-size: 13px;
    line-height: 10px;
    display: block;
    color: #9e9e9e;
}
.x_value h6 {
    margin: 0 auto;
    font-size: 16px;
    color: #000;
}
.x_value span {
    font-size: 13px;
    line-height: 10px;
    display: block;
    color: #9e9e9e;
}
.x_users_value {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.x_token_btn {
    text-align: center;
}
.x_btn_token {
    background: #f98c49;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    outline: none;
}
.x_token_time span {
    font-size: 13px;
    font-weight: 500;
    color: #b65316;
}
.x_token_time {
    display: flex;
    justify-content: space-evenly;
}
.bottom_text_progress {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.x_share p {
    margin-top: 0;
    font-size: 13px;
    line-height: 12px;
    font-weight: 600;
}
.x_share span {
    font-size: 13px;
}
.x_contribution{
	text-align: right;
}
.x_contribution p {
    margin-top: 0;
    font-size: 13px;
    line-height: 12px;
    font-weight: 600;
}
.x_contribution span {
    font-size: 13px;
}
.x_token_progress {
    background: #f6f8f8;
    padding: 15px 15px;
    border-top: 1px solid #d9d9d9;
    border-radius: 0 0 8px 8px;

}
.x_check svg {
    color: #4caf50;
}
.x_check {
    text-align: right;
    margin-bottom: -8px;
}
.red_progress {
    background: #e27070 !important;
}
.red_progress_bg {
    background: #ec9191 !important;
}

/* popup css start */
.popup_body_areaa {
    background: #fff;
    width: 350px;
    padding: 15px 20px;
    border-radius: 7px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 23%);
}
.popup_top span {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: block;
    line-height: 20px;
    margin-bottom: 15px;
}
.total_allocation p {
    margin-bottom: -7px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
}

.total_allocation p span {
    font-size: 13px;
    color: #757575;
    margin-left: 20px;
}

.total_allocation {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 10px;
    text-align: center;
    margin-top: 22px;
}
.allo_date_user span {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
.allo_date_user {
    margin-top: 10px;
}
.input_allocation {
    border: 1px solid #999;
    border-radius: 8px;
    margin-top: 30px;
    padding: 8px 0;
}
.input_allocation .inpu_allo {
    border: none;
    padding: 12px 12px;
    width: 198px;
    outline: none;
    border-radius: 8px; 
    font-weight: 600;
}
.input_allocation span {
    font-size: 12px;
    font-weight: 600;
}
.max_allo {
    border: none;
    background: #f98c49;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}
.confirm_btn .allo_conf_btn {
    background: #f98c49;
    border: none;
    outline: none;
    padding: 15px 20px;
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}

.popcloe_icon {
    color: #000;
    cursor: pointer;
    text-align: right;
}

/*.pop_dnone{
    display: none;
    position: relative;
    z-index: 9999999;
}
.allocation_popup_area {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 70%);
    position: fixed;
    top: 0;
    left: 0;
}
*/

/* dashboard balance css */
.token_blance_area {
    background: rgb(39, 38, 44);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    margin-right: 15px;
    margin-left: 15px;
    width: 370px;
    border-radius: 4px;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.tok_item {
    padding: 15px 15px;
}
.tok_item span {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    color: rgb(248, 150, 56);
    font-weight: 500;
}
.tok_blence {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.tok_blence img {
    margin-right: 20px;
}
.tok_blence p span {
    font-size: 22px;
    font-weight: 700;
    color: rgb(248, 150, 56);
}
.tok_blence p {
    color: rgb(248, 150, 56);
    font-weight: 700;
}
.btm_txt {
    margin-top: 0;
    font-size: 10px;
    line-height: 17px;
    color: rgb(248, 150, 56);
}
.curry_tokn h5 {
    font-size: 22px;
    color: rgb(248, 150, 56);
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
.curry_tokn span {
    display: inline;
    font-size: 9px;
    margin-right: 5px;
}
.curry_tokn span {
    display: inline;
    font-size: 12px;
    margin-right: 5px;
    text-transform: capitalize;
    color: rgb(248, 150, 56);
}
.pop_buttonn button {
    background: rgb(248, 150, 56);
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
.pop_buttonn button:hover{
    background: #fff;
}

/* weekly breakdown table css */
.weekly_breakdown {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 10px 15px;
    overflow: hidden;
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    background: rgb(39, 38, 44);
}
.weekly_b_table {
    overflow-y: scroll;
    padding: 10px;
    height: 700px;
    
}
.weekly_b_table .table_week {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: separate;
    width: 100%;
    white-space: nowrap; 
    border-spacing: 0 20px;

}
.weekly_b_table .table_week td, .weekly_b_table .table_week th  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.weekly_b_table .table_week thead tr th {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding: 5px 20px;
    color: #f89638;
    text-align: center;
}


.weekly_b_table .table_week .weekly_tbody tr {
    border-top: 1px solid #dee2e6;
    font-size: 12px;
    line-height: 15px;
    border-radius: 16px;
    padding: 18px !important;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}
.weekly_b_table .table_week .weekly_tbody tr td {
    padding: 10px;
    font-weight: 500;
    line-height: 35px;
    border-top: 2px solid #f89638;
    border-bottom: 2px solid #f89638;
    color: #f89638;
    padding-left: 
    padding-left: 20px;
    text-align: center;
}
.weekly_b_table .table_week .weekly_tbody tr td:nth-child(1) {
    border-left: 2px solid #f89638;
    border-radius: 12px 0 0 12px;
}
.weekly_b_table .table_week .weekly_tbody tr td:last-child {
    border-right: 2px solid #f89638;
    border-radius: 0 12px 12px 0;
}
.table_titlee h4 {
    margin-bottom: 5px;
    color: #f89638;
}
.table_titlee {
    border-bottom:  1px solid #f89638;
    margin-bottom: 6px;
}

/* scroll css */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background: rgb(248, 150, 56);
     border-radius: 8px; 
}
::-webkit-scrollbar-track {
    box-shadow: rgb(72 63 90) 0px 0px 5px inset;
    border-radius: 10px;
}











/* Responsive css start*/
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .x_token_area {
    width: 100%;
    justify-content: start;
}
}
@media only screen and (min-width: 360px) and (max-width: 640px){
	.x_token_area {
    width: 100%;
    justify-content: start;
}
.x_token_start {
    width: 82%;
}
.current_btn_res {
    padding: 10px 19px;
}
.current_btn_past {
    padding: 10px 19px;
}
.popup_body_areaa {
    width: 270px;
}
.input_allocation .inpu_allo {
    width: 122px;
}
.weekly_breakdown{
    width: 100% !important;
}
.token_blance_area{
    width: 100%;
}
.blance_popp{
    justify-content: center !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 568px){
	.x_token_area {
    width: 100%;
    /*display: block;*/
    justify-content: start;
}
.x_token_start {
    width: 90%;
}


.current_btn_res {
    padding: 10px 19px ;
}
.current_btn_past {
    padding: 10px 19px;
}

.popup_body_areaa {
    width: 270px;
}
.input_allocation .inpu_allo {
    width: 122px;
}
.weekly_breakdown{
    width: 100% !important;
}
.token_blance_area{
    width: 100%;
}
.blance_popp{
    justify-content: center !important;
}
}

