﻿@import url(IRANSans5_5/css/fontiran.css);

.kuknos-ganjeman-main-wrapper{
		padding: 22px;
    border: solid silver 2px;
    border-radius: 15px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#kuknos-ganjeman-main{
	font-family: IRANSans !important;
	font-weight: 300;
	direction: rtl;

}

#kuknos-ganjeman-main h3, #kuknos-ganjeman-main h2{
	font-family: IRANSans !important;
	font-weight: 300;
}

#kuknos-ganjeman-form-main{
	padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
    font-family: IRANSans !important;
	font-weight: 300;
}

#kuknos-ganjeman-form-main input{
margin-bottom: 18px;
font-family: IRANSans !important;
}

#kuknos-ganjeman-form-main textarea{
font-family: IRANSans !important;
}

#kuknos-img-back{
	background-color: #4353a1;
	text-align: center;
	min-height: 500px;
	border-radius: 26px;
	padding: 15px;
}

#kuknos-img-back img{
	margin: 0 auto;
}

#kuknos-ganjeman-t1{
	color: #FFC92B;
}

#kuknos-ganjeman-t2{
	color: #FFC92B;
	font-weight: bold;
    margin-top: -11px;
}

.kuknos-ganjeman-required{
	color: #FFC92B;
}

#kuknos-ganjeman-form-main button{    
	display: block;
    width: 100%;
    margin-top: 10px;
}


#kuknos-ganjeman-form-main .kuknos-disabled {
    pointer-events: none;
     background: #ccc;
 }

 .ganjeman-info{
 	font-size: 10px;
 	margin-top: -20px;
 }

 .ganjeman-dialog-info{
 	text-align: center;
 }


 .imgres {
    padding: 2px;
    margin: 3px;
    position: relative;
    /* background-color: antiquewhite; */
    /* border-radius: 10px; */
}

.imgres img {
    width: 100%;
    position: relative;
    border-radius: 5px;
}

.imgres .ganjeman-box-info {
    position: absolute;
    bottom: 2px;
    
    background-color: silver;
    opacity: 0.6;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid silver;
    text-align: center;
    font-size: 10px;
}

.imgres .ganjeman-box-info .ganjeman-name {
    display: block;
    font-weight: bold;
}

.imgres .ganjeman-box-info .ganjeman-pay {
    display: block;
}

