﻿.pmohagg {
    margin-right: 20px;
    margin-bottom: 0px !important;
}

.Button__textWrapper, .Button__text, .Button__icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.Button__text, .Button__icon {
    transition: top 500ms;
}

.Button {
    display: inline-block;
    position: relative;
    background-color: #124b70;
    /*background-color: #0cbaba;*/
    color: #fff;
    font-size: 1.2rem;
    width: 145px;
    height: 47px;
   
    text-align: center;
    transition: background-color 500ms, transform 100ms;
}

.Button__textWrapper {
    overflow: hidden;
}

.Button__text {
    line-height: 60px;
    top: 0;
    text-align: center;
}

.Button__icon {
    top: 100%;
    background: url('https://cl.ly/0X3o100h2H0g/icon-download.svg') no-repeat center center;
}

.Button::before {
    content: attr(data-tooltip);
    width: 140px;
    height: 60px;
    background-color: #eeb868;
    font-size: 1rem;
    border-radius: 0.25em;
    line-height: 60px;
    bottom: 90px;
    left: calc(50% - 70px);
}

.Button::after {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #eeb868;
    left: calc(50% - 10px);
    bottom: 70px;
}

.Button::before, .Button::after {
    position: absolute;
    opacity: 0;
    transition: all 500ms;
    visibility: hidden;
}

.Button:hover {
    background-color: #c5102f;
}

    .Button:hover .Button__text {
        top: -100%;
    }

    .Button:hover .Button__icon {
        top: 0;
    }

    .Button:hover::before, .Button:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .Button:hover::after {
        bottom: 60px;
    }

    .Button:hover::before {
        bottom: 80px;
    }

.Button:active {
    transform: translate(2px, 2px);
}
/*برای دکمه ارسال */
.text-centerr {
    text-align: center
}

.btn_text_center {
    width: 147px;
    height: 47px;
}

.btn_cap_m {
    position: absolute;
    top: -7px;
    right: 172px;
    width: 144px;
    margin-top: 6px;
    height: 47px;
    margin-right: 12px;
}

.cap_rightt {
    right: -207px !important;
}

.inpu_cap {
    width: 125px;
    height: 47px;
}

:root {
    --color: #124b70;
}

/*برای لینک پیونده ها */
ul{
    list-style-type:none!important;
}
.pevad {
    display: inline-block;
    text-align: center;
}
.btn-draw {
    position: relative;
    display:block;
    /*display: inline-block;*/
    color: var(--color) !important;
    border-bottom: 2px solid var(--color) !important;
    /*border-bottom: 2px solid #324577;*/
    cursor: pointer;
    overflow: hidden;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

    .btn-draw:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 2px;
        background: var(--color) !important;
        /*background: #324577;*/
        transform: translateY(100%);
        transition: transform 0.2s ease-in-out;
        transition-delay: 0.6s;
    }

    .btn-draw > span {
        position: relative;
        display: block;
        padding: 0.5em;
        color: inherit;
        text-align:center;
        /*text-align: right;
        padding-right: 11px!important*/
        /*برای ایکن گذاشتن باید سمت راست کرد که همه ای ایکن هان یک ردیف بشن */
    }

        .btn-draw > span:before, .btn-draw > span:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            background: var(--color) !important;
            /*background: #324577;*/
            transition: transform 0.2s ease-in-out;
        }

        .btn-draw > span:before {
            height: 2px;
            width: 100%;
            transform: translateX(100%);
            transition-delay: 0.4s;
        }

        .btn-draw > span:after {
            height: 100%;
            width: 2px;
            transform: translateY(-100%);
            transition-delay: 0.2s;
        }

    .btn-draw:hover:after, .btn-draw:hover > span:before, .btn-draw:hover > span:after {
        transform: translate(0, 0);
    }

    .btn-draw:hover:after {
        transition-delay: 0s;
    }

    .btn-draw:hover > span:before {
        transition-delay: 0.2s;
    }

    .btn-draw:hover > span:after {
        transition-delay: 0.4s;
    }

    .btn-draw:hover {
        color: #e4e4e2!important;
        background-color: var(--color) !important;
        /*background-color: #324577;*/
        transition-delay: 0.6s;
    }

.lipeivand {
    padding-bottom: 20px;
    padding-left: 74px;
    padding-right: 60px;
}
.contb {
    margin-top: 62px !important
}
@media (max-width: 768px) {

    .lipeivand {
        padding-bottom: 20px;
        padding: 10px;
    }
    .contb {
        margin-top: 0px !important
    }
    .cap_rightt {
        right: 14px !important;
    }

    .btn_cap_m {
        margin-right: 0px;
    }

    .call_ul {
        border-right: none !important;
    }
}
