/*Wishlist Page Styling*/


.wish-list-item {
    padding: 85px 0;
}

.current_time .delete-wishlist-item {
    display: none;
    margin-left: 20px;
    font-weight: 700;
    cursor: pointer;
}

.current_time:hover .delete-wishlist-item {
    display: inline-block;
}

.login-main-inner {
    max-width: 750px;
    width: 100%;
    margin: 30px auto;
}

.del_loader {
    display: none;
}

#rememberme {
    width: 20px !important;
}

/*Shortcodd*/
.inner-content {
    display: flex;
    gap: 20px;
}

.inner-content .btn {
    background-color: #ebebeb;
    padding: 5px 10px;
    border-radius: 5px;
}

.inner-content .btn-icon a {
    color: black;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}


.btn.wishlist, .btn.alert {

    background: #EEF0F3;
    box-shadow: unset !important;

}

.mo-openid-app-icons p {
    display: none;
}

.login-reg-form .lr-form-wrapper {
    padding: unset !important;
}

.login-reg-form .eael-lr-form-loader-wrapper, .login-reg-form .eael-lr-form-loader-wrapper input {
    width: 100%;
}

.login-reg-form .eael-register-form-wrapper,
.login-reg-form .eael-login-form-wrapper {
    width: 100% !important;
}

.login-reg-form .eael-field-label {
    display: none !important;
}

.lr-form-wrapper .eael-lr-form-control {
    border-radius: 5px;
    border: 1px solid #E7E7E7;
}

.lr-form-wrapper .eael_accept_tnc_wrap {
    display: flex;
    align-items: start;
    gap: 15px;
}

.lr-form-wrapper .eael-lr-form-wrapper input[type="checkbox"]:not(.lr-toggle) {
    width: 26px !important;
}

.eael-lr-form-wrapper input[type="checkbox"]:not(.lr-toggle) {
    width: 18px !important;
}

.lr-form-wrapper .eael-lr-form-wrapper .eael-lr-password-wrapper button,
.lr-form-wrapper .eael-lr-form-wrapper .eael-lr-password-wrapper-register button {
    color: #00B3E1 !important;
}

p.forget-menot, p.forget-pass {
    /*margin: 016px 0px 0px 0px;*/
    font-family: "Rubik", Sans-serif;
    color: #000;
}

.dashicons.dashicons-visibility {
    color: #00B3E1 !important;
}

.wishlist-loader {
    width: 24px;
    display: none;
}

.message.whishlist {
    display: none;
}


.login-btnn, .reg-btnn, .create-alert {
    display: flex;
    position: relative;
}

.login-btnn img, .reg-btnn img, .create-alert img {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 49px;
}

.watch-list-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.watch-list-main-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .watch-list-main-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

div#Historical_data, .refresh-icon {
    position: relative;
}

div#Historical_data .bubble {
    position: absolute;
    bottom: -60px;
    left: -138px;
    width: 138px;
    padding: 5px;
    border: 1px solid #7D7D8D26;
    display: none;
}

.refresh-icon .bubble {
    position: absolute;
    bottom: -40px;
    left: 70px;
    width: 138px;
    padding: 5px;
    border: 1px solid #7D7D8D26;
    color: black;
    text-align: center;
    display: none;
}

div#Historical_data .box.sb1 {
    line-height: 2.2rem;
}

div#Historical_data:hover .bubble, .refresh-icon:hover .bubble {
    display: block;
}

.rtl .tools-page-usd-to-btc .summary_card .summary_card_list:first-child {
    padding-left: 30px;
    padding-right: 0px;
    border: 0;
    border-right: 0;
}

.rtl .tools-page-usd-to-btc .summary_card .summary_card_list:last-child {
    padding-right: 30px;
    border-right: 1px solid #00B3E1;
    padding-left: 0px;
}

@media screen and (min-width: 800px) {
.watch-list-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
}


}

@media screen and (max-width: 799px) {
.watch-list-main-inner {
    margin-top: 45px;
}

.social_login-btn {
    flex-wrap: wrap;
}

.social_login-btn .login-btn, .login-with-telegram {
    width: 100% !important;
}

.page-template-page-tools-usd-to-btc-v2 .add-to-wish-list-btn {
    flex-wrap: wrap;
}

.page-template-page-tools-usd-to-btc-v2 .curse-last-update-refresh {
    width: 100%;
}

.page-template-page-tools-usd-to-btc-v2 .section.col-lg-12.padding-top-0.alert .content-wrapper {
    width: 100%;
}

.page-template-page-tools-usd-to-btc-v2 .btn.wishlist, .btn.alert {
    width: 50%;
    text-align: center;
}
}

.login-message {
color: red;
display: none;
}

.sub-item-list {
display: none;
}

.header__col.header__user:hover .sub-item-list {
display: block;
}

