.custmod_v2{
    border-radius: 0.3rem;
}

.custmod_v2>.modal-header{
    background: var(--primary-color);
    color: #fff;
    padding: 1rem !important;
}

.custmod_v2.bx5>.modal-header{
    padding: 5px 15px;
}

.custmod_v2>.modal-header>.modal-title{
    font-size: 1.2rem;
}

.custmod_v2.bx5>.modal-header>.modal-title{
    font-size: 16px;
}

.custmod_v2>.modal-footer{
    padding: .75rem !important;
    background: var(--primary-color);
}

.custmod_v2.bx5>.modal-footer{
    padding: 5px;
}

.act21_v2{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 1.5rem;
}

.act21_v2>button{
    border-radius: 5px;
    margin: 0px 20px;
    padding: 5px 20px;
    font-size: 1rem;
    color: #fff;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.act21_v2>button:not(:disabled):hover{
    opacity: 1;
}

.act21_v2>button:first-child{
    background: var(--secondary-color);
}

.act21_v2>button:last-child{
    background: var(--primary-color);
}

.closebt_v2{
    cursor: pointer;
    background: #fff;
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
    position: absolute;
    height: 30px;
    width: 30px;
    top: -15px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 1px 15px var(--primary-color)24, 1px 2px 6px var(--primary-color)24;
}

.checkbox_cont_v2{
    display: flex;
    position: relative;
    align-items: center;
    clear: both
}

.checkbox_cont_v2.mdfd{
    width: 100%;
    margin-bottom: 1rem;
}

.checkbox_cont_v2>label{
    font-size: 16px;
    margin-bottom: 0;
}

.checkbox_cont_v2>div{
    width: auto;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
}

.checkbox_cont_v2.mdfd>div{
    width: 50%;
    align-items: center;
}

.checkbox_cont_v2>div.w_30{
    width: 30%;
}

.checkbox_cont_v2>div.w_25{
    width: 25%;
}

.checkbox_cont_v2.adjustwd>div{
    width: 170px;
}

.checkbox_cont_v2>div>label{
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 12px;
}

.checkbox_cont_v2.mdfd>div>label{
    font-size: 1rem;
}

