.d-none{
    display :none !important;
}

.text-right{
    text-align:right !important;
}

.text-left{
    text-align:left !important;
}

.w-50{
    width:50%;
}

.w-75{
    width:75%;
}

.w-25{
    width:25%;
}

.m-auto{
    margin:auto !important;   
}



.py-1{
    padding: 1rem 0 1rem 0 !important;
}

.py-2{
    padding: 2rem 0 2rem 0 !important;
}

.py-3{
    padding: 3rem 0 3rem 0 !important;
}

.py-4{
    padding: 4rem 0 4rem 0 !important;
}

.py-5{
    padding: 5rem 0 5rem 0 !important;
}



.px-1{
    padding: 0 1rem 0 1rem !important;
}

.px-2{
    padding: 0 2rem 0 2rem !important;
}

.px-3{
    padding:0 3rem 0 3rem !important;
}

.px-4{
    padding:0 4rem 0 4rem !important;
}

.px-5{
    padding:0 5rem 0 5rem !important;
}


.pl-1{
    padding-left:1rem !important;
}

.pl-2{
    padding-left:2rem !important;
}

.pl-3{
    padding-left:3rem !important;
}

.pl-4{
    padding-left:4rem !important;
}

.pl-5{
    padding-left:5rem !important;
}

.pr-1{
    padding-right:1rem !important;
}

.pr-2{
    padding-right:2rem !important;
}

.pr-3{
    padding-right:3rem !important;
}

.pr-4{
    padding-right:4rem !important;
}

.pr-5{
    padding-right:5rem !important;
}



.pt-1{
    padding-top:1rem !important;
}

.pt-2{
    padding-top:2rem !important;
}

.pt-3{
    padding-top:3rem !important;
}

.pt-4{
    padding-top:4rem !important;
}

.pt-5{
    padding-top:5rem !important;
}


.pb-1{
    padding-bottom:1rem !important;
}

.pb-2{
    padding-bottom:2rem !important;
}

.pb-3{
    padding-bottom:3rem !important;
}

.pb-4{
    padding-bottom:4rem !important;
}

.pb-5{
    padding-bottom:5rem !important;
}






.my-1{
    margin: 1rem 0 1rem 0 !important;
}

.my-2{
    margin: 2rem 0 2rem 0 !important;
}

.my-3{
    margin: 3rem 0 3rem 0 !important;
}

.my-4{
    margin: 4rem 0 4rem 0 !important;
}

.my-5{
    margin: 5rem 0 5rem 0 !important;
}



.mx-1{
    margin: 0 1rem 0 1rem !important;
}

.mx-2{
    margin: 0 2rem 0 2rem !important;
}

.mx-3{
    margin:0 3rem 0 3rem !important;
}

.mx-4{
    margin:0 4rem 0 4rem !important;
}

.mx-5{
    margin:0 5rem 0 5rem !important;
}


.ml-1{
    margin-left:1rem !important;
}

.ml-2{
    margin-left:2rem !important;
}

.ml-3{
    margin-left:3rem !important;
}

.ml-4{
    margin-left:4rem !important;
}

.ml-5{
    margin-left:5rem !important;
}

.mr-1{
    margin-right:1rem !important;
}

.mr-2{
    margin-right:2rem !important;
}

.mr-3{
    margin-right:3rem !important;
}

.mr-4{
    margin-right:4rem !important;
}

.mr-5{
    margin-right:5rem !important;
}


.mt-1{
    margin-top:1rem !important;
}

.mt-2{
    margin-top:2rem !important;
}

.mt-3{
    margin-top:3rem !important;
}

.mt-4{
    margin-top:4rem !important;
}

.mt-5{
    margin-top:5rem !important;
}


.mb-1{
    margin-bottom:1rem !important;
}

.mb-2{
    margin-bottom:2rem !important;
}

.mb-3{
    margin-bottom:3rem !important;
}

.mb-4{
    margin-bottom:4rem !important;
}

.mb-5{
    margin-bottom:5rem !important;
}



.question-modal{
    max-width: 520px;
    /* margin: 0 auto 60px auto; */
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.15);
    border-radius: 14px;
    background: #fff;
    padding: 10px 10px 10px 20px;
}



@media only screen and (max-width:450px){
    .question-modal{
        max-width: 520px;
        /* margin: 0 auto 60px auto; */
        box-shadow: 0 4px 15px rgba(37, 99, 235, 0.15);
        border-radius: 14px;
        background: #fff;
        padding: 10px 10px 10px 20px;
        position: absolute;
        top: 100px;
        right: calc(50% - 95px);
        left : unset;
    }
}



#prev-btn{
    position: fixed;
    right: 30px;
    bottom: 15px;
}


#next-btn{
    position: fixed;
    left: 30px;
    bottom: 15px;
}


#submit-btn{
    position: fixed;
    left: 30px;
    bottom: 15px;
}


#cancel-btn{
    position: fixed;
    bottom: 15px;
    left: 37%;
}


.ui.form select{
    display: block;
    height: auto;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    padding: 0.1em 1em;
    color: rgba(0, 0, 0, .87);
    -webkit-transition: color .1s 
ease, border-color .1s 
ease;
}


.font-vazir{
    font-family: 'Vazir', Tahoma, sans-serif !important;
}



/*--------------------------------------------------------------------*/




.ui.action.input:not([class*="left action"])>.button:last-child, .ui.action.input:not([class*="left action"])>.buttons:last-child>.button, .ui.action.input:not([class*="left action"])>.dropdown:last-child {
    border-radius: .28571429rem 0 0 .28571429rem !important;
}


.ui.action.input:not([class*="left action"])>input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left-color: transparent !important;
}