body {
    background-color: #40323D;
    /* background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("/gamayun.jpg"); */
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    text-align: left;
    font-size: 16px;
    color: #CFC5B2;;
    font-family: "Montserrat Light", Sans-serif;

    padding-top: 5%;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
}

h6 {
    font-size: 18px
}

h5 {
    font-size: 20px
}

h4 {
    font-size: 22px
}

.elementor-kit-58 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-b98182d: #40323D;
    --e-global-color-ab03ad1: #B29F9C;
    --e-global-color-7fd6cad: #CFC5B2;
    --e-global-color-ce29bc3: #D1AC65;
    --e-global-color-f1608c8: #A0714C;
    --e-global-typography-primary-font-family: "LibreBodoni-Bold";
    --e-global-typography-primary-font-weight: bold;
    --e-global-typography-secondary-font-family: "LibreBodoni-Bold";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-secondary-font-style: italic;
    --e-global-typography-text-font-family: "Montserrat Light";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Montserrat Light";
    --e-global-typography-accent-font-weight: 500;
    --e-global-typography-a454a98-font-family: "Proza Libre";
}

.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: #c910aa;
    text-decoration: underline;
}

.custom-link {
    border: none;
    
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.active-user {
    color: #c910aa;
}

.inactive-user {
    color: yellow;
}

.very-inactive-user {
    color: red;
}

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

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







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

.dropdown-menu {
    position: absolute !important;
    left: 5rem !important;
    background-color: #4e3c4a;
}


.dropdown-item {
    color: #A0714C;
    position: relative;
    font-size: 26px !important;
}

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

.nav-link {
    color: #d3950f;
}


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




.success{
    color: green;
}

.failure{
    color: red;
}



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



.logo {
    max-height: 200px;
}

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;
}


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

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

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


.offer_text {
    font-size: 12px;
}


.td_service_description{
    width: 50%;
    height:4lh;
    background-color: #3e1e00;
    vertical-align: top;
}

.td_service{
    width: 50%;
    background-color: #9c4b00;
    vertical-align: top;
}

.td_service_depleted{
    width: 50%;
    background-color: red;
    vertical-align: top;
}

.td_offers{
    position: relative; 
    padding-bottom: 35px; 
    padding-top: 10px; 
    vertical-align: baseline;
}

.td_offers_aggregate{
    position: relative; 
    padding-bottom: 35px; 
    padding-top: 10px; 
    vertical-align: baseline;
    text-align: center;
}

.td_uploadedfiles{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.collapsible-section {
  position: relative;
}

.content {
  overflow: hidden;
  transition: height 0.3s;
}

.expanded.content {
  height: auto;
}

.collapsed.content {
  height: 0;
}

.collapasible-section-header {
    cursor: pointer;
    color: #d3950f;
}


.image_frame {
    width: 320px;
    overflow: hidden;
    height: 240px;
}

.image_frame_small {
    width: 240px;
    overflow: hidden;
    height: 180px;
}

.friend_image {
    object-fit: cover;  
}

.no-print {
    display: inline;
}

@media print {
    .no-print {
        display: none;
    }

    body {
        display: flex;
        vertical-align: top;
        justify-content: center;
    }
}

.friend_column {
    padding: 20px;
}

.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;
}

button{
    background-color: blue;
    white-space: nowrap;
    color: antiquewhite;
    border-radius: 0.5em;
    width: 160px;
}

button.button--small{
    width: 90px;
}

.file-chooser-label {
    background-color: blue;
    border: 2px solid black;
    width: 160px;
    color: antiquewhite;
    padding: 0.2em 1em;
    border-radius: 0.5em;
    cursor: pointer;
}

label {
    display: inline-block;
    margin-right: 10px; /* Add some space between the labels */
}

.input-container {
    display: flex;
    gap: 6px; /* Optional: Adds some space between the input fields */
}

.service_select{
    height: 2rem; 
}

.aux_charge_description {
    box-sizing: border-box; /* Ensure padding and borders are included in the element's total width and height */
    padding: 2px; /* Consistent padding */

    margin: 2; /* Remove default margin */
    height: 2rem; /* Set the same height */
}

.aux_charge_td {
    vertical-align: top;
}

.aux_displ_td {
    padding-left: 10px;
    padding-right: 10px;
}

.corrlinks_table {
    width: 50%;
    font-size: small;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
}