#wishlist_form {
display: flex;
flex-direction: column;
max-width: 80%;
/* align-items: center; */
    justify-content: center;
    gap: 15px;
    margin: auto;
}

#wishlist_form input,
#wishlist_form select {
    font-family: "Rubik", Sans-serif, serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    /*margin-bottom: 8px;*/
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cfcfe8;
    border-radius: 3px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    outline: none;
}

#wishlist_form input[type="submit"] {
    padding: 8px 16px 8px 16px;
    font-family: "Rubik", Sans-serif, serif;
    font-size: 16px;
    background: #F2A93B;
    text-align: center;
    box-shadow: unset;
    border: unset;
    color: white;
    text-shadow: unset;
}

.watchlist-header h3 {
    text-align: center;
    color: #282424;
    font-family: "Rubik", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: initial;
}

.amount_div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
}


.addon__ca {
    display: inline-block;
    padding: 0 10px;
    line-height: 33px;
    background: #ccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.alert-message {
    color: #00B3E1;
}

.addon__ca {
    display: none;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

#Historical_data, .refresh-icon {
    padding: 12px 18px;
    border: 1px solid #7D7D8D26;
    border-radius: 8px;
    line-height: unset;
    font-size: unset !important;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.popup-heading h2 {
    color: #282424;
    font-family: "Rubik", Sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.popup-heading h2 span.sign-in-heading {
    color: #00B3E1;
}

.pop-up-content-wrap .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pop-up-content-wrap .row .col-6 {
    width: 49%;
}

#loginForm label.label-hide, #register label.label-hide {
    display: none;
}

#loginForm input, #register input {
    font-family: "Rubik", Sans-serif, serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #959595;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    outline: none;

}

#loginForm input[type=submit], #register input[type=submit] {
    padding: 8px 16px 8px 16px;
    font-family: "Rubik", Sans-serif, serif;
    font-size: 16px;
    background: #F2A93B;
    text-align: center;
    box-shadow: unset;
    border: unset;
    color: white;
    text-shadow: unset;
}

.rem {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 10px;
}

.rem label {
    font-family: "Rubik", Sans-serif, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}

#rememberme {
    margin-bottom: 2px !important;
}

.notice p {
    color: var(--Gray-1, #333);
    text-align: left;
    font-family: "Rubik", Sans-serif, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 162.5% */
}

.notice p a {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.register-now {
    /*margin: 016px 0 0 0;*/
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    color: #00B3E1;
    text-align: center;
}

.register-now a {
    color: #FBBC05;
}

.register-now-link {
    text-align: center;
}

.registration-form {
    display: none;
}

.registration-form.open {
    display: block;
}

.login-form-info.hide {
    display: none;
}


.sub-item-list {
    display: none;
}

.wish-list-item {
    padding: 85px 0;
}

.action_edit {
    display: flex;
    gap: 16px;
}

.action_edit img {
    max-width: 20px;
}

.action_edit .loading {
    /*max-width: 31px;*/
    display: none;
}


.wish-list-item {
    padding: 85px 0;
}

.current_time .delete-wishlist-item {
    display: none;
    margin-left: 20px;
    font-weight: 700;
    cursor: pointer;
}

.current_time:hover .delete-wishlist-item {
    display: inline-block;
}

.login-main-inner {
    max-width: 750px;
    width: 100%;
    margin: 30px auto;
}

.del_loader {
    display: none;
}

.mo-openid-app-icons br {
    display: none;
}

.login-form-info .mo-openid-app-icons a,
.registration-form .mo-openid-app-icons a {
    color: #797979;
    background-color: #EFF8FF;
    padding-bottom: 12px !important;
}

.social_login-btn {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    overflow-x: hidden;
}

.social_login-btn .login-btn {

    background-color: #EFF8FF;
    border: 1px solid #E6E6E6;
    width: 48%;
    border-radius: 8px;
}

.social_login-btn .login-btn a {
    color: #797979;
    font-family: "Rubik", Sans-serif;
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 12px;

}

.login-btn img {
    width: 22px;
    margin-right: 8px;
}

.popup-heading {
    text-align: center;
}

.divider {
    margin-bottom: 20px;
}

.divider .separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Rubik", Sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #7B7B7B;
}

.divider .separator::before,
.divider .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #E6E6E6;
}

.divider .separator:not(:empty)::before {
    margin-right: .25em;
}

.divider .separator:not(:empty)::after {
    margin-left: .25em;
}

#sub_login {
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: white;
    letter-spacing: 5%;
    padding: 12px;
}

.register-now {
    padding: 12px;
    background-color: #FAFAFA;
}

.page-template-page-tools-usd-to-btc-v2 .add-to-wish-list-btn {
    justify-content: space-between;
}

