﻿body, header, footer, a, h1, h2, h3, h4, h5, h6, span, title, div, p, b, button, input, label, pre, textarea, menu, option, menuitem, ul, li, table, thead, tbody, tfoot, tr, th, td, select {
    font-family: 'vazir-fd';
    /*font-family:'Vazir-Medium-FD';*/
    font-size: medium;
    font-weight: normal;
}

html {
    height: 100% !important;
    /*max-height: 100% !important;*/
    padding-right: 0px !important;
    margin-right: 0px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

body {
    height: calc(100% -30px)!important;
    /*max-height: 100% !important;*/
    padding-right: 0 !important;
    margin-right: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: -1rem;
}

ul {
    list-style-type: none;
}

table a {
    color: blue !important;
    cursor: pointer;
}

div a {
    color: blue !important;
    cursor: pointer;
}

li a {
    color: dimgray !important;
    cursor: pointer;
}

.header {
    background-color: #95A5A6;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    color: white;
    border: double;
    border-width: 3px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.LabelInputTwoColor {
    position: relative;
    border-radius: 5px;
    height: 30px;
    min-width: 230px;
    width: 95%;
    text-align: right;
    direction: rtl;
    margin: 10px;
    box-shadow: 0 16px 24px 0 rgba(0,0,0,0.22),0 25px 25px 0 rgba(0,0,0,0.21) !important
}

    .LabelInputTwoColor label {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%!important;
        height: 100%;
        border: none;
        background-color: orange;
        color: white;
        border-radius: 0 5px 5px 0 ;
        text-align: right;
        font-size:80%!important;
        vertical-align:central;
        word-wrap:break-word;
        align-content:center;
        padding-right:3px;
    }

    .LabelInputTwoColor input, .LabelInputTwoColor select {
        position: absolute;
        left: 0;
        top: 0;
        width: 50% !important;
        height: 100%;
        border: none;
        background-color: lightgoldenrodyellow;
        color: black;
        font-size: 90% !important;
        border-radius: 5px 0 0 5px;
        text-align: right;
        word-wrap: break-word;
    }

/*========================================== slider ===============================================*/

.bubble {
    position: absolute;
    top: -10px;
    width: 22px;
    height: 22px;
    left: 5px;
    font-size: 70%;
    font-weight: bold;
    border-radius: 50%;
    background-color: greenyellow;
    /* background-image: linear-gradient(to top, blue,lightblue); */
    margin-left: -15px;
    z-index: 10;
    color: blue;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

    .bubble:after {
        position: absolute;
        content: '';
        left: 1.5px;
        z-index: 9;
        border-radius: 16px;
        top: 16px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top-width: 14px;
        border-top-style: solid;
        border-top-color: greenyellow;
    }

/*========================================== slider with thumbnail ===============================================*/

.ThumbSlider {
    width: 90%;
    max-width: 800px;
    background-color:white;
    margin: 30px auto;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .ThumbSlider ul {
        position: relative;
        width: 100%;
        max-width: 800px;
        padding: 52% 0 10px;
        margin: 0;
        text-align: center;
        display: block;
    }

        .ThumbSlider ul li.gallery-item {
            display: inline-block;
            width: 10%;
            cursor: pointer;
            *display: inline;
        }

        .ThumbSlider ul li img.gallery-preview {
            background: white;
            margin: 0;
            padding: 5% 5% 15%;
            *padding: 2px 2px 10px;
            position: relative;
            top: 0;
            width: 85%;
            height: auto;
            max-height: 45px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            overflow: hidden;
            -webkit-transition: all 0.3s ease-out 0.2s;
            -moz-transition: all 0.3s ease-out 0.2s;
            -o-transition: all 0.3s ease-out 0.2s;
            transition: all 0.3s ease-out 0.2s;
        }

        .ThumbSlider ul:hover li img.gallery-preview {
            opacity: 0.5;
            -webkit-filter: blur(2px) grayscale(0.5);
        }

        .ThumbSlider ul:hover li:hover img.gallery-preview {
            opacity: 1;
            -webkit-filter: blur(0px) grayscale(0);
        }

            .ThumbSlider ul li input.gallery-selector:checked ~ label.gallery-label > img.gallery-preview,
            .ThumbSlider ul:hover li:hover img.gallery-preview:hover {
                z-index: 5;
                box-shadow: 0 4px 5px rgba(0, 0, 0, 0.75);
                -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.75);
                -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.75);
                -webkit-transform: scale(1.25);
                -moz-transform: scale(1.25);
                -o-transform: scale(1.25);
                transform: scale(1.25);
                -webkit-transform-origin: bottom center;
                -moz-transform-origin: bottom center;
                -o-transform-origin: bottom center;
                transform-origin: bottom center;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .ThumbSlider ul:hover li:hover img.gallery-preview:hover {
                z-index: 20;
            }

        .ThumbSlider ul li input.gallery-selector:checked ~ label.gallery-label > img.gallery-preview {
            background-color:lightgoldenrodyellow;
        }

        .ThumbSlider ul li img.gallery-fullsize {
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            width: 100%;
            height: 75%;
            z-index: -1;
            opacity: 0;
            -webkit-transform: scale(0.25);
            -moz-transform: scale(0.25);
            -o-transform: scale(0.25);
            transform: scale(0.25);
            -webkit-transform-origin: bottom center;
            -moz-transform-origin: bottom center;
            -o-transform-origin: bottom center;
            transform-origin: bottom center;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .ThumbSlider ul:hover li.gallery-item:active img.gallery-fullsize {
            z-index: 50;
            opacity: 0.75;
            -webkit-filter: blur(10px) grayscale(1);
            border-radius: 10%;
            -webkit-border-radius: 10%;
            -moz-border-radius: 10%;
            -webkit-transform-origin: bottom center;
            -moz-transform-origin: bottom center;
            -o-transform-origin: bottom center;
            transform-origin: bottom center;
            -webkit-transition: all 0.3s ease-out 0.2s;
            -moz-transition: all 0.3s ease-out 0.2s;
            -o-transition: all 0.3s ease-out 0.2s;
            transition: all 0.3s ease-out 0.2s;
        }

        .ThumbSlider ul:hover
        li:hover
        .ThumbSlider ul li input.gallery-selector:checked ~ img.gallery-fullsize {
            z-index: 10;
            opacity: 1;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
        }

        .ThumbSlider ul li input.gallery-selector:checked ~ img.gallery-fullsize {
            display: block;
            opacity: 1;
            z-index: 10;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: top center;
            -moz-transform-origin: top center;
            -o-transform-origin: top center;
            transform-origin: top center;
            -webkit-transition: all 0.2s ease-in 0.3s;
            -moz-transition: all 0.2s ease-in 0.3s;
            -o-transition: all 0.2s ease-in 0.3s;
            transition: all 0.2s ease-in 0.3s;
        }

        .ThumbSlider ul li input.gallery-selector {
            display: none;
        }

        .ThumbSlider ul li label.gallery-label {
            cursor: pointer;
        }

/*=========================================================================================*/

.subtitle {
    margin: 0 0 2em 0;
}

.fancy {
    line-height: 0.6;
    text-align: center;
}

    .fancy span {
        position: relative;
        font-size: 65%;
        font-weight: bold;
        font-family: 'Vazir FD';
        /*letter-spacing: 1px;*/
        /*text-transform: uppercase;*/
        vertical-align: middle;
        align-content: center;
        align-items: center;
        padding: 10px 20px 10px 20px;
        height: 40px;
        margin: 0;
        background-color: white;
        color:dimgray;
        display: inline-block;
        border-radius: 50px;
        border-color: gray;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important
    }

        .fancy span:before,
        .fancy span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid blue;
            border-top: 1px solid blue;
            top: 15px;
            width: 180%;
        }

        .fancy span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy span:after {
            left: 100%;
            margin-left: 15px;
        }

/*=========================================================================================*/

.coin {
    animation: coin-rotate 5s both infinite;
}

@keyframes coin-rotate {
    0% {
        transform: rotateY(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}
/*=========================================================================================*/

.Award {
    position: relative;
    height: 300px;
    padding: 20px
}

    .Award .img1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 250px !important;
    }

    .Award .img2 {
        position: absolute;
        top: 20px;
        left: 60px;
        width: 140px !important;
        height: 180px !important;
        transform: rotateX(-5deg);
        transform: rotateY(-5deg);
        transform: rotateZ(3deg);
    }

    .Award .mdiv {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height:50px;
        border-radius: 20px 60px 20px 60px;
        border: solid 7px lawngreen;
        background-color: green;
        font-size: 110%;
        font-weight: 300;
        color: white;
        vertical-align: middle;
        text-align: center;
        justify-content: center;
        padding-top: 5px;
    }

/*=========================================================================================*/

@media (prefers-reduced-motion: no-preference) {
    .fadediv {
        max-height: 70vh;
        margin: 0 auto;
        display: block;
        opacity: 0;
        /*scale: 0.5;*/
        animation: fade-in linear forwards;
        /*animation-timeline: view();*/
        /*animation-range: 50px 36%;*/
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            /*scale: 1;*/
        }
    }
/*
    .StartAnimation {
        margin: 0 auto;
        animation-play-state: paused;
        animation: activeMe;
        animation-timeline: view();
        animation-range: -500px 100%;
    }

    @keyframes activeMe {
        to {
            animation-play-state: running;
        }
    }*/
}

/*=========================================================================================*/

.h { /*Header*/
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
    font-size: 100%;
    border: 6px solid white;
    border-radius: 20px;
    height: fit-content;
    min-height: 80px;
}
    .h >h2 {
        font-size: 130%!important;
        font-weight: 800;
    }
    .h >h3 {
        font-size: 120%!important;
        font-weight: 500;
    }

.f { /*Footer*/
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
    border: 6px solid white;
    border-radius: 20px;
    height: fit-content;
    min-height: 80px;
}
.c1 { /*1columns*/
    float: right;
    width: 100%;
    border: 6px solid white;
    border-radius: 20px;
    padding: 4px;
    height: fit-content;
    min-height: 300px;
    background-color: #eee;
}

.c1:nth-child(n) {
    clear: right;
}

.c2 { /*2columns*/
    float: right;
    width: 50%;
    border: 6px solid white;
    border-radius: 20px;
    padding: 4px;
    height: fit-content;
    min-height: 300px;
    background-color: #eee;
}

.c2:nth-child(2n) {
    clear: right;
}

.c3 { /*3columns*/
    float: right;
    width: 33.33333%;
    border: 6px solid white;
    border-radius: 20px;
    padding: 4px;
    height: fit-content;
    min-height: 300px;
    background-color: #eee;
}

c3:nth-child(2n+1) {
    clear: left;
}

.c4 { /*4columns*/
    float: right;
    width: 25%;
    border: 6px solid white;
    border-radius: 20px;
    padding: 4px;
    height: fit-content;
    min-height: 300px;
    background-color: #eee;
}

c4:nth-child(4n) {
    clear: left;
}

.r { /*row*/
    padding: 10px;
    text-align: right !important;
    direction: rtl !important;
}
    .r:after {
        content: "";
        display: table;
        clear: both;
    }
@media (max-width: 900px) {
    .c2 {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .c3 {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .c3 {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .c4 {
        width: 50%;
    }
}

/*=========================================================================================*/

.mobile-nav {
    background: #F1F1F1;
    position: fixed;
    bottom: 0;
    height: 65px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index:6000;
    border:ridge;
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bloc-icon img {
        width: 30px;
    }

/*=========================================================================================*/

.original-box-shadow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #dddddd;
    font-size: 85%;
    margin: 5px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    position: relative;
    border: 3px groove #FFC6AC;
}

    .original-box-shadow::after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        height: 8px;
        box-shadow: 0 40px 15px rgba(0, 0, 0, .5);
        background-color: transparent;
        border-radius: 80px / 4px;
    }

/*=========================================================================================*/

.RollNumber {
    display: flex;
    direction:ltr;
    border: none;
    /*font-size:300%;*/
    font-weight:bold;
    color: black;
    width: fit-content;
}

    .RollNumber button {
        display: block;
        background-color: lightgray;
        border: 0;
        color: black;
        /*padding: 1em;*/
        margin: 0;
        height:32px;
        vertical-align:central;
        align-content:center;
        align-items:center;
    }

        .RollNumber button:last-child {
            border-radius: 0 5px 5px 0;  
        }

        .RollNumber button:first-child {
            border-radius: 5px 0 0 5px;
        }


    .RollNumber h3 {
        margin: 0;
        position: relative;
        display: flex;
        align-items: baseline;
        border: ridge !important;
        width: 50px !important;
        text-align: left !important;
    }

        .RollNumber h3 + span {
            display: block;
            width: 100%;
            text-align: center !important;
            color: black;
        }

        .RollNumber h3 #number {
            position: relative;
            display: flex;
            
            margin-right: 0.2em;
            width: 0;
            overflow: hidden;
            height: 26px;
            transition: width 1.8s ease;
        }

            .RollNumber h3 #number > span {
                display: flex;
                text-align: center;
                flex-direction: column;
                opacity: 0;
                flex-shrink: 2;
                flex-basis: 30px;
                width: 1px;
                position: absolute;
                right: 0;
                line-height: 29px;
                transition: all 2s ease;
            }

                .RollNumber h3 #number > span.visible {
                    position: static;
                    width: 30px;
                    opacity: 1;
                    flex-shrink: 1;
                }

/*=========================================================================================*/

.banner , .stop {
    display: block!important;
    position: absolute;
    left: 10px;
    top: 200px;
    height: 130px;
    width: 300px !important;
    border: 2px ridge green;
    border-radius: 10px !important;
    z-index: 10000;
    padding: 20px;
    background-color: lightyellow !important;
    animation-name: enterin;
    animation-duration: 2s;
}
    .banner h3 {
        font-size: 90%;
        color: black;
        background-color: deepskyblue;
        border-radius: 5px;
    }
    .banner label {
        font-size: 70%;
        color: gray;
        border-radius: 5px;
    }
    .banner a {
        font-size: 100%;
        color: blue;
    }


@keyframes enterin {
    0% {
        left: -310px;
        opacity: 0;
    }

    100% {
        left: 10px;
        opacity: 1;
    }
}

.Stop {
    left: -310px;
    animation-name: enterout;
}

@keyframes enterout {
    0% {
        left: 10px;
        opacity: 1;
    }

    100% {
        left: -200px;
        opacity: 0;
    }
}

/*================================================================*/

.FixedBTN {
    position: fixed;
    display: block !important;
    top: calc(50% - 50px);
    right: -40px;
    width: fit-content;
    height: fit-content;
    margin:0!important;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    border-radius:  8px 8px 0 0;
    border-width: 1px;
    border-color: yellow;
    z-index: 4998;
    text-align: center;
    vertical-align: central;
    color: black;
    background-color: lightgray;
    cursor: pointer;
    animation-delay: 5s;
    animation: enterlink 3s linear
}

@keyframes enterlink {
    0% {
        right: -60px;
        opacity: 0;
    }

    100% {
        right: -40px;
        opacity: 1;
    }
}

/*=========================================================================================*/

.divTable {
    padding: 0px;
    overflow: auto;
    max-height: 100%;
}

    .divTable table {
        font-size: 90%;
        margin: 0;
        height: fit-content;
        width: 100%;
        border-collapse: collapse;
        border: ridge !important;
        border-width: 1px;
        border-color: lightgray;
        word-break: unset;
        word-wrap: unset;
        overflow-wrap: unset;
        -webkit-hyphens: unset;
        -moz-hyphens: unset;
        -ms-hyphens: unset;
        hyphens: unset;
        white-space: nowrap;
    }

        .divTable table thead {
            position: -webkit-sticky;
            position: sticky;
            top: -2px;
            z-index: 1;
            background-color: #95A5A6;
            font-size: 100%;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            text-align: center;
            color: black;
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important
        }

            /*            .divTable table thead tr, .divTable table tbody tr {
                height: 30px !important;
                max-height: 30px !important;
            }*/

            .divTable table thead tr th {
                border: ridge !important;
                border-width: 2px;
                border-color: transparent;
            }

        .divTable table tbody tr td {
            border: ridge !important;
            border-width: 1px;
            border-color: lightgray;
        }

/*=========================================================================================*/

.labelDate {
    float: right;
    width: fit-content;
    margin-right: 10px;
    margin-top: 10px;
    color: black
}

.DateClass {
    float: right;
    margin-right: 10px;
    width: 90px;
    font-size: 90%;
    text-align: left;
    direction: ltr;
    padding:2px;

}
/*=========================================================================================*/

/*<div class="epncollps" >
<input type="checkbox" name="collapse" id="handle1" checked="checked" >
<h2 class="handle" >
<label for="handle1" >aa</label >
</h2 >
<div class="mcontent" >
<p> abc </p >
</div >
</div >*/

.epncollps > input[type="checkbox"] {
    position: absolute;
    display: none;
}

.epncollps .mcontent {
    overflow-y: hidden;
    height: 0;
    transition: height 3s ease;
}

.epncollps > input[type="checkbox"]:checked ~ .mcontent {
    height: fit-content;
    overflow: visible;
}

.epncollps label {
    display: block;
    color: black;
    text-align: right;
}

.epncollps a {
    display: block;
    color: blue;
    text-align: right;
}

.epncollps {
    margin-bottom: 0px;
}

    .epncollps > input[type="checkbox"]:checked ~ .mcontent {
        padding: 15px;
        border: 1px solid #e8e8e8;
        border-top: 0;
    }

    .epncollps .handle {
        margin: 0;
        font-size: 1.125em;
        line-height: 1.2em;
    }

    .epncollps label {
        color: #333;
        cursor: pointer;
        font-weight: normal;
        padding: 15px;
        background: #e8e8e8;
    }

        .epncollps label:hover,
        .epncollps label:focus {
            background: #d8d8d8;
        }

    .epncollps .handle label:before {
        font-family: 'fontawesome';
        content: "▼"; /* ◄ ► ▲ ▼ */
        display: inline-block;
        margin-right: 10px;
        font-size: .58em;
        line-height: 1.556em;
        vertical-align: middle;
    }

    .epncollps > input[type="checkbox"]:checked ~ .handle label:before {
        content: "▲";
    }

.epncollps {
    max-width: 100%;
}

    .epncollps p:last-child {
        margin-bottom: 0;
    }

/*=========================================================================================*/

.ListGroupColor .gradient {
    background-image: linear-gradient(to right, #4755690a, #9d0cb28a, #4343c899, #4755690a);
    width: 50%;
    height: 0.094rem;
    position: absolute;
    content: "";
    bottom: -0.063rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0.125rem 0.75rem #4343c84d;
    transition-delay: 5s;
}

.list-group-item img {
    filter: grayscale(1);
}

.list-group-item.ListGroupColor img {
    filter: grayscale(0);
}

.list-group li a:hover {
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    background-color: transparent;
}

.list-group-item .flex-column:hover {
    color: blue;
}

/*=========================================================================================*/

.titleview1 {
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
    transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
    animation: fadeInTopLeft 5s infinite;
}

.titleview2 {
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
    transform: translateY(-50%) rotateX(60deg) rotateZ(35deg);
    animation: fadeOutBottomLeft 5s infinite;
}
/*=========================================================================================*/

.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

.ChatContainer {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

    .ChatContainer input {
        width: 100%;
        height: 40px;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: outset;
        background: white;
        resize: none;
    }

    .ChatContainer textarea {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        min-height: 200px;
    }

        .ChatContainer textarea:focus {
            background-color: #ddd;
            outline: none;
        }

    .ChatContainer .btn {
        background-color: #04AA6D;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    .ChatContainer .cancel {
        background-color: red;
    }

    .ChatContainer .btn:hover, .open-button:hover {
        opacity: 1;
    }
/*=========================================================================================*/

.HomeImageClass {
    position: relative;
    z-index: 0;
    background-image: url("../pic/bg.png");
    top: 0;
    left: 0;
    height: 80%;
    width: 100%;
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: 100%;*/
    background-attachment: fixed;
    overflow: hidden;
}
/*=========================================================================================*/

.dropbtn {
    background-color: transparent;
    color: blue;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}

/*=========================================================================================*/

.welcome-hero {
    position: relative;
    /*background:url(~/images/welcome-hero/bb.jpg)no-repeat;*/
    background-position: center;
    background-size: cover;
    text-align: center;
    height: 800px;
    z-index: 1;
}

    .welcome-hero:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(65,73,89,.65);
        z-index: -1;
    }

.welcome-hero-txt {
    padding-top: 80px;
    transform: translateY(20%);
    animation: center 2s;
}

@keyframes center {
    0%, 10% {
        transform: translateY(-100%);
        padding-top: 300px;
    }

    90%, 100% {
        transform: translateY(20%);
        padding-top: 80px;
    }
}

.welcome-hero-txt h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    /*letter-spacing: 2.4px;*/
    /*line-height: 1.4;*/
}

.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
}

/*=======================================================================================*/
.blog {
    padding: 120px 0 90px;
    margin: 80px !important;
}

.blog-content {
    margin-top: 80px;
}

.single-blog-item {
    margin-bottom: 30px !important;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-blog-item-txt {
    padding: 25px 28px 27px;
}

    .single-blog-item-txt h2 a {
        text-transform: initial;
        line-height: 1.8;
    }

    .single-blog-item-txt h4 {
        font-size: 14px;
        color: #8f949d;
        font-weight: 400;
        margin: 12px 0 20px;
    }

        .single-blog-item-txt h4 a {
            font-size: 14px;
            padding-right: 14px;
            border-right: 1px solid #dde0e4;
            margin-right: 15px;
            text-transform: uppercase;
        }

.single-blog-item:hover h2 a {
    color: #ff545a;
}

.single-blog-item:hover {
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}

.single-blog-item-img {
    width: 100% !important;
}

    .single-blog-item-img img {
        width: 100% !important;
    }

/*=======================================================================================*/

.list-topics-content {
    position: relative;
    top: -98px;
    z-index: 1;
}

    .list-topics-content ul li {
        display: inline-block;
    }

.single-list-topics-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

    .single-list-topics-content h2 > a {
        margin: 13px 0;
    }

    .single-list-topics-content:last-child {
        margin-right: 80px;
    }

.single-list-topics-icon [class^="flaticon-"]:before, .single-list-topics-icon [class*=" flaticon-"]:before, .single-list-topics-icon [class^="flaticon-"]:after, .single-list-topics-icon [class*=" flaticon-"]:after {
    font-size: 45px;
    color: #343a3f;
}

.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before, .single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before, .single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after, .single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {
    color: #fff;
}

.single-list-topics-content:hover h2 > a, .single-list-topics-content:hover p {
    color: #fff !important;
}

.single-list-topics-content:hover {
    color: #fff;
    background: #ff545a;
    box-shadow: 0 5px 10px rgba(71,71,71,.4);
}
/*=======================================================================================*/

.explore {
    padding: 117px 0 95px;
    background: #f8fafb;
}

.explore-content {
    margin-top: 78px;
}

.single-explore-item {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-explore-img {
    position: relative;
    overflow: hidden;
}

    .single-explore-img:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(162,172,177,.2);
    }

.single-explore-img-info {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-explore-item:hover .single-explore-img-info {
    opacity: 1;
    visibility: visible;
    bottom: 0px
}

.single-explore-img-info button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #ff545a;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}

.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    .single-explore-image-icon-box ul li {
        display: inline-block;
        width: 30px;
        height: 28px;
        line-height: 28px;
        background: #252d32;
        text-align: center;
        margin-left: 5px;
        color: #cbcccd;
    }

        .single-explore-image-icon-box ul li:hover i {
            color: #267dff;
        }

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}

    .single-explore-txt h2 a {
        font-size: 100%;
        font-weight: bold;
    }

    .single-explore-txt h3 a {
        font-size: 90% !important;
        font-weight: normal !important;
        color: lightblue !important;
    }

    .single-explore-txt.bg-theme-1 .explore-rating {
        background: #70a9ff;
    }

    .single-explore-txt.bg-theme-2 .explore-rating {
        background: #00c61c;
    }

    .single-explore-txt.bg-theme-3 .explore-rating {
        background: #ffcc5d;
    }

    .single-explore-txt.bg-theme-4 .explore-rating {
        background: #bd70ff;
    }

    .single-explore-txt.bg-theme-5 .explore-rating {
        background: #ff7a40;
    }

.explore-rating-price, .explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}

    .explore-rating-price a {
        margin: 0;
    }

.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}

