/*
Theme Name:    قالب امیرعلی 
Description:  قالب اختصاصی امیرعلی
Author:       امیرعلی
Version:      1.0.1
Tags:امیرعلی  قالب شرکتی , فروشگاهی
*/

/*--------------------font--------------------*/

@font-face {
    font-family: 'Yekan';
    src: url('assets/font/font_iran_yekan/Yekan.eot'),
        url('assets/font/font_iran_yekan/Yekan.svg') format('svg'),
        url('assets/font/font_iran_yekan/Yekan.ttf') format('truetype'),
        url('assets/font/font_iran_yekan/Yekan.woff') format('woff'),
        url('assets/font/font_iran_yekan/Yekan.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*--------------------CLAR CSS--------------------*/
* {
    text-align: right;

}

body {
    margin: 0;
    font-family: "Tahoma", sans-serif;
    background-color: #f0f0f0;
    direction: rtl;
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.simple-form {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 60%;
}

.intro-text {
    margin-bottom: 1.5rem;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}

label {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

input[type="text"],
input[type="checkbox"] {
    margin-top: 0.3rem;
    padding: 0.5rem;
    box-sizing: border-box;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

button {
    width: 100%;
    padding: 0.8rem;
    background-color: #3498db;
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

button:hover {
    background-color: #2980b9;
}

.div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}

.divv {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 20px;

}

.div input,
.div label {
    height: 25px;
    margin: 0;
    padding: 0;
}
.div label {
    font-size: small;
}

.divvv {
    align-items: flex-start;
}

.button-23 {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 8px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
  font-size: small;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}

.button-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}

.button-23:active {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(.96);
}

.button-23:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}