﻿.wizard {
    display: block;
   
}
.title {
    font-size: 16px;
    font-family: IranianSans;
    font-weight: bolder;
    text-align: justify;
    padding: 5px;
    padding-right: 0px;
    margin-top: 20px;
}
.wizardsteps {
    width:100%;
  
}
    .wizardsteps ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .wizardsteps ul li {
        display: flex;
        text-align: center;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
        .wizardsteps ul li.link {
            width: 20vw;
            height: 2px;
            background: gray;
            border-radius: 5px;
            margin-right: 10px;
        }
            .wizardsteps ul li.link.finishstep {
                background: #27ad06;
            }


    .wizardsteps .number {
        background: gray;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        box-shadow: 0px 0px 2px 0px gray;
        color: white;
        margin-left: 5px;
    }
    .wizardsteps .number.finishstep {
        background: #27ad06;
    }

    .wizardsteps .number.activestep {
        background: #066bad;
    }
       
    .wizardsteps .text.activestep {
        font-weight: bolder;
    }


.wizardbody {
    width: 100%;
    min-width: 450px;
    padding: 3%;
    overflow-y: auto;
    height:calc(100vh - 280px);
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    box-shadow: 0px 0px 3px #8d8d8d;

}
input::placeholder {
    
    
    font-weight: bold;
    opacity: 0.5;
    color: red;
}
.page_perview {
    zoom: 0.6;
    padding: 10px;
    border: 1px dashed gray;
    box-shadow: 0px 0px 5px gray;
    margin: 5px;
    border-radius: 5px;
}
.imageholder {
    border: 1px solid #e9e9e9;
    padding: 5px;
    border-radius: 5px;
    margin: 2px;
    background: #f5f5f5;
    cursor:pointer;
}
.videoholder {
    border: 1px solid #e9e9e9;
    padding: 5px;
    border-radius: 5px;
    margin: 2px;
    background: #f5f5f5;
    cursor: pointer;
}
.listimage .imageholder.primary {
    background: #188925;
}
.listvideo .videoholder.primary {
    background: #188925;
}
.publishvideo {
    background-color: black !important;
    border-radius: 10px !important;
}
.listimage .imageholder.primary img {
    width: 19vw;
    height: 15vw;
    min-width: 350px;
    min-height: 300px;
}
.listvideo .videoholder.primary video {
    width: 19vw;
    height: 15vw;
    min-width: 350px;
    min-height: 300px;
}
.imageholder img {
    width: 12.5vw;
    height: 8.5vw;

    }
.videoholder video {
    width: 12vw;
    height: 8vw;
}
.upload{
    border: 1px dashed gray;
    padding: 10px;
}
.listimage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.listvideo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.money {
    border: 1px dashed gray;
    padding: 10px;
    margin: 10px;
}
.oragncardholder {
    border: 1px dashed gray;
    padding: 0.5vw;
    margin: 0.2vw;
    background: #f5f5f5;
    display: inline-grid;
    width: Calc(100% - 0.4vw);
}
.oragncardholder table{
    width:100%;
}
.ussdorgan {
    border: 1px dashed gray;
    padding: 0.5vw;
    margin: 0.2vw;
    background: #ffe9c1;
    display: inline-grid;
    width: Calc(100% - 0.4vw);
}
.shenaseedare {
    border: 1px dashed gray;
    padding: 0.5vw;
    margin: 0.2vw;
    background: #ffc1c1;
    display: inline-grid;
    width: Calc(100% - 0.4vw);
}
.moneyholder {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
    .moneyholder button {
        width: 150px;
        margin: 5px;
    }
.themecolor {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px;
}
.bodysplit {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    width: 100%;


}
    .bodysplit .body1 {
        width: 50%;
        text-align: center;
        min-width: 350px;
    }
    .bodysplit .descibe {
        border-radius: 5px;
        border: 1px solid #d7d7d7;
        box-shadow: 0px 0px 4px #999999;
        padding: 20px;
        margin: 15px;
        text-align: justify;
    }
.moneysel{
    padding:15px;
}

.carouselholder {
    width: Calc(100% - 20px);
    min-width: 350px;
    height: Max(25vw, 250px);
    background: #efefef94;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0px 0px 0px #979797;
}
.carousel-inner {
    height: Max(25vw , 250px);
}
.imageholderscroll {
    height: Max(25vw , 250px);
    background-position: center;
    background-size: cover;
    background-color: #000000b5;
    background-blend-mode: overlay;
    border-radius: 5px;
    display:flex;
    align-items: center;
    justify-content:center;
    padding: 10px;
    
   
}
.carousel img {
    width: 100% !important;
    border-radius:5px;
}
.carousel-item{
    float:none !important;
    margin-right:0px !important;
}
    .carousel-item.active.carousel-item-start {
        display:none;
    }
    .carousel-item.active.carousel-item-end {
        display: none;
    }
.imageholderscroll .image {
    height: Max(25vw, 250px);
    width: 100%;
    background-size: contain;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
}
.organname {
    font-size: 14px;
    text-align: justify;
}
.ussdholder button{
    font-size:12px !important;
}
.ussdnumber {
    display: flex;
    direction: ltr;
    align-items: center;
    justify-content: center;
}
.linkqr {
    margin:5px;
}
.cardnumber{

}
.person input{
    margin:5px;
}