.explore-price {
    color: #f63138;
}

.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}

.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}

.explore-person-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.explore-person p {
    font-size: 12px;
}

.explore-open-close-part {
    margin-top: 20px;
}

.close-btn {
    color: #f63138;
    text-transform: capitalize;
}

    .close-btn.open-btn {
        color: #00c437;
    }

.explore-map-icon {
    text-align: right;
}

    .explore-map-icon a svg {
        width: 12px;
        height: 14px;
        margin-left: 23px;
        color: #767f86;
    }

        .explore-map-icon a svg:hover {
            color: #f63138;
        }

.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover {
    color: #00c437;
}

.single-explore-item:hover {
    box-shadow: 0 10px 20px rgba(21,19,19,.2);
}

/* ==============================    Scroll Top    ===============================*/

#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #ff545a;
    border: 1px solid #ff545a;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 100;
}

    #scroll-Top .return-to-top:hover {
        background: #f43032;
        border: 1px solid #ff545a;
    }

    #scroll-Top .return-to-top i {
        position: relative;
        bottom: 0;
    }

    #scroll-Top .return-to-top i {
        position: relative;
        animation-name: example;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}

/*=================================================================*/

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

/*================================================================*/

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after,
.w3-topnav:after, .w3-topnav:before, .w3-clear:after, .w3-clear:before, .w3-btn-group:before, .w3-btn-group:after, .w3-btn-bar:before, .w3-btn-bar:after, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}

