/*

    Stylesheet for ScoutPay application.
    
*/

.user-credit {
    font-size: 30px;
    top: 80px;
}

/* =================== Products =================== */

.productBtn {
    display: inline-block;
    padding: 6px 4px;
    position: relative;
    width:100px;
    height:150px;
    cursor:pointer;
}

.productBtn img {
    border-radius: 100px;
    border: 2px solid;
    background-color: white;
    padding: 5px;
    box-shadow: 0px 0px 8px -4px black;
    width: 80px;
    margin: 5px;
}

.productBtn b {
    display: block;
    margin-top: 5px;
    position: absolute;
    left: 0px;
    width: 100%;
}

.productBtn p {
    display: inline;
    position: absolute;
    bottom: 45px;
    right: 5px;
    background-color: white;
    padding: 2px;
    box-shadow: 0px 0px 4px 0px grey;
    color: black;
    border-radius: 100px;
    border: 2px solid #a4a4ed;
    min-width: 18px;
}

.catBackBtn img {
    width: 50px;
    margin-bottom: 15px;
    border-radius: 100%;
    padding: 10px;
}

/* =================== Product Confirmation Window =================== */

#responsePopup {
    z-index:4;
}

.popup {
    position: fixed;
    width: 100%;
    left: 0;
    text-align: center;
    top: 0;
    z-index: 3;
}

.popup p {
    color:white;
}

.popup h2 {
    width: 90%;
    margin: 20px auto 11px auto;
}

.popupProductHeader {
    text-align: left;
    /* background-color: #a4a4ed;
    color: white;
    padding: 10px;
    border-radius: 10px; */
}

.successImage {
    width: 150px;
    filter: invert(0.3);
    opacity: 0.7;
    margin: 180px auto 3%;
    display:none;
}

#subNotes {
    width: 90%;
    margin: 0 auto 10px auto;
    overflow: scroll;
    text-align: left;
    font-size: 20px;
}

/* =================== Other Card Selection =================== */

/* .card {
    padding: 0px 65px;
    margin: 13px auto;
    position: relative;
    height: 70px;
    border-bottom:2px solid #a4a4ed;
    max-width: 300px;
}
 
.card-description {
    display: inline-block;
    padding: 10px 5px;
    position: absolute;
    margin: auto;
} */
 
/* .txt-name {
    left: 50px;
    font-weight: bold;
    font-size: 20px;
}
 
.txt-credit {
    right: 50px;
    top: 11px;
    font-size: 25px;
    font-weight: bold;
    color: #ebb485;
}
 
.txt-adult {
    left: 50px;
    top: 32px;
    font-style: italic;
} */
 
.usr-container {
    width: 95%;
    margin: auto;
    overflow: scroll;
    border: solid;
    border-width: 0px;
}
 
.usr-head-container {
    width:95%;
    margin:auto;
    height: 40px;
    position: relative;
}
 
.usr-head-btn {
    position: absolute;
    display: inline-block;
    width: 50%;
    padding: 10px 0px;
    font-weight: bold;
    cursor:pointer;
}
.usr-head-left {
    left: 0;
    border-bottom: 2px solid;
}
 
.usr-head-right {
    right: 0;
   
}
 
.usr-own-card {
    background-color: #f1f1ff;
}
 
.usr-card {
    padding: 10px;
    position: relative;
    height: 35px;
    margin-top:10px;
}
 
@media only screen and (min-width: 450px) {
    .usr-card {
        display:inline-block;
        width: 350px;
 
    }
}
 
.usr-common {
    display: inline-block;
    position: absolute;
}
 
.usr-name {
    left: 15px;
    font-weight: bold;
    top: 5px;
    font-size: 20px;
}
 
.usr-credit {
    left: 15px;
    color: #ebb485;
    font-weight: bold;
    top: 32px;
}
 
.usr-amount {
    font-size: 30px;
    right: 48px;
    color: #5a5a5a;
    margin: 0;
    top: 12px;
    width: 50px;
}
 
.usr-btn {
    padding: 0;
    width: 40px;
    height: 100%;
    font-size: 42px;
    color: white;
    
}
 
.usr-plus {
    right: 100px;
    top: 0px;
}

.usr-common img {
    width: 32px;
    position: absolute;
    top: 11.5px;
    left: 4px;
    opacity: 0.1;
}
 
.usr-minus {
    right: 5px;
    top: 0px;
}

.usr-search {
    padding: 10px 0px 0px 0px;
    position:relative;
}

.usr-search input {
    width: 100%;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: bold;
    color: #5a5a5a;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}

.usr-search img {
    position: absolute;
    right: 8px;
    width: 35px;
    top: 13px;
    filter: invert(0.3);
}

/* =================== Notifications =================== */

#notification-space {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0px;
    z-index: 1;
    padding-top: 75px;
    padding-bottom: 10px;
}

.notification {
    padding: 10px;
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.notification-title {
    font-size: 20px;
    margin: 10px 5px;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #a4a4ed;
    padding-bottom: 1px;
}

.notification-from {
    margin: 10px 5px;
    font-weight: bold;
    color: #7d7df1;
    display:inline;
}

.notification-body {
    text-align: left;
    margin: 10px 5px;
}

.notification-number {
    position: absolute;
    background-color: red;
    color: white;
    border-radius: 100px;
    padding: 3px;
    
    text-align: center;
    font-size: 13px;
    min-width: 14px;
}

/* =================== Settings =================== */

.settingContainer {
    width: 90%;
    margin: 20px auto;
    box-shadow: 0px 0px 5px -3px black;
    border-left: 3px solid #a4a4ed;
}

.settingHeader {
    padding: 15px;
    text-align: left;
    font-size: 19px;
}

.settingBody {
    padding:10px;
}

#themeDesc {
    font-size: 20px;
    margin: 10px 0px;
}

/* =================== Payment method =================== */

.methodBtn {
    width: 80%;
    margin: 10px auto;
    position: relative;
    max-width: 350px;
    border-bottom: 1px solid #acacac;
    height: 50px;
}

.method-name {
    position: absolute;
    top: 14;
    font-size: 20px;
    left: 10px;
}

.method-arrow {
    position: absolute;
    right: 0;
    font-size: 45px;
    top: -4px;
    display: inline-block;
}

/* =================== Popup =================== */



@media only screen and (max-width: 1100px) {

    .notification-number {
        left: 45px;
        top:0px;
    }

}

@media only screen and (min-width: 1100px) {

    .notification-number {
        right: -17px;
        top: -9px;
    }

    .notification-mobile-only {
        display:none;
    }

}

.groupContainer {
    width:95%;
}