﻿/*----------------------------------- /SmartContract/ pages ----------------- 1401-03-18 ----------------------*/
#btn_RegisterAddress {
    font-size: 12px;
    font-weight: 600;
}

    #btn_RegisterAddress svg {
        fill: #212529;
    }

input:disabled, textarea:disabled{
    background-image: url('/FileManager/Icons/title_pattern.png') !important;
    background-position: 100% !important;
    background-repeat: repeat !important;
    background-size: contain !important;
}

.TxtinpFileBefor {
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.pay-box {
    border-radius: 20px;
    padding: 30px;
    /* box-shadow: 0px 22px 90px 0px rgb(18 28 109 / 13%); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0;
    position: relative;
}

    .pay-box:before {
        content: '';
        height: 60%;
        width: 100%;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        top: 30%;
        bottom: 0;
        border-radius: 30px;
        box-shadow: 0px 22px 90px 0px rgb(18 28 109 / 13%);
    }

    .pay-box .pay-body {
        display: flex;
        justify-content: space-between;
        margin: 0 0 0;
        align-items: center;
        flex-direction: column;
        padding: 0 0 30px;
    }

        .pay-box .pay-body .image {
            width: 130px;
            height: 130px;
            margin: 0;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .pay-box .pay-body .image.b-1,
            .pay-box .pay-body .image.b-2,
            .pay-box .pay-body .image.b-3 {
                background-size: 100%;
                background-position: 50% 100%;
                background-repeat: no-repeat;
                position: relative;
            }

            .pay-box .pay-body .image.b-1 {
                background-image: url('/FileManager/Icons/Social-Media-Marketing.png');
            }

            .pay-box .pay-body .image.b-2 {
                background-image: url('/FileManager/Icons/Competitor-Analysis.png');
            }

            .pay-box .pay-body .image.b-3 {
                background-image: url('/FileManager/Icons/SEO-Consultancy.png');
            }

            .pay-box .pay-body .image img, .pay-box .pay-body .image svg * {
                fill: #fff;
                color: #fff;
            }

            .pay-box .pay-body .image svg {
                width: 40px;
                height: 40px;
                position: absolute;
                top: 25%;
            }

        .pay-box .pay-body .title {
            display: flex;
            align-items: center;
            margin: 0 0 20px;
        }

            .pay-box .pay-body .title h4 {
                font-size: 16px;
                font-weight: 600;
                margin: 0 0 0 7px;
            }

        .pay-box .pay-body .price {
            font-size: 22px;
            color: #1f1f1f;
            font-weight: 800;
        }

            .pay-box .pay-body .price .unit {
                font-size: 11px;
                font-weight: 600;
            }

#btn_AddFound, #RefreshPriceAmount {
    font-weight: 900;
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 15px;
        z-index: 2;
}

#btn_AddFound {
    color: #279964;
    background: #3dd28d2e;
}

#RefreshPriceAmount {
    color: #0065ff;
    background: #0065ff33;
}

    #RefreshPriceAmount svg {
        fill: #0065ff;
    }

        #RefreshPriceAmount svg * {
            stroke-width: 5px;
        }
/*------------------------------------- preloder for input -------------------------------------*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #666d7a;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.InputLoading {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
    border-radius: 30px;
}
/*----------------------------------- /UserSmartContract/Detail ---------------------------------------*/
#heading {
    text-transform: uppercase;
    color: #0065ff;
    font-weight: normal;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform .tab-body {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
    }

.form-card {
    text-align: left;
}

#msform .tab-body:not(:first-of-type) {
    display: none;
}

#msform .tab-body:nth-child(4) {
    display: block;
}

#msform input:focus, #msform textarea:focus, .form-element-field:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid #0065ff !important;
    outline-width: 0;
}