/*@media only screen and (max-width: 500px) {
    .Homediv1 {
        width: 100%;
        float: left;
        width: 100%
    }
    .Homediv2 {
        width: 100%;
        float: left;
        width: 100%
    }
}

@media screen and (min-width: 1300px) {
    .Homediv1 {
        width: 66.6666%;
        float: left;
    }

    .Homediv2 {
        width: 33.3333%;
        float: left;
    }
}*/

/*================================================================*/

.dropmenu {
    display: block;
    position: relative;
    cursor: pointer;
    direction: rtl;
    text-align: right;
    /*opacity: .8;*/
    background-color: lightgray;
}

.menu-title {
    display: block;
    width: 200px;
    height: 50px;
    padding: 12px 0 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s background-color;
}

    .menu-title:before {
        content: "";
        display: block;
        height: 0;
        border-top: 5px solid gray; /*Mosalas up*/
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        border-bottom: 0 solid gray;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 101;
        transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
    }

    .menu-title:hover {
        background: gray;
    }

        .menu-title:hover:before {
            border-top-color: gray;
        }

.dropmenu:hover > .menu-title:before {
    border-top-width: 0;
    transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}

.menu-title:after {
    content: "";
    display: block;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 0 solid gray; /*1Mosalas up*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    transition: 0.2s border-bottom ease-in;
}

.dropmenu:hover > .menu-title:after {
    border-bottom-width: 5px;
    transition: 0.2s 0.2s border-bottom-width ease-out;
}

.menu-title_2rd {
    background: gray;
}

    .menu-title_2rd:hover {
        background: gray;
    }

    .menu-title_2rd:before {
        border-top-color: gray;
    }

    .menu-title_2rd:hover:before {
        border-top-color: gray;
    }

.menu-title_3rd {
    background: gray;
}

    .menu-title_3rd:hover {
        background: gray;
    }

    .menu-title_3rd:before {
        border-top-color: gray;
    }

    .menu-title_3rd:hover:before {
        border-top-color: gray;
    }

.menu-title_4th {
    background: gray;
}

    .menu-title_4th:hover {
        background: gray;
    }

    .menu-title_4th:before {
        border-top-color: gray;
    }

    .menu-title_4th:hover:before {
        border-top-color: gray;
    }


.menu-dropdown {
    width: 100%;
    padding: 15px;
    margin: 0;
    position: absolute;
    background: gray; /*background Curve down*/
    z-index: 100;
    transition: 0.5s padding, 0.5s background;
}

    .menu-dropdown:after {
        content: "";
        display: block;
        height: 0;
        border-top: 5px solid gray; /*2Mosalas down*/
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 101;
        transition: 0.5s border-top;
    }

