@font-face {
    font-family: Shekari;
    src: url('Font/A-Shekari/Shekari.ttf');
}

@font-face {
    font-family: Khodkar;
    src: url('Font/Far_khodkar/Far_khodkar.ttf');
}

@font-face {
    font-family: Entezar;
    src: url('Font/Entezar1/Entezar1_v2.0.1.ttf');
}


@font-face {
    font-family: Faraz;
    src: url('Font/Mj_Faraz/Mj_Faraz\ Outline_0.ttf');
}

@font-face {
    font-family: Deplomat;
    src: url('Font/Far_Diplomat/Far_Diplomat.ttf');
}

@font-face {
    font-family: Iranwebsans;
    src: url('Font/irans/Sans-a4fran3.ttf');
}

@font-face {
    font-family: Iransans;
    src: url('Font/A-Iranian-Sans/Iranian-Sans.ttf');
}


.F-Diplomat {
    font-family: Diplomat;
}

.F-Iransans {
    font-family: Iransans;
}

.F-Iranwebsans {
    font-family: Iranwebsans;

}

.F-Shekeri {
    font-family: Shekari;
    font-size: 25px;
}

.bg_logo {
    background-color: #5285ec;
}

.Cl_logo {
    color: #5285ec;
}

.Cl_black {
    color: black;
}

.F-Khodkar {
    font-family: Khodkar;
    font-size: 25px;
}

.F-Faraz {
    font-family: Faraz;
}

.F-Entezar {
    font-family: Entezar;
    letter-spacing: 2px;

}

.Font-Normall {
    font-size: 14px;
}

.Font-Small {
    font-size: 12px;
}

.Font-tiny {
    font-size: 10px;
}

.Font-tiny2 {
    font-size: 7px;
}

.btn-1 {
    width: 50px;
}

.btn-2 {
    height: 15px;
}

.input_opt {
    width: 10%;
    outline-color: deepskyblue;
}

.let_sp {
    letter-spacing: 2px;
    border-bottom: 2px solid gray
}

.cursor-null {
    cursor: cell
}

.mp {
    padding: 0px 5px;
}

.mg-img {
    margin-left: 10px;
}

.data-table {
    background-color: darkblue;
}

.rdt_TableCol {
    font-size: 12px;
    color: black;
    font-family: Iranwebsans;
}

.rdt_TableCell {
    font-size: 12px;
    color: black;
    font-family: Iranwebsans;
}

.flex-div section {
    margin: 10px 5px;
}

.mrg {
    margin: 3px;
}

.pdg {
    padding: 5px;
}

.mrg_l {
    margin-right: 10px;
}

.mrg_l2 {
    padding-right: 25px;
    padding-top: 5px;
}

.select-scroll {
    overflow: scroll;
}