.check_cust_v2{
    position: relative;
    width: 25px;
    height: 25px;
    border: 2px solid var(--primary-color);
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.check_cust_v2.nobrd{
    border-radius: 0;
}

.check_cust_v2.active::before{
    background: var(--primary-color);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius:50%;
}

.check_cust_v2.nobrd.active::before{
    border-radius: 0;
}

.check_cust_v2.active::after{
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.bx5_v2{
    /* margin-top: 20%; */
    box-shadow: 0 1px 15px var(--primary-color)24, 1px 2px 6px var(--primary-color)24;
}

.font-bold{
    font-weight: 600;
}

.font-md{
    font-size: 0.9rem;
}

.scroll_cc_v2{
    max-height: 75vh;
    overflow: auto;
}

.add_btn_v2{
    background: #8d8f92;
    color: #fff;
    padding: 2px 10px;
    margin-left: 20px;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
}

.add_btn_v2.green{
    background: green;
}

div.imgPrev_v2{
    padding: 0 5px;
    position: relative;
}

div.imgPrev_v2>div{
    width: 100%;
    height: 170px;
    border: 2px dashed var(--secondary-color);
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

div.imgPrev_v2 img{
    max-width: 100%;
    max-height: 100%;
}

div.imgPrev_v2 .hdel{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: #0e0e0ebf;
    border-radius: 5px;
    transition: all 0.3s;
}

div.imgPrev_v2>div:hover .hdel{
    display: flex;
}

div.imgPrev_v2 .hdel>span{
    background: #fff;
    color: red;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
}

.input-group input,.input-group .input-group-append,.input-group .input-group-prepend{
    height: 35px !important;
}

.cust_dd_v2{
    display: inline-flex;
    width: 100px;
    justify-content: space-between;
    top: 5px;
    position: absolute;
    margin-left: 10px;
}

.cust_dd_v2.chg123{
    position: relative;
    width: auto;
}

.cust_dd_v2.cc{
    top: -3px;
    margin-left: 20px;
}

.check_cust_v2 {
    position: relative;
    width: 25px;
    height: 25px;
    border: 2px solid var(--primary-color);
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.check_cust_v2.nobrd{
    border-radius: 0;
}
  
.check_cust_v2.active::before {
    background: var(--primary-color);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.check_cust_v2.nobrd.active::before{
    border-radius: 0;
}
  
.check_cust_v2.active::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white,
      4px -8px 0 white;
    transform: rotate(45deg);
}

.cust_dd_v2.cc .check_cust_v2,.cust_dd_v2.chg123 .check_cust_v2{
    border-radius: 0;
}

.cust_dd_v2.cc .check_cust_v2.active::before,.cust_dd_v2.chg123 .check_cust_v2.active::before{
    border-radius: 0;
}

.cust_dd_v2>label{
    margin-bottom: 0;
    margin-top: 3px;
}

.input-required {
    border: 1px solid red !important;
}

.pop.v2{
    position: absolute;
}

.pop.v2>.bottom{
    padding: 0;
    min-width: 380px;
}

.pop.v2>.bottom.top{
    transform: translate(0, 0) !important;
    top: auto !important;
    left: auto !important;
    bottom: 30px;
    right: 20%;
}

.pop.v2>.bottom.rightAl{
    transform: translate(-20%, 0);
}

.pop.v2>span{
    cursor: pointer;
    display: inline-flex;
    margin: 0px 5px;
    color: #FFF;
    font-weight: 600;
    font-size: 0.9rem;
    background: var(--primary-color);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    justify-content: center;
    align-items: center;
}

.pop.v2>span>i{
    font-size: 10px;
    font-weight: 100;
}

.pop.v2>.bottom.rightAl>i{
    left: 20%;
}

.text1{
    font-size: 12px;
    padding: 2px;
    text-align: center;
}

.add_bt2_v2{
    width: fit-content;
    padding: 2px 10px;
    background: var(--primary-color);
    color: #FFF;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 1px 15px var(--primary-color)24, 1px 2px 6px var(--primary-color)24;
}

.bg-orange{
    background: var(--primary-color);
    color: #FFF;
}

.ct_23 + .ct_23::before{
    content: ", ";
}

.img_preview_container_v2{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}

.img_preview_container_v2>.img_preview_item{
    width: calc(20% - 20px);
    margin: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: relative;
    height: 150px;
}

.img_preview_container_v2>.img_preview_item>.clsbt{
    position: absolute;
    top: -10px;
    right: -10px;
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border: 1px solid var(--secondary-color);
    background: #FFF;
    cursor: pointer;
}

.img_preview_container_v2>.img_preview_item>img{
    max-width: 100%;
    max-height: 100%;
}

.img_preview_container_v2 > .img_preview_item > .clsbt {
    position: absolute;
    top: -10px;
    right: -10px;
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border: 1px solid var(--secondary-color);
    background: #fff;
    cursor: pointer;
}

.flxdv{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 5px;
    flex-wrap: wrap;
}

.flxdv>.flxdv2{
    width: 50%;
    position: relative;
}

.flxdv>.flxdv1{
    width: 100%;
    position: relative;
}

.flxdv>.flxdv53{
    width: 60%;
    position: relative;
}

.flxdv>.flxdv52{
    width: 40%;
    position: relative;
}

.flxdv>.flxdv4{
    width: 25%;
    position: relative;
}

.flxdv>.flxdv13{
    width: calc(33.33% - 20px);
    margin: 10px;
    position: relative;
}

.flxdv>.flxdv5{
    width: 20%;
    position: relative;
}

.flxdv>.flxdv10{
    width: 10%;
    position: relative;}

.flxdv>.flxdv72{
    width: 70%;
    position: relative;
}

.flxdv>.flxdv32{
    width: 30%;
    position: relative;
}

.flxdv>.flxdv135{
    width: 35%;
    position: relative;
}

.flxdv>.flxdv115{
    width: 15%;
    position: relative;
}

.text_red{
    color: red;
}

.text_green{
    color: green;
}

.ccbtn2{
    background: #FFF;
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    transition: 0.2s all;
}

.ccbtn2.bgred{
    color: red;
    border: 1px solid red;
}

.ccbtn2>i{
    margin-right: 5px;
}

.ccbtn2:hover{
    background: var(--primary-color);
    color: #FFF;
}

.ccbtn2.bgred:hover{
    background: red;
    color: #FFF;
}

.dttable{
    width: 100%;
}

.dttable,.dttable tr,.dttable td{
    border: 1px solid var(--secondary-color);
    border-collapse: collapse;
    padding: 5px 10px;
}

.invoiceDv td{
    border: 1px solid #dee2e6 !important;
}

.dttable td.w5{
    width: 50%;
}

.ctitle{
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 0.9rem;
    width: fit-content;
    border-bottom: 2px solid #EAEAEA;
}

.ctext{
    font-size: 1rem;
}

.ctext>img{
    max-width: 100%;
    max-height: 100%;
}

.ptr{
    cursor: pointer !important;
}

.disabled{
    cursor: not-allowed !important;
}

.expess{
    display: flex;
    width: 100%;
}

.expess>div{
    width: 50%;
    text-transform: uppercase;
    position: relative;
}

.expess>div:nth-child(1)::after{
    position: absolute;
    right: 0;
    content: ":";
}

.expess>div:nth-child(2){
    text-align: right;
}

.tripDv{
    background: #eaeaea47;
    padding: 5px;
}

.flxdv>.cc1{
    width: 30%;
    position: relative;
    padding: 0 10px;
}

.flxdv>.cc1::before{
    content: "";
    height: 10px;
    width: 10px;
    border: 1px solid #888;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    background: #FFF;
    top: calc(50% - 5px);
    z-index: 1;
}

.flxdv>.cc1.lft::before{
    left: -5px;
    right: reset;
}

.flxdv>.cc2{
    width: 40%;
    height: 2px;
    background: #888;
    position: relative;
}

.flxdv>.cc2::before{
    content: "";
    left: calc(50% - 5px);
    position: absolute;
    border-left: 10px solid #888;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: -4px;
}

.custtable_v2{
    width: 100%;
    margin-bottom: 1.5rem;
}

.custtable_v2 tr:not(:last-child){
    border-bottom: 1px dashed #888;
}

.custtable_v2 th,.custtable_v2 td{
    width: 50%;
    border-bottom: none;
    padding: 5px 0;
    font-size: 0.9rem;
}

.custtable_v2 td{
    color: var(--primary-color);
}

.add_bt3_v2{
    width: fit-content;
    padding: 2px 10px;
    background: #FFF;
    color: #000;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 1px 15px var(--secondary-color)24, 1px 2px 6px var(--secondary-color)24;
}

.invalid-field{
    border: 1px solid red !important;
}

.excc_v2 {
    margin: 5px 0;
}

.excc_v2>b {
    font-size: 13px;
    font-weight: 600;
}

.bold_v2 {
    font-weight: 600;
}

.amount_cont_v2.flex {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.amount_cont_v2>i ,i.etBtn_v2{
    font-size: 1.2rem;
    color: green;
    margin-left: 5px;
    cursor: pointer;
}

.amount_cont_v2>i.save,i.etBtn.cancel {
    color: #ce1010;
}

.amount_cont_v2>i.cancel {
    color: var(--primary-color);
}

.amount_cont_v2>p {
    width: 100px;
}

.amount_cont_v2>input {
    width: 80px;
    height: 25px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #888;
    padding: 0px 5px;
}

.add_btn_v3{
    display: block;
    background: green;
    width: fit-content;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.ct_loading_v2{
    position: relative;
    padding-left: 25px;
    display: flex;
}

.ct_loading_v2>div.glyph-icon{
    display: inline-block;
    font-size: 20px;
    position: relative;
    animation: ct_rotate 3s linear infinite;
    margin-right: 10px;
}

.bt_no_v2 {
    border-radius: 5px !important;
    padding: 5px 10px !important;
    color: #fff;
    background: var(--secondary-color);
}

.ptable_v2{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 3px solid #8d8f92 !important;
}

.ptable_v2.uupp{
    text-align: initial;
}

.ptable_v2, .ptable_v2 td,.ptable_v2 th{
    border: 1px solid #8d8f92 !important;
    border-collapse: collapse;
    padding: 5px !important;
}

.ptable_v2 tr.headng{
    background: #888;
    color: #fff;
    font-weight: 600;
}

.ptable_v2.uupp tr.headng{
    font-size: 1rem;
    text-align: center;
}

.body_con_v2{
    max-height: 60vh;
    padding: 0px 10px;
    display: block;
    overflow: auto;
}

.customised-btn.desModlBt_v2{
    margin-left: 35%;
    width: 30%;
    background: #FFF;
    margin-top: 0.5rem;
}

.boldText_v2 {
    font-weight: 600 !important;
    font-size: 12px !important;
}

.red_v2 {
    color: red;
    font-size: 1rem;
}

.err-msg_v2 {
    padding: 10px;
    color: red;
    font-weight: 600;
    font-size: inherit;
}

.plusBtn_v2 {
    width: 30px;
    height: 30px;
    background-color: white;
    margin-top: 3px;
    text-align: center;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: green;
    font-weight: bold;
    text-decoration: none;
    /* border: 2px solid green; */
    outline: none;
    transition: 0.1s all;
    transform: scale(0.99);
    cursor: pointer;
}

.plusBtn_v2:active {
    transform: scale(1);
    font-size: 27px;
}

/* toogle button */
.tgl_btn_v2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.tgl_btn_v2>label{
    font-size: 1rem;
    color: var(--primary-color);
    margin-bottom: 0;
}

.tgl_btn_v2>label.tgl_v2>.custom_tgl_v2{
    height: 10px;
    width: 40px;
    background-color: #ccc;
    margin: 0 15px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.tgl_btn_v2>.tgl_v2>input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.tgl_btn_v2>label.tgl_v2>.custom_tgl_v2::before{
    content: " ";
    position: absolute;
    top: -5px;
    left: 0px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #383838;
    transition: all 0.2s ease-in-out;
}

.tgl_btn_v2>label.tgl_v2>input:checked ~ .custom_tgl_v2::before{
    background-color: var(--primary-color);
    left: 20px;
}