.dropmenu:not(:hover) > .menu-dropdown {
    padding: 4px 0;
    background: gray;
    z-index: 99;
}

    .dropmenu:not(:hover) > .menu-dropdown:after {
        border-top-color: gray;
    }

.menu:not(:hover) > .menu-title:after {
    border-bottom-color: #dddddd;
}

.menu-dropdown > * {
    overflow: hidden;
    height: 30px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0);
    white-space: nowrap;
    transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

    .menu-dropdown > *:hover {
        background: rgba(0, 0, 0, 0.1);
    }

.dropmenu:not(:hover) > .menu-dropdown > * {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    color: rgba(25, 25, 25, 0);
    transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
    z-index: 99;
}

/*================================================================*/

.ripple {
    box-sizing: border-box;
    position: relative;
}

    .ripple:before {
        animation: ripple 2s ease-out infinite;
        border: solid 2px #ff7b00;
        border-radius: 1em;
        bottom: 0;
        box-sizing: border-box;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .ripple:after {
        animation: ripple 2s 1s ease-out infinite;
        border: solid 2px #ff7b00;
        border-radius: 1em;
        bottom: 0;
        box-sizing: border-box;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

@keyframes ripple {
    0% {
        opacity: .25;
    }

    100% {
        border-radius: 2em;
        opacity: 0;
        transform: scale(3);
    }
}

/*===========================*/

.micro {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--width);
    height: var(--height);
    background-color: var(--primary);
    border-radius: var(--borderRadius);
}

    .micro:before,
    .micro:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: solid 3px var(--primary);
        border-radius: var(--borderRadius);
    }

    .micro:before {
        animation: amicro 2s linear infinite;
    }

    .micro:after {
        animation: amicro 2s 1s linear infinite;
    }

@keyframes amicro {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

/*===================*/

.pulsating-circle {
    position: absolute;
    left: calc(50% + 28px);
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
}

    .pulsating-circle:before {
        content: "";
        position: relative;
        display: block;
        width: 300%;
        height: 300%;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        border-radius: 45px;
        background-color: #01a4e9;
        -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

/*==========================  Scroll Animation Arrow  ==============================*/
/*<div class="Arrowcontainer" >
<div class="chevron"></div>
<div class="chevron"></div>
<div class="chevron"></div>
</div>*/

.Arrowcontainer {
    position:absolute;
    bottom:60px;
    left:calc(50% - 35px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}

.chevron {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

    .chevron:first-child {
        -webkit-animation: move-chevron 3s ease-out 1s infinite;
        animation: move-chevron 3s ease-out 1s infinite;
    }

    .chevron:nth-child(2) {
        -webkit-animation: move-chevron 3s ease-out 2s infinite;
        animation: move-chevron 3s ease-out 2s infinite;
    }

    .chevron:before,
    .chevron:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        background: white;
    }

    .chevron:before {
        left: 0;
        transform: skewY(30deg);
    }

    .chevron:after {
        right: 0;
        width: 50%;
        transform: skewY(-30deg);
    }

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

/*===========================================================*/

.waviy {
    --i: 1s;
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
    text-align: center;
}

    .waviy span {
        /*font-family: 'Alfa Slab One', cursive;*/
        font-size:140%;
        position: relative;
        display: inline-block;
        color: black;
        text-transform: uppercase;
        animation: waviy 1s infinite;
        animation-delay: .1s; /*calc(.1s * var(--i))*/
    }

@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}

/*==============================*/

.sonar-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8rem 0;
}


.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 275px;
    height: 275px;
    border-radius: 9999px;
    background-color: HSL(45,100%,50%);
}


.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: HSL(45,100%,50%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }

    to {
        transform: scale(3);
        opacity: 0;
    }
}
/*================================================================*/
.hidden {
    display: none
}