.box-center {
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.box-center-2 {
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    position: fixed;
}

.box-div {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p_loader_center {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    position: relative;
    margin: auto;
    transform: translate(-50%, 50%);
    /* transform: translate(-50%, -50%); */
}

.zindex {
    z-index: 999;
}

.hovertagmenu {
    transition: 0.5s;
}

.Actives {
    border: 3px solid transparent;
    border-bottom-color: #fff;
    padding: 5px 5px;
    border-radius: 8px;
    transition: 0.5s;
}

.transgmenu {
    transition: 0.5s;
}

.collapsclick {
    /* background-color: #5285ec; */
    transition: 2s;
}

.transgmenu:hover {
    transform: translate(-5px, 0px);
    transition: 0.5s;
}

.hovertagmenu:hover {
    background-color: #5285ec;
    color: black;
    transition: 0.5s;
}

.navlink:hover {
    color: black;
}

.mrg_t {
    margin-top: 3px;
}

.mrg_t2 {
    margin-top: 8px;
}

.actives {
    transform: rotate(180deg);
    transition: 0.3s;
}

.selh {
    display: inline-block;
}

.liststyle_none {
    list-style: none;
}

.mrg2 {
    margin-right: 25px;
    left: 25px;
    /* position: rela; */
}

.bleft {
    border: 10px solid #fff;
    border-right-color: #5285ec;
}

.bleft-user {
    border: 10px solid #fff;
    border-right-color: #5285ec;
}

.containe {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.containe:hover .image {
    opacity: 0.3;
}

.containe:hover .middle {
    opacity: 1;
}

.text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.PhoneMokup {
    position: absolute;
    margin-left: 250px;
    padding: 10px;
    transform: rotate(-90deg) translate(-500px, -350px);
    transition: all 2s;
    z-index: 80;
}

.PhoneMokup1 {
    position: absolute;
    width: 100%;
    height: 1600px;
    z-index: 10;
    opacity: 0.05;
}

.box-loader {
    width: 250px;
    height: 250px;
    background-color: greenyellow;
    opacity: 0.3;
    /* transform: translate(800px,500px) rotate(45deg); */
    animation: food 10s infinite;

}

.box-texter {
    width: 400px;
    transform: translate(650px, -0px);
    font-size: 16px;
}

@keyframes food {
    0% {
        border-bottom-right-radius: 0%;
        border-top-left-radius: 0%;
        transform: translate(720px, 50px) rotate(45deg);
    }

    50% {
        border-bottom-right-radius: 50%;
        border-top-left-radius: 50%;
        transform: translate(720px, 50px) rotate(180deg);
    }

    100% {
        border-bottom-right-radius: -50%;
        border-top-left-radius: -50%;
        transform: translate(720px, 50px) rotate(45deg);
    }

}

.PhoneMokup2 {
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    animation: fax 3s infinite;
}

@keyframes fax {
    0% {
        transform: translate(0px, 50px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 50px);
    }

}

.Betterry {
    position: absolute;
    margin-left: 500px;
    color: black;
    margin-top: 50px;
    z-index: 50;
    animation: fade 1s infinite;
}

@keyframes fade {
    0% {
        transform: rotate(-20deg);
    }

    25% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}

.Minus {
    position: relative;
    margin-left: 492px;
    margin-top: -938px;
    color: black;
    z-index: 40;
    transform: rotate(90deg);
}

.fixtext {
    border-bottom: 6px solid white;
    border-top: 6px solid white;
    border-radius: 5%;
    padding: 25px;
}

#img_main {
    display: flex;
    flex-direction: row;
}

.fixt {
    position: relative;
    margin-top: 50px;
}

.fixshow_1 {
    width: 800px;
    height: 5px;
    border-radius: 50%;
    margin: auto;

}

.info_site Col {
    width: auto;
    height: 100px;
    background-color: violet;
    margin: 2px;
}

.border_left_fix {
    border: 4px solid #fff;
    border-left-color: #5285ec;
}

.fixshow_2 {
    width: 85%;
    height: 50px;
    background-color: white;
    margin: 0;
    padding: 0;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}

.fixshow_3 {
    width: 60%;
    height: 50px;
    background-color: white;
    margin: 0;
    padding: 0;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;

}

.fixshow_4 {
    width: 35%;
    height: 50px;
    background-color: white;
    margin: 0;
    padding: 0;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;

}

.Tariff {
    border: 5px solid;
    box-shadow: 0 0 10px;
}

.hrline {
    width: 2000px;
    transform: rotate(3deg);
    left: 0px;
    right: 0px;
}

.swiperboxtext {
    max-width: 600px;
    height: auto;
    padding: 2px;
}

#menu_items {
    display: block;
}

.img-op {
    opacity: 0.3;
    /* width: 100%; */
    /* position:  absolute; */
    height: auto;
}

#menu {
    transition: 0.2s;
}

#menu a span:hover {
    color: lightsteelblue;
}

#Cmenu {
    display: none;
}

#submenu {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    transform: translate(25px, -50px);
    border-radius: 50%;

}

#CTop {
    display: none;
}

.togglers {
    position: fixed;
    z-index: 1000;

}

.box-slider {
    clip-path: polygon(98% 21%, 100% 76%, 0 100%, 15% 32%, 40% 0);
    border-radius: 60px;
    background: #3858a4;
    box-shadow: inset 23px -23px 47px #253a6c,
        inset -23px 23px 47px #4b76dc;

}

.box-slider2 {
    border-radius: 60px;
    background: #3858a4;
    box-shadow: inset 23px -23px 47px #253a6c,
        inset -23px 23px 47px #4b76dc;
    clip-path: polygon(100% 21%, 100% 100%, 0 100%, 0 1%, 40% 0);

}

.bolob {
    border-radius: 60px;
    background: #3858a4;
    box-shadow: inset 23px -23px 47px #253a6c,
        inset -23px 23px 47px #4b76dc;
}

.box-slider3 {
    border-radius: 60px;
    background: #3858a4;
    box-shadow: inset 23px -23px 47px #253a6c,
        inset -23px 23px 47px #4b76dc;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);


}

.svgcolor {
    fill: transparent;
}

.svgpos {
    transform: translate(0, -100px);
    width: 100%;
}

.textsvg-1 {
    height: auto;
    border-radius: 50%;
    clip-path: polygon(29% 89%, 18% 66%, 24% 26%, 64% 26%, 84% 76%, 61% 75%);

}

.textsvg-2 {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    border-radius: 74px;
    background: #e0e0e0;
    box-shadow: inset -28px -28px 56px #ffff,
        inset 28px 28px 56px #ffffff;


}

.mrg_top {
    transform: translate(0, 0);
}

