body {
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("/srm_backgrnd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    color: #000000;
    text-align: left;
    font-size: 12px;
    font-family: 'Arial';
    padding-top: 5%;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
}

.inset{
    background-color:  rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    background-position:center;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


.User {
    width: 30%
}

.username {
    padding-right: 2%;
}

a, a:hover {
    color: #1b0d69;
    text-decoration: underline;
}

.image-icon {
    max-width: 485px;
    max-height: 260px;
}

.btn{
    width: 120px;
    white-space: nowrap
}

.shiping-modal-title{
    color: #444
}

.nav_div {
    position: fixed;
    left: 1rem;
    top: 0.5rem;
    width: 10rem;
    font-size: 16px;
    z-index: 100;
}

.cart_div {
    position: fixed;
    right: 4rem;
    top: 0.5rem;
    width: 4rem;
    font-size: 16px;
    z-index: 100;
}

.content_div {
    position: absolute;
    left: 10rem;
    top: 0.5rem;
    margin-right: 6rem;
    margin-left: 2rem;
}

.cart-badge{
    position: absolute;
    z-index: 10;
    background: red;
    height:1.5rem;
    top: 1.3rem;
    left: 4.2rem;
    width:1.5rem;
    text-align: center;
    line-height: 1.5rem;;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
    border:1px solid red;
}

.shopping_cart {
    position: absolute;
    top: 1.5rem;
    left: 3rem;
}


.dropdown-menu {
    position: absolute !important;
    left: 5rem !important;
}

.dropdown-item {
    color: #0d6efd;
    position: relative;
}

.nav-link {
    color: #0d6efd;
}

.order_search {
    width: 40rem;
}

.nav-link.active{
    color: #0dcaf0 !important;
}

.my-2{
    font-size: 18px;
}

.logout-btn{
    width: 70px;
}

.success{
    color: green;
}

.failure{
    color: red;
}

.nobr { 
    white-space: nowrap 
}

.scrollable {
    flex: 1;
    background: #aaa;
    overflow-y: scroll;
}


.order_item_image{
    max-width: 100%;
}


.dollar_sign_label{
    padding-right: 0;
    padding-left: 0;
    align-content: right;
}

.xl_button{
    width: 240px;
}

.coupon_btn{
    margin-top: 29px;
}

.xxl_button{
    width: 300px;
}

.shippin_address{
    white-space: pre-line;
}

.spinner_spacer{
    width: 150px;
    height: 2px;
    background-color: #6da9f5;
    margin-left: 2em;
    margin-right: 2em;
}

.spinner_notstarted {
    width: 0.5em;
    height: 0.5em;
    background-color: blue;
    border-radius: 50%;
    margin-left: 2em;
}

.spinner {
    font-size: 18px;
    width: 3em;
    height: 3em;
    border-top: 0.5em solid blue;
    border-right: 0.5em solid transparent;
    border-radius: 50%;
    margin: auto;
    animation: spinner 0.6s linear infinite;
  }

.head {
    width: 0.5em;
    height: 0.5em;
    background-color: blue;
    border-radius: 50%;
    margin-left: 2.2em;
    margin-top: 0em;
}

@keyframes spinner {
    100% { transform: rotate(360deg) }
}

.click_on_copy_text{
    background-color: rgba(0, 0, 0, 0);
    color:black;
    border-width: 0px;
    vertical-align: bottom;
    scrollbar-width: 0px;
    resize: none;
    border:#444;
    outline: #444;
}

.click_on_copy_text_white{
    background-color: rgba(0, 0, 0, 0);
    color:white;
    border-width: 0px;
    vertical-align: bottom;
    scrollbar-width: 0px;
    resize: none;
    border:#444;
    outline: #444;
}

.nowrap {
    white-space: nowrap;
    overflow: visible;
}

.click_on_copy_text_small {
    background-color: rgba(0, 0, 0, 0);
    color: black;
    border-width: 0px;
    vertical-align: bottom;
    scrollbar-width: 0px;
    resize: none;
    font-size: xx-small;
    border:#444;
    outline: #444;
}

.click_on_copy_text_focus {
    outline: none;
}

.payment_table {
    font-size: large;
}

.logo {
    max-height: 100px;
}

footer {
    position: relative;
    width: 100%;
    bottom: 20px;
    
}

.home_footer {
    background-color: black;
    height: 40px;
    position: fixed;
    z-index: 98;
}

.home-div{
    font-size: 46px;
}

.nowrap {
    white-space: nowrap;
    min-width: 125px;
}

.monero_image {
    max-height: 30px;
}

.admin_message {
    background-color: lightgreen;
    border-color: green;
    border-radius: 10px;
}

.user_message {
    background-color: rgb(144, 161, 238);
    border-color: blue;
    border-radius: 10px;
}

.listing_list_text {
    max-height: 150px;
    overflow: hidden;
}

.listing_list_desc {
    overflow: hidden;
    max-height: 110px;
}

.listing_img_col {
    max-width: 200px;
}

.listing_image {
    max-height: 150px;
    max-width: 200px;
}

.listing_detail_col {
    max-height: 300px;
    max-width: 400px;
}

.carouselImage {
    max-height: 300px;
    max-width: 400px;
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

th, td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.order_details_table {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.offer_row{
    padding-top: 4px;
    padding-bottom: 4px;
}

.offer_text {
    font-size: 12px;
}

.listing_attribute {
    font-size: 12px;
    width: 25em;
}

.padded_25_col{
    padding-left: 25px;
    padding-right: 25px;
}

.about_body{
    width: 100%;
    /*zoom: 50%; */
    /* overflow :scroll; */
    display: inline-block;
    white-space: pre-wrap;
    text-align: justify;
    text-wrap: pretty;
    overflow-wrap:break-word;
}  

.announcement{
    color: red !important;
}

.contact_us {
    white-space: nowrap;
    color: white !important;
    padding-right: 5px;
}