.hide-col {
    width: 0px !important;
    height: 0px !important;
    display: none !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/*=============================== Multiple div in center =================================*/

.center {
    border: 1px groove;
    border-radius: 7px;
    padding: 10px;
    width: 122px;
    margin-left: 12px;
    margin-top: 13px;
    display: inline-block;
    text-decoration: none;
}

/*================================================================*/

.circleBorderB {
    height: 64px;
    width: 64px;
    left: calc(50% - 32px);
    bottom: -32px;
    border-radius: 50%;
    border: 3px solid gold;
    border-top-color: transparent;
    border-right-color: transparent;
    background-color: white;
    transform: rotate(135deg);
}

.circleUserB {
    height: 62px;
    width: 62px;
    left: calc(50% - 29px);
    bottom: -30px;
    border-radius: 50%;
    align-content: space-around;
}


.circleBorderT {
    height: 66px;
    width: 66px;
    left: calc(50% - 33px);
    top: -33px;
    border-radius: 50%;
    border: 3px solid gold;
    border-top-color: transparent;
    border-right-color: transparent;
    background-color: white;
    transform: rotate(-45deg);
}

.circleUserT {
    height: 58px;
    width: 58px;
    left: calc(50% - 30px);
    top: -32px;
    border-radius: 50%;
    align-content: space-around;
}
/*================================================================*/

.width70 {
    width: 70%;
    float: right;
}

.width30 {
    width: 30%;
    float: right;
}

/*================================================================*/
.tableTdFixed {
    padding: 0;
    margin: 0;
    width: 100%;
    table-layout: fixed !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

/*================================================================*/

.collapse-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
}

.collapse-open {
    display: none;
}

.collapse-painel {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .1s, visibility .3s, opacity .3s;
}

.collapse-open:checked ~ .collapse-painel {
    max-height: 100%;
    opacity: 100;
    visibility: visible
}

.collapse-list div {
    margin-bottom: 0;
    width: 100%;
    float: right;
}

.collapse-list .collapse-btn {
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    margin-bottom: 0;
    color: #4285f4;
    font-weight: normal;
    transition: background-color .2s ease;
}

    .collapse-list .collapse-btn:hover {
        background: #eee;
    }

.collapse-open ~ .collapse-btn:before {
    content: "↓";
    float: right;
}

.collapse-open:checked ~ .collapse-btn:before {
    content: "↑";
}

.collapse-list .collapse-inner {
    padding: 10px;
    width: 100%;
    height: fit-content;
}

/*======================================================*/
.responsive {
    width: 100%;
    height: auto;
    /*max-height:60%;*/
}

.Margintop16 {
    margin-top: 16px !important
}

.MaxWidth980 {
    max-width: 980px;
    margin: auto
}

.Directionltr {
    direction: ltr
}

.Directionrtl {
    direction: rtl
}

.TextAlignLeft {
    text-align: left
}

.TextAlignRight {
    text-align: right
}

.Width100 {
    width: 100% !important
}

.FloatRightdsplBlock {
    padding: 8px 16px;
    float: right;
    background-color: inherit;
    color: inherit;
    width: auto;
    border: none;
    outline: none;
    display: block
}

.ButtonZ {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 16px
}

/*============================================*/

.widgets_div {
    border-bottom: thin #edf1f2 solid;
    padding: 22.85px 0;
}

    .widgets_div .icon_div {
        display: inline-block;
        margin-left: 15px;
    }

        .widgets_div .icon_div span i {
            font-size: 24px;
        }

.icon_div > span {
    display: table;
}

.widgets_div .text_div {
    display: inline-block;
    margin-left: 10px;
    /*inline-size: 140px;*/
}

    .widgets_div .text_div span {
        color: #58666e;
        font-size: 12px;
    }

        .widgets_div .text_div span + span {
            color: #747F85;
            font-size: 11px;
        }

/*============================================*/
.lblTitle {
    text-align: right !important;
    font-size: 100% !important;
    font-weight: bold !important;
    color: #3b444b !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
}

.lblSubTitle {
    text-align: right !important;
    font-size: 85% !important;
    font-weight: normal !important;
    color: dimgray !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
}

/*============================================*/

.lblMablagh {
    position: absolute !important;
    top: 170px !important;
    right: 10px !important;
    color: yellow !important;
    z-index: 100 !important;
}

.lblGoroh {
    position: absolute;
    top: 10px;
    right: 10px;
    color: red !important;
    z-index: 100;
    background-color: greenyellow;
    border-radius: 5px;
    width: 70px;
    text-align: center;
    font-size: 90%;
    vertical-align: central;
    align-content: center;
}

.lblForiyat {
    position: absolute;
    top: 45px;
    right: 10px;
    color: red !important;
    z-index: 100;
    background-color: lightskyblue;
    border-radius: 5px;
    width: 70px;
    text-align: center;
    font-size: 90%;
    vertical-align: central;
    align-content: center;
}

.lblLike {
    padding-right: 15px;
    color: orangered !important;
    z-index: 100;
    background-color: white;
    border-radius: 5px;
    width: fit-content;
    text-align: left;
    font-size: 90%;
    height: fit-content;
    padding: 0;
}

/*============================================*/

.lblCaption {
    text-align: right;
    font-size: 85%;
    font-weight: normal;
    color: black;
    word-wrap: break-word;
    word-break: break-all;
}

.tdclsimg {
    width: 48px;
    text-align: center;
}

.clsimg {
    float: right;
    width: 24px !important;
    height: 24px !important;
}

.clsonvan {
    font-size: 110%;
    font-weight: bold;
    color: gray;
    text-align: right;
}

    .clsonvan a {
        font-size: 85%;
        color: blue;
        cursor: pointer;
    }

.clstozihat {
    /*width: calc(100% - 48);*/
    font-size: 90%;
    font-weight: normal;
    color: black;
    text-align: right;
    padding: 0px;
}

.clstextarea {
    border: none;
    border-color: gray;
    word-wrap: break-word;
    width: 100%;
    height: fit-content;
    max-height: fit-content;
    overflow-y: hidden;
    overflow-x: hidden;
    text-align: right;
    margin: 0px;
    font-size: 90%;
    font-weight: normal;
    text-align: right;
    direction: rtl;
}

/*==============================================*/
.WrapTrue {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: pre-wrap;
}

.WrapFalse {
    word-break: unset;
    word-wrap: unset;
    overflow-wrap: unset;
    -webkit-hyphens: unset;
    -moz-hyphens: unset;
    -ms-hyphens: unset;
    hyphens: unset;
    white-space: nowrap;
}

/*=============================================*/
.divcssSearch {
    border: solid;
    border-width: thin;
    border-color: lightgray;
    border-radius: 20px;
    position: relative;
    height: 40px;
    width: 100%;
    background-color: white;
    font-size: 90%;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.divcssHome {
    border: solid;
    border-width: thin;
    border-color: lightgray;
    border-radius: 20px;
    position: relative;
    height: fit-content;
    width: 100%;
    background-color: white;
    font-size: 90%;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 0px;
}

.clearFiltercls {
    width: fit-content;
    float: left;
    font-size: 90%;
    color: blue;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}

.clsCaption {
    width: fit-content;
    float: right;
    color: green;
    cursor: pointer;
}

.clsSpan {
    width: auto;
    float: right;
    color: black;
    cursor: pointer;
    text-align: center;
    align-items: center;
}

.clsAzTa {
    float: right;
    font-size: 80%;
    width: fit-content;
    text-align: center;
    margin-right: 3px;
    margin-left: 3px;
    color: rebeccapurple;
}

/*======================================================*/

/*<button class="button-71" role="button" > Button 71</button >*/

.button-71 {
    background-color: #0078d0 !important;
    border: 0;
    border-radius: 56px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    /*font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;*/
    font-size: 105%;
    font-weight: 300;
    outline: 0;
    padding: 10px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    height: 100%;
}

    .button-71:before {
        background-color: initial;
        background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
        border-radius: 125px;
        content: "";
        height: 50%;
        left: 4%;
        opacity: .5;
        position: absolute;
        top: 0;
        transition: all .3s;
        width: 92%;
    }

    .button-71:hover {
        box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
        transform: scale(1.05);
        color: yellow;
    }

/*=========================================================================*/

.floating-label {
    position: relative;
    margin:5px;
    border:ridge;
}

.floating-input, .floating-select {
    text-align:left;
    direction:ltr;
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
}

    .floating-input:focus, .floating-select:focus {
        outline: none;
        border-bottom: 2px solid #5264AE;
    }

.floating-label label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -17px;
    font-size: 14px;
    color: #5264AE;
}

.floating-select:focus ~ label, .floating-select:not([value="0"]):valid ~ label {
    top: -17px;
    font-size: 14px;
    color: #5264AE;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

.highlight {
    position: absolute;
    height: 50%;
    width: 0;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 100%;
}

.floating-input input:focus ~ .highlight:before,
.floating-input select:focus ~ .highlight:before,
.textarea textarea:focus ~ .highlight:before {
    width: 0;
}

.floating-credit {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #aaa;
    font-size: 13px;
    font-family: arial,sans-serif;
}

    .floating-credit a {
        text-decoration: none;
        color: #000000;
        font-weight: bold;
    }

        .floating-credit a:hover {
            border-bottom: 1px dotted #f8f8f8;
        }

.floating-heading {
    position: fixed;
    color: #aaa;
    font-size: 20px;
    font-family: arial,sans-serif;
}

/*======================================================*/

.form-row {
    display: flex;
    margin: 32px 0;
    width: 100%;
}

.input-data {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 0px 20px;
    padding: 5px;
}

.textarea {
    /*height: 70px;*/
}

.input-data input, .input-data select, .input-data textarea {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-bottom: 2px solid rgba(0,0,0, 0.12) !important;
    padding: 0 50px 0 0 !important;
    transition: all 0.5s ease !important;
}


.input-data input:focus ~ label, .input-data select:focus ~ label, .input-data textarea:focus ~ label,
.input-data select:not([value="0"]):valid ~ label {
    transform: translateY(-20px);
    font-size: 110%;
    color: #3498db;
}

.input-data input:focus {
    transition: all 0.5s ease;
    padding: 0 5px 0 0 !important;
}

.input-data select:focus {
    transition: all 0.5s ease;
    padding: 0 5px 0 0 !important;
}

.input-data textarea:focus {
    transition: all 0.5s ease;
    padding: 0px;
}

/*.input-data textarea {
        resize: none;
        padding-top: 10px;
    }*/

.input-data label {
    position: absolute;
    pointer-events: none;
    right: 10px;
    bottom: 10px;
    font-size: 80%;
    transition: all 0.4s ease;
    color: skyblue;
}

.input-data .underline {
    position: absolute;
    bottom: -2px;
    height: 6px;
    width: 98%;
    border-radius: 5px;
}

    .input-data .underline:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        background: #3498db;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 1s ease;
    }

.input-data input:focus ~ .underline:before,
/*.input-data input:valid ~ .underline:before,.textarea textarea:valid ~ .underline:before,.input-data select:valid ~ .underline:before,*/
.input-data select:focus ~ .underline:before,
.textarea textarea:focus ~ .underline:before {
    transform: scale(1);
    z-index: 100;
}

@media screen and (min-width: 350px) {
    .input-data {
        width: 100%;
    }
}

@media screen and (min-width: 500px) {
    .input-data {
        width: 50%;
    }
}

@media screen and (min-width: 900px) {
    .input-data {
        width: 33.33%;
    }
}

@media screen and (min-width: 1100px) {
    .input-data {
        width: 25%;
    }
}

/*===================================================*/
.wh16 {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.wh20 {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.wh24 {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.wh28 {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.wh32 {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.wh48 {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.divDelete {
    width: 100%;
    float: left !important;
    cursor: pointer;
    direction: ltr !important;
    text-align: left !important;
}

.divSave {
    width: 100%;
    min-width: 100%;
    float: right;
    cursor: pointer;
    direction: rtl;
    text-align: right;
}

.whr16 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.whr24 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}

.whr28 {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
}

.whr32 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
}

.whr48 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}

.whr56 {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
}

.whr64 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
}

/*=============================================================*/

.sidenav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 0;
    z-index: 1;
    background-color: white;
    transition: 0.5s;
    padding-top: 0px;
}

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.sideBottom {
    /*height: fit-content;*/
    position: fixed;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 1;
    background-color: white;
    overflow: hidden;
    transition: 0.5s;
    /*padding-top: 0px;*/
}

    .sideBottom .closebtnBottom {
        position: absolute;
        bottom: 0;
        height: 40px;
        width: 100%;
        left: 0;
        font-size: 36px;
    }

/*=============================================================*/
.LabelCenter {
    color: blue;
    width: 100%;
    text-align: center;
    font-size: 120%;
    direction: rtl;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
}
/*=============================================================*/
.TreeMenu {
    padding: 5px;
    max-width: 400px;
}

    .TreeMenu, .TreeMenu ol, .TreeMenu ul {
        list-style: none;
        line-height: 2em;
        margin: 0;
        padding-left: 20px;
    }

        .TreeMenu label {
            display: block;
            width: 100%;
            position: relative;
            cursor: pointer;
            font-size: 85%;
            color: #000;
        }

        .TreeMenu input[type="checkbox"] {
            display: none;
        }

        .TreeMenu ol, .TreeMenu ul {
            display: none;
        }

        .TreeMenu input[type="checkbox"]:checked ~ ol, .TreeMenu input[type="checkbox"]:checked ~ ul {
            display: block;
        }

        .TreeMenu label::after {
            content: "◄"; /* "\25B6" */
            position: absolute;
            left: 0;
            transition: all 0.3s;
            color: #000;
        }

        .TreeMenu input[type="checkbox"]:checked + label::after {
            transform: rotate(90deg);
        }

        .TreeMenu ul li {
            font-size: 85%;
            color: #000;
        }

            .TreeMenu ul li label, .TreeMenu ul li a {
                font-size: 85%;
                color: #000;
            }

/*=============================================================*/

.tree {
    min-height: 20px;
    height:100%;
    overflow-y:auto;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }

        .tree li::before,
        .tree li::after {
            content: "";
            right: -20px;
            position: absolute;
            left: auto;
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 30px;
            width: 25px;
        }

        .tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 15px; /*کادر مستطیل*/
            text-decoration: none;
        }

        .tree li.parent_li > span {
            cursor: pointer;
        }

    .tree > ul > li::before,
    .tree > ul > li::after {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

    .tree li.parent_li > span:hover,
    .tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000;
    }

.fa-minus-square {
    width: 18px;
    height: 18px;
    content: url("../../ico/Minus3.png");
}

.fa-plus-square {
    width: 18px;
    height: 18px;
    content: url("../../ico/Plus3.png");
}

/*=============================================================*/

.divtxt {
    position: relative;
    text-align: right;
    border-color: #414a4c;
    color: gray;
    border: groove;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 55px;
    padding: 15px;
}

.floatLabel {
    position: absolute;
    top: -11px;
    right: 15px;
    background-color: white;
    width: 60px;
    margin: 0px;
    text-align: center;
}
/*=============================================================*/

.clsinp {
    position: absolute;
    top: 10px;
    text-align: left;
    direction: ltr;
    width: 90%;
    height: 30px;
    border: none;
    margin-right: 10px;
    margin-left: 10px;
}

.btnselect {
    max-width: 200px;
    background-color: white;
    color: #3b444b;
    border-top: outset;
    border-left: outset;
    border-right: outset;
    border-bottom: none;
}

.btnunselect {
    max-width: 200px;
    background-color: lightgray;
    color: #3b444b;
    border: none;
}

.cssspan {
    margin-right: 5px;
}

/*================================================================*/

#recButton {
    width: 20px;
    height: 20px;
    font-size: xx-small;
    background-color: red;
    border: 0;
    border-radius: 20px;
    margin: 18px;
    outline: none;
}

