html {
    margin: 0;
    width: 100%;
}


body {
    margin: 0;
    width: 100%;
    color: #000;
    font-family: calibri !important;
}

.SideBarOpenBtn {
    font-size: 22px;
    color: #969696;
}

.SignInBtn {
    font-size: 25px;
    color: #969696;
}

.littleDark {
    background: #3a1f241f;
}

button.btn.CopyLink.mt-2 {
    background: #555555;
    color: #fff;
}

.updatedetails {
    background: #555555;
    color: #fff;
}

    .updatedetails.updated {
        background: #15bd58;
    }

.updatemobile {
    background: #555555;
    color: #fff;
}

    .updatemobile.updated {
        background: #007bff;
    }

.update-email {
    background: #555555;
    color: #fff;
}

    .update-email.updated {
        background: #007bff;
    }


.updateemail {
    background: #555555;
    color: #fff;
}

.btn-login {
    background: #555555;
    color: #fff;
}

.btn-register {
    background: #555555;
    color: #fff;
    border: none;
}

a {
    color: #fff;
}

.donthavetext {
    font-size: 16px !important;
}

.updateemail.updated {
    background: #15bd58;
}

.sendotp {
    background: #0095ff;
}

.deviderdiv {
    height: 2px;
    background: #fff;
}

button.btn.CopyLink.mt-2.Coppied {
    background: #15bd58;
}

.sharebtns button {
    font-size: 27px;
}

button.btn.CopyBtn.mt-2 {
    background: #555555;
    color: #fff;
}

    button.btn.CopyBtn.mt-2.Coppied {
        background: #15bd58;
    }

.Bottomshadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

h3.MainText {
    color: #fff;
    font-weight: bold;
    /* font-family: 'Dela Gothic One', cursive; */
}

p.Subtext1 {
    color: #fff;
    font-size: 25px;
    line-height: 28px;
}

.HowItWorkP {
    font-size: 24px;
    color: #000;
    line-height: 28px;
}

.textmedium {
    font-size: 20px;
}

.card {
    border: none;
}

.cardimage {
    width: 100%;
    margin: 0 auto;
}

a:hover {
    text-decoration: none;
}

a.LoginRegLink {
    font-size: 24px;
}

.orspan {
    font-size: 24px;
}

.LogoFooter {
    width: 140px;
}

.HeaderContainer {
    transition: all 0.5s ease;
    background: #fff;
}

    .HeaderContainer.Bottomshadow.FixedHeader {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 9999;
    }

#SideBar {
    position: fixed;
    width: 300px;
    background: #fff;
    height: 100%;
    z-index: 99999;
    left: -100%;
    transition: left 0.7s ease;
}

    #SideBar.open {
        position: fixed;
        width: 300px;
        background: #ffff;
        height: 100%;
        z-index: 99999;
        left: 0;
    }

ul li {
    list-style: none;
}

.CloseSideBar {
    /* border-radius: 50px;
    border: 2px solid black;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; */
    font-weight: bold;
}

.SidebarUL li a {
    color: #000;
    font-weight: 600;
    font-size: 19px;
}

.SidebarUL li:hover {
    background: #fde9ed;
}

.SidebarUL li:focus {
    background: #fde9ed;
}

.btn:focus {
    box-shadow: none;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    color: #ff3d63 !important;
}

h3.MainText {
    color: #fff;
    font-weight: 900;
    font-family: calibri !important;
    font-size: 2.5Rem !important;
}

.card {
    border: none;
    box-shadow: 0px 1px 11px 5px #0000006b !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #555555 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555555 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555555 !important;
}

.LoginRegLink {
    text-decoration: underline;
}

a.reghere {
    text-decoration: underline;
}

.alert.alert-danger.alert-dismissible.fade.show {
    background: transparent;
    color: red;
    border: 1px solid red;
    font-size: 14px;
    font-weight: 500;
    width: 80%;
}

.resendotplink {
    text-decoration: underline;
    color: #0842c5;
}


/* Samali */

h2.MainText {
    color: #fff;
    font-weight: bold;
    font-family: cursive;
    font-family: Calibri;
}

.btn-register {
    background-color: #555555;
    color: white;
    font-size: 28px;
    border-radius: 0px;
    padding: 6px 35px 6px 35px;
    font-family: Calibri;
}

::placeholder {
    color: #555555 !important;
    font-size: 20px;
    font-family: Calibri !important;
}

.section-text-reg {
    margin-left: 25%;
    margin-right: 10%;
    color: #fff;
    font-size: 23px;
    font-family: Calibri;
}


/* Login */

.btn-login {
    background-color: #555555;
    color: white;
    font-size: 28px;
    border-radius: 0px;
    padding: 6px 35px 6px 35px;
    font-family: Calibri;
}


/*product page*/

.overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    cursor: pointer;
}

.image-product {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    cursor: pointer;
    min-height: 250px !important;
    max-height: 250px !important;
    background-color: white ;
}



.text-product {
    color: black;
    font-size: 20px;
    font-family: Calibri;
    position: absolute;
    margin-top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.cp_img {
    background-color: #e6f294;
}

.product-details {
    font-weight: 600;
}

.product-page-address1 {
    color: white;
    font-size: 20px;
    font-family: Calibri;
    text-align: center;
}

.product-page-address2 {
    color: #e6f294;
    font-size: 20px;
    font-family: Calibri;
    text-align: center;
}

.div-address-details {
    margin-left: 15%;
    margin-bottom: 20px;
    font-family: Calibri;
}

.product-coin-details {
    color: white;
    font-size: 20px;
    font-family: Calibri;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff3d6333 !important;
    color: #000 !important;
}

.div-reedmeed-sample-data {
    color: white;
    font-size: 25px;
}

.LogoDiv img {
    width: 150px;
}

.trylehp {
    font-size: 19px;
    line-height: 22px;
}

.made {
    width: 100%;
    text-align: center;
    background-color: #000;
    border: 3px solid #fff;
}

tr.body {
    background: #fff;
}


h6.myredsample {
    color: rgb(109, 91, 91);
    font-weight: 900;
    font-family: calibri !important;
    font-size: 2.0Rem !important;
}
.card.product_item {
    max-height: 250px !important;
    min-height: 250px !important;
}
/**arrow hide on input number*/
input[type=number] {
    -moz-appearance: textfield;
}
