@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-shims.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v5-font-face.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-font-face.min.css?token=7ca6a895ef);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.profile-page {
    padding: 24px 0;
    background-color: #E6EFFF;
    font-family: "Montserrat", sans-serif;
}

.profile-page p {
    color: #727272;
}

.flat-btn {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: unset;
}

button:focus {
    border: 0;
    outline: 0;
    box-shadow: unset;
}

.profile-page .bttn-2 {
    border-radius: 8px !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 24px;
    font-weight: 400;
    color: white;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background-color: #0075c4;
    border: 1px solid #0075c4;
}

.profile-page .bttn-2:hover {
    background-color: transparent;
    border-color: #0075c4;
    color: #0075c4;
}

.profile-page .bg {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 12px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-page h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: unset;
    color: #1e1e1e;
}

.title h2 {
    margin-bottom: 15px;
}

.profile-page h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1e1e1e;
}

.profile-page h4 {
    font-size: 18px;
    font-weight: 500;
    color: #1e1e1e;
}


/* header  */

.header-style2 .wrapper {
    box-shadow: 0px 4px 20px 0px rgba(30, 30, 30, 0.04);
    padding: 20px !important;
}

.header-style2 .logo img {
    max-width: 238px;
}


/* tab wrapper  */


/* tabbing  */

.profile-page .nav-pills {
    border-radius: 12px;
    border: 1px solid #bfbfbf;
    padding: 6px 8px;
    margin-bottom: 35px;
    gap: 10px;
    display: inline-flex;
}

.profile-page .nav-pills .nav-link {
    border: 0;
    background-color: transparent;
    border-radius: 8px;
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 20px;
}

.profile-page .nav-pills .nav-link.active,
.profile-page .nav-pills .show>.nav-link {
    background-color: #0075c4;
    font-weight: 600;
    color: #ffffff;
}


/* subscription  */

.subscription {
    border: 1px solid #e3e3e3;
    padding: 24px;
    border-radius: 12px;
    margin-top: 14px;
}

.subscribe-title p {
    font-size: 14px;
    margin-top: 2px;
}

.price-content {
    margin: 24px 0;
}

.price-card {
    background-color: #f6f8fa;
    padding: 24px;
    border-radius: 8px;
}

.price-card p {
    color: #727272;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.price-card h5 {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
}

.price-card span {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
}

.subscription .text h5 {
    color: #727272;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    gap: 6px;
    margin-bottom: 7px;
}

.subscription .text p {
    font-size: 16px;
}

.alert-btn {
    background-color: transparent !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    padding: 10px 24px !important;
}

.alert-btn:hover {
    background-color: #dc3545 !important;
    color: white !important;
    border-color: transparent !important;
}


/* payment-method  */

.payment-method {
    margin: 40px 0;
}

.card-detail {
    display: flex;
    align-items: center;
    gap: 20px;
}

.card-detail h5 {
    font-size: 18px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #1e1e1e;
}

.card-detail p {
    font-size: 14px;
    color: #727272;
}

.card-icon {
    background-color: #d9effe;
    min-width: 44px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #0075c4;
    font-size: 27px;
}

.text-badge {
    background-color: #0075c4;
    font-size: 12px;
    font-weight: 400;
    color: white;
    border-radius: 6px;
    padding: 4px 9px;
}

.card-row {
    background-color: #f6f8fa;
    padding: 24px;
    border-radius: 8px;
    margin-top: 20px;
}

.card-row .icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.card-row .icons i {
    color: #0075c4;
    font-size: 24px;
}

.text-badge.green {
    font-size: 16px;
    font-weight: 400;
    color: #14ae5c;
    background-color: rgba(20, 174, 92, 0.06);
    border: 1px solid rgba(20, 174, 92, 0.3);
}


/* transaction table  */

.transaction-table {
    margin-top: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    overflow: hidden;
}

.transaction-table .table {
    margin-bottom: 0;
}

.transaction-table thead {
    background-color: #f4f6f9;
}

.transaction-table th {
    color: #252849;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0 !important;
}

.transaction-table td {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    padding: 14px;
    border-bottom: 0;
}

@media (max-width: 1199px) {
    /* profile page  */
    .profile-page .bttn-2 {
        font-size: 16px;
        padding: 8px 13px !important;
    }
    .profile-page .nav-pills {
        margin-bottom: 25px;
    }
    .profile-page h3 {
        font-size: 18px;
    }
    .profile-page h4 {
        font-size: 16px;
    }
    /* .subscription  */
    .subscription .text h5 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .subscription .text p {
        font-size: 14px;
    }
    .price-card {
        padding: 15px;
    }
    .price-card p {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .price-card h5 {
        font-size: 20px;
    }
    /* payment method  */
    .payment-method {
        margin: 30px 0;
    }
    .card-row {
        margin-top: 15px;
        padding: 15px;
    }
    .transaction-table {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    /* profile page  */
    .profile-page .bttn-2 {
        font-size: 14px;
        white-space: nowrap;
        padding: 8px 10px !important;
    }
    .profile-page h2 {
        margin-bottom: 10px;
    }
    .profile-page .nav-pills {
        gap: 4px;
        padding: 6px 5px;
    }
    .profile-page .nav-pills .nav-link {
        padding: 8px 10px;
        font-size: 13px;
    }
    .subscription {
        margin-top: 10px;
        padding: 15px;
    }
    .price-card {
        padding: 13px;
    }
    .price-card p {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .price-card h5 {
        font-size: 16px;
    }
    /* payment method  */
    .payment-method {
        margin: 20px 0;
    }
    .card-row {
        margin-top: 10px;
        padding: 13px;
    }
    /* transaction table  */
    .transaction-table th {
        font-size: 14px;
    }
    .transaction-table td {
        font-size: 14px;
    }
    .text-badge.green {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header-style2 .wrapper {
        padding: 15px !important;
    }
    .profile-page h3 {
        font-size: 14px;
    }
    .profile-page .nav-pills {
        display: flex;
        white-space: nowrap;
        overflow: auto;
        flex-wrap: nowrap;
        border-radius: 8px;
    }
    /* tabbing  */
    .profile-page .nav-pills::-webkit-scrollbar {
        display: none;
    }
    .price-content {
        margin: 15px 0;
    }
    /* subscription  */
    .subscription .flex-between {
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }
    /* payment method  */
    .payment-method .card-row {
        position: relative;
        margin-top: 15px;
    }
    .card-row .text-badge {
        position: absolute;
        top: 12px;
        left: 14px;
    }
    .card-row.flex-between {
        align-items: end;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .card-detail {
        width: 100%;
    }
    .card-row .icons i {
        font-size: 20px;
    }
    transaction table .transaction-table th {
        white-space: nowrap;
    }
    .transaction-table td {
        white-space: nowrap;
    }
    .profile-page .bg {
        padding: 24px 15px;
    }
}


.user-avatar i {
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    height: 100%;
}


.user-avatar {
    display: table-cell;
}
.user-avatar {
    width: 36px;
    height: 36px;
}

.user-avatar.s200 {
    width: 200px;
    height: 200px;
}
.user-avatar.s200 i {
    width: 200px;
    height: 200px;
    line-height: 200px;
}

.user-avatar.s200 img {
    width: 200px;
    height: 200px;
    min-width: 200px;
    line-height: 200px;
}
/* s35 */

.user-avatar.s35 {
    width: 35px;
    height: 35px;
}

.user-avatar.s35 i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.user-avatar.s35 img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    line-height: 35px;
}