.dashwrapper {
    padding: 80px 0;
    margin-top: 138px;
    color: var(--textcolor);
}
.dashTable nav div:first-child,
.dashTable nav .hidden div:first-child{
    display: none;
}
.dashTable nav{
    margin: 30px 0 0 0 ;
}
.dashTable nav .hidden  span span,
.dashTable nav .hidden  span a{
      display: inline-flex;
    border: 1px solid var(--red) !important;
    color: var(--red);
    width: 50px;
    height: 50px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    margin: 2px;
}
.dashTable nav .hidden >div> span{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.dashTable nav .hidden  span span[aria-current="page"]{
    background: var(--red);
    color: #fff;
}
.dashTable nav .hidden  span span[aria-current="page"] span{
    border: none !important;
    width: auto;
    height: auto;
    margin: 0;
    background: none !important;
    color: #fff;
}
.dashTable nav .hidden  span a svg{
    width: 30px;
}

.dashboard-container{
    max-width: 1300px;
    padding: 0 25px;
    margin: 0 auto;
}
.dashboard-header .headerLeft{
    align-items: center;
}
.dashboard-header .headerLeft .logo{
     margin-right: 70px;
}
.dashboard-header .headerLeft ul li{
    margin: 0 20px;
}
.dashboard-header .headerLeft ul li a{
    display: block;
    color: var(--black1);
    padding: 10px 0;
    font-weight: 600;
    position: relative;
}
.dashboard-header .headerLeft ul li a:before{
    transition: .5s;
       position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: var(--red);
    width: 0;
    height: 3px;
}
.dashboard-header .headerLeft ul li.active a:before,
.dashboard-header .headerLeft ul li a:hover:before{

    width: 100%; 

} 

.container-fluid{
    padding: 0 25px;
}


.dashloginholder{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashform{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.dashform h3{
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    color: var(--red);
    padding-bottom: 5px;
}
.dashform p{
    margin: 0 0 25px;
}
.dashform .frm-grp{ margin: 0 0 20px; }
.dashform label{display: block; text-align: left;
    text-transform: capitalize;
    color: var(--black1); font-size: 14px;
    font-weight: 600;
}
.dashform input{width: 100%;
    padding: 6px; border: 1px solid #ddd;
    border-radius: 6px;
}
.dashform input[type="submit"]{
    background: var(--red);
    border: 1px solid  var(--red);
    color: var(--white);
    padding: 8px;
}
.dashform input[type="submit"]:hover{
    background: var(--black);
    border: 1px solid  var(--black);
}


.tab-list{
    display: flex;
    margin: 0 0 10px;
    font-size: 16px;
}
.tab-list li{
    margin: 0 20px;
    padding: 0 0 10px;
    border-bottom: 3px solid transparent;
}
.tab-list li.ac1{
     border-bottom: 3px solid var(--red);
}
.tab-list li:first-child{
    margin-left: 0;
}
.tab-list li h6{color: var(--black1); margin: 0 0 5px;
    font-size: 18px;  font-weight: bold;
}
.tab-list li span{display: block;}

.tab-holder{
    display: none;
}
.tab-holder.show{
    display: block;
}

/* .tab-holder{} */
.tab-holder h3{
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px;
    color: var(--red);
    font-weight: 600;
}
.tab-holder h4{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: var(--black);
}
.tabrow{
    display: flex;
    margin-bottom: 40px;
}
.tab_lb_clmn{
    width: 20%;
    text-align: right;
    padding: 10px;
}
.tab_rgt_clmn{
    padding:0  20px;
    width: 80%;

}
.tab_icon_holder{
    display: flex; 
}
.tab_icon_holder .icondiv{
    width: 125px;
}
.tab_icon_holder .icondiv input{
   border: none;
    width: auto !important;
    max-width: 50px;
}
.icondiv{color: var(--black1); text-align: center; 
    margin: 0 4px; font-size: 16px;

}
.icondiv .ico{
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 0 0 7px;
    border-radius: 5px;
        min-height: 137px;
}
.icondiv img{display: inline-block; margin: 0 0 5px;
        width: 70px;
    height: 70px;
    object-fit: contain;
}
.icondiv .text{display: block;
        word-wrap: break-word;
    hyphens: auto;
}
.icondiv .price{display: block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 600;
} 

.tab_rgt_clmn{
    text-align: center;
}
.tab_rgt_clmn h6{
    color: var(--black);
}
.cinp{
    margin: 0 0 15px;
}
.cinp input,
.cinp textarea{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px;
}
.cinp textarea{
    min-height: 60px;
}
.cinp.cinp4 textarea{
    min-height: 250px;
}
.text1{
    display: block;
    color: var(--black1);

    font-weight: bold;
}

.imgtabdiv{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px;
    text-align: center;

    width: 205px;
}
.imgtabdiv.ac2{
    border-bottom: 4px solid var(--red);
}
.imgtabdiv span{
    display: block;
}
.imgtabdiv span.ico{
    margin: 0  0 5px;
}

.imgtablist{
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
    flex-wrap: wrap;
}
.imgtabholderdiv{display: none;}
.imgtabholderdiv.show{
    display: block;
}

.tab_arrowimg {
    border: 1px solid #DDDDDD;
    padding: 30px;
    border-radius: 50%;
    min-height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    font-size: 15px;
    width: 200px;
    height: 200px;
    margin: auto;
    gap: 10px;
}
.tab_arrowimg h5 {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 10px;
}
.imgtabholderdiv .uploaddbox label {
    padding: 40px 30px;
}
.imgtabholderdiv .uploaddbox:not(:last-child) {
    margin-bottom: 20px;
}
.ithdrb > *:not(:last-child), .tabjustifycontent > * > *:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.tab_imgholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 25px 0 0 0;
}
.tab_imgholder .tab_imgholder-main {
    border: 1px solid #DDDDDD;
    padding: 25px 30px;
    border-radius: 5px;
    width: 28%;
    cursor: pointer;
    min-height: 145px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    font-size: 15px;
    text-align: center;
}
.tabrow.tabjustifycontent, .tabrow.tabjustifycontent .tab_rgt_clmn > * {
    justify-content: center;
}
.tab_alignItems {
    align-items: center;
}
.tab_alignItems > * > * > * > * {
    margin-bottom: 0px;
}
.tabrow.tabjustifycontent .tab_rgt_clmn > * > * > * {
    text-align: left;
    margin-bottom: 10px;
}
.textRight {
    text-align: right;
}
.tabimgholder-main {
    border: 1px solid #DDDDDD;
    border: 1px solid #D10119;
    padding: 20px 20px;
    border-radius: 5px;
    cursor: pointer;
    min-height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 15px;
}
.tabarrowimg1 {
    text-align: center;
}
.tabarrowimg1 .tabarrowimg-img {
    margin-bottom: 10px;
}
.tabimgholderRow > * > *:not(:last-child) {
    border: none;
}
.dashTable table {
    margin-bottom: 0px;
}
.dashTable table * {
    border: none;
}
.dashTable thead {
    background: #F5F5F5;
}
.tabDisFlex {
    display: flex;
    gap: 20px;
}
.DashTableSection {
    position: relative;
    min-height: 77vh;
}
.tablePulse {
    --dstbpu: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    width: var(--dstbpu);
    height: var(--dstbpu);

}
.headerLeft{
    display: inline-flex;
  align-items: left;
}
}

.headerLeft ul {
    list-style-type: none; /* Remove default bullets */
    padding: 0; /* Remove default padding */
}

/* Style for list items */
.headerLeft li {
    display: inline-block; /* Display items inline */
    margin-right: 10px; /* Add spacing between items */
}

@media (min-width: 1600px){
    .dashboard-container{
        max-width: 1500px;
    }
}
@media (max-width: 1199px){
    .dashboard-container{
        max-width: inherit;
    }
    .tab_icon_holder{
        flex-wrap: wrap;
    }
    .tab_icon_holder .icondiv{
        margin: 0 2px 5px;
    }
}
@media (max-width: 1023px){
    .tab_lb_clmn{
        width: 28%;
    }
    .tab_rgt_clmn{
        width: 72%;
    }
    .imgtablist{
        flex-wrap: wrap;
        justify-content: center;
    }
    .imgtabdiv{
        width: 200px;
    }
    .tab_arrowimg{
        width: 150px;
        height: 150px;
        min-width: inherit;
        padding: 20px;
    }
}
@media (max-width: 767px){
    .dashboard-container{
        padding: 0 15px;
    }
    .tab_imgholder .tab_imgholder-main{
        width: 100%;
    }
    .tab-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .textRight{
        text-align: center;
    }
    .tab-list li.ac1{
        margin: 0 10px 10px;
    }
    .tabrow{
        flex-wrap: wrap;
    }
    .tab_lb_clmn{
        width: 100%;
    }
    .tab_rgt_clmn{
        padding: 0;
        width: 100%;
    }
    .tab-holder h4{
        text-align: center;
    }
    .dashboard-header .headerLeft ul li{
        margin: 0 5px;
    }
    .dashboard-header .headerLeft .logo{
        margin-right: 20px;
    }
    .dashboard-header .headerLeft ul li a{
        font-size: 14px;
        padding: 5px 0;
    }
    .tab_icon_holder{
        justify-content: center;
    }
}

@media (max-width: 479px){
    .dashboard-header .headerLeft ul{
        display: none;
    }
}