.profile-image {
    text-align: center
}
.profile-image a {
    border-radius: 50%;
    border: 2px solid var(--primary)
}
.profile-image a img {
    width: 80px;
    border-radius: 50%;
    border: 3px solid var(--white)
}
.profile-btn {
    margin-top: 33px
}
.profile-btn a {
    width: 100%;
    height: 45px;
    line-height: 1.2;
    border-radius: 8px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-btn a:hover {
    background: var(--white);
    color: var(--primary);
    border: 1px solid;
}
.dropbtn {
    background-color: #f5f5f5;
    color: #888;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}
.dropdown {
    position: relative;
    display: inline-block;
    /* border-right: 1px solid var(--border); */
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}
.dropdown-content span {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
}
.dropdown-content span:hover {
    background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #4359a6;
    color: #fff;
}
.phonefield input[name="phone"] {
    border: none;
    border-radius: 0;
}
.phonefield {
    display: flex;
    border: 1px solid var(--border);
    border-radius: 6px;
}
.phonefield select {
    width: 70px;
    color: var(--text);
    background: #f5f5f566;
    border-right: 1px solid #ced4da;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    padding: 0px 9px;
}
.phonefield select::-webkit-scrollbar-thumb {
    background-color: #333;
}
.phonefield select::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
    height: 10px;
}
.phonefield select::selection {
    background: #3b7db7;
    color: #fff;
}
.inputGrouptwo {
    font-family: 'Segoe UI', sans-serif;
    /* margin: 1em 0 1em 0; */
    /* max-width: 100%; */
    position: relative;
    /* width: 100%; */
    margin-bottom: 0px;
}
.inputGrouptwo label {
    font-size: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    color: rgb(100, 100, 100);
    display: inline-grid;
    align-content: center;
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    margin-left: 1.3em;
    padding: 0;
    background-color: #fff;
}
.inputGrouptwo input, .inputGrouptwo select[name="country"] {
    font-size: 100%;
    padding: 0.5em;
    outline: none;
    border: 1px solid rgb(200, 200, 200);
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    height: 50px;
}
.inputGrouptwo textarea {
    height: 150px;
    padding: 12px 20px;
}
section.inner-section.profile-part {
    border-bottom: 1px solid #8888;
    padding-bottom: 50px;
}
.account-content span {
    font-weight: 500;
    font-size: 14px;
}

.account-content p {
    font-size: 16px;
    font-weight: 300;
}
ul.user-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
ul.user-action li {
    margin: 5px 0px
}
ul.user-action li button {
    width: 30px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}
ul.user-action .edit {
    color: var(--primary);
}
ul.user-action .edit:hover {
    color: var(--white);
    background: var(--green)
}
ul.user-action .trash {
    color: var(--red)
}
ul.user-action .trash:hover {
    color: var(--white);
    background: var(--red)
}
ul.user-action .default-address {
    color: var(--green)
}
ul.user-action .default-address:hover {
    color: var(--white);
    background: var(--green)
}
ul.user-action .no-default-address {
    color: var(--yellow)
}
ul.user-action .no-default-address:hover {
    color: var(--white);
    background: var(--yellow)
}
div#datatable_length {
    display: none;
}
div#datatable_filter {
    display: none;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border: none;
}
.page-item.disabled .page-link {
    color: #4359a8;
    pointer-events: none;
    background-color: transparent;
    border: 1px solid #4359a8;
    border-radius: 5px;
}
.dashboard-menu ul li {
    border: 1px solid #555555;
    border-bottom: 0;
}
.dashboard-menu ul li:last-child {
    border: 1px solid;
    border-bottom: 1px solid;
}
div#datatable2_length {
    display: none;
}

div#datatable2_filter {
    display: none;
}
a.invoice-btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: var(--white);
    color: #03A9F4;
}
a.invoice-btn:hover {
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: #fbdba2;
    color: var(--white);
}
.btn-section{
    margin-bottom: 10px;
}
@media(max-width:1200px){
    .profile-card {
        padding: 25px;
        border-radius: 8px;
        margin-bottom: 25px;
        background: var(--chalk);
        border: 1px solid var(--border);
        position: relative;
        cursor: pointer;
        height: auto;
    }
    section.inner-section.profile-part {
        border-bottom: 1px solid #8888;
        padding-bottom: 70px;
    }
}
@media (max-width: 991px) {
    .profile-btn {
        margin-top: 5px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .profile-image {
        margin-bottom: 20px
    }
}