body {
    height: calc(100vh - 250px);
}

/*
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
}*/

/*General*/

.general-page {

}

.general-page .left-panel {
    border-right: 1px solid #CDCDCD;
    height: auto;
}

.general-page .left-panel h3 {
    margin-top: 3em;
    margin-bottom: 3em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1F1F1F;
}

.general-page .left-panel .list-group {
    margin-bottom: 3em;
}

.general-page .left-panel .list-group .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F1F;
    padding: 1em 0;
}

.general-page .right-panel {

}

.general-page .right-panel h3 {
    margin-top: 3em;
    margin-bottom: 2em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    color: #1F1F1F;
}

.general-page .right-panel .form-inline {
    margin-bottom: 1em;
    padding: 0 1em;
    align-items: center;
}

.general-page .right-panel .form-inline input.form-control {
    height: 40px;
    width: 250px;
    border: 1px solid #CDCDCD;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #1F1F1F;
}

.general-page .right-panel .form-inline input.form-control-plaintext {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #1F1F1F;
}

.general-page .right-panel .form-inline button {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #1F1F1F;
    display: flex;
    align-items: center;
    gap: 5px;
}

.general-page .right-panel .form-inline button img {
    width: 15px;
    height: 15px;
}

.general-page .right-panel .form-inline .general-buttons {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .general-page .right-panel .form-inline {
        display: flex;
    }
}

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

    .general-page .left-panel h3 {
        text-align: center;
    }

    .general-page .left-panel {
        border: none !important;
        height: auto;
    }

    .general-page .left-panel .list-group {
        margin-bottom: 0;
    }

    .general-page .right-panel {
        margin-bottom: 4em;
    }
}


/*shipping*/


.shipping-page {

}

.shipping-page .left-panel {
    border-right: 1px solid #CDCDCD;
    height: auto;
}

.shipping-page .left-panel h3 {
    margin-top: 3em;
    margin-bottom: 3em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1F1F1F;
}

.shipping-page .left-panel .list-group {
    margin-bottom: 3em;
}

.shipping-page .left-panel .list-group .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F1F;
    padding: 1em 0;
}

.shipping-page .right-panel {

}


.shipping-page .right-panel .card {
    margin-top: 4em;
    margin-bottom: 2em;
}

.shipping-page .right-panel .card h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F1F;
    margin-bottom: 0;
}

.shipping-page .right-panel button {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;

    color: #1F1F1F;
}

.shipping-page .right-panel button img {
    width: 15px;
    height: 15px;
}

.shipping-page .right-panel label {
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    color: #1F1F1F;
}

.shipping-page .right-panel input,
.shipping-page .right-panel select {
    height: 40px;
    border: 1px solid #CDCDCD;
    border-radius: 40px;
}

.shipping-page .right-panel .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}


/*payment*/


.payment-page {

}

.payment-page .left-panel {
    border-right: 1px solid #CDCDCD;
    height: auto;
}

.payment-page .left-panel h3 {
    margin-top: 3em;
    margin-bottom: 3em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1F1F1F;
}

.payment-page .left-panel .list-group {
    margin-bottom: 3em;
}

.payment-page .left-panel .list-group .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F1F;
    padding: 1em 0;
}

.payment-page .right-panel {
    margin-top: 4em;
    margin-bottom: 4em;
}

.payment-page .right-panel #btn_add_card {
    display: block;
    margin-left: auto;
    margin-bottom: 1em;
}


.payment-page .right-panel .card {

}

.payment-page .right-panel .card h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F1F;
    margin-bottom: 1em;
}

.payment-page .right-panel button,
.payment-page .right-panel .modal button {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 40px;
}

.payment-page .right-panel button.delete {
    border: 1px solid #DE0000;
    color: #DE0000;
}

.payment-page .right-panel button.edit,
.payment-page .right-panel .modal button.close {
    border: 1px solid #1F1F1F;
    color: #1F1F1F;
}

.payment-page .right-panel .modal button.add {
    color: #ffffff;
    background-color: #1f1f1f;
}

.payment-page .right-panel button img {
    width: 15px;
    height: 15px;
}

.payment-page .right-panel label {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #1F1F1F;
}

.payment-page .right-panel input {
    height: 40px;
    border: 1px solid #CDCDCD;
    border-radius: 40px;
}


.payment-page .right-panel .modal .modal-body {
    padding: 2rem;
}

.payment-page .right-panel .modal .modal-body .buttons {
    width: 80%;
    margin: 0 auto;
}

.payment-page .right-panel .modal h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 1em;
}

/*Privacy*/

.privacy-page {

}