#msform .action-button {
    /* width: 100px; */
    /* background: #009688; */
    font-weight: bold;
    color: white;
    /* border: 0 none; */
    /* border-radius: 30px; */
    /* cursor: pointer; */
    /* padding: 10px 5px; */
    /* margin: 10px 0px 10px 5px; */
    /* float: right; */
    display: none;
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #311B92;
    }

#msform .action-button-previous {
    /* width: 100px; */
    /* background: #616161; */
    font-weight: bold;
    /* color: white; */
    /* border: 0 none; */
    /* border-radius: 30px; */
    /* cursor: pointer; */
    /* padding: 10px 5px; */
    /* margin: 10px 5px 10px 0px; */
    /* float: right; */
    display: none;
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000;
    }

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #0065ff;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #0065ff;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #4B8673;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 20%;
        float: right;
        position: relative;
        font-weight: 400;
    }

    #progressbar #infoSec:before {
        font-family: FontAwesome;
        content: "\f13e";
    }

    #progressbar #paySec:before {
        font-family: FontAwesome;
        content: "\f007";
    }

    #progressbar #confirmSec:before {
        font-family: FontAwesome;
        content: "\f030";
    }

    #progressbar #finalSec:before,  #progressbar #uploadFiles:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: #c3c9d4;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
        z-index: 1;
        position: relative;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #c3c9d4;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: 0;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #29bb89;
    }

.progress {
    height: 1px;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    overflow: visible;
}

.progress-bar {
    background-color: #29BB89;
    width: 20%;
    height: 6px;
    position: absolute;
    top: -10px;
    z-index: 2;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}
/*--------------------------------------- animation -----------------------------------*/
.dotted {
    position: relative;
}

    .dotted .dotted-pattern-2 {
        background-image: url('/FileManager/SupplierProduct/steelhamoon/pattern-5.png');
        animation-name: zoom-fade;
        animation-duration: 8s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: zoom-fade;
        -webkit-animation-duration: 8s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: zoom-fade;
        -moz-animation-duration: 8s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: zoom-fade;
        -ms-animation-duration: 8s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: zoom-fade;
        -o-animation-duration: 8s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

    .dotted .dotted-pattern-2 {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 450px;
        height: 450px;
        background-repeat: no-repeat;
    }

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.dotted .dotted-pattern {
    background-image: url('/FileManager/SupplierProduct/steelhamoon/pattern-6.png');
    animation-name: float_left_right;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.dotted .dotted-pattern {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 450px;
    height: 450px;
    background-repeat: no-repeat;
}

@keyframes float_left_right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px px );
        opacity: 1;
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0.40;
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
}

.bg-o .shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 8%;
}

.live-chat {
    position: fixed;
    right: 40px;
    bottom: 120px;
    cursor: pointer;
    z-index: 999;
}

    .live-chat .chat-icon {
        width: 56px;
        height: 56px;
        background: #5034fc;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
        -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
        -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    }

        .live-chat .chat-icon svg {
            fill: #fff;
            width: 36px;
            height: 36px;
        }
/*--------------------------------------------------------------------------*/
.waitingForData{
background: #fff2c4;
}
.finished{
    background: #04d88f;
    color: #fff;
}
.waitingForData, .finished{
border-radius: 20px;      
padding: 30px;    
box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);    
display: flex;    
justify-content: center;    
align-items: center;    
font-weight: 600;    
font-size: 16px;    
margin:  auto;    
width: 50%;
}
.select_styl {
  position: relative;
  margin-bottom: 0;
width: 100%;}
.select_styl svg {
  position: absolute;
  left: 26px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
  left: 10px;
  top: 26px;
  display: none;
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
#excelImport #drop {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
#drop {
  border: 2px dashed #c3c9d4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  /* font: 20pt bold,"Vollkorn"; */
  color: #c3c9d4;
width: 100%;}
#excelImport #xlf {
  /* border: 1px solid lightgray; */
  /* margin-right: 10px; */
  /* width: 70%; */
  /* margin-left: 10px; */
}
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
