.white-card {
    padding: 32px 24px;

    background: #FFFFFF;
    border: 1px solid rgba(5, 83, 240, 0.16);
    box-shadow: 4px 4px 8px rgba(8, 30, 74, 0.08);
    border-radius: 12px;
}

.profile-container {
    width: 100%;
    border-radius: 8px;
    /* padding: 40px 16px; */
}

.profile-container .profile-picture {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 1px solid rgba(102, 71, 143, 1);
}

.form-control {
    background: #F3F7FF;
    color: #7788AB;
    border: none;
    border-radius: 4px;
    height: 40px;
    padding: 8px 12px;
    outline: none;
    transition: none;
    border: 1px solid #DDE4F1;
}

#myForm .form-control {
    box-shadow: none !important;
}

.form-control:focus {
    background: #F3F7FF;
    color: #7788AB;
    border: 1px solid rgba(102, 71, 143, 1);
    box-shadow: none;
}

.form-select {
    background-color: #F3F7FF;
    color: #7788AB;
    border: none;
    border-radius: 4px;
    height: 40px;
    padding: 8px 12px;
    outline: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    transition: none;
    border: 1px solid #DDE4F1;
}

.form-select:focus {
    background-color: #F3F7FF;
    color: #7788AB;
    border: 1px solid rgba(102, 71, 143, 1);
    box-shadow: none;
}

/* .form-select option {
    background-color: #453754;
    color: #7788AB;
} */

.form-select.phone-number:focus~input {
    border: 1px solid rgba(102, 71, 143, 1);
    border-left: 0px;
}

.was-validated .form-select:valid:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    padding-right: unset;
}

.btn-orange-border {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(240, 124, 65, 1);
    border: 1px solid rgba(240, 124, 65, 1);
    padding: 8px 16px;
    border-radius: 24px;
    gap: 8px;
}

.btn-orange-border:hover {
    background-color: rgba(240, 124, 65, 1);
    color: #fff;
}

.session-container {
    margin-top: 16px;
    border-radius: 8px;
    padding: 16px;
    color: #fff;
    overflow-x: auto;
}

@media(max-width:465px) {
    .session-container {
        padding: 0px;
    }
}

.session-container table thead {
    border-radius: 4px;
}

.session-container table thead th {
    width: 25%;
    border-bottom: 0px;
    background-color: rgba(58, 41, 82, 1);
    color: #9C93A7;
    padding: 16px;
    vertical-align: middle;
}

.session-container table tbody tr td {
    width: 25%;
    border-color: #463755;
    color: #fff;
    padding: 16px;
    vertical-align: middle;
}

.session-container table tbody tr:first-child td {
    padding-top: 32px;
}

.session-container table tbody tr:last-child td {
    border-bottom: 0px;
}

.session-container table thead th:first-child {
    border-radius: 4px 0px 0px 4px;
}

.session-container table thead th:last-child {
    border-radius: 0px 4px 4px 0px;
}

.button-white-border {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(49, 34, 68, 1);
    color: #fff;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 24px;
    padding: 4px 12px;
}

.button-white-border:hover {
    background-color: #fff;
    color: rgba(49, 34, 68, 1);
}

.subscription-container {
    margin-top: 16px;
    padding: 16px;
    border-radius: 8px;
}

.billing-container {
    margin-top: 16px;
    padding: 16px;
    border-radius: 8px;
}

.form-check-input:checked {
    background-color: rgba(43, 174, 216, 1) !important;
    border-color: rgba(43, 174, 216, 1);
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px#3F324E inset !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    caret-color: #fff;
} */

.btn-white-hollow:hover path {
    fill: #333;
}

#billingHistoryModal table thead {
    border-radius: 4px;
}

#billingHistoryModal table thead th {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 20%;
    border-bottom: 0px;
    background-color: rgba(58, 41, 82, 1);
    color: #9C93A7;
    padding: 16px;
    vertical-align: middle;
}