.notRec {
    background-color: darkred;
}

.Rec {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 5px 0px rgba(173,0,0,.3);
    }

    65% {
        box-shadow: 0px 0px 5px 13px rgba(173,0,0,.3);
    }

    90% {
        box-shadow: 0px 0px 5px 13px rgba(173,0,0,0);
    }
}

/*================================================================*/

.divcss {
    position: relative;
    width: 100%;
    border: none;
    border-width: thin;
    border-color: white;
    border-radius: 0;
    background-color: white;
}

/*----------------------MultiCheckBox----------------------*/

.hiddenCB div {
    display:inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hiddenCB input[type="checkbox"],
.hiddenCB input[type="radio"] {
    display: none;
}

.hiddenCB label {
    cursor: pointer;
    padding: 4px 6px;
    line-height: 190%;
    outline-style: none;
    transition: all 0.6s;
    background: white;
    color: black;
    border-radius: 10px;
}

.hiddenCB input[type="checkbox"] + label:hover {
    background: white;
    color: black;
}

.hiddenCB input[type="checkbox"]:checked + label {
    background: gray;
    color: yellow;
    border-radius: 10px;
}

    .hiddenCB input[type="checkbox"]:checked + label:hover {
        background: gray;
        color: yellow;
    }

/* ======================================*/

.icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 20px solid #f78e21;
    color: #f78e21;
    line-height: 80px;
    text-align: center;
    margin: auto;
}

.service-item {
    text-align: center;
    align-content: center;
}

    .service-item h4 {
        /*font-family: 'Open Sans', sans-serif;*/
        font-size: 90%;
        font-weight: 700;
        color: #333;
        text-transform: uppercase;
        margin-top: 25px;
    }

/*----------------------------------------------*/

/*<div style="padding:30px" >
<div class="Profilecontainer" >
<div class="avatar-flip" >
<img src="../../pic/MyPic.png" >
</div >
<h2 >John Smith</h2 >
<h4 >HOVER OVER CONTAINER</h4 >
<p > 123 </p >
<p > 123456 </p >
</div >
</div >*/

.Profilecontainer {
    width: 100%;
    margin: 40px 0px 0px 0px;
    background-color: #fff;
    border-radius: 10px;
    border-width: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 6px 6px 6px 3px gray;
    -webkit-box-shadow: 6px 6px 6px 3px gray;
    -moz-box-shadow: 6px 6px 6px 3px gray;
    text-align: center;
}

    /*.Profilecontainer:hover .avatar-flip {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

    .Profilecontainer:hover .avatar-flip img:first-child {
        opacity: 0;
    }

    .Profilecontainer:hover .avatar-flip img:last-child {
        opacity: 1;
    } */

    .Profilecontainer .avatar-flip {
        border-radius: 100px;
        overflow: hidden;
        height: 100px;
        width: 100px;
        position: relative;
        margin: auto;
        top: -60px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        box-shadow: 0 0 0 13px #f0f0f0;
        -webkit-box-shadow: 0 0 0 13px #f0f0f0;
        -moz-box-shadow: 0 0 0 13px #f0f0f0;
    }

    .Profilecontainer .avatar-flip img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

    /*.Profilecontainer .avatar-flip img:first-child {
        z-index: 1;
    }

    .Profilecontainer .avatar-flip img:last-child {
        z-index: 0;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        opacity: 0;
    } */

    .Profilecontainer h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #333;
    }

    .Profilecontainer h3 {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 15px;
        color: #333;
    }

    .Profilecontainer h4 {
        font-size: 13px;
        color: #00baff;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .Profilecontainer p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        color: #666;
    }

/*----------------------------------------------*/

.mbody {
    background: white;
    height: 300px;
    display: grid;
    place-items: center;
    font-family: Montserrat;
    color: #b3afbf;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    text-align: right;
    direction: rtl
}

    .mbody .card {
        padding: 5px;
        width: 100%;
        background: white;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.7);
        user-select: none;
    }

        .mbody .card .cover-photo {
            position: relative;
            background-repeat: no-repeat;
            background-size: cover!important;
            width: 100%;
            height: 200px;
            border-radius: 5px 5px 0 0;
        }

            .mbody .card .cover-photo .profile {
                position: absolute;
                width: 120px;
                height: 120px;
                bottom: -60px;
                left: 15px;
                border-radius: 50%;
                border: 2px solid white;
                background: white;
                padding: 5px;
            }

            .mbody .card .cover-photo .ImageRightDown {
                position: absolute;
                width: 50px;
                height: 50px;
                bottom: 15px;
                right: 15px;
                border-radius: 50%;
                border: 1px solid red;
                background: orange;
                padding: 2px;
            }

            .mbody .card .cover-photo .labelRightDown {
                position: absolute;
                max-width: 100px;
                bottom: 15px;
                right: 70px;
                background-color: transparent;
                color: white;
                text-align: right;
                direction: rtl;
                padding: 5px;
            }

            .mbody .card .cover-photo .TitleRightUp {
                position: absolute;
                max-width: 200px;
                Top: 10px;
                right: 10px;
                background-color: transparent;
                color: white !important;
                font-size: 110%;
                font-weight: bold;
                text-align: right;
                direction: rtl;
                padding: 5px;
            }

        .mbody .card .profile-name {
            font-size: 110%;
            margin: 25px 0 0 120px;
            color: #fff;
        }

        .mbody .card .about {
            margin-top: 10px;
            line-height: 1.6;
            height: 32px;
            max-height: 32px;
        }

        .mbody .card .btn {
            margin: 30px 15px;
            background: #7ce3ff;
            padding: 10px 25px;
            border-radius: 3px;
            border: 1px solid #7ce3ff;
            font-weight: bold;
            font-family: Montserrat;
            cursor: pointer;
            color: #222;
            transition: 0.2s;
        }

            .mbody .card .btn:last-of-type {
                background: transparent;
                border-color: #7ce3ff;
                color: #7ce3ff;
            }

            .mbody .card .btn:hover {
                background: #7ce3ff;
                color: #222;
            }

        .mbody .card .icons {
            width: 180px;
            margin: 0 auto 10px;
            display: flex;
            justify-content: space-between;
            gap: 15px;
        }

            .mbody .card .icons i {
                cursor: pointer;
                padding: 5px;
                font-size: 110%;
                transition: 0.2s;
            }

                .mbody .card .icons i:hover {
                    color: #7ce3ff;
                }

