.menu_bar{
    height: 100vh;
    background-color: #fff;
    max-width: 14%;
    position:relative;
}
.logo{
    height: 10vh;
    display: flex;
    align-items: center;
}
.api_loader{
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 99999;
}
.justify_center{
    justify-content: center;
}
.menu_list{
    height: 70vh;
}
.mr0{
    margin-right: 0 !important;
}
.mb5{
    margin-bottom: 5px !important;
}
.logout_div{
    display: flex;
    align-items: center;
    text-align: center;
    bottom: 10px;
    position: fixed;
    width: 12%;
}
.logoutbtn{
    margin: 0 auto;
    width: 100%;
}
.content_section{
    background-color: gray;
}
.h10vh{
    height: 10vh;
}
.h60vh{
    height: 60vh;
}
.menu_list>ul{
    list-style: none;
    padding-left: 0 !important;
}
.menu_list>ul>li{
    padding: 14px !important;
}
.menu_list>ul>li>a{
    text-decoration: none;
    font-weight: 600;
    color: #64748B;
}
.sidebar_icon{
    margin-right: 10px;
    font-weight: 600;
    color: #64748B;
}
.active_tab > .sidebar_icon,.active_tab > a{
    color: #0073e5 !important;
}
.create_link{
    display: flex;
    align-items: center;
}
table thead tr td{
    background-color: #E8F2FF !important;
    padding: 10px !important;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.pagination-container{
    display: flex;
    justify-content: flex-end;
}
.paginate_btn{
    border: 1px solid;
    background-color: #e8f2ff;
    padding: 5px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.paginate_btn.active{
    background-color: #0d6efd;
    color: #FFF;
    font-weight: bold;
    pointer-events: none;
    border-radius: 50%;
}
.active_tab{
    background-color: #E8F2FF !important;
    color: #0073e5;
}
.tabing{
    padding: 20px;
    background-color: #FFF;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.bg_gray{
    background-color: #f8fafc;
}
.table_div, .section_div{
    background-color: #FFF;
    text-align: center;
}

/*qr code section start*/
.new_textbox {
    border: 1px solid #3c3c3c4d !important;
    font-size: 16px;
    border-radius: 10px !important;
    padding: 10px;
    font-weight: 500;
    width: 50%;
    margin: 10px;
}
.setting_row{
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.background_blue {
    background: #2563eb !important;
}
.color_white{
    color: #FFF !important;
}
.opacity0{
    opacity: 0;
}
.mobile-image_box {
  border: 5px solid black;
  border-radius: 40px;
  padding: 0 20px;
  width: 50%;
  margin: 0 auto;
}

.qrcode_box {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.30);
  border-radius: 20px;
  margin-top: 40px;
}

.qrcode_box img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.mobile-image_box .heading {
  margin-top: 40px;
  font-size: 30px;
}

.mobile_btns_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin: 40px 0;
}

.mobile_btns_links button {
  width: 100%;
  max-width: 300px;
  padding: 12px 0;
  color: #FFF;
  font-size: 20px;
  border-radius: 12px;
  background: #2563EB;
  box-shadow: -5px 14px 24px 0px rgba(19, 19, 19, 0.16);
  border: 1px solid transparent;
}

.mobile_btns_links button:nth-child(3) {
  background-color: white;
  color: #111;
  border: 1px solid rgba(60, 60, 60, 0.30);
}
.table thead tr th{
    background-color: #E8F2FF;
    color: #111111;
    font-weight: 500;
    border-style: none;
}
/*qr code section over*/
.option_icon {
    background-color: #2563eb;
    border-radius: 10px;
    width: 38px;
    height: 38px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    line-height: 38px !important;
    margin-right: 5px;
    cursor: pointer;
}
.toggle_btn{
    font-size:24px !important;
    padding:10px;
}
.display_flex_center{
    display: flex;
    align-items: center;
}
.mobile_title{
    margin: 0 auto;
    font-weight: 600;
}
.text-right{
    text-align: right;
}
.color_green{
    color: green;
}
.color_orange{
    color: #FF720C;
}
.color_black{
    color: #000000;
}
.bg_red{
    background-color:#E62224;
}
.bg_blue{
    background-color:#2563EB;
}
.w100p{
    width: 100%;
}
.w60p{
    width:60%;
}
.w86p{
    width: 86%;
}
.w14p{
    width: 14%;
}
.w20p{
    width: 20%;
}
/*create link form*/
.form-group{
    padding: 10px;
}
.padding5{
    padding: 5px;
}
.break_word{
    word-wrap: break-word;
}
.paginate_arrow{
    border: none;
    background-color: unset;
}
@media (min-width: 768px) {
    .mobile_view{
        display:none !important;
    }
}
@media (max-width: 767px) {
    .menu_list{
        height: 80vh;
        overflow-x: auto;
    }
    .res_logout_btn{
        position: fixed;
        width: 60%;
        bottom: 20px;
    }
    .mb5px{
        margin-bottom: 5px;
    }
    .pos_abs{
        position: absolute;
    }
    .desktop_view{
        display:none !important;
    }
    .res_w33p{
        width:33%;
    }
    .tabing{
        font-size:14px;
        padding:14px;
    }
    .mobile-image_box , .res_w100p{
        width: 100%;
    }
    .offcanvas{
        max-width:80%;
    }
    .row_item{
        align-items:center;
        border-bottom: 1px solid #3C3C3C33;
        margin: 10px;
    }
    .margin0_btm5px{
        margin: 0 0 5px 0;
    }
    .amount_div{
        width: 80%;
        text-align: left;
    }
    .arrow_div{
        width: 20%;
    }
    .border_btm{
        border-bottom: 1px solid #3C3C3C33;
    }
    .res_w35p{
        width:35%;
    }
    .res_w65p{
        width:65%;
    }
    .res_w20p{
        width:20%;
    }
    .res_w80p{
        width:80%;
    }
    .res_w50p{
        width:50%;
    }
    .listing_detail{
        padding: 10px 0;
    }
    .detail_popup{
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #FFF;
        height: 100vh;
        padding: 20px;
    }
    .h40px{
        height: 40px;
    }
    .fw_600{
        font-weight:600;
    }
    .bottom_btn{
        position: absolute;
        width: 90%;
        margin: 0 auto;
        bottom: 20px;
    }
    .popup_btn{
        margin: 10px auto;
    }
    .action_btns{
        padding-top: 20px;
        position: absolute;
        width:90%;
    }
    .res_margin30_0{
        margin: 30px 0;
    }
    .res_pr0{
        padding-right: 0;
    }
    .res_pl0{
        padding-left: 0;
    }
    .res_paddingbtm10{
        padding-bottom: 10px;
    }
    .res_paddingbtm10{
        padding-bottom: 10px;
    }
    .res_margin10{
        margin: 10px;
    }
}
.overflow_auto{
    overflow: auto;
}
.recipient-share-item
{
    padding-bottom: 10px;
}
.fw_700{
    font-weight: 700;
}