s*,
*:before,
*:after {
    box-sizing: border-box;
}

@font-face {
    font-family: B yekan;
    src: url('http://donik-service.ir/download/fonts/byekan/byekan.eot') format('eot'), /* IE6–8 */
    url('http://donik-service.ir/download/fonts/byekan/byekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('http://donik-service.ir/download/fonts/byekan/byekan.ttf') format('truetype');
    /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: Shabnam;
    src: url('http://donik-service.ir/download/fonts/Shabnam/Shabnam.eot') format('eot'), /* IE6–8 */
    url('http://donik-service.ir/download/fonts/Shabnam/Shabnam.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('http://donik-service.ir/download/fonts/Shabnam/Shabnam.ttf') format('truetype');
    /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../fonts/IRANSansWeb(FaNum)_UltraLight.ttf") format("ttf");
}

 :root {
    font-size: 16px;
}

html {
    overflow-y: scroll;
    font-family: "IranSans", Arial, sans-serif;
    margin: 0px;
    height: 100%;
}

body {
    font-size: 20px;
    height: 100%;
    background: #500E00;
    /*font-family: 'ShabnamB';*/
    /*font-family:Shabnam !important;*/
    font-family: "IranSans", Arial, sans-serif;
    /*float:right;*/
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: rgb(48, 20, 8);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    z-index: 3;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

a {
    font-size: 8px;
    text-decoration: none;
    font-family: "IranSans", Arial, sans-serif;
    color: #FFFFFF;
    direction: rtl;
    /* -webkit-transition: .5s ease;
    transition: .5s ease; */
}

a:hover {
    font-size: 8px;
    font-family: "IranSans", Arial, sans-serif;
    color: #FFE285;
}

.bg-shine {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%, cover;
}

.form {
    background-color: #500E00;
    /*padding: 10px;*/
    max-width: 1000px;
    height: 100%;
    /*margin-top: 10px auto;
  margin-bottom: 40px auto;
  margin-left: 40px auto;
  margin-right: 40px auto;*/
    font-family: "IranSans", Arial, sans-serif;
    /*background:#595a5b;
  background:#ffffff;*/
    /*border-radius: 4px;*/
    /*box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);*/
}

.header-size {
    height: 230px;
}

.header-bg {
    background-color: #500E00cc;
}

.header-bg-solid {
    background-color: #500E00;
}

.g-card {
    position: relative;
    margin: 0 auto;
    background: rgba(252, 252, 252, 0.774);
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.center-cropped {
    width: 100%;
    height: 200%;
    background-position: center center;
    background-repeat: no-repeat;
}


/* Set the image to fill its parent and make transparent */

.center-cropped img {
    min-height: 100%;
    min-width: 100%;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* modern browsers */
    opacity: 0;
}

.slideshow {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.profile-image {
    width: calc(33.333% - 1rem);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation-name: pu-anim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.profile-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 50px;
}

.profile-btn {
    width: calc(33.333% - 1rem);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation-name: pu-anim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.profile-btn img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 50px;
}

.fishes {
    position: relative;
    top: 0;
    left: 0;
}

.fish {
    position: absolute;
    top: 70px;
    left: 70px;
}

.bc-btn {
    position: absolute;
    height: 80%;
    top: 5px;
    left: 10px;
}

hr.solid {
    border-top: 3px solid rgba(170, 99, 58, 0.61);
}

@keyframes pu-anim {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    50% {
        transform: rotate(0deg) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

.p-with-sm-margin {
    font-family: "IranSans", Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.sm-text {
    font-family: "IranSans", Arial, sans-serif;
    color: #FFFFFF;
    margin-top: 4px;
    font-size: 14px;
}

.sm-caption-text {
    font-family: "IranSans", Arial, sans-serif;
    color: #FFFFFF;
    width: 100%;
    padding: 3px;
    font-size: 10px;
}

.m-text {
    font-family: "IranSans", Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 5px;
}

.verify-icon {
    width: 25%;
    height: 17%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.scrollgallery {
    background-color: #ffe079;
    overflow: auto;
    white-space: nowrap;
}

div.scrollgallery a {
    display: inline-block;
    color: white;
    text-align: center;
    padding-top: 12px;
    padding-left: 12px;
    text-decoration: none;
}

div.scrollgallery a:hover {
    /* background-color: rgba(41, 13, 0, 0.842); */
}

div.scrollmenu {
    background-color: #FFE28500;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: rgb(46, 20, 9);
}

.toprightcorner {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
}

.tab-group {
    list-style: none;
    padding: 0;
    font-family: "IranSans", Arial, sans-serif;
    margin: 0 0 40px 0;
}

.tab-group:after {
    content: "";
    font-family: "IranSans", Arial, sans-serif;
    display: table;
    clear: both;
}

.tab-group li a {
    display: block;
    font-family: "IranSans", Arial, sans-serif;
    text-decoration: none;
    /* padding: 15px; */
    background: rgba(160, 179, 176, 0.25);
    color: #FFE285;
    font-size: 18px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.tab-group li a:hover {
    background: #feaf12;
    font-family: "IranSans", Arial, sans-serif;
    color: #FFE285;
}

.tab-group .active a {
    background: #feaf12;
    font-family: "IranSans", Arial, sans-serif;
    color: #FFE285;
}

.tab-content>div:last-child {
    display: none;
    direction: rtl;
    font-family: "IranSans", Arial, sans-serif;
}

h1 {
    text-align: center;
    color: #FFE285;
    font-size: 20px;
    font-weight: 300;
    font-family: "IranSans", Arial, sans-serif;
    margin: 0 0 40px;
}

label {
    text-align: center;
    /*position: absolute;*/
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    right: 13px;
    color: rgba(25, 25, 25, 0.5);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-family: "IranSans", Arial, sans-serif;
    font-size: 18px;
}

label1 {
    position: absolute;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    right: 13px;
    color: rgba(25, 25, 25, 0.5);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-family: "IranSans", Arial, sans-serif;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 22px;
}

label .req {
    text-align: center;
    margin: 2px;
    color: #FFE285;
    font-family: "IranSans", Arial, sans-serif;
}

label.active {
    text-align: center;
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
    left: 2px;
    font-size: 18px;
    font-family: "IranSans", Arial, sans-serif;
}

label.active .req {
    text-align: center;
    opacity: 0;
    font-family: "IranSans", Arial, sans-serif;
}

label.highlight {
    text-align: center;
    color: #000000;
    font-family: "IranSans", Arial, sans-serif;
}

input,
textarea {
    text-align: center;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    font-family: "IranSans", Arial, sans-serif;
    background: none;
    background-image: none;
    border: 1px solid #1d120c;
    color: #000000;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
}

input:focus,
textarea:focus {
    text-align: center;
    outline: 0;
    border-color: #feaf12;
    font-family: "IranSans", Arial, sans-serif;
}

textarea {
    text-align: center;
    border: 2px solid #271e11;
    resize: vertical;
    font-family: "IranSans", Arial, sans-serif;
}

.field-wrap {
    position: relative;
    margin-bottom: 16px;
    font-family: "IranSans", Arial, sans-serif;
}

.field-textarea {
    text-align: center;
    font-size: 18px;
    font-family: "IranSans", Arial, sans-serif;
    position: relative;
    margin-bottom: 20px;
}

.field-half-wrap {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-family: "IranSans", Arial, sans-serif;
    width: 40%;
}

.top-row:after {
    content: "";
    display: table;
    font-family: "IranSans", Arial, sans-serif;
    clear: both;
}

.top-row>div {
    float: left;
    width: 48%;
    margin-right: 4%;
    font-family: "IranSans", Arial, sans-serif;
    direction: rtl;
}

.top-row>div:last-child {
    margin: 0;
    direction: rtl;
    font-family: "IranSans", Arial, sans-serif;
}

i {
    color: #FFE285;
    font-size: 18px !important;
    vertical-align: middle;
}

.button {
    border: 0;
    outline: none;
    border-radius: 50px;
    padding: 10px 0;
    direction: rtl;
    font-size: 20px;
    font-family: "IranSans", Arial, sans-serif;
    font-weight: 600;
    /*text-align:right;*/
    /*float:right;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: .1em;*/
    background: #feaf12;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    vertical-align: middle;
}

.button:hover,
.button:focus {
    background: #feaf12;
    color: #000000;
    font-family: "IranSans", Arial, sans-serif;
}

.button-block {
    font-family: "IranSans", Arial, sans-serif;
    display: block;
    width: 100%;
    direction: rtl;
}

.facebook-button {
    background: url('http://donik-service.ir/Koosha.Nikkar/images/logo_kn.png') left center no-repeat;
    padding-left: 15px;
    font-family: "IranSans", Arial, sans-serif;
    display: block;
    width: 100%;
    direction: rtl;
}

.forgot {
    margin-top: -20px;
    font-family: "IranSans", Arial, sans-serif;
    text-align: right;
}

.btn-block {
    display: block;
    width: 100%;
    border: none;
    background-color: #ffbb00;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 16px;
    background-color: #cccccc;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    font-size: 17px;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    direction: rtl;
    transform: translate(-50%, -50%);
    background-color: #eeeeee;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}

.close-button {
    float: right;
    width: 1rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    background-color: #eeeeee;
}

.close-button:hover {
    background-color: #adadad;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.cd-modal {
    /* position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 16px;
    background-color: #cccccc;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    font-size: 17px;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; */
    visibility: hidden;
}

.cd-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    direction: rtl;
    transform: translate(-50%, -50%);
    background-color: #eeeeee;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}

.cd-close-button {
    float: right;
    width: 1rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    background-color: #eeeeee;
}

.cd-close-button:hover {
    background-color: #adadad;
}

.cd-show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

@media only screen and (max-device-width: 400px) {
    body {
        /*background: #e13b71;*/
        background: #270d00;
        font-size: 10px;
    }
    a {
        font-size: 15px;
    }
    .form {
        /*padding: 40px;*/
        background: #550E00;
        max-width: 600px;
        /*margin-top: 40px;*/
        box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    }
    .button {
        font-size: 20px;
        background: #feaf12;
        padding: 10px 0;
        vertical-align: middle;
    }
    .button:hover,
    .button:focus {
        background: #feaf12;
    }
    label {
        position: absolute;
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        right: 13px;
        color: rgba(25, 25, 25, 0.5);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-backface-visibility: hidden;
        pointer-events: none;
        font-family: "IranSans", Arial, sans-serif;
        font-size: 20px;
    }
    input,
    textarea {
        font-size: 20px;
        padding: 4px 5px;
    }
    label.active {
        text-align: right;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    h1 {
        font-size: 18px;
    }
    .profile-image {
        width: calc(33.333% - 1rem);
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        animation-name: pu-anim;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    .profile-image img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-bottom: 50px;
    }
    .profile-btn {
        width: calc(33.333% - 1rem);
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        animation-name: pu-anim;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    .profile-btn img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 50px;
    }
    .p-with-sm-margin {
        font-family: "IranSans", Arial, sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        padding-top: 4px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .sm-text {
        font-family: "IranSans", Arial, sans-serif;
        color: #FFFFFF;
        margin-top: 7px;
        font-size: 20px;
    }
    .header-size {
        height: 300px;
    }
    .center-cropped {
        width: 100%;
        height: 300px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .fishes {
        position: relative;
        top: 0;
        left: 0;
    }
    .fish {
        position: absolute;
        top: 105px;
        left: 105px;
    }
    .bc-btn {
        position: absolute;
        height: 75%;
        top: 5px;
        left: 10px;
    }
    .g-card {
        position: relative;
        margin: 0 auto;
        background: rgba(252, 252, 252, 0.774);
        border-radius: 15px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    }
    .verify-icon {
        width: 25%;
        height: 19%;
    }
}

@media only screen and (min-device-width: 800px) {
    body {
        /*background: #e13b71;*/
        background: #270d00;
        font-size: 20px;
    }
    a {
        font-size: 15px;
    }
    .form {
        /*padding: 40px;*/
        background: #500E00;
        max-width: 600px;
        /*margin-top: 40px;*/
        box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    }
    .button {
        font-size: 20px;
        background: #feaf12;
        padding: 10px 0;
        vertical-align: middle;
    }
    .button:hover,
    .button:focus {
        background: #feaf12;
    }
    label {
        position: absolute;
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        right: 13px;
        color: rgba(25, 25, 25, 0.5);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-backface-visibility: hidden;
        pointer-events: none;
        font-family: "IranSans", Arial, sans-serif;
        font-size: 20px;
    }
    input,
    textarea {
        font-size: 20px;
        padding: 4px 5px;
    }
    label.active {
        text-align: right;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    h1 {
        font-size: 18px;
    }
    .profile-image {
        width: calc(33.333% - 1rem);
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        animation-name: pu-anim;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    .profile-image img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-bottom: 50px;
    }
    .profile-btn {
        width: calc(33.333% - 1rem);
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        animation-name: pu-anim;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    .profile-btn img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 50px;
    }
    .p-with-sm-margin {
        font-family: "IranSans", Arial, sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        padding-top: 4px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .sm-text {
        font-family: "IranSans", Arial, sans-serif;
        color: #FFFFFF;
        margin-top: 7px;
        font-size: 20px;
    }
    .header-size {
        height: 300px;
    }
    .center-cropped {
        width: 100%;
        height: 300px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .fishes {
        position: relative;
        top: 0;
        left: 0;
    }
    .fish {
        position: absolute;
        top: 105px;
        left: 105px;
    }
    .bc-btn {
        position: absolute;
        height: 75%;
        top: 5px;
        left: 10px;
    }
    .g-card {
        position: relative;
        margin: 0 auto;
        background: rgba(252, 252, 252, 0.774);
        border-radius: 15px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    }
    .verify-icon {
        width: 25%;
        height: 19%;
    }
}