.page-template-page-tools-usd-to-btc-v2 .curse-last-update-refresh {
    width: 33%;
}

.page-template-page-tools-usd-to-btc-v2 section.col-lg-12.padding-top-0.alert .content-wrapper {
    width: 66%;
}

.page-template-page-tools-usd-to-btc-v2 section.col-lg-12.padding-top-0.alert .inner-content {
    justify-content: space-between;
}

.page-template-page-tools-usd-to-btc-v2 .inner-content .btn-icon a {
    justify-content: center;
    font-style: normal;
}

.page-template-page-tools-usd-to-btc-v2 .btn.wishlist, .page-template-page-tools-usd-to-btc-v2 .btn.alert {
    width: 33%;
    text-align: center;
    height: 4rem;
}

.page-template-page-tools-usd-to-btc-v2 #curse-last-update-refresh {
    width: 33%;
}

.page-template-page-tools-usd-to-btc-v2 .add-to-wish-list-btn {
    margin-bottom: 40px !important;
}


/* ========= Forecat and convertor pages buttons "Refresh, Create Alert, Add to wishlist"======== */

.page-template-page-tools-usd-to-btc-v2 #curse-last-update-refresh {
    width: 180px !important;
    height: 38px !important;
    border-radius: 5px !important;
    color: white !important;
    padding-left: 0px !important;
    /*background-color: #00B3E1 !important;*/
    margin-right: 0px !important;
    align-items: center !important;
    justify-content: center !important;
}

.inner-content .btn-icon a {
    color: white;
    text-decoration: none;
}
.page-template-page-tools-usd-to-btc-v2 section.col-lg-12.padding-top-0.alert .content-wrapper {
    width: 60% !important;
}

@media screen and (min-width: 1020px) {
    /* Forecast pages */

    .btn.wishlist, .btn.alert {
        background: #00B3E1;
    }

    /* Convertor Pages */
    .add-to-wish-list-btn {
        justify-content: left;
        margin: 0 auto !important;
    }

    .content-wrapper {
        width: 50% !important;
        margin-left: 13% !important;
    }

    .inner-content {
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }

    #curse-in-grey-box {
        padding: 14px 14px 14px 0px !important;
        justify-content: normal !important;
        border: none !important;
        box-shadow: none !important;
        padding: 14px 14px 14px 0px !important;
        margin-bottom: 0px !important;
    }

    .curse-in-grey-box-from, .curse-in-grey-box-to {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
    }

    /* button front of Download Historical data */
    .tools-page-convert-usd-to-btc #curse-additional-options-download {
        /*width: 20%;*/

    }

    .curs-add-list {
        width: 80%;
    }

    .additional-options-data {
        display: flex;
        margin-top: 4%;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

}

/* ------ Mobile responsiveness For pages ------- */

/* Forecast pages */
@media screen and (max-width: 580px) {
    .page-template-page-tools-usd-to-btc-v2 section.col-lg-12.padding-top-0.alert .content-wrapper {
        width: 100% !important;
    }
    .page-template-page-tools-usd-to-btc-v2 section.col-lg-12.padding-top-0.alert .inner-content {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .page-template-page-tools-usd-to-btc-v2 .add-to-wish-list-btn {
        max-width: 921px;
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }

    .inner-content {
        gap: 0px;
    }

    .page-template-page-tools-usd-to-btc-v2 #curse-last-update-refresh {
        width: 20%;
    }

    .page-template-page-tools-usd-to-btc-v2 .btn.wishlist, .page-template-page-tools-usd-to-btc-v2 .btn.alert {
        width: 50% !important;
        padding: 2% 5%;
    }

    .btn.wishlist, .btn.alert {
        background: #00B3E1;
    }

    .inner-content .btn-icon a {
        color: white;
        text-decoration: none;
    }

    /* 	Convertor page */
    #body > section > div > div > section.usd_to_bitcoin > div.add-to-wish-list-btn {
        display: flex;
        flex-direction: column;
    }

    .inner-content .btn-icon a {
        font-size: 13px !important;
    }

    #curse-last-update-refresh {
        font-size: 13px !important;
    }

    .curs-add-list {
        margin-top: 5%;
    }

    /* 	mohsin */
    .tools-page-convert-usd-to-btc #curse-type-switcher .btn.wishlist , .tools-page-convert-usd-to-btc #curse-type-switcher .btn.alert , .tools-page-convert-usd-to-btc #curse-type-switcher button{

        margin-right: 0px !important;
    }

    .additional-options-data {
        display: flex !important;
        justify-content: space-around !important;
    }

    .tools-page-convert-usd-to-btc #curse-last-update-refresh, .tools-page-convert-usd-to-btc #curse-additional-options-download {
        padding-left: 0px !important;
    }
}

/* ========== End Of Button Aligment for Forecast and Convertor pages ========== */