﻿.Gropcon {
    border: 2px solid blue;
    height: 150px;
    width: 150px;
    border-radius : 100px;
    margin :auto;
}
.Gropcon:hover {
    border: 2px solid Green;
    height: 150px;
    width: 150px;
    border-radius: 100px;
    margin: auto;
}
.voice_center {
    margin:auto;
    margin-top:33px;
    margin-right:32px;
}
.imgicon{
    width:10px;
    height:10px;
}
.less_voice{
    margin:auto;
    margin-right:42.5%;
}
.Voicetext{
    margin-right:48%;
    width:30px;
}
.Itemvoices {
    border: none solid black;
    border-radius: 20px;
    background-color: lightblue;
}
.Itemvoices:hover {
    border: none solid black;
    border-radius: 20px;
    background-color: lightgreen;
}
.btn_Voice{
    border: 0.5px solid black;
    border-radius:15px;
    margin-top:10px;
    background-color:lightpink;
}
.btn_texth {
    border: 0.5px solid black;
    border-radius: 15px;
    margin-top: 10px;
    background-color: lightcyan;
}
.btn_textm {
    border: 0.5px solid black;
    border-radius: 15px;
    margin-top: 10px;
    background-color: lightsalmon;
}
.btn_maps {
    border: 0.5px solid black;
    border-radius: 15px;
    margin-top: 10px;
    background-color: blanchedalmond;
}

#map {
    width: 100%;
    height: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius:25px;
}

/* در موبایل */
@media (max-width: 768px) {
    #map {
        width: 100%;
        height: 300px;
    }
}
/*ایکون ریکورد*/
.blinking-eye {
    width: 80px;
    height: 80px;
    background: red;
    border-radius: 50%;
    animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.2;
    }

    30% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}
/*دایره در ضبط صدا*/
.shadow-circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin:auto;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/*پایان*/
/* دایره در ضبط صدا هوشمند*/
.shadow-circle-totext {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    margin: auto;
}

.content-totext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/*پایان*/
/*ایکون ریکورد کوچک*/
.blinking-eye-mini {
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 50%;
    animation: blink-animation 1s infinite;
}

@keyframes blinking-eye-mini {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.2;
    }

    30% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}
/*چک باکس ها*/
.radio-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

    .radio-btn input[type="radio"] {
        display: none;
    }

.radio-btn-label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f1f1f1;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .radio-btn-label::after {
        content: "";
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-image: url(/icon/icons8-check.gif);
        border-radius: 50%;
        background-size: cover;
    }

.radio-btn input[type="radio"]:checked + .radio-btn-label::after {
    display: block;
}

.radio-btn-text {
    color: #333;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.2;
    }

    70% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}
/* ریسپانسیو کردن به ابعاد کوچکتر */
@media (max-width: 480px) {
    .radio-btn-label {
        width: 15px;
        height: 15px;
    }

    .radio-btn-text {
        font-size: 12px;
    }
}
/*END*/
/*luck page in submit*/
/* استایل لایه خاکستری */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* ابتدا لایه خاکستری پنهان است */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* استایل متن داخل لایه خاکستری */
.overlay-text {
    color: white;
    font-size: 24px;
}
.iconload{
    border-radius:35px;
}
/*page lodear on luck site*/
.custom-loader {
    width: 50px;
    height: 50px;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #E4E4ED #0000;
    animation: s6 1s infinite linear;
}

    .custom-loader::before,
    .custom-loader::after {
        content: "";
        grid-area: 1/1;
        margin: 2px;
        border: inherit;
        border-radius: 50%;
    }

    .custom-loader::before {
        border-color: #4C96F4 #0000;
        animation: inherit;
        animation-duration: .5s;
        animation-direction: reverse;
    }

    .custom-loader::after {
        margin: 8px;
    }

@keyframes s6 {
    100% {
        transform: rotate(1turn)
    }
}
/* END */