﻿.img-thumbnail {
    margin-bottom: 0.5em;
}
.overlayLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 200000;
    cursor: pointer;
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -40px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #f9b427;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.modal-content {
    background-color: #3d3d40;
}


.overflow-x-invisible {
    overflow-x: hidden;
}

hr {
    background: #f9b427 !important;
}


.pricediv {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #f9b427;
    color: black;
    padding: 13px;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.pricetickertbl td {
    border: none !important;
    border-left: 1px solid black !important;
    width: 105px;
}

    .pricetickertbl td .value {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 0.8px;
        text-align: left;
        color: black;
    }

.pricediv button {
    max-width: 300px;
    height: 35px;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px #f9b427;
    background: transparent;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 0.65px;
    text-align: center;
    color: black;
    text-transform: uppercase
}

.pricediv P {
    font-size: 13px;
    margin-bottom: 0px;
    padding-left: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 0.65px;
    text-align: left;
    color: black;
}

.Review-section {
    position: fixed;
    z-index: 9999999999;
    margin: 0% auto;
    float: right;
    bottom: 5em;
    left: 0;
    right: -80%;
    background: black;
    padding: 2em;
    border-radius: 5%;
    border: 1px solid #f9b427;
    max-height: 35em;
    overflow-y: scroll;
}

.Rating-color {
    color: #fff;
}

.Review-user-color {
    color: #f9b427;
}

    .Review-user-color span {
        font-size: 1.3rem;
        font-weight: 700;
    }


.Rating-star {
    color: #f9b427;
}

.Rating-Empty {
    color: #b8b7b9 !important;
}

.HR-Color {
    background: #444444 !important;
}



::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f9b427;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #f9b4276b;
    }


.Visibility-none {
    display: none;
}


/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {
    .Chart-Modal {
        margin-left: 10%;
    }

    .Side-img {
        max-width: 100%;
        position: fixed;
        z-index: 999999;
        margin-top: 48%;
        width: 25px;
        right: 0;
    }

    .proceed-section {
        margin-top: -14%;
    }

    .MT5-section {
        margin-top: -15%;
    }


    .Review-section {
        right: 0%;
        bottom: 6em;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1059.98px) {
    .Chart-Modal {
        margin-left: 24%;
    }

    .Side-img {
        max-width: 100%;
        position: fixed;
        z-index: 999999;
        margin-top: 22%;
        width: 30px;
        right: 0;
    }

    .Review-section {
        right: -60%;
        bottom: 6em;
    }
}




/*// Large devices (desktops, 992px and up)*/
@media (min-width: 1060px) and (max-width: 1441.98px) {
    .Chart-Modal {
        margin-left: 35%;
    }

    .Side-img {
        max-width: 100%;
        position: fixed;
        z-index: 999999;
        margin-top: 25%;
        width: 40px;
        right: 0;
    }

    .header .header-hero .device-hero {
        max-width: 30rem;
        width: 100%;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1442px) {
    .Chart-Modal {
        margin-left: 35%;
    }

    .Side-img {
        max-width: 100%;
        position: fixed;
        z-index: 999999;
        margin-top: 18%;
        width: 50px;
        right: 0;
    }

    .HappyTraders {
        background: #f9b427;
        float: right;
        transform: rotate(90deg);
        margin-top: 15em;
    }
}


@media (min-width: 992px) {
    .modal-lg {
        max-width: 1145px;
    }
}
