﻿.btns_o {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.alert {

   
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 25px !important;
    z-index:2;
    width:min-content;

}


.btns_o .alert_btn {
    padding: 10px 20px;
    background-color: #479f7e;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.alert .alerticon_o, .actionbtno {
    width: 100%;
}

    .alert .alerticon_o img {
     
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }

.alerthdtxt {
    text-align: center;
    font-size: 12px;   
    display: block;
    width: 100%;
    float: left;
}


.actbtnsucc {
    width: 100%;
    padding: 10px 0;
    border: none;
    color: #fff;
   min-height:40px;
    margin-top: 25px;
    border-radius: 4px;
    display: block;
}

.actionbtno {
    float: left;
}

.accept_act {
    background: #51c872;
}

.decline_act {
    background: #ff6b6b;
}


/*New Popup css*/
.recipt_o {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px;
    border: #ccc solid 1px;
    border-radius: 8px;
}

.logo_o_rec {
    width: 150px;
    margin: auto;
}

.recipt_o .tnsno {
    font-size: 12px;
    margin: 3px 0 10px;
    font-weight: 500;
    color: #818181;
}


.logo_o_rec img {
    width: 100%;
}

.recipt_o h2 {
    font-size: 20px;
    margin: 15px 0 0px;
}

.recipt_o hr {
    margin: 0px;
    width: calc(100% + 60px);
    margin-left: -30px;
}

.recipt_o h1 {
    font-size: 24px;
    color: #398e16;
    margin: 10px 0;
}

.recipt_o ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg_flodo {
    background: #f0f0f0;
   
    border-bottom: #c7c8c9 solid 1px;
}

    .bg_flodo li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
    }

p.notetxt {
    font-size: 14px;
    width: 80%;
    margin: 20px auto;
}

.bg_flodo li span {
    font-style: italic;
    font-size: 14px;
}



.vibtn {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #3e3c3c;
    color: #fff;
    border: none;
    border-radius: 8px;
}

.pibtn {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 8px;
}

.btn_o {
    display: flex;
    gap: 10px;
}
@media print {
    #btnprint2, 
    .close-modal-button { 
        display: none;
    }
}

.clstable, th, td {
    border: 1px solid black;
    text-align: center;
    font-size: 12px;
    text-align: center;
    padding-block: 8px 6px;
}


 .clstable tr{
     padding-block:10px;
 }
 .print{
     background-color:var(--secondary-color) !important;
     color:#fff !important;
     outline:none !important;
     transition:0.3s ease-in-out;
     border:none !important;
     min-height:35px;
    width:100%;
    font-weight:700;
    transition:0.3s ease-in;


 }
    .print:hover {
        background-color: var(--btn-dangerHover) !important;
        color:#fff !important;
    }
.modal-head{
    display:flex;
    justify-content:space-between;
}
.recept{
    text-align:center;
}

.details {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.invoiceLogo{
    text-align:center;
}

.invoicePrint {
    background-color: #F7F9FA;
    border-radius:5px;
    padding:10px;
}
.status {
    background: rgba(35, 166, 109, 0.12);
    border-radius: 32px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    color: #23A26D;
}
.statusfailed {
    background: rgba(255, 0, 0, 0.12);
    border-radius: 32px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    color: #23A26D;
}
.statuspending {
    background:#ffffb8;
    border-radius: 32px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    color: #23A26D;
}

.lefttext {
    color: #4B4E52;
    font-size:13px;
}
.righttext {
    color: #121212;
    font-size:13px;
    font-weight:500;

}
.amount{
    font-size:17px;
    font-weight:600;
}
.invoicefooter{
    border:none !important;
}

.modalHeading{
    visibility:hidden;
}
.details {
    border-bottom: 1px solid #DCDEE0;
}
.successbtn{
    background-color:green !important;
    color:white !important;
}
.pendingbtn {
    background-color: #b1b121 !important;
    color: white !important;
}
.fitalic{
    font-style:italic;
}

.customAlert img{
    margin-top:-78px !important;
}
.topbar li:before{
    display:none;
}
.dropdown-toggle::after{
    display:none !important;
}
.dropdown-menu:before{
    display:none !important;
}
.topbar li a{
    color:#fff !important;
}
.dropstart .dropdown-toggle::before{
    display:none !important;
}
.dropdown-menu.show {
    transform: translate3d(-22.2px, 49px, 0px) !important;
}
.dropstart .dropdown-menu.show {
    transform: translate3d(0px, 49px, 0px) !important;
}
.dropstart .dropdown-item {
    transition: 0.3s ease-in;
}
.topbar .active-link {
    background-color: #070606 !important;
    color: #fff !important;
    border-radius: 8px;
    cursor:pointer;
}


.dropstart .dropdown-item:hover {
    color: #fff !important;
    font-weight: 700;
    background:unset !important;
    transform:scale(1.03);
}
.topbar .active-link a{
    color:#fff !important;
}
.topbar li a img{
    max-width:25px;
    margin-inline:4px;
}
.topbar li a{
    font-size:12.8px !important;
}
.layOutPopup .lefttext {
    font-weight:700;
}