/*===============================================================*/

.card {
    position: relative;
    direction: rtl;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    border-radius: 25px;
}

    .card .Tasvir {
        position: absolute;
        float: right;
        top: 0px;
        width: 60%;
        height: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .card .Text {
        position: absolute;
        float: left;
        left: 0;
        top: 0px;
        width: 40%;
        height: 100%;
        border: ridge;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .card .img-avatar {
        width: 80px;
        height: 80px;
        position: absolute;
        border-radius: 50%;
        border: 6px solid white;
        top: 10px;
        left: calc(40% - 40px);
        z-index: 10;
    }

    .card .avatarclass {
        width: 70px;
        height: 70px;
        position: absolute;
        border-radius: 50%;
        top: -1px;
        left: 0px;
    }

    .card .Tasvirclass {
        width: 100%;
        height: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .card a {
        cursor: pointer;
        color: blue;
        margin: 0;
        padding: 0 1rem;
        text-align: right;
    }

    .card .title {
        padding: 1rem;
        text-align: right;
        color: green;
        font-weight: bold;
        text-align: right;
    }

    .card .desc {
        padding: 0.5rem 1rem;
        text-align: right;
    }

    .card .actions {
        text-align: right;
        direction: rtl;
        padding: 0.5rem 1rem;
    }

    .card button {
        border: none;
        background: none;
        color: dimgray;
        cursor: pointer;
        transition: 0.5s;
    }

        .card button:hover {
            color: #4CAF50;
            transform: rotate(22deg);
        }

/*--------------------------------*/

.classimgdivcss {
    border-radius: 10px 10px 10px 10px;
    height: 200px;
    width: 100%;
    position: absolute;
}

/*--------------------------------*/

.multiselect {
    width: 100%;
}

    .multiselect .selectBox {
        position: relative;
        width: 100%;
    }

        .multiselect .selectBox select {
            width: 100%;
            font-weight: bold;
        }

        .multiselect .selectBox .overSelect {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
        }

    .multiselect #checkboxes1 {
        display: none;
        border: 1px #dadada solid;
    }

        .multiselect #checkboxes1 label {
            display: block;
        }

            .multiselect #checkboxes1 label:hover {
                background-color: #1e90ff;
            }

    .multiselect #checkboxes2 {
        display: none;
        border: 1px #dadada solid;
    }

        .multiselect #checkboxes2 label {
            display: block;
        }

            .multiselect #checkboxes2 label:hover {
                background-color: #1e90ff;
            }

    .multiselect #checkboxes3 {
        display: none;
        border: 1px #dadada solid;
    }

        .multiselect #checkboxes3 label {
            display: block;
        }

            .multiselect #checkboxes3 label:hover {
                background-color: #1e90ff;
            }

    .multiselect #checkboxes4 {
        display: none;
        border: 1px #dadada solid;
    }

        .multiselect #checkboxes4 label {
            display: block;
        }

            .multiselect #checkboxes4 label:hover {
                background-color: #1e90ff;
            }

    .multiselect #checkboxes5 {
        display: none;
        border: 1px #dadada solid;
    }

        .multiselect #checkboxes5 label {
            display: block;
        }

            .multiselect #checkboxes5 label:hover {
                background-color: #1e90ff;
            }

@media screen and (min-width: 400px) {
    .ParalaxCombo {
        width: 100%;
        float: right;
    }
}

@media screen and (min-width: 700px) {
    .ParalaxCombo {
        width: 50%;
        float: right;
    }
}

@media screen and (min-width: 1000px) {
    .ParalaxCombo {
        width: 33.3%;
        float: right;
    }
}

@media screen and (min-width: 1300px) {
    .ParalaxCombo {
        width: 25%;
        float: right;
    }
}

@media screen and (min-width: 1600px) {
    .ParalaxCombo {
        width: 20%;
        float: right;
    }
}

@media screen and (min-width: 1900px) {
    .ParalaxCombo {
        width: 15%;
        float: right;
    }
}

/*===========================================*/

#menuToggle {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
    -webkit-user-select: none;
    user-select: none;
    padding: 0 10px 0 0;
}

    #menuToggle #inputchkbox {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 10001;
        -webkit-touch-callout: none;
    }

    #menuToggle .hamber1, #menuToggle .hamber2, #menuToggle .hamber3 {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #cdcdcd;
        border-radius: 3px;
        z-index: 10000;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

    #menuToggle #inputchkbox:checked ~ .hamber1 {
        -webkit-transform: rotate(45deg) translate(0px, 1px);
        transform: rotate(45deg) translate(0px, 1px);
    }

    #menuToggle #inputchkbox:checked ~ .hamber2 {
        opacity: 0;
    }

    #menuToggle #inputchkbox:checked ~ .hamber3 {
        -webkit-transform: rotate(-45deg) translate(-2px, -2px);
        transform: rotate(-45deg) translate(-2px, -2px);
    }

#menuToggle #inputchkbox:checked ~ ul {
    width: 250px;
}

.Mymenu {
    position: absolute;
    border: ridge;
    border-color: darkgray;
    transition: all .3s ease-in-out;
    top: -10px;
    right: -10px;
    width: 0;
    /*height:550px;*/
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: white;
    list-style-type: none;
    z-index:9999;
}

Mymenu li {
    padding: 2px 0;
    direction: ltr;
    text-align: left;
}

.clearfix::after {
    content: '';
    clear: both;
    display: table;
}

