@import url("fontiran.css");

* {
    font-family: 'IRANSansX';
}

.samim {
    font-family: 'Samim';
}

.yekan {
    font-family: 'Yekan';
}
/* 
input[class*="border"],
input, select, textarea {
    border: 1px solid #DBDFE9 !important;
    border-radius: 7px !important;
    padding: 8px !important;
}

input:focus, select:focus, textarea:focus {
    border-color: #3B82F6 !important;  /* یا #1D4ED8 برای آبی تیره‌تر 
    outline: none !important;
    /* box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3) !important;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.dashbord__shadow {
    box-shadow: 1px 1px 4px -1px rgb(18, 22, 147) inset;
}

.active-circle {
    animation: mmd 1s infinite;
}


@keyframes mmd {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.color__a:hover {
    color: #1B84FF;
}

.shadow__prosheh {
    /* box-shadow: 0px 0px 5px rgb(200, 4, 4); */
    background-color: rgba(255, 16, 16, 0.237);
}

.family {
    font-family: Comic Sans MS;
}

.shadow__all__prof {
    box-shadow: 0px 0px 25px -8px black;
}

.img__parent:hover+.profaill {
    visibility: visible;
}

.shadow__labkhand {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    outline: 8px solid rgb(255, 255, 255);
    outline-offset: 6px;
    position: relative;
    z-index: 1;
}

.leftaye {
    position: relative;
    animation: cheshmak 10s infinite;
}

.rightaye {
    position: relative;
    animation: cheshmak 10s infinite;
}

@keyframes cheshmak {
    0% {
        transform: translatey(0);
    }

    50% {
        transform: translatey(16px);
    }
}

.leftaye::after {
    position: absolute;
    content: "";
    width: 76px;
    height: 6px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 12px;
    transform: rotate(115deg);
    top: -38px;
    left: -24px;
}

.rightaye::before {
    position: absolute;
    content: "";
    width: 76px;
    height: 6px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 12px;
    transform: rotate(115deg);
    top: -38px;
    left: -24px;
}

.leftaye__animation {
    animation: aye 4s infinite;
}

.rightaye__animation {
    animation: aye 4s infinite;
}

@keyframes aye {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(6px);
    }

    60% {
        transform: translateX(12px);
    }

    90% {
        transform: translateX(-6px);
    }
}

.Z__index {
    position: relative;
    z-index: 3;
    margin-top: -16px;
}

.moon {
    height: 330px;
    width: 330px;
    border-radius: 50%;
    background-color: white;
    animation: moon 4s infinite;
    position: absolute;
    z-index: 1;
}

.background {
    background-color: black;
    position: relative;
    z-index: 3;
}

@keyframes moon {
    0% {
        transform: translateX(0px);

    }

    30% {
        transform: translateX(20px);
        box-shadow: 0px 0px 15px -1px white;
    }

    60% {
        transform: translateX(33px);
        box-shadow: 0px 0px 15px -1px white;
    }

    90% {
        transform: translateX(-25px);
        box-shadow: 0px 0px 15px -1px white;
    }

}

.shadow__mobail__karbary {
    box-shadow: inset 0 0 10px -1px gray;
}

.shadow__profaill__karbary {
    box-shadow: 0 0 4px -1px gray;
}

.shadow__header {
    box-shadow: 0 0 12px -1px #e8355d;
}

.items__shadow {
    box-shadow: 0 0 4px -1px #e8355d;
}

.in__shadow {
    box-shadow: inset 0 0 10px -1px #e41505;
}

.shadow__prosheh {
    /* box-shadow: 0px 0px 5px rgb(200, 4, 4); */
    background-color: rgba(255, 16, 16, 0.237);
}

.family {
    font-family: Comic Sans MS;
}

.shadow__all__prof {
    box-shadow: 0px 0px 25px -8px black;
}

.hover_profile:hover div{
    visibility: visible;
    opacity: 1;
}

.closeButtonXmark>svg>path{
    transition: all 300ms;
}
.closeButtonXmark:hover{
    border-color: black;
}
.closeButtonXmark:hover svg>path{
    fill: black;
}

tr {
    border-top: 1px solid rgba(128, 128, 128, 0.169);
}
thead tr:first-child {
    border-top: none;
}
.border {
    border: none;
}
td {
    margin-top: 10px;
    margin-bottom: 10px;
}



.shadow__profaill__list_products {
    box-shadow: 0 0 6px -1px rgb(162, 159, 159);
}
.shadow__fhoto__insetting__profaill {
    box-shadow: 0px 0px 15px -1px gray;
}

.loading-wave {
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.loading-bar {
  width: 20px;
  height: 10px;
  margin: 0 5px;
  background-color: #3498db;
  border-radius: 5px;
  animation: loading-wave-animation 1s ease-in-out infinite;
}

.loading-bar:nth-child(2) {
  animation-delay: 0.1s;
}

.loading-bar:nth-child(3) {
  animation-delay: 0.2s;
}

.loading-bar:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes loading-wave-animation {
  0% {
    height: 10px;
  }

  50% {
    height: 50px;
  }

  100% {
    height: 10px;
  }
}

.close_icon>svg>path{
    transition: all 300ms;
}
.close_icon:hover svg path{
    fill: white;
}