.boxplan {
    border-radius: 80px;
    background: #e0e0e0;
    box-shadow: inset 29px -29px 58px #9f9f9f,
        inset -29px 29px 58px #ffffff;
}

.svg_2 {
    transform: translate(0, -100px) rotate(20deg);
    width: 100%;
}

.ifrems {
    width: 90%;
}

.itemscale {
    opacity: 0.4;
    transition: 0.5s;
}

.itemscale:hover {
    opacity: 1;
    transition: 0.5s;
}

.photohover0 {
    transition: all 1s;
}

.photohover0:hover {
    transform: translate(0, 20px);
    transition: all 1s;
}


.photohover {
    transition: all 1s;
}

.photohover:hover {
    transform: rotate(10deg);
    transition: all 1s;
}

.photohover2 {
    transition: all 1s;
}

.photohover2:hover {
    transform: translate(0, 20px);
    transition: all 1s;
}


.textsvg_2 {
    transform: translate(0px, -370px);
}

.ani_1 {
    animation: ani1 0.8s;
}

@keyframes ani1 {
    0% {
        transform: translate(-500px);
    }

    100% {
        transform: translate(0px);
    }
}

.ani_1_1 {
    animation: ani1-1 0.8s;
    transition: 0.8s;
}

@keyframes ani1-1 {
    0% {
        transform: translate(500px);
        clip-path: polygon(98% 21%, 900% 76%, 0 100%, 10% 90%, 90% 0);

    }

    100% {
        transform: translate(0px);
        /* clip-path: polygon(98% 21%, 900% 76%, 0 100%, 15% 32%, 40% 0); */

    }
}

.Maxiz {
    transition: all 1s;
}

.Maxiz:hover {
    transform: translate(0, -20px);
    transition: all 1s;
}

.ani_1-2 {
    animation: ani1-2 0.8s;
}

@keyframes ani1-2 {
    0% {
        transform: translate(0, 500px);
    }

    100% {
        transform: translate(0px);
    }
}

.ani_2 {
    animation: ani2 0.8s;
}

@keyframes ani2 {
    0% {
        transform: translate(0, -500px);
    }

    75%,
    90% {
        transform: translate(0px, 20px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.ani_2-1 {
    animation: ani2-1 2.5s infinite;
}

@keyframes ani2-1 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0px, 10px);

    }

    100% {
        transform: translate(0px, 0px);
    }
}



