/*Login page style sheet*/

.signin-btn a {
    font-weight: 600;
    background-color: black;
    border-color: black;
    padding: 10px;
    border-radius: 25px;
}

a.small.text-right {
    float: right;
}

p.text-center.or {
    background-color: white;
    padding: 5px;
    display: initial;
    position: relative;
    left: 46%;
    bottom: 26px;
}

.social-signin a {
    color: black;
    padding: 8px;
    font-weight: 600;
    border: 2px solid;
    background-color: white;
    border-radius: 25px;
}

.signin-btn button {
    color: black;
    padding: 8px;
    font-weight: 600;
    border: 2px solid;
    background-color: white;
    border-radius: 25px;
}

.signin-btn button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.signin-btn button:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.signin-btn button:active {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.terms-of-servive p {
    font-size: 13px;
    color: #595959;
    margin-top: 15px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.marketing-preferences {
    padding-bottom: 35px;
    padding-top: 5px;
}

.marketing-preferences h2 {
    padding-bottom: 20px;
}

.reminder-date {
    border: 2px solid var(--primary-color);
    border-radius: 5px;
}

.date-month p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 0;
    text-transform: uppercase;
}

.date p {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--primary-color);
    background-color: var(--secondary-color);
}

.date-day p {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}

.reminder-recipient p {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.reminder-occasion img {
    width: 100%;
    max-width: 85px;
}

.reminder-occasion ul {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    top: -70px;
    left: 100px;
}

.send-a-card {
    padding: 45px 0;
}


/*.send-a-card a {
  font-size: 20px;
  color: black;
}*/


/*Address book style*/

.address-book img {
    background-color: var(--primary-color);
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
}

.address-book h6 {
    padding: 10px 0;
}

.primary-address p {
    font-weight: 700;
}

.address-details ul {
    list-style-type: none;
    padding-left: 0;
}

.address-details ul li {
    font-size: 14px;
}

.product-view-link a {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.product-view-link a:hover {
    text-decoration: none;
    background-color: #ffdc00;
}

.payment-card {
    border-bottom: 1px solid #828282;
    padding-bottom: 10px;
}

.edit-button button {
    border: none;
    background-color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: var(--secondary-color);
    /*position: absolute;
  right: 20px;*/
}

.edit-button a {
    color: var(--secondary-color);
    border: none;
    background-color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
}

.payment-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 0;
    padding-top: 22px;
    width: 25px;
    margin-right: .375em;
    vertical-align: top;
}

.payment-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 0;
    padding-top: 22px;
    width: 25px;
    margin-right: .375em;
    vertical-align: top;
}

.payment-button button {
    border: none;
    background-color: #ffee9c;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
}


/*Account Details Sidebar*/

.sidebar {
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #f7f7f7;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    width: 0;
}

.sidebar a {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #ebeced;
    padding: 16px;
    color: #505050;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #000000;
}

#mySidebar h4 {
    background: #d8d8d8;
    padding: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

