/*start of css for dashboard*/

@font-face {
    font-family: "IRANSansFaNum";
    src: url("../font/IRANSansWeb\(FaNum\).eot");
    src: url("../font/IRANSansWeb\(FaNum\).woff") format("woff"),
      url("../font/IRANSansWeb\(FaNum\).woff2") format("woff2");
    font-weight: normal;
  }

  body {
    font-family: "IRANSansFaNum";
  }
  

.btn-gradient-radius {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 6px 17px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 60px;
    transition: 0.4s;
    height: 41px;
    padding-top: 15px;
    margin-left: 15px;
    display: flex;
}

.btn-gradient-radius span {
    font-size: 14px;
    color: #424242;
    margin: 0;
    position: relative;
    top: -3px;
    padding: 0;
}

.btn-gradient-radius:hover {
    background-color: #fafafa !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-gradient-radius i {
    font-size: 20px;
    position: relative;
    top: -4px;
    padding-left: 5px;
    transition: 1.5s;
}

.transactions-card {
    background-image: -webkit-linear-gradient(180deg, #ffed71, #ffda18) !important;
}

.transactions-card:hover {
    background-image: -webkit-linear-gradient(180deg, #ffda18, #ffed71) !important;
}

.green-card {
    background-color: #2ecc71;
    color: #fff !important;
}

.green-card span {
    color: #fff;
}

.green-card:hover {
    background-color: #2bad62 !important;
    color: #fff !important;
}

.d-flex {
    display: flex !important;
}

.section .box {
    background-color: #fefefe;
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .5);
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.section .box:hover {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.section .box .header {
    background-color: #f8f9fa;
    border-radius: 5px 5px 0 0;
    height: 70px;
    line-height: 1.5em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section .box .header .right-box p {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin: 0;
}

.section .box .header .right-box p .header-title {
    font-size: 13px;
    color: #777;
}

.section .box .header .right-box p .zpid-box {
    font-size: 11px;
    color: #777;
}

.section .box .header .right-box .wallet-color {
    position: relative !important;
    top: 2px !important;
    margin-right: 4px;
}

.section .single-purse .body .txt-balance {
    font-size: 13px;
    color: #777;
    padding-bottom: 9px;
    padding-top: 10px;
    direction: ltr;
}

.section .single-purse .body .txt-balance.ng-empty {
    direction: rtl;
}

.section .single-purse .body .nav-show-chart {
    width: 100px;
    color: #458bff;
    font-size: 13px;
    cursor: pointer;
    margin-top: -10px;
}

.section .single-purse .body .balance-amount {
    font-size: 35px;
    color: #666;
}

.section .single-purse .body .balance-amount:after {
    content: "ریال";
    font-size: 14px;
}

.section .single-purse .footerbox {
    border-top: 1px solid #ebeef0;
}

.section .single-purse .footerbox .segment {
    text-align: center;
    /* border-left-size: 1px;
    border-left-border-style: solid; */
    border-left-color: #ebeef0;
}

.section .single-purse .footerbox .segment span {
    display: block;
    font-size: 18px;
    margin: 15px auto 0;
}

.section .single-purse .footerbox .segment .amount {
    display: inline-block !important;
    vertical-align: middle !important;
    color: #777;
    margin-top: 3px;
    margin-bottom: 6px;
}

.section .single-purse .footerbox .segment .amount:after {
    content: "ریال";
    font-size: 10px;
}

.section .single-purse .footerbox .segment .txt-daily-balance {
    color: #848484;
    font-size: 12px;
    margin-top: 15px;
}

.wallet-color {
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 50%;
}

.no-right-margin {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.nav-balance {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}

input.txt-balance {
    margin: 15px auto 5px;
    background: transparent;
    border: 1px solid grey;
    box-shadow: 0px 0px 7px 0px;
    border-radius: 10px;
    padding: 5px;
}

.no-border {
    border: none !important;
}

.form-control {
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 0;
    box-shadow: 4px;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
    border-color: #1c4789;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 1px #d6d6d6;
    font-weight: 100;
}

.transaction_person_pre .row {
    padding-bottom: 10px;
    margin-top: 5px;
    border-bottom: 1px solid #eee;
}

.modal-background .modal {
    transform: translate3d(0, 0, 0);
}

.h2-broker {
    font-size: 1.75rem;
}

.newRequestBtnShake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both !important;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.activeDetails {
    color: #2ecc71 !important;
    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.4s;
}

.activeDetails:hover {
    color: #208f4e !important;
}

.details-time {
    font-size: small;
    float: left;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    font-size: larger;
}

.labelColorBlack {
    color: black;
}

.modal_header_success {
    background-color: #2ecc71 !important;
}

.modal_header_info {
    background-color: #257fff !important;
}

.modal_header_danger {
    background-color: #f33f3f !important;
}

.modal_key,
.text-value,
.value {
    color: #424242;
    font-size: 13px;
}

* {
    box-sizing: border-box;
}

.modal-description {
    font-size: 13px;
    color: #424242;
}

.modal_header {
    text-align: right;
    font-size: 13px;
    background-color: #4a5459;
    padding: 15px;
    color: #fff;
}

.modal_header .close {
    font-family: 'FontAwesome';
    display: inline-block;
    margin-top: -4px;
    color: #fff;
    background-color: #5c656a;
    padding: 4px 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all ease-in;
    font-size: 18px;
}

.modal_header .close:hover {
    color: #f33f3f !important;
    background-color: #7d8488;
}

.modal_body {
    padding: 15px 30px;
    background: #fff;
}

#modal-container,
#modal-container-two {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 9999;
}

#modal-container.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two {
    transform: scale(1);
}

#modal-container-two.two .modal-background {
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two .modal-background .modal {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two+.content {
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two.out {
    animation: quickScaleDown 0s 0.5s linear forwards;
}

#modal-container-two.two.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two.out .modal-background .modal {
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two.out+.content {
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background,
#modal-container-two .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

#modal-container .modal-background .modal,
#modal-container-two .modal-background .modal {
    padding: 0;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    overflow: hidden;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7);
    }
    100% {
        background: rgba(0, 0, 0, 0);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
    100% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
}

@keyframes scaleBack {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.85);
    }
}

@keyframes scaleForward {
    0% {
        transform: scale(0.85);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }
    99.9% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes slideUpLarge {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes slideDownLarge {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(150px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes moveDown {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(150px);
    }
}

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    99.9% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(0);
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes roadRunnerIn {
    0% {
        transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
    }
    70% {
        transform: translateX(30px) skewX(0deg) scaleX(0.9);
    }
    100% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
}

@keyframes roadRunnerOut {
    0% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
    30% {
        transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
    }
    100% {
        transform: translateX(1500px) skewX(30deg) scaleX(1.3);
    }
}

@keyframes sketchIn {
    0% {
        stroke-dashoffset: 778;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes sketchOut {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 778;
    }
}

@keyframes modalFadeIn {
    0% {
        background-color: transparent;
    }
    100% {
        background-color: white;
    }
}

@keyframes modalFadeOut {
    0% {
        background-color: white;
    }
    100% {
        background-color: transparent;
    }
}

@keyframes modalContentFadeIn {
    0% {
        opacity: 0;
        top: -20px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes modalContentFadeOut {
    0% {
        opacity: 1;
        top: 0px;
    }
    100% {
        opacity: 0;
        top: -20px;
    }
}

@keyframes bondJamesBond {
    0% {
        transform: translateX(1000px);
    }
    80% {
        transform: translateX(0px);
        border-radius: 75px;
        height: 75px;
        width: 75px;
    }
    90% {
        border-radius: 3px;
        height: 182px;
        width: 247px;
    }
    100% {
        border-radius: 3px;
        height: 162px;
        width: 227px;
    }
}

@keyframes killShot {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(300px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fadeToRed {
    0% {
        box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
    }
    100% {
        box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
    }
}

@keyframes slowFade {
    0% {
        opacity: 1;
    }
    99.9% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}


/*end of css for dashboard*/


/*start of css for transaction*/

.btn-theme {
    background-color: #1b4889;
    border-color: #1b4889;
    color: #fff;
}

.table_body .table_Row:nth-child(odd) {
    background: #eaf3ff;
}

.table_body {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.table_body .table_Row:nth-child(even) {
    background: #f4f9ff;
}

ul.breadcrumb_filter {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}

ul.breadcrumb_filter li {
    float: left;
    padding: 2px;
    background-color: #1c4789;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    margin-right: -50px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

ul.breadcrumb_filter li a {
    overflow: hidden;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    height: 41px;
    color: #fff;
    background-color: #6e5cff;
    text-align: center;
    min-width: 50px;
    display: block;
    line-height: 45px;
    padding-right: 52px;
    padding-left: 33.33333px;
    width: 50px;
}

ul.breadcrumb_filter li a .icon {
    display: inline-block;
}

ul.breadcrumb_filter li a .text {
    display: none;
    opacity: 0;
    font-size: 14px;
    margin: 0;
    font-family: IRANSansFaNum;
}

ul.breadcrumb_filter li a:hover {
    width: 185px;
    background-color: #77c2a5;
}

ul.breadcrumb_filter li a:hover .text {
    display: inline-block;
    opacity: 1;
}

ul.breadcrumb_filter li a.active {
    width: 185px;
    background-color: #77c2a5;
}

ul.breadcrumb_filter li a.active .text {
    display: inline-block;
    opacity: 1;
}

ul.breadcrumb_filter li:last-child a {
    padding: 0;
}

ul.breadcrumb_filter li a .fa {
    padding-left: 5px;
    padding-right: 5px;
}

.deposit {
    color: #2ecc71;
}


/*.deposit:before {
    content: "\f0de";
    font-family: 'FontAwesome';
    color: #2ecc71;
    transition: 0.3s all ease-in;
}
*/

.removal {
    color: #ff5c5c;
}


/*.removal:before {
    content: "\f0dd";
    font-family: 'FontAwesome';
    color: #ff5c5c;
    transition: 0.3s all ease-in;
}
*/

.price_rial:after {
    content: "ریال";
    font-size: 10px;
}

.table_body thead .ng-table-header {
    text-align: center;
}

@keyframes ScaleTable {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.008);
    }
}

.table_body .table_Row:hover {
    -webkit-animation: ScaleTable 0.3s forwards alternate;
    -moz-animation: ScaleTable 0.3s forwards alternate;
    animation: ScaleTable 0.3s forwards alternate;
    background-color: #f9f9f9;
    box-shadow: 2px 2px 10px 1px #dedede;
}

.table_body .table_Row {
    background-color: #f5f5f5;
    box-shadow: 1px 1px 3px 1px #dedede;
}

.green-color {
    color: #2ecc71;
}

.white-btn-card {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 5px 40px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 60px;
    transition: 0.4s;
    float: left;
    height: 41px;
    background-color: #fff;
}

.white-btn-card span {
    color: #525151 !important;
}

.white-btn-card:hover {
    background-color: #2ecc71 !important;
    color: #fff;
}

.white-btn-card:hover .green-color {
    color: #fff;
}

.white-btn-card:hover span {
    color: #fff !important;
}

.green-btn-card {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 5px 40px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 60px;
    transition: 0.4s;
    height: 41px;
    background-color: #2ecc71;
    color: #fff !important;
    line-height: 1.8rem;
}

.green-btn-card:disabled {
    background-color: #bdc3c7 !important;
}

.inlineTableSelect {
    margin: 0;
    top: 16px;
}

.sunset-gradient {
    background: #2196f3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f44336, #2196f3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f44336, #2196f3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cyan-btn-card {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 5px 40px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 60px;
    transition: 0.4s;
    height: 41px;
    background-color: #77c2a5;
    color: #fff !important;
}

.blue-btn-card {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 5px 40px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 60px;
    height: 41px;
    background-color: #257fff;
    color: #fff !important;
}

.blue-btn-card span {
    color: #fff;
}

.blue-btn-card:hover {
    background-color: #0662c1 !important;
    color: #fff !important;
}

.blue-btn-card:disabled {
    background-color: gray !important;
}

.search_box {
    background-color: #f5f5f5;
    padding: 15px;
}


/*end of css for transaction*/

.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
    overflow: hidden;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
    opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
    opacity: 1;
}

.headLinesBeauty {
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.educationBeauty {
    --bg-color: #ffd861;
    --bg-color-light: #ffeeba;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(255, 215, 97, 0.48);
}

.lastBeauty {
    --bg-color: #e74c3c;
    --bg-color-light: #ffb4b4;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(255, 115, 97, 0.48);
}

.allBeauty {
    --bg-color: #d35400;
    --bg-color-light: #e27c37;
    --text-color-hover: #fff;
    --box-shadow-color: #ff822f 96;
}

.credentialingBeauty {
    --bg-color: #b8f9d3;
    --bg-color-light: #e2fced;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.walletBeauty {
    --bg-color: #ceb2fc;
    --bg-color-light: #f0e7ff;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.human-resourcesBeauty {
    --bg-color: #dce9ff;
    --bg-color-light: #f1f7ff;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(9, 10, 10, 0.48);
}

.cardBeauty {
    width: 220px;
    height: 321px;
    margin-bottom: 30px;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ecf0f1;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.cardBeauty:hover {
    transform: translateY(-5px) scale(1.1) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}

.cardBeauty:hover .overlayBeauty {
    transform: scale(4) translateZ(0);
}

.cardBeauty:hover .circleBeauty {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.cardBeauty:hover .circleBeauty:after {
    background: var(--bg-color-light);
}

.cardBeauty:hover p {
    color: var(--text-color-hover);
}

.cardBeauty:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
}

.cardBeauty p {
    font-size: 17px;
    color: #4c5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.circleBeauty {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.circleBeauty:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 7px;
    left: 7px;
    transition: opacity 0.3s ease-out;
}

.circleBeauty svg {
    z-index: 10000;
    transform: translateZ(0);
}

.overlayBeauty {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 70px;
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

.radioButtondemoMultiColumn div.radioDemo2 {
    margin-bottom: 20px;
}

.radioButtondemoMultiColumn h2 {
    margin-left: 15px;
}

.radioButtondemoMultiColumn p {
    width: 400px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
    border-top: 2px solid #ddd;
}

.radioButtondemoMultiColumn .md-checked {
    background-color: #ecfafb;
    border-radius: 2px;
}

.radioButtondemoMultiColumn md-button.md-raised,
.radioButtondemoMultiColumn button.md-raised {
    width: 200px;
}

.radioButtondemoMultiColumn .row {
    border-bottom: 1px dashed #ddd;
}

.radioButtondemoMultiColumn div.row:last-child {
    border-bottom: 0px dashed #ddd;
}

.radioButtondemoMultiColumn .summary {
    width: 100%;
    padding-top: 10px;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: -5px;
}

.radioButtondemoMultiColumn .title {
    font-weight: bolder;
}

.radioButtondemoMultiColumn .selectedUser .md-checked {
    padding: 8px;
    width: 100px;
}

.flip-card {
    perspective: 30rem;
}

.back-body-step1 {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: start;
    height: 181px !important;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.flip-front,
.flip-back {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    backface-visibility: hidden;
}

.flip-back {
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
}

.back-footerBox {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.flip-card:hover .flip-front {
    transform: rotateY(180deg);
}

.flip-card:hover .flip-back {
    transform: rotateY(360deg);
}

.back-body {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 256px !important;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: white;
    border-radius: 60px;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 60px;
}

@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.starColor {
    color: #ffd700;
}

.BazaarBack {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 2;
}

.BazaarList {
    position: absolute;
    left: 20px;
    top: 60px;
    z-index: 2;
}

.selectedGrow {
    transform: scale(1.05) perspective(1px) translateZ(0);
    transition: 0.5s;
    backface-visibility: hidden;
    box-shadow: 0 5px 10px 0 rgba(53, 241, 28, 0.5);
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none;
}

.selectedShrink {
    transform: scale(1) perspective(1px) translateZ(0);
    transition: 0.5s;
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .15);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none;
}

.supporterCard p,
.supporterCard span {
    outline: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.animationDelay-1 {
    animation-delay: 1s;
}

.animationDelay-2 {
    animation-delay: 1.33s;
}

.animationDelay-3 {
    animation-delay: 1.66s;
}

.animationDelay-4 {
    animation-delay: 1.99s;
}

.animationDelay-5 {
    animation-delay: 2.33s;
}

.animationDelay-6 {
    animation-delay: 2.66s;
}

.animationDelay-7 {
    animation-delay: 2.99s;
}

.animationDelay-8 {
    animation-delay: 3.33s;
}

.animationDelay-9 {
    animation-delay: 3.66s;
}

.animationDelay-10 {
    animation-delay: 3.99s;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animate-if.ng-enter {
    position: relative;
    overflow: hidden;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s;
}

.animate-if.ng-leave {
    position: absolute;
    overflow: hidden;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
    opacity: 0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
    opacity: 1;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

.ApplicantListTable td {
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .longTable {
        display: block;
        overflow-x: scroll;
    }
    .longTable td {
        white-space: nowrap;
    }
}

.brokerCardName {
    position: absolute;
    right: 15px;
    top: 90px;
}

.brokerCardTell {
    position: absolute;
    right: 15px;
    top: 130px;
}

.brokerCardEmail {
    position: absolute;
    right: 15px;
    top: 170px;
}

.brokerCardWebsite {
    position: absolute;
    right: 15px;
    top: 210px;
}

.brokerCardDisLike {
    position: absolute;
    right: 15px;
    top: 250px;
}

.brokerCardLike {
    position: absolute;
    right: 15px;
    top: 290px;
}

.brokerCardComment {
    position: absolute;
    right: 15px;
    top: 330px;
}

.reverse {
    transform: rotateZ(179deg);
}

.brokerCard-hover:hover {
    opacity: 0.7;
}

.supporterCard-hover:hover {
    opacity: 0.7;
}

.applicantTable .ng-table-pagination {
    display: none;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.service-card {
    min-height: 456px;
}

.chooseBtnOverride {
    padding: 13px !important;
    background-color: #12cbc4;
}

.chooseBtnOverride:hover {
    background-color: #006266 !important;
    transform: scale(1.2);
}

.selectedTick {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 66px;
    height: 72%;
    font-size: 280px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.showTick {
    opacity: 0.8;
    transition: 0.6s;
}

.hideTick {
    opacity: 0;
    transition: 0.6s;
}

.table_Row td {
    padding: 10px;
}

.single-purse.flip-front img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.single-purse.flip-front .img-edit {
    width: 250px;
    height: 170px;
    object-fit: contain;
}

.btn-gradient-radius {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 6px 17px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 60px;
    transition: 0.4s;
    height: 41px;
    padding-top: 15px;
    margin-left: 15px;
    display: flex;
}

.btn-gradient-radius span {
    font-size: 14px;
    color: #424242;
    margin: 0;
    position: relative;
    top: -3px;
    padding: 0;
}

.btn-gradient-radius:hover {
    background-color: #fafafa !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-gradient-radius i {
    font-size: 20px;
    position: relative;
    top: -4px;
    padding-left: 5px;
    transition: 1.5s;
}

.transactions-card {
    background-image: -webkit-linear-gradient(180deg, #ffed71, #ffda18) !important;
}

.transactions-card:hover {
    background-image: -webkit-linear-gradient(180deg, #ffda18, #ffed71) !important;
}

.green-card {
    background-color: #2ecc71;
    color: #fff !important;
}

.green-card span {
    color: #fff;
}

.green-card:hover {
    background-color: #2bad62 !important;
    color: #fff !important;
}

.d-flex {
    display: flex !important;
}

.section .box {
    background-color: #fefefe;
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .5);
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.section .box:hover {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.section .box .header {
    background-color: #f8f9fa;
    border-radius: 5px 5px 0 0;
    height: 70px;
    line-height: 1.5em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section .box .header .right-box p {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin: 0;
}

.section .box .header .right-box p .header-title {
    font-size: 13px;
    color: #777;
}

.section .box .header .right-box p .zpid-box {
    font-size: 11px;
    color: #777;
}

.section .box .header .right-box .wallet-color {
    position: relative !important;
    top: 2px !important;
    margin-right: 4px;
}

.section .single-purse .body .txt-balance {
    font-size: 13px;
    color: #777;
    padding-bottom: 9px;
    padding-top: 10px;
    direction: ltr;
}

.section .single-purse .body .txt-balance.ng-empty {
    direction: rtl;
}

.section .single-purse .body .nav-show-chart {
    width: 100px;
    color: #458bff;
    font-size: 13px;
    cursor: pointer;
    margin-top: -10px;
}

.section .single-purse .body .balance-amount {
    font-size: 35px;
    color: #666;
}

.section .single-purse .body .balance-amount:after {
    content: "ریال";
    font-size: 14px;
}

.section .single-purse .footerbox {
    border-top: 1px solid #ebeef0;
}

.section .single-purse .footerbox .segment {
    text-align: center;
    /* border-left-size: 1px;
    border-left-border-style: solid; */
    border-left-color: #ebeef0;
}

.section .single-purse .footerbox .segment span {
    display: block;
    font-size: 18px;
    margin: 15px auto 0;
}

.section .single-purse .footerbox .segment .amount {
    display: inline-block !important;
    vertical-align: middle !important;
    color: #777;
    margin-top: 3px;
    margin-bottom: 6px;
}

.section .single-purse .footerbox .segment .amount:after {
    content: "ریال";
    font-size: 10px;
}

.section .single-purse .footerbox .segment .txt-daily-balance {
    color: #848484;
    font-size: 12px;
    margin-top: 15px;
}

.wallet-color {
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 50%;
}

.no-right-margin {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.nav-balance {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}

input.txt-balance {
    margin: 15px auto 5px;
    background: transparent;
    border: 1px solid grey;
    box-shadow: 0px 0px 7px 0px;
    border-radius: 10px;
    padding: 5px;
}

.no-border {
    border: none !important;
}

.form-control {
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 0;
    box-shadow: 4px;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
    border-color: #1c4789;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 1px #d6d6d6;
    font-weight: 100;
}

.transaction_person_pre .row {
    padding-bottom: 10px;
    margin-top: 5px;
    border-bottom: 1px solid #eee;
}

.modal-background .modal {
    transform: translate3d(0, 0, 0);
}

.h2-broker {
    font-size: 1.75rem;
}

.newRequestBtnShake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both !important;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.activeDetails {
    color: #2ecc71 !important;
    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.4s;
}

.activeDetails:hover {
    color: #208f4e !important;
}

.details-time {
    font-size: small;
    float: left;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    font-size: larger;
}

.labelColorBlack {
    color: black;
}

.modal_header_success {
    background-color: #2ecc71 !important;
}

.modal_header_info {
    background-color: #257fff !important;
}

.modal_header_danger {
    background-color: #f33f3f !important;
}

.modal_key,
.text-value,
.value {
    color: #424242;
    font-size: 13px;
}

* {
    box-sizing: border-box;
}

.modal-description {
    font-size: 13px;
    color: #424242;
}

.modal_header {
    text-align: right;
    font-size: 13px;
    background-color: #4a5459;
    padding: 15px;
    color: #fff;
}

.modal_header .close {
    font-family: 'FontAwesome';
    display: inline-block;
    margin-top: -4px;
    color: #fff;
    background-color: #5c656a;
    padding: 4px 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all ease-in;
    font-size: 18px;
}

.modal_header .close:hover {
    color: #f33f3f !important;
    background-color: #7d8488;
}

.modal_body {
    padding: 15px 30px;
    background: #fff;
}

#modal-container,
#modal-container-two {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 9999;
}

#modal-container.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two {
    transform: scale(1);
}

#modal-container-two.two .modal-background {
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two .modal-background .modal {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two+.content {
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two.out {
    animation: quickScaleDown 0s 0.5s linear forwards;
}

#modal-container-two.two.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two.out .modal-background .modal {
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container-two.two.out+.content {
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background,
#modal-container-two .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

#modal-container .modal-background .modal,
#modal-container-two .modal-background .modal {
    padding: 0;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    overflow: hidden;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7);
    }
    100% {
        background: rgba(0, 0, 0, 0);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
    100% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
}

@keyframes scaleBack {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.85);
    }
}

@keyframes scaleForward {
    0% {
        transform: scale(0.85);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }
    99.9% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes slideUpLarge {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes slideDownLarge {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(150px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes moveDown {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(150px);
    }
}

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    99.9% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(0);
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes roadRunnerIn {
    0% {
        transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
    }
    70% {
        transform: translateX(30px) skewX(0deg) scaleX(0.9);
    }
    100% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
}

@keyframes roadRunnerOut {
    0% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
    30% {
        transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
    }
    100% {
        transform: translateX(1500px) skewX(30deg) scaleX(1.3);
    }
}

@keyframes sketchIn {
    0% {
        stroke-dashoffset: 778;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes sketchOut {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 778;
    }
}

@keyframes modalFadeIn {
    0% {
        background-color: transparent;
    }
    100% {
        background-color: white;
    }
}

@keyframes modalFadeOut {
    0% {
        background-color: white;
    }
    100% {
        background-color: transparent;
    }
}

@keyframes modalContentFadeIn {
    0% {
        opacity: 0;
        top: -20px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes modalContentFadeOut {
    0% {
        opacity: 1;
        top: 0px;
    }
    100% {
        opacity: 0;
        top: -20px;
    }
}

@keyframes bondJamesBond {
    0% {
        transform: translateX(1000px);
    }
    80% {
        transform: translateX(0px);
        border-radius: 75px;
        height: 75px;
        width: 75px;
    }
    90% {
        border-radius: 3px;
        height: 182px;
        width: 247px;
    }
    100% {
        border-radius: 3px;
        height: 162px;
        width: 227px;
    }
}

@keyframes killShot {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(300px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fadeToRed {
    0% {
        box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
    }
    100% {
        box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
    }
}

@keyframes slowFade {
    0% {
        opacity: 1;
    }
    99.9% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}


/*end of css for dashboard*/


/*start of css for transaction*/

.btn-theme {
    background-color: #1b4889;
    border-color: #1b4889;
    color: #fff;
}

.table_body .table_Row:nth-child(odd) {
    background: #eaf3ff;
}

.table_body {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.table_body .table_Row:nth-child(even) {
    background: #f4f9ff;
}

ul.breadcrumb_filter {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}

ul.breadcrumb_filter li {
    float: left;
    padding: 2px;
    background-color: #1c4789;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    margin-right: -50px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

ul.breadcrumb_filter li a {
    overflow: hidden;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    height: 41px;
    color: #fff;
    background-color: #6e5cff;
    text-align: center;
    min-width: 50px;
    display: block;
    line-height: 45px;
    padding-right: 52px;
    padding-left: 33.33333px;
    width: 50px;
}

ul.breadcrumb_filter li a .icon {
    display: inline-block;
}

ul.breadcrumb_filter li a .text {
    display: none;
    opacity: 0;
    font-size: 14px;
    margin: 0;
    font-family: IRANSansFaNum;
}

ul.breadcrumb_filter li a:hover {
    width: 185px;
    background-color: #77c2a5;
}

ul.breadcrumb_filter li a:hover .text {
    display: inline-block;
    opacity: 1;
}

ul.breadcrumb_filter li a.active {
    width: 185px;
    background-color: #77c2a5;
}

ul.breadcrumb_filter li a.active .text {
    display: inline-block;
    opacity: 1;
}

ul.breadcrumb_filter li:last-child a {
    padding: 0;
}

ul.breadcrumb_filter li a .fa {
    padding-left: 5px;
    padding-right: 5px;
}

.deposit {
    color: #2ecc71;
}


/*.deposit:before {
    content: "\f0de";
    font-family: 'FontAwesome';
    color: #2ecc71;
    transition: 0.3s all ease-in;
}
*/

.removal {
    color: #ff5c5c;
}


/*.removal:before {
    content: "\f0dd";
    font-family: 'FontAwesome';
    color: #ff5c5c;
    transition: 0.3s all ease-in;
}
*/

.price_rial:after {
    content: "ریال";
    font-size: 10px;
}

.table_body thead .ng-table-header {
    text-align: center;
}

.table_body .table_Row {
    background-color: #f5f5f5;
    box-shadow: 1px 1px 3px 1px #dedede;
}

.green-color {
    color: #2ecc71;
}

.white-btn-card {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 5px 40px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 60px;
    transition: 0.4s;
    float: left;
    height: 41px;
    background-color: #fff;
}

.white-btn-card span {
    color: #525151 !important;
}

.white-btn-card:hover {
    background-color: #2ecc71 !important;
    color: #fff;
}

.white-btn-card:hover .green-color {
    color: #fff;
}

.white-btn-card:hover span {
    color: #fff !important;
}

.green-btn-card {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 5px 40px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 60px;
    transition: 0.4s;
    height: 41px;
    background-color: #2ecc71;
    color: #fff !important;
    line-height: 1.8rem;
}

.green-btn-card:disabled {
    background-color: #bdc3c7 !important;
}

.inlineTableSelect {
    margin: 0;
    top: 16px;
}

.sunset-gradient {
    background: #2196f3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f44336, #2196f3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f44336, #2196f3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cyan-btn-card {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 5px 40px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 60px;
    transition: 0.4s;
    height: 41px;
    background-color: #77c2a5;
    color: #fff !important;
}

.blue-btn-card {
    font-weight: 200;
    font-size: 14px;
    border: inherit;
    color: #898989;
    padding: 5px 40px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 60px;
    height: 41px;
    background-color: #257fff;
    color: #fff !important;
}

.blue-btn-card span {
    color: #fff;
}

.blue-btn-card:hover {
    background-color: #0662c1 !important;
    color: #fff !important;
}

.blue-btn-card:disabled {
    background-color: gray !important;
}

.search_box {
    background-color: #f5f5f5;
    padding: 15px;
}


/*end of css for transaction*/

.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
    overflow: hidden;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
    opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
    opacity: 1;
}

.headLinesBeauty {
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.educationBeauty {
    --bg-color: #ffd861;
    --bg-color-light: #ffeeba;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(255, 215, 97, 0.48);
}

.lastBeauty {
    --bg-color: #e74c3c;
    --bg-color-light: #ffb4b4;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(255, 115, 97, 0.48);
}

.allBeauty {
    --bg-color: #d35400;
    --bg-color-light: #e27c37;
    --text-color-hover: #fff;
    --box-shadow-color: #ff822f 96;
}

.credentialingBeauty {
    --bg-color: #b8f9d3;
    --bg-color-light: #e2fced;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.walletBeauty {
    --bg-color: #ceb2fc;
    --bg-color-light: #f0e7ff;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.human-resourcesBeauty {
    --bg-color: #dce9ff;
    --bg-color-light: #f1f7ff;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(9, 10, 10, 0.48);
}

.cardBeauty {
    width: 220px;
    height: 321px;
    margin-bottom: 30px;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ecf0f1;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.cardBeauty:hover {
    transform: translateY(-5px) scale(1.1) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}

.cardBeauty:hover .overlayBeauty {
    transform: scale(4) translateZ(0);
}

.cardBeauty:hover .circleBeauty {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.cardBeauty:hover .circleBeauty:after {
    background: var(--bg-color-light);
}

.cardBeauty:hover p {
    color: var(--text-color-hover);
}

.cardBeauty:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
}

.cardBeauty p {
    font-size: 17px;
    color: #4c5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.circleBeauty {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.circleBeauty:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 7px;
    left: 7px;
    transition: opacity 0.3s ease-out;
}

.circleBeauty svg {
    z-index: 10000;
    transform: translateZ(0);
}

.overlayBeauty {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 70px;
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

.radioButtondemoMultiColumn div.radioDemo2 {
    margin-bottom: 20px;
}

.radioButtondemoMultiColumn h2 {
    margin-left: 15px;
}

.radioButtondemoMultiColumn p {
    width: 400px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
    border-top: 2px solid #ddd;
}

.radioButtondemoMultiColumn .md-checked {
    background-color: #ecfafb;
    border-radius: 2px;
}

.radioButtondemoMultiColumn md-button.md-raised,
.radioButtondemoMultiColumn button.md-raised {
    width: 200px;
}

.radioButtondemoMultiColumn .row {
    border-bottom: 1px dashed #ddd;
}

.radioButtondemoMultiColumn div.row:last-child {
    border-bottom: 0px dashed #ddd;
}

.radioButtondemoMultiColumn .summary {
    width: 100%;
    padding-top: 10px;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: -5px;
}

.radioButtondemoMultiColumn .title {
    font-weight: bolder;
}

.radioButtondemoMultiColumn .selectedUser .md-checked {
    padding: 8px;
    width: 100px;
}

.flip-card {
    perspective: 30rem;
}

.flip-front,
.flip-back {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    backface-visibility: hidden;
}

.flip-back {
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
}

.back-footerBox {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.flip-card:hover .flip-front {
    transform: rotateY(180deg);
}

.flip-card:hover .flip-back {
    transform: rotateY(360deg);
}

.back-body {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 256px !important;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: white;
    border-radius: 60px;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 60px;
}

@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.starColor {
    color: #ffd700;
}

.BazaarBack {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 2;
}

.BazaarList {
    position: absolute;
    left: 20px;
    top: 60px;
    z-index: 2;
}

.selectedGrow {
    transform: scale(1.05) perspective(1px) translateZ(0);
    transition: 0.5s;
    backface-visibility: hidden;
    box-shadow: 0 5px 10px 0 rgba(53, 241, 28, 0.5);
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none;
}

.selectedShrink {
    transform: scale(1) perspective(1px) translateZ(0);
    transition: 0.5s;
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .15);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none;
}

.supporterCard p,
.supporterCard span {
    outline: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.animationDelay-1 {
    animation-delay: 1s;
}

.animationDelay-2 {
    animation-delay: 1.33s;
}

.animationDelay-3 {
    animation-delay: 1.66s;
}

.animationDelay-4 {
    animation-delay: 1.99s;
}

.animationDelay-5 {
    animation-delay: 2.33s;
}

.animationDelay-6 {
    animation-delay: 2.66s;
}

.animationDelay-7 {
    animation-delay: 2.99s;
}

.animationDelay-8 {
    animation-delay: 3.33s;
}

.animationDelay-9 {
    animation-delay: 3.66s;
}

.animationDelay-10 {
    animation-delay: 3.99s;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animate-if.ng-enter {
    position: relative;
    overflow: hidden;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s;
}

.animate-if.ng-leave {
    position: absolute;
    overflow: hidden;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
    opacity: 0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
    opacity: 1;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

.ApplicantListTable td {
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .longTable {
        display: block;
        overflow-x: scroll;
    }
    .longTable td {
        white-space: nowrap;
    }
}

.brokerCard-hover:hover {
    opacity: 0.7;
}

.supporterCard-hover:hover {
    opacity: 0.7;
}

.applicantTable .ng-table-pagination {
    display: none;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.service-card {
    min-height: 456px;
}

.chooseBtnOverride {
    padding: 13px !important;
    background-color: #12cbc4;
}

.chooseBtnOverride:hover {
    background-color: #006266 !important;
    transform: scale(1.2);
}

.selectedTick {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 72%;
    font-size: 280px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showTick {
    opacity: 0.8;
    transition: 0.6s;
}

.hideTick {
    opacity: 0;
    transition: 0.6s;
}

.table_Row td {
    padding: 10px;
}

.single-purse.flip-front img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.single-purse.flip-front .img-edit {
    width: 250px;
    height: 170px;
    object-fit: contain;
}

.comingSoon {
    background-color: #cfd0cf !important;
    filter: blur(1px);
}

.pointer-events {
    pointer-events: none;
}

.bgColorFront {
    background-color: #656563 c7 !important;
}

.bgColorHeader {
    background-color: #888882 c7 !important;
    border-bottom: 1px solid #777;
}

.bgColorFooter {
    background-color: rgba(136, 136, 130, 0.78039) !important;
    border-top: 1px solid #777 !important;
}

.center-position-absolute {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin-left: auto;
    margin-right: auto;
}

.BrokerStatisticIcon {
    border: 1px solid #ffb900;
    width: 25%;
    border-radius: 50px;
    padding: 0.22rem 0.5rem;
    font-size: 13px;
    background-color: #ffb900 !important;
}

.BrokerStatistic {
    border: 1px solid #ffb900;
    width: 100%;
    border-radius: 50px;
    background-color: #ffb900 !important;
    margin-right: -2px;
    font-size: 13px;
    padding: 0.195rem 0.7rem;
}

.comments {
    margin: 3rem 1rem 0;
}

.comments p {
    padding: 20px;
    background: #325587;
    color: #fff;
    line-height: 28px;
    position: relative;
    font-size: 1rem;
}

.comments p>small {
    display: block;
    padding: 0;
    color: #a3a3a3;
    font-size: 13px;
}

.comments p>span {
    display: block;
    padding: 0;
    color: #c4c4c4;
    font-size: 15px;
    margin: -15px 0 0;
}

.comments-image {
    content: "";
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #2ecc71;
    float: left;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comments-image {
        content: "";
        display: block;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        background: #2ecc71;
        float: right;
        overflow: hidden;
    }
}

.comments p:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #325587 rgba(52, 73, 94, 0) rgba(52, 73, 94, 0) #325587;
    border-width: 15px;
    position: absolute;
    top: 0px;
    right: -29px;
}

md-tabs-canvas {
    background-color: #fff;
}

md-content.md-default-theme,
md-content {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
}

.bazar-textarea {
    overflow: hidden;
    background-color: #c8c8c8;
    border: 1px solid #c4c4c4;
    box-shadow: 0 0 2px -2px;
    border-radius: 2px;
}

.red {
    background-color: #e81123 !important;
}

.notification-count-like {
    margin: 0.1875rem 1.875rem 0rem 0rem;
    border-radius: 100% !important;
    padding: 0.45em 0.5em 0.15em;
    position: absolute;
}

.notification-count-dislike {
    margin: -0.5625rem -0.1875rem 0rem 0rem;
    border-radius: 100% !important;
    padding: 0.45em 0.5em 0.15em;
    position: absolute;
}

.red {
    background-color: #e81123 !important;
}

.badge {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0.125rem;
}

.p-relative {
    position: relative;
}

.btn-custom {
    border: 1px solid #325587 !important;
    background-color: white;
    color: #325587;
    width: 10.625rem;
    box-shadow: none;
}

.btn-custom:hover {
    color: #fff;
    border: 1px solid #fff !important;
    background-color: #325587 !important;
}

.mt-20 {
    margin-top: 20px !important;
}