.wrap-zakat-type-input,
.wrap-year-input,
.wrap-stock-type-input,
.wrap-currate-input,
.money-input-val,
.silver-input-val,
.gold-input-val,
.stock-input-val,
.btn-calculate,
.wrap-cal-result,
.wrap-donation,
.alert-zakat-type,
.alert-amount-val,
#goldTotal,
#silverTotal,
#stockTotal,
#moneyTotal,
#zakatTotal,
#noNisabGold,
#noNisabSilver,
#noNisabStock,
#noNisabMoney,
.wrap-no-zakat,
.wrap-total,
.donation-validation {
    display: none;
}

.color-grey {
    color: #666;
}

.not-visible {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.visible {
    visibility: visible;
    opacity: 1;
}

.blink-2-iterations {
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: 2;
    border: 1px solid red;
    border-radius: 0;
}

.alert-cal-required {
    color: red;
    font-weight: bold;
    margin-top: 30px;
}

.wrap-contact-input {
    position: relative;
}

.attr-contact-input {
    position: absolute;
    right: 15px;
    bottom: 20px;
    color: #ccc;
}

.rtl .attr-contact-input {
    right: initial;
    left: 15px;
}

.color-code-blue {
    color:#00a0df;
}

.attr-give-input {
    position: absolute;
    left: 15px;
    bottom: 17px;
    color: #00a0df;
}

.single-cal-result {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.wrap-total {
    padding-top: 50px;
}

select.contact_input {
    background-color: transparent;
}

.breadcrumb-step .form-check {
    margin-bottom: 20px;
    padding-left: 0 !important;
}

.rtl .breadcrumb-step .form-check {
    direction: rtl;
}

.rtl .mr-rtl-3 {
    margin-right: 1.25rem;
}

/* breadcrumb*/
.wrapper-breadcrumb {
    position: relative;
    margin-bottom: 30px;
}

.circle-number {
    display: inline-block;
}

.circle-number span {
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-breadcrumb:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #ccc;
    z-index: -1;
}

.rtl .wrapper-breadcrumb ul {
    direction: rtl;
}

.wrapper-breadcrumb ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.breadcrumb-customized-item {
    position: relative;
    padding: 15px;
    font-weight: bold;
    background-color: #fff;
    color: #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breadcrumb-active {
    color: #00a0df;
    cursor: pointer;
    transition: 0.4s;
}

.breadcrumb-active .circle-number span {
    border-color: #00a0df;
}

.breadcrumb-active.breadcrumb-focus .circle-number span {
    border-color: #faeb00;
    transition: 0.4s;
}

.breadcrumb-step .contact_input {
    padding: 18px 20px;
}

.zakat-total-input.give_active, 
.zakat-total-input.give_active:hover {
    background-color: #fff !important;
    color: #00a0df !important;
    cursor: text !important;
}

/* checkbox */
/* The customcheck */
.customcheck-styled {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rtl .customcheck-styled {
    padding-left: 0px;
    padding-right: 35px;
}

/* Hide the browser's default checkbox */
.customcheck-styled input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark-styled {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #00a0df;
    border-radius: 0px;
}

.rtl .checkmark-styled {
    left: initial;
    right: 0;
}

/* On mouse-over, add a grey background color */
.customcheck-styled:hover input ~ .checkmark-styled {
    background-color: rgba(0, 160, 223,0.2);
}

/* When the checkbox is checked, add a blue background */
.customcheck-styled input:checked ~ .checkmark-styled {
    background-color: #00a0df;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-styled:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck-styled input:checked ~ .checkmark-styled:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck-styled .checkmark-styled:after {
    left: 7px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*radio button */
.checkmark-styled.checkmark-radio-styled {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

@keyframes blink{

    50% { 
        border-color:transparent;
    }

}
@media (max-width: 1200px) and (min-width: 768px) {
    .wrapper-breadcrumb {
        margin-top: 100px !important;
    }
}

@media (min-width: 768px){
    .w-md-75 {
        width: 75%;
    }

    .w-md-25 {
        width: 25%;
    }

    .w-md-50 {
        width: 50%!important;
    }
}
@media (max-width: 767px) {

    .breadcrumb-title {
        font-size: 12px;
    }

    .breadcrumb-customized-item {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 55px;
    }

    .circle-number span {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

}