.active-show-card {
    width: 60px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.active-show-card span {
    width: 20px;
    height: 20px;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
    transform: translate(-15px);
    transition: 0.5s;
}

.active-show-card-span span {
    transform: translate(15px);
    transition: 0.5s;
}


.bor-all-info {
    border: 2px solid #5285ec;
}

.bor-all-info-2 {
    border: 2px solid cyan;
}

.bor-all-info-3 {
    border: 2px solid slategray;
}

.bor-bottom-info {
    border-bottom: 6px solid #5285ec;
}

.rote-dis {
    transform: rotate(180deg);
}


.bg-whatsapp {
    background: linear-gradient(0deg, #1cb86d 50%, #00A884);
}

.text-whatsapp {
    color: #00A884;
}

.bg-whatsapp-navbar {

    background: linear-gradient(90deg, #00E676, #1cb86d 40%);
}

.box-dash {
    width: 250px;
    background: linear-gradient(90deg, #6eb997, #1fc575 80%);
    color: #fff;
}

.box-dash-2 {
    width: 180px;
    background: linear-gradient(20deg, #fcfcfc 100%, #6cc29b);
    color: #fff;
}

.box-dash-3 {
    width: 70px;
    height: 100%;
    background-color: #fff;
    -webkit-clip-path: polygon(20% 0%, 72% 7%, 95% 28%, 94% 78%, 80% 100%, 0 94%, 13% 62%, 0 29%);
    clip-path: polygon(20% 0%, 72% 7%, 95% 28%, 94% 78%, 80% 100%, 0 94%, 13% 62%, 0 29%);
}

.box-clip-path-1 {
    width: 100%;
    -webkit-clip-path: polygon(69% 0, 100% 21%, 71% 36%, 100% 60%, 43% 100%, 100% 100%, 28% 78%, 13% 100%, 29% 47%, 18% 16%);
    clip-path: polygon(69% 0, 100% 21%, 71% 36%, 100% 60%, 43% 100%, 100% 100%, 28% 78%, 13% 100%, 29% 47%, 18% 16%);
}

.box-into-div {
    width: 100%;
    height: 50px;
}

.bor-rtl-box {
    border-right: 10px solid #00A884;
}

.bor-rtl-box2 {
    border-right: 5px solid #418f7e;
}

.bor-rtl-box3 {
    border-right: 5px solid #62857d;
}

.bor-all-box {
    border: 2px solid #00A884;
}

.bor-all-box2 {
    border: 2px solid #418f7e;
}

.bor-all-box3 {
    border: 2px solid #62857d;
}

.bor-menu-right {
    border-right: 10px solid white;
    border-radius: 3rem;
    transition: all 0.5s;
}

.active-item {
    transform: rotate(180deg);
    translate: all 1s;
    margin-left: -15px;
}

.ani-top {
    animation: ani-top 1s;
}

@keyframes ani-top {
    0% {
        transform: translate(0, 10);
        opacity: 0.2;
    }

    25% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, 0px);
        opacity: 1;
    }
}

.W_50 {
    max-width: 250px !important;
}

.W_100 {
    max-width: 500px !important;
}

.bor-dotted {
    border-style: dashed;
    border-color: silver;
}

.over {
    overflow: hidden;
}

.outline-g {
    outline: hidden !important;
}

.border-clg {
    border-color: #00A884;
}

.txt-white {
    color: #fff;
}

.rot {
    transform: rotate(45deg);
}

.chat-live {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.chat-live div:nth-child(1) {
    /* width: 15%; */
}

.chat-live div:nth-child(2) {
    width: 70%;
}

.chat-live div:nth-child(3) {
    width: 15%;
}

.badg-info {
    transform: translate(-23px, 5px);
}

.bor-left {
    border-right: 3px solid #000;
    border-radius: 0.5rem;
    opacity: 0.8;
    transition: all 0.5s;

}

.bor-left:hover {
    opacity: 1;
    transform: scale(1.1);
    transition: all 0.5s;
}

.box-ticket-info::-webkit-scrollbar {
    width: 5px;
    color: #00A884;
}

.box-ticket-info::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 0.5rem;
}

.Ticket-chat {
    position: fixed;
    z-index: 999;
    left: 30px;
    bottom: 20px;
    /* border-radius: 50%; */

}

#form-plus-icon:hover span {
    transform: rotate(360deg);
    transition: 0.5s all;
}

.txip {
    background-color: rgba(253, 250, 250, 0.3);
    position: relative;
    padding: 2px;
    transform: translate(0, 80px);
}

.rmdp-day-picker {
    direction: rtl;
}

.renewal-card-info {
    width: 28%;
}

@media screen and (max-width: 1070px) {
    .renewal-card-info {
        min-width: 35%;
    }
}

@media screen and (max-width: 800px) {
    .renewal-card-info {
        min-width: 50%;
    }

}

@media screen and (min-width: 770px) {
    .dropdown-user-profile {
        left: -69px !important;
    }

}



@media screen and (max-width: 480px) {
    #menu_items {
        display: none;
        /* background-color: #04AA6D; */
    }

    #submenu_manegcontent1 {
        width: 100%;
        border: 4px solid #fff;
        border-left-color: #fff;
        border-bottom-color: #5285ec;


    }

    #img-op {
        display: none;
        /* background-color: #04AA6D; */
    }

    #img_main div:nth-child(1) {
        order: 2;
    }
}


@media screen and (max-width: 972px) {
    #img_main {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 999px) {
    .modal-table-reponsive {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 600px) {
    #menu {
        display: none;
    }

    .Transaction-xl {
        width: 100%;
    }

    #Cmenu {
        display: block;
    }

    .chat-live {
        flex-direction: column;
    }

    /* .chat-live div:nth-child(1) {
        width: 100%;
    } */

    .chat-live div:nth-child(2) {
        width: 100%;
    }

    .chat-live div:nth-child(3) {
        width: 100%;
    }

    .renewal-card-body {
        flex-direction: column;
    }

    .renewal-card-info {
        min-width: 95%;
    }

    .renewal-card-plan {
        min-width: 100%;
    }

    .box-last-transaction,
    .box-last-transaction {
        width: 100%;
    }

}

.hoverbtn:hover {
    transform: scale(1.1);
}

.select__multi-value {
    margin: 5px 5px;
}

.select__multi-value .select__multi-value__label,
[dir] .react-select__multi-value {
    color: #000 !important;

}

.select__multi-value,
.react-select__multi-value {
    color: rgb(114, 20, 20) !important;
}

.rotatex {
    transform: rotate(180deg);
}

.expirePlan {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#EA5455 var(--progress), white 0deg);
    font-size: 0;
    animation: .4s ease-out turn_in reverse;
}



.expirePlan::after {
    content: attr(data-progress);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    color: white;
    margin: 3px;
    border-radius: 50%;
    background: #282A42;
    font-size: 1.1rem;
    text-align: center;
}

.expirePlanTitle {
    display: none;
}

.expirePlanParent:hover>.expirePlanTitle {
    display: block;
}     