.clearchild::after {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.child {
    color: black;
    width: 45%;
    margin: 2px;
    float: left;
    padding: 2px;
    text-align: right;
    direction: rtl;
}

.achild {
    color: dimgray;
    width: 45%;
    margin: 2px;
    float: left;
    padding: 2px;
    text-align: right;
    direction: rtl;
}

.btnchild {
    border-radius: 5px;
    border-width: thin;
    color: black;
    background-color: antiquewhite;
    width: 45%;
    margin: 2px;
    float: left;
    padding: 2px;
    text-align: center;
    direction: rtl;
}

    .btnchild:hover {
        color: blue;
        background-color: sandybrown;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.slideparam {
    position: relative;
    width: 80px;
    height: 26px;
    background-color: #414a4c;
    /*margin: 20px auto;*/
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

    .slideparam:after {
        content: '❌';
        position: absolute;
        right: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        color: red;
        font-weight: bold;
        /*text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);*/
    }

    .slideparam:before {
        content: '✔';
        position: absolute;
        left: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        color: lawngreen;
        font-weight: bold;
    }

    .slideparam label {
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        width: 34px;
        height: 20px;
        border-radius: 50px;
        transition: all .4s ease;
        cursor: pointer;
        z-index: 1;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        /*background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);*/
    }

    .slideparam input[type=checkbox]:checked + label {
        left: 43px;
    }

/*=====================*/

.divrow:after {
    content: '';
    display: table;
    clear: both;
}

.lblcls {
    font-size: 80%;
    text-align: right;
    direction: rtl;
    color: #414a4c;
}

/********************************** divBasic divBasicdown *********************************/

.divBasicdown, .divCreatedown, .divEditdown, .divEditBoxdown {
    box-sizing: border-box;
    border: none;
    overflow-x: hidden;
    overflow-y: hidden;
    direction: rtl;
    text-align: right;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    height:calc(90% - 60px);
}

.divEditdown {
    background-color: #e7f6e7;
    height: calc(90% - 60px);
    overflow-y: auto;
}

.divBasicdown {
    background-color: white;
}
.divCreatedown {
    background-color: rgb(238, 252, 253);
    height: calc(90% - 60px);
    overflow-y: auto;
}

.divEditBoxdown {
    background-color: rgb(241, 251, 230);
    height: calc(90% - 60px);
    overflow-y: auto;
}

/**************************************************************************************/

.divBasic, .divCreate, .divEdit, .divNormal {
    font-family: Vazir;
    box-sizing: border-box;
    border: none;
    align-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
    text-align: right;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    height: 50px;
}

.divBasic {
    position:relative;
    background-image: linear-gradient(to top, khaki, white);
}

.divCreate {
    background-image: linear-gradient(to top, rgb(239, 253, 254), white);
}

.divEdit {
    background-image: linear-gradient(to top, #e7f6e7, white);
}

.divNormal {
    border: 3px ridge lightgray;
    direction: rtl;
    text-align: right;
    margin: 5px;
    padding: 5px;
    background-color: white;
    height:fit-content;
}

.labelBasic, .labelCreate, .labelEdit {
    direction: rtl;
    text-align: right;
    font-weight: normal;
    font-size:85%;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.labelBasic {
    position: absolute;
    top: 5px;
    width: 100%;
    text-align:center;
    color: gray;
}
    .labelBasic a, .labelBasic p {
        font-size:85%;
    }

.labelCreate {
    color: gray;
}

.labelEdit {
    color: gray;
}

/******************************divNormal*********************************/

@media screen and (min-width: 350px) {
    .divNormal .form-group {
        flex: 0 0 auto;
        width: 100%;
        float: right;
    }

        .divNormal .form-group label {
            width: 30%;
            float: right;
        }

        .divNormal .form-group input, .divNormal .form-group select, .divNormal .form-group textarea, .divNormal .form-group partial {
            width: 70%;
            float: right;
        }
}

@media screen and (min-width: 600px) {
    .divNormal .form-group {
        flex: 0 0 auto;
        width: 50%;
        float: right;
    }

        .divNormal .form-group label {
            width: 30%;
            float: right;
        }

        .divNormal .form-group input, .divNormal .form-group select, .divNormal .form-group textarea, .divNormal .form-group partial {
            width: 70%;
            float: right;
        }
}

@media screen and (min-width: 850px) {
    .divNormal .form-group {
        flex: 0 0 auto;
        width: 33.33%;
        float: right;
    }

        .divNormal .form-group label {
            width: 30%;
            float: right;
        }

        .divNormal .form-group input, .divNormal .form-group select, .divNormal .form-group textarea, .divNormal .form-group partial {
            width: 70%;
            float: right;
        }
}

@media screen and (min-width: 1100px) {
    .divNormal .form-group {
        flex: 0 0 auto;
        width: 25% !important;
        float: right !important;
    }

        .divNormal .form-group label {
            width: 30% !important;
            float: right !important;
        }

        .divNormal .form-group input, .divNormal .form-group select, .divNormal .form-group textarea, .divNormal .form-group partial {
            width: 70% !important;
            float: right !important;
        }
}

/************************************* divEditdown ********************************************/
.divEditdown label {
    font-size:90%;
    font-weight:normal;
}
.divEditdown input, .divEditdown select, .divEditdown textarea {
    font-size: 100%;
    font-weight: normal;
}

@media screen and (min-width: 500px) {
    .divEditdown .form-group, .divCreatedown .form-group, .divEditdown LabelInputTwoColor, .divCreatedown .floating-label, .divEditdown .floating-label {
        flex: 0 0 auto;
        width: 90% !important;
        float: right !important;
    }

        .divEditdown .form-group label, .divCreatedown .form-group label, .divEditdown .LabelInputTwoColor label {
            float: right !important;
            font-size: 80%;
            font-weight: normal;
        }

        .divEditdown .form-group input, .divEditdown .form-group select, .divEditdown .form-group textarea, .divEditdown .form-group partial, .divCreatedown .form-group input, .divCreatedown .form-group select, .divCreatedown .form-group textarea, .divCreatedown .form-group partial, .divEditdown .LabelInputTwoColor input, .divEditdown .LabelInputTwoColor select {
            float: right !important;
            font-size: 85%;
        }
}

@media screen and (min-width: 600px) {
    .divEditdown .form-group, .divCreatedown .form-group, .divEditdown .LabelInputTwoColor, .divCreatedown .floating-label,.divEditdown .floating-label {
        flex: 0 0 auto;
        width: 45% !important;
        float: right !important;
    }

        .divEditdown .form-group label, .divCreatedown .form-group label, .divEditdown .LabelInputTwoColor label {
            float: right !important;
            font-size: 80% !important;
        }

        .divEditdown .form-group input, .divEditdown .form-group select, .divEditdown .form-group textarea, .divEditdown .form-group partial, .divCreatedown .form-group input, .divCreatedown .form-group select, .divCreatedown .form-group textarea, .divCreatedown .form-group partial, .divEditdown .LabelInputTwoColor input, .divEditdown .LabelInputTwoColor select {
            float: right !important;
            font-size: 85% !important;
        }
}

@media screen and (min-width: 850px) {
    .divEditdown .form-group, .divCreatedown .form-group, .divEditdown .LabelInputTwoColor, .divCreatedown .floating-label, .divEditdown .floating-label {
        flex: 0 0 auto;
        width: 30% !important;
        float: right !important;
    }

        .divEditdown .form-group label, .divCreatedown .form-group label, .divEditdown .LabelInputTwoColor label {
            float: right !important;
            font-size: 80% !important;
        }

        .divEditdown .form-group input, .divEditdown .form-group select, .divEditdown .form-group textarea, .divEditdown .form-group partial, .divCreatedown .form-group input, .divCreatedown .form-group select, .divCreatedown .form-group textarea, .divCreatedown .form-group partial, .divEditdown .LabelInputTwoColor input, .divEditdown .LabelInputTwoColor select {
            float: right !important;
            font-size: 85% !important;
        }
}

@media screen and (min-width: 1000px) {
    .divEditdown .form-group, .divCreatedown .form-group, .divEditdown .LabelInputTwoColor, .divCreatedown .floating-label, .divEditdown .floating-label {
        flex: 0 0 auto;
        width: 23%;
        float: right;
    }

        .divEditdown .form-group label, .divCreatedown .form-group label, .divEditdown .LabelInputTwoColor label {
            float: right !important;
            font-size: 85% !important;
        }

        .divEditdown .form-group input, .divEditdown .form-group select, .divEditdown .form-group textarea, .divEditdown .form-group partial, .divCreatedown .form-group input, .divCreatedown .form-group select, .divCreatedown .form-group textarea, .divCreatedown .form-group partial, .divEditdown .LabelInputTwoColor input, .divEditdown .LabelInputTwoColor select {
            float: right !important;
            font-size: 90% !important;
        }
}

@media screen and (min-width: 1300px) {

    .divEditdown .form-group, .divCreatedown .form-group, .divEditdown .LabelInputTwoColor, .divCreatedown .floating-label, .divEditdown .floating-label {
        flex: 0 0 auto;
        width: 23% !important;
        float: right !important;
    }

        .divEditdown .form-group label .divCreatedown .form-group label, .divEditdown .LabelInputTwoColor label {
            float: right !important;
            font-size: 90% !important;
        }

        .divEditdown .form-group input, .divEditdown .form-group select, .divEditdown .form-group textarea, .divEditdown .form-group partial, .divCreatedown .form-group input, .divCreatedown .form-group select, .divCreatedown .form-group textarea, .divCreatedown .form-group partial, .divEditdown .LabelInputTwoColor input, .divEditdown .LabelInputTwoColor select {
            float: right !important;
            font-size: 95% !important;
        }
}

/***********************************************************************/

.float-container {
    direction: rtl;
    padding: 10px;
    /*margin: 8px 8px 8px 8px;*/
}

.float-child {
    direction: rtl;
    width: 45%;
    float: right;
    margin: 10px 5px 10px 5px;
    padding: 5px;
    border: none;
    align-content: center;
    place-content: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.form {
    display: flex;
    flex-direction: row;
}

/*=========================================================================*/

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    position: relative;
    text-align: right;
    direction: rtl;
}

.search-input {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid #dfe1e5;
    border-radius: 24px;
    box-shadow: 0px 1px 6px rgba(32, 33, 36, 0.28);
    outline: none;
    transition: all 0.3s ease;
}

    .search-input:focus {
        border-color: #4285f4;
        box-shadow: 0px 1px 8px rgba(66, 133, 244, 0.5);
    }

.search-button {
    position: absolute;
    left: 8px;
    background-color: #4285f4;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
}

    .search-button:hover {
        background-color: #357ae8;
    }

.search-Voice {
    position: absolute;
    left: 80px;
    background-color: transparent;
    color: green;
    border: none;
    padding: 8px 16px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
}

/*=========================================================================*/

@font-face {
    font-family: Vazir-Light-FD;
    font-style: normal;
    font-weight: 100;
    src: url("../css/fonts/Vazir-Light-FD.eot");
    src: url("../css/fonts/Vazir-Light-FD.woff") format("woff"), url("../css/fonts/Vazir-Light-FD.ttf") format("ttf"), url("../css/fonts/Vazir-Light-FD.woff2") format("woff2");
}

@font-face {
    font-family: 'vazir-fd';
    src: url('../css/fonts/vazir-fd.ttf') format('truetype');
}