a.closebtn {
    font-size: 35px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

.user-profile-image img {
    background-color: var(--primary-10);
    border-radius: 50%;
    height: 75px;
    width: 75px;
}

.user-profile h2>span {
    font-size: 15px;
    background-color: black;
    padding: 5px;
    border-radius: 10px;
}

.user-profile h2>span>a {
    color: white;
}

.user-profile h2>span>a>i {
    padding-right: 5px;
}

.user-profile ul {
    display: flex;
    list-style-type: none;
    padding: 0px;
}

.user-profile ul li {
    padding-right: 10px;
}

.user-recent-tabs {
    margin-top: 30px;
}

.user-recent-tabs ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.user-recent-tabs ul a {
    background-color: #fffbe6;
    margin-right: 15px;
    padding: 10px 20px 10px 20px;
    border: 3px solid black;
    border-radius: 10px;
}

.recent-tabs img {
    width: 40px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.recent-tabs h4 {
    font-size: 16px;
    color: black;
    padding: 3px;
}

.recent-tabs p {
    margin: 0;
    color: black;
}

.upload-image-preview img {
    border: 2px solid;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    max-width: 140px;
    max-height: 140px;
    background: url(/images/buyer/icon-256x256.png);
    background-position: top center;
}

.upload-image-preview input {
    padding-left: 15%;
}

.user-name {
    display: flex;
}

.user-name span {
    padding-left: 20px;
    padding-right: 20px;
}

.user-name a {
    text-decoration: underline;
}
/* 
.user-birthday {
    display: flex;
}

.user-birthday p {
    padding-right: 5%;
}

.suggested-city {
    display: flex;
}

.suggested-city p {
    padding-right: 10%;
}

.name {
    display: flex;
}

.name p {
    padding-right: 4%;
}

.user-about {
    display: flex;
}

.user-about p {
    padding-right: 8%;
} */


/*.user-fav-material{
  display: flex;
}

*/

.user-include {
    display: flex;
}

.marketing-refernce {
    margin: 20px 0;
}

.custom-file-upload>input {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    color: var(--primary-color);
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: var(--primary-10);
    border-radius: 15px;
    float: right;
}

.custom-file-upload:hover {
    color: var(--secondary-color);
    background-color: var(--primary-color);
}

ul.nav.nav-tabs li a {
    color: black;
    transition: all 0.3s;
}

button.buyer-button {
    border: 1px solid var(--primary-20);
    font-size: 12px;
    padding: 6px 7px;
    border-radius: 15px;
    background-color: var(--primary-10);
    color: var(--primary-color)
}

button.buyer-button:hover {
    background-color: var(--primary-20);
    border-color: var(--primary-30);
}

.card-body h2 {
    font-size: 16px;
    font-weight: 600;
}

.card-body h6 {
    font-size: 14px;
}

.card-body p {
    font-size: 14px;
}

.card-body p>span {
    padding-left: 10px;
}

.card-body ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

.card-body ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.card-body ul li span {
    padding-right: 10px;
}

.card-body label {
    font-size: 14px;
}

.account-close ul {
    list-style-type: disc;
    padding: 15px;
}

.account-close ul li {
    font-size: 12px;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.account-close h4 {
    font-size: 14px;
    font-weight: bold;
}

.language-list ul {
    list-style-type: none;
}

.language-list ul li {
    border-bottom: none;
    padding: 0;
}

.currency-list ul {
    list-style-type: none;
}

.currency-list ul li {
    border-bottom: none;
    padding: 0;
}

button.track-button {
    border: 1px solid var(--primary-20);
    border-radius: 35px;
    background-color: var(--primary-10);
    padding: 10px 30px;
    font-weight: bold;
}

button.track-button:hover {
    background-color: black;
    border-color: black;
    color: white;
}

.tracking-form>input {
    border-radius: 50px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-user {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-user:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: var(--primary-20);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-user {
    background-color: var(--primary-10);
    border: 1px solid;
}

input:focus+.slider-user {
    box-shadow: 0 0 1px #1ba2b7;
}

input:checked+.slider-user:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded slider-users */

.slider-user.round {
    border-radius: 34px;
}

.slider-user.round:before {
    border-radius: 50%;
}

table.table.activity-table {
    font-size: 13px;
}

.table.activity-table td a {
    font-size: 10px;
}


/* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


/* Add indicator arrow for the active tab */

@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

@media (max-width: 992px) {
    .upload-image-preview img {
        height: 100px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .reminder-recipient {
        text-align: center;
        padding: 10px 0;
    }
    .reminder-occasion {
        text-align: center;
    }
    .reminder-occasion ul {
        position: inherit;
        margin-top: 10px;
    }
    .send-a-card {
        padding: 0px 0;
    }
    .user-profile ul {
        display: block;
    }
    .custom-file-upload {
        float: inherit;
    }
}

@media (max-width: 568px) {
    .user-recent-tabs ul {
        flex-direction: column;
        width: 100%;
    }
    .user-recent-tabs ul a {
        margin: 0 0 10px 0;
    }
}