@font-face {
    font-family: iran;
    src: url("../font/IRANSansWeb_Light.woff") format("embedded-opentype");
    src: url("../font/IRANSansWeb_Light.woff") format("embedded-opentype"),
    url("../font/IRANSansWeb_Light.woff") format("truetype"),
    url("../font/IRANSansWeb_Light.woff") format("woff"),
    url("../font/IRANSansWeb_Light.woff") format("woff2");
}



ul {
    list-style: none;
    padding: 0;
}
.full{
    display: inherit;
}
.brand {
    text-align: center;
}
.brand span {
    color: #fff;
    font-family: iran;
}
.utm-body{

}
.utm-wrapper {
    box-shadow: 4px 4px 4px #e1e1e1;
}
#show_link:focus {
    box-shadow: 0px 0x 0px #f2dede   ;
    outline: none;
}
.utm h3 {
    font-family: iran !important;
    font-size: 25px;
    text-align: center;
    color: #395169;
    display: revert !important;
    margin: 0px;
    margin-bottom: 19px;
}

.utm-wrapper > * {
    padding: 1em;
}

.company-info {
    background: #c9e6ff;
    text-align: center;
    font-family: iran;
}

.company-info h3, .company-info ul {
    text-align: center;
    margin: 0 0 1rem 0;
}

.utm {
    background: #fff;
}
.utm-botton-copy{
    background-color: #007bff !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 5px;
    font-family: iran !important;
    display:none;
    cursor: pointer;
}
/* FORM utmS
 MOBILE SIZE FIRST */

.utm form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.utm form label {
    display: block;

}

.utm form p {
    margin: 0;
    font-family: iran;
    display: grid;
}
.utm-botton {
    background-color: #00c572 !important;
}
.utm form .full {
    grid-column: 1/3;
    display: inherit;
}

.utm-field{
    display: inherit !important;
}
.utm form button {
    text-align: center !important;
}
.utm form button, .utm form input, .utm form textarea {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #c9e6ff;
    text-align: right;
    font-family: iran;
    font-size: 13px;
}
.utm form select {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #c9e6ff;
    text-align: right;
    font-family: iran;
    font-size: 13px;
    height: 37px;
    margin-top: 18px;
}
.utm-botton {
    background-color: #128f76;
    border-color: #128f76;
    border: 0;
    text-transform: uppercase;
    font-family: iran;
}
.utm form p input:focus{
    border:0px solid #000 !important;
}
.utm form button:hover, .utm form button:focus {
    background: #92bde7;
    color: #fff;
    outline: 0;
    transition: background-color 0.5s ease-out;
}
.utm h3 {
    display: contents;
    font-family: iran;
}
.utm form{
    margin-top: -33px;
}
#all-error {
    text-align: center;
    color: red;
    font-family: iran;
    font-size: 16px;
    text-shadow: 1px 2px #eee;
}
#show_link{
    display:none;
    direction: ltr;
    text-align: left;
}
.error_utm{
    text-align: right;
    color: red;
    font-family: iran;
    font-size: 11px;
    text-shadow: 1px 2px #eee;
    margin-top: 6px;
    margin-right: 4px;
}
.utm_label{
    font-size: 12px;
    margin-top: -4px;
}
.utm-field  label span{
    color:red;
}
.full  label span{
    color:red;
}
.utm_label_en{
    font-size: 9px;
    color: #515050;
}
/* LARGE SCREENS */
@media (min-width: 700px) {
    .utm-wrapper {
        display: inline-flex;
        width: 100%;
    }

    .utm-wrapper > * {
        padding: 2em;
        width: 100%;
    }

    .company-info h3, .company-info ul, .brand {
        text-align: left;
    }
}
.utm-select{
    height: 37px;
}
.loading{
    margin: 0 auto;
    display: none;
}
.utm_alert {
    padding: 20px;
    background-color: #04AA6D;
    color: white;
    display: none;
}
.utm_alert span{
    font-family: iran;
}
.utm_closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.utm_closebtn:hover {
    color: black;
}