﻿.swal2-container.swal2-center > .swal2-popup {
    font-size: 14px;
}

.c-form_list {
    margin-top: 12px;
    width: 50%;
    margin: auto;
    margin-top: 50px;
}

    .c-form_list > li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .c-form_list > li.submit {
            margin-top: 45px;
            display: flex;
            justify-content: flex-end;
        }

            .c-form_list > li.submit .btn {
                width: 117px;
                height: 33px;
                background: #41484e;
                color: #fff;
                transition: all 0.3s ease;
                border-radius: 5px;
                font-weight: 500;
                line-height: unset;
                padding: unset;
            }

                .c-form_list > li.submit .btn:hover {
                    background: #f7b32b;
                    color: #41484e;
                }

        .c-form_list > li .c-form_lbl {
            color: #7c7a7a;
            width: 140px;
            padding-left: 5px;
            line-height: 40px;
            font-weight: 500;
        }

        .c-form_list > li .txt {
            padding-left: 10px;
            flex: 1;
            height: 40px;
            min-width: 250px;
            border: solid 1px #e8e8e8;
            transition: all 0.3s ease;
            font-weight: 500;
            border-radius: 5px;
            text-indent: unset !important;
        }

            .c-form_list > li .txt.txtarea {
                height: 150px !important;
                resize: none;
            }

            .c-form_list > li .txt:focus {
                background-color: #e8e8e8;
            }

.form_public.-twoll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.form_public > li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .form_public > li.half_size {
        width: calc(50% - 5px);
    }

    .form_public > li .lbl {
        margin-bottom: 5px;
    }

    .form_public > li .txt,
    .form_public > li .txtarea {
        width: 100%;
        background-color: #fff;
        padding: 0 10px;
        color: #7c7a7a;
        border: 1px solid #dedede;
        height: 40px;
        transition: all 0.2s;
    }

        .form_public > li .txt:focus,
        .form_public > li .txtarea:focus {
            border-color: #000;
        }

    .form_public > li .txtarea {
        height: 130px;
        resize: none;
    }

    .form_public > li.link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }

        .form_public > li.link > a {
            flex: 1;
            max-width: 100%;
            text-align: center;
            background-color: #ececec;
            color: #9f9f9f;
            margin: 0 1px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

            .form_public > li.link > a:hover {
                background-color: #75b696;
                color: #000;
            }

    .form_public > li .ddl {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 14'%3E%3Cpath fill='%235a5b5d' fill-rule='evenodd' d='M23.688.28a1.008 1.008 0 0 0-1.42 0L11.984 11.57 1.702.28a1.008 1.008 0 0 0-1.42 0c-.392.4-.392 1.04 0 1.43l10.943 12.01c.21.21.486.3.76.28.273.02.55-.07.76-.28L23.688 1.71c.39-.39.39-1.03 0-1.43'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 10px 50%;
    }

    .form_public > li .select {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

        .form_public > li .select label {
            margin-right: 8px;
        }

    .form_public > li.submit {
        display: flex;
        justify-content: flex-end;
        margin-top: 25px;
    }

        .form_public > li.submit .btn {
            width: 115px;
            height: 35px;
            background-color: #41484e;
            text-align: center;
            color: #fff;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            transition: all 0.3s;
        }

            .form_public > li.submit .btn:hover {
                background-color: #ffbf01;
                color: #000;
            }

.form_public.-twoll {
    max-width: 980px;
    flex-wrap: nowrap;
    align-items: flex-end;
}

    .form_public.-twoll > li {
        width: unset;
    }

        .form_public.-twoll > li.half_size {
            width: calc(50% - 100px);
        }

        .form_public.-twoll > li.submit {
            display: unsetl;
        }

            .form_public.-twoll > li.submit .btn {
                height: 40px;
            }

.validation-summary-errors * {
    color: red;
}

.field-validation-error {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

    .field-validation-error * {
        color: red;
    }

.relative {
    position: relative
}

#loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 100%;
    height: 100%;
}

    #loading::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.19);
    }

    #loading > figure {
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 100;
        transform: translateX(-50%);
    }

        #loading > figure > img {
            height: auto;
            object-fit: cover;
            text-align: center;
            margin: 0 auto;
        }

        #loading > figure > figcaption {
            text-align: center;
            margin: 10px auto;
            padding: 10px 0;
            color: #000;
        }

.pagination-container {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}

    .pagination-container .pagination {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .pagination-container .pagination > li {
            margin-right: 5px;
            border-radius: 50%;
            transition: all .3s ease-in;
        }

            .pagination-container .pagination > li > a {
                width: 35px;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #00355f;
                border-radius: 50%;
                border: 2px solid #cfcdc8;
                transition: all .3s ease-in;
                color: #878787;
            }

            .pagination-container .pagination > li.active a {
                border: 2px solid #ee8332;
                color: #282f39;
                border-radius: 50%;
            }

.listForm {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

    .listForm .txt {
        width: 400px;
        height: 47px;
        border: 1px solid #f5f5f5;
        padding: 20px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 30px;
        color: #5f6977;
        background-repeat: no-repeat;
        background-position: top 11px right 20px;
        background-size: 20px;
    }

    .listForm select.txt {
        width: 400px;
        height: 47px;
        border: 1px solid #f5f5f5;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 30px;
        color: #5f6977;
        background-repeat: no-repeat;
        background-position: top 11px right 20px;
        background-size: 20px;
    }

    .listForm .textarea {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

        .listForm .textarea textarea {
            width: 100%;
            height: 160px;
            border: 1px solid #f5f5f5;
            padding: 15px 50px;
            color: #5f6977;
            font-size: 14px;
            font-weight: bold;
            border-radius: 30px;
            background: url(../images/message-square.png);
            background-repeat: no-repeat;
            background-position: top 17px left 20px;
            background-size: 20px;
        }

    .listForm .btn {
        width: 300px;
        height: 45px;
        background: #b343d8;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border-radius: 30px;
        transition: all 400ms ease-in-out;
    }

/* submenu */
.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.absolute {
    position: absolute
}

.z-index {
    z-index: 999
}

li.inc_submenu .submenu {
    top: 100%;
    width: 200px;
    background: #fff;
    left: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 17px -2px #afc7ba;
    overflow: hidden;
    transition: all .5s;
    opacity: 0;
    visibility: hidden
}

    li.inc_submenu .submenu > ul > li {
        padding: 10px;
        border-bottom: 1px dashed #d5dcd6;
        transition: all .5s
    }

        li.inc_submenu .submenu > ul > li:hover {
            background-color: #b343d8
        }

            li.inc_submenu .submenu > ul > li:hover > a {
                width: 100%;
                color: #fff
            }

        li.inc_submenu .submenu > ul > li > a {
            font-size: 12px;
            color: #33363c;
            transition: all .5s
        }

        li.inc_submenu .submenu > ul > li:last-child {
            border-bottom: none
        }

.inc_submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.info * {
    font-family: 'Yekan Bakh FaNum' !important;
    color: #5f6977 !important;
    font-size: 16px !important;
    text-align: justify !important;
    line-height: 30px !important;
}

.info ul, .info li {
    list-style: auto !important;
    margin-right: 20px;
}

.info strong {
    font-weight: bold !important;
}