.privacy-page .left-panel {
    border-right: 1px solid #CDCDCD;
    height: auto;
}

.privacy-page .left-panel h3 {
    margin-top: 3em;
    margin-bottom: 3em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1F1F1F;
}

.privacy-page .left-panel .list-group {
    margin-bottom: 3em;
}

.privacy-page .left-panel .list-group .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F1F;
    padding: 1em 0;
}

.privacy-page .right-panel {

}

.privacy-page .right-panel h3 {
    margin-top: 3em;
    margin-bottom: 2em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    color: #1F1F1F;
}

.privacy-page .right-panel .card {
    margin-bottom: 1em;
}

.privacy-page .right-panel .card p {
    margin-bottom: 0;
}

.privacy-page .right-panel .row {
    display: flex;
    align-items: center;
}

.privacy-page .right-panel .row .form-check {
    display: flex;
    justify-content: flex-end;
}

.privacy-page .right-panel .row .form-check .form-check-input:checked {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .25);
}

.privacy-page .right-panel .row .form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,1)'/></svg>");
}

.privacy-page .right-panel .row .form-switch .form-check-input:focus {
    border-color: rgba(0, 0, 0, .25);
    box-shadow: none;
}


/*Notifications*/

.notifications-page {

}

.notifications-page .left-panel {
    border-right: 1px solid #CDCDCD;
    height: auto;
}

.notifications-page .left-panel h3 {
    margin-top: 3em;
    margin-bottom: 3em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1F1F1F;
}

.notifications-page .left-panel .list-group {
    margin-bottom: 3em;
}

.notifications-page .left-panel .list-group .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F1F;
    padding: 1em 0;
}

.notifications-page .right-panel {

}

.notifications-page .right-panel h3 {
    margin-top: 3em;
    margin-bottom: 2em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    color: #1F1F1F;
}

.notifications-page .right-panel .card {
    margin-bottom: 1em;
}

.notifications-page .right-panel .card p {
    margin-bottom: 0;
}

.notifications-page .right-panel .row {
    display: flex;
    align-items: center;
}

.notifications-page .right-panel .row .form-check {
    display: flex;
    justify-content: flex-end;
}

.notifications-page .right-panel .row .form-check .form-check-input:checked {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .25);
}

.notifications-page .right-panel .row .form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,1)'/></svg>");
}

.notifications-page .right-panel .row .form-switch .form-check-input:focus {
    border-color: rgba(0, 0, 0, .25);
    box-shadow: none;
}


/* Mes Soldes*/

mes-solde-page
.mes-solde-page {

}

.mes-solde-page .left-panel {
    border-right: 1px solid #CDCDCD;
    height: auto;
}

.mes-solde-page .left-panel h3 {
    margin-top: 3em;
    margin-bottom: 3em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1F1F1F;
}

.mes-solde-page .left-panel .list-group {
    margin-bottom: 3em;
}

.mes-solde-page .left-panel .list-group .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F1F;
    padding: 1em 0;
}

.mes-solde-page .right-panel {

}

.mes-solde-page .right-panel .card {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: .4em 2em;
}

.mes-solde-page .right-panel .card p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #1F1F1F;
}

.mes-solde-page .right-panel .card strong {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #1F1F1F;
}

@media screen and (max-width: 768px) {
    .mes-solde-page .right-panel .card strong,
    .mes-solde-page .right-panel .card.card-montant strong {
        font-size: 17px !important;
    }
    .mes-solde-page .right-panel .card {
        justify-content: space-between;
        align-items: center;
        padding: 0.4em .5em;
    }
}

.mes-solde-page .right-panel h3 {
    margin-top: 3em;
    margin-bottom: 2em;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    color: #1F1F1F;
}

.mes-solde-page .right-panel .buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 2em;
    gap: 15px;
}

@media screen and (max-width: 768px) {
    .mes-solde-page .right-panel .buttons {
        justify-content: center;
    }
}

.mes-solde-page .right-panel .buttons .add {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border-radius: 40px;
    color: #ffffff;
    background-color: #1f1f1f;
    display: block;
}

.mes-solde-page .panel {
    width: 299px;
    height: 53px;
    background: #CDCDCD;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 53px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5em;
}

.mes-solde-page .right-panel .card.card-montant p {
    font-family: 'Poppins';
    /*font-style: italic;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #999999;
}

.mes-solde-page .right-panel .card.card-montant strong {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #999999;
}

.montant {
    margin-bottom: 5em;
}

@media (max-width: 992px) {
    .right-panel .card {
        margin-top: 0 !important;
        margin-bottom: 2em;
    }
}