#billingHistoryModal table tbody tr td {
    width: 20%;
    border-color: #463755;
    background-color: rgba(49, 34, 68, 1);
    color: #fff;
    padding: 16px;
    vertical-align: middle;
}

#billingHistoryModal table tbody tr td:nth-child(4) {
    width: 25%;
}

#billingHistoryModal table tbody tr td:nth-child(5) {
    width: 15%;
}

#billingHistoryModal table tbody tr:last-child td {
    border-bottom: 0px;
}

#billingHistoryModal table thead th:first-child {
    border-radius: 4px 0px 0px 4px;
}

#billingHistoryModal table thead th:last-child {
    border-radius: 0px 4px 4px 0px;
}

#billingHistoryModal tbody:before {
    content: "-";
    display: block;
    line-height: 16px;
    color: transparent;
}

.download-button {
    color: #fff;
}

.download-button:hover {
    color: var(--orange);
}

.download-button:hover path {
    fill: var(--orange);
}

.edit_mode_off label,
.edit_mode_off input,
.edit_mode_off textarea,
.edit_mode_off select {
    pointer-events: none;
}

.edit_mode_off .save-option {
    display: none !important;
}

.edit_mode_off .profile-desc,
.edit_mode_off .profile-button {
    display: none !important;
}

.edit_mode_on .edit-option {
    display: none !important;
}

.edit_mode_off .save-billing {
    pointer-events: none;
    opacity: 0.5;
}


.disabled {
    pointer-events: none;
    opacity: 0.5;
}

input.form-control:disabled {
    cursor: not-allowed;
    background: #e9ecef;
    color: #7788AB;
    opacity: 0.8;
}

#forgotPasswordModal .modal-content {
    background-color: #312244;
    width: 470px;
    min-height: 523px;
    border-radius: 16px;
    border: 1px solid #66478F;
    padding: 16px 32px;
}

.darkbtn-style {
    max-width: 96px;
    height: 40px;
    top: 248px;
    left: 152px;
    padding: 6px 38px 6px 38px;
    gap: 8px;
    border-radius: 40px;
    border: 1px solid white !important;
    color: white;
    background-color: rgb(70, 57, 87);
}
.darkbtn-style:hover{
    background-color: #312244;
}

.rounded-card {
    max-width: 138px;
    gap: 8px;
    padding-top: 20px !important;
}
.rounded-card p{
    font-size: 14px;
}

.rounded-card .roundarea {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background:#66478F;
}

.rounded-card .roundarea>img {
    width: 54px;
    height: 54px;
    object-fit: scale-down;
}

.horizontal-line {
    align-self: center;
    flex-grow: 1;
    height: 4px;
    border-radius: 10px;
    background-color: #2BAED8;
}
.login-code-number{
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
}
.edit-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 4px;
    width: 61px;
    height: 28px;
    background: #FFFFFF;
    opacity: 0.69;
    border: 1px solid #1865FF;
    color: #1865FF;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}
.edit-btn:hover {
    background: #1865Ff;
    color: white;
}
.edit-btn:hover svg path{
    fill: white;
}
.btn-white-hollow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1865ff42;
    background-color: #ffffff;
    color: #333;
    padding: 6px 16px;
    border-radius: 24px;
    gap: 8px;
}

.btn-white-hollow:hover {
    background-color: #1865ff75;
    color: white;
}

.btn-style-1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1865ff;
    border-radius: 40px;
    color: white;
    font-weight: 700;
    padding: 6px 16px;
    height: 34px;
    /* box-shadow: inset 0 0 20px rgba(255, 255, 255, 0); */
    outline: 1px solid #40ddf2;
    outline-offset: -5px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    width: max-content;
}

.btn-style-1:hover {
    color: #1865ff;
    border: 1px solid;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-offset: 15px;
    outline-color: rgba(255, 255, 255, 0.575);
    text-shadow: 1px 1px 2px #427388;
}

.btn-style-1:disabled {
    border: none;
    background: #1865ff;
    color: white;
    outline: 1px solid #8740F2;
    outline-offset: -5px;
    opacity: 0.5;
}