* {
    outline: 0 !important
}

body {
    height: 100vh;
    font-size: .9rem;
    background-color: #f8f8f8;
    font-family: Nunito, sans-serif;
    overflow: hidden;
}

body #sidebar-Toggle {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99
}

ul {
    margin-bottom: 0;
    padding-left: 0
}

ul li {
    list-style: none
}

.list-styled {
    padding-left: 1rem
}

.list-styled li {
    list-style: disc
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.img-contain {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.img-cover {
    height: 100%;
    width: 100%;
    object-fit: cover
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

a {
    color: #3c403d;
    text-decoration: none
}

a:hover {
    color: #0b648f
}

input::placeholder {
    color: #0005
}

select {
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 1.2rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") 90% center no-repeat;
    background-size: .8rem
}

.btn:focus {
    box-shadow: none !important
}

[disabled] {
    cursor: no-drop;
    user-select: none
}

.glassy-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: -moz-linear-gradient(-45deg, #fe85b3 0, #a914a8 100%);
    background: -webkit-linear-gradient(-45deg, #fe85b3 0, #a914a8 100%);
    background: linear-gradient(135deg, #fe85b3 0, #a914a8 100%)
}

.glassy-bg .ball-lg {
    top: -20%;
    left: -20%;
    width: 150%;
    height: 80%;
    opacity: .5;
    position: absolute;
    border-radius: 100%;
    animation: ball 60s infinite linear;
    background: -moz-linear-gradient(-45deg, #fca0bf 0, #f74f8a 100%);
    background: -webkit-linear-gradient(-45deg, #fca0bf 0, #f74f8a 100%);
    background: linear-gradient(135deg, #fca0bf 0, #f74f8a 100%)
}

.bg-blur {
    backdrop-filter: blur(4px);
    background-color: #fff2
}

@keyframes ball {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.btn-theme {
    color: #fff;
    font-weight: 500;
    border-radius: 20rem;
    padding: .5rem 1rem;
    transition: all .5s;
    background-color: #0b648f
}

.btn-theme:hover {
    color: #0b648f;
    background-color: #f1f4ff
}

.btn-outline-theme {
    border: 1px solid #0b648f;
    color: #0b648f;
    padding: .5rem 1rem;
    transition: all .5s
}

.btn-outline-theme:hover {
    color: #fff;
    background-color: #0b648f
}

.text-theme {
    color: #0b648f
}

.text-light-theme {
    color: #f1f4ff
}

code {
    cursor: pointer;
    user-select: all;
    border-radius: 10rem;
    display: inline-block;
    margin-bottom: .2rem;
    padding: .1rem .6rem;
    color: rgba(60, 64, 61, .6);
    background-color: rgba(136, 136, 136, .2)
}

.code-info {
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 1rem;
    border-radius: .6rem
}

.main-board {
    height: 100%;
    margin-left: 15.5rem;
    transition: all .5s;
    padding: 1.8rem 1rem .8rem
}

@media only screen and (max-width:1440px) {
    .main-board {
        margin-left: 0
    }
}

@media only screen and (max-width:575px) {
    .main-board {
        padding: 1.8rem 1rem .8rem
    }
}

.main-board .simplebar-content {
    padding: 87px 16px 12.8px !important;
    /* overflow: auto */
}

.open-aside .main-board {
    margin-left: 0rem;
    transition: all .5s;
    padding: 5.8rem 1rem .8rem
}

@media only screen and (max-width:1440px) {
    .open-aside .main-board {
        margin-left: 0
    }
}

@media only screen and (max-width:575px) {
    .open-aside .main-board {
        padding: 5.6rem 1rem .8rem
    }
}

.page-header {
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 1rem;
    margin-bottom: 1rem;
    padding: .8rem 1.4rem;
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(149, 157, 165, .1);
    justify-content: space-between
}

@media only screen and (max-width:575px) {
    .page-header {
        display: block
    }
}

.page-header h2 {
    font-weight: 700;
    font-size: 1.6rem;
    color: #3c403d
}

@media only screen and (max-width:992px) {
    .page-header h2 {
        font-size: 1.6rem
    }
}

.page-header .page-path {
    top: 50%;
    left: 1.4rem;
    display: flex;
    font-size: .9rem
}

@media only screen and (max-width:575px) {
    .page-header .page-path {
        padding-top: .2rem
    }
}

.page-header .page-path a {
    font-weight: 700;
    color: #0b648f
}

.page-header .page-path span {
    margin: 0 .4rem;
    font-weight: 700
}

.page-header .page-path p {
    font-weight: 500
}

.card {
    border: none;
    height: 100%;
    border-radius: 1rem;
    padding: 1rem 1.4rem;
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

.card .card-head {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1rem
}

.col-mb>[class*=col-] {
    margin-bottom: 1.5rem
}

.simplebar-track {
    transition: all .3s
}

.simplebar-track.simplebar-vertical {
    width: .6rem
}

.simplebar-track.simplebar-vertical.simplebar-hover {
    width: .8rem
}

.simplebar-track.simplebar-horizontal {
    height: .6rem
}

.simplebar-track.simplebar-horizontal.simplebar-hover {
    height: .8rem
}

.simplebar-track .simplebar-scrollbar:before {
    background-color: #0008
}

.form-group {
    margin-bottom: .8rem
}

.option-badge {
    width: 2rem
}

/* .option-badge .option-menu {
    inset: 0 0 auto auto !important;
    transform: translate3d(0, 30px, 0) !important
} */

.option-icon {
    padding: .2rem 1rem;
    cursor: pointer
}

.option-menu {
    border: none;
    overflow: auto;
    padding: .2rem 0;
    border-radius: .4rem;
    box-shadow: 0 4px 16px rgba(19, 11, 177, .4);
}

.option-menu li a {
    display: flex;
    font-size: .9rem;
    align-items: center;
    padding: .4rem 1rem
}

.option-menu li a:hover {
    background-color: #f1f4ff;
    color: #0a58ca;
}

.option-menu li a p {
    font-weight: 600;
    margin-left: .6rem
}

.option-menu li a:focus {
    color: #000
}

.open-hamburger::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(60, 64, 61, .4)
}

.cursor-pointer {
    cursor: pointer
}

header {
    position: fixed;
    top: 0;
    right: 0.7rem;
    margin-top: .5rem;
    margin-right: .5rem;
    margin-left: auto;
    /* position: relative; */
    z-index: 999;
    padding: .8rem 0;
    border-radius: 1rem;
    background-color: #fff;
    width: calc(100% - 17.7rem);
    transition: all .5s;
    box-shadow: 0 8px 28px rgba(149, 157, 165, .1)
}

header .btn-theme {
    background-color: transparent;
    color: #202124;
    padding: .3rem .8rem;
    border: 1px solid rgba(60, 64, 61, .1)
}

@media only screen and (max-width:1440px) {
    header {
        width: calc(100% - 1rem)
    }
}

header .header-wrap {
    display: flex;
    align-items: center
}

@media only screen and (max-width:992px) {
    header .header-wrap {
        flex-wrap: wrap
    }
}

header .header-wrap .burger-menu {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background-color: #0b648f
}

@media only screen and (max-width:1440px) {
    header .header-wrap .burger-menu {
        display: flex
    }
}

header .header-wrap .burger-menu img {
    width: 40%;
    height: 40%
}

header .header-wrap .menu-sub-wrap {
    display: flex;
    margin-left: auto;
    align-items: center
}

@media only screen and (max-width:992px) {
    header .header-wrap .menu-sub-wrap {
        order: 1
    }
}

@media only screen and (max-width:575px) {
    header .header-wrap .menu-sub-wrap {
        margin-left: auto
    }
}

header .header-wrap .search {
    display: none
}

@media only screen and (max-width:767px) {
    header .header-wrap .search {
        display: block;
        border: 1px solid #ccc;
        padding: .5rem 1rem;
        border-radius: 2rem
    }
}

header .header-wrap .search-form {
    width: 25rem;
    position: relative;
    border-radius: .4rem
}

@media only screen and (max-width:992px) {
    header .header-wrap .search-form {
        width: 15rem
    }
}

@media only screen and (max-width:767px) {
    header .header-wrap .search-form {
        display: none
    }
}

header .header-wrap .search-form input {
    border-color: #e2e2e2;
    display: block;
    height: 100%;
    width: 100%;
    padding: .6rem 3rem .6rem 1.2rem
}

header .header-wrap .search-form input:valid:focus {
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

header .header-wrap .search-form input:focus {
    border-color: #0b648f;
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

header .header-wrap .search-form button {
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    color: #7c7c7c;
    font-size: 1.2rem;
    padding: 0 .8rem;
    position: absolute;
    background-color: transparent
}

header .header-wrap .btnoutlinedarkd {
    display: flex;
    border-color: #e2e2e2 !important;
    margin-left: 1rem;
    align-items: center;
    padding: .4rem .6rem;
    background-color: #fff !important;
    color: #0a0a0a !important
}

header .header-wrap .btnoutlinedarkd em {
    font-size: 1.4rem;
    margin-left: .4rem
}

header .header-wrap .btnoutlinedarkd span {
    font-weight: 600;
    margin-left: .2rem
}

header .header-wrap .btnoutlinedarkd .fa-angle-down {
    font-size: 1.4rem;
    margin-top: .1rem;
    font-weight: 400
}

@media only screen and (max-width:575px) {
    header .header-wrap .btnoutlinedarkd {
        display: none
    }
}

header .header-wrap .btnoutlinedarkd:hover {
    color: #0b648f !important
}

header .header-wrap .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent
}

header .header-wrap .dropdownitem {
    min-width: 8.8rem
}

header .header-wrap .dropdown-menu {
    border: none;
    border-radius: .4rem;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

header .header-wrap .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: #f1f4ff
}

header .header-wrap .dropdown-menu .dropdown-item:active {
    color: #000;
    background-color: #f1f4ff
}

header .header-wrap .header-icon,
header .header-wrap .header-profile {
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    margin-left: 1rem;
    border-radius: 100%
}

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

    header .header-wrap .header-icon,
    header .header-wrap .header-profile {
        margin-left: .5rem
    }
}

header .header-wrap .header-icon::after,
header .header-wrap .header-profile::after {
    display: none
}

header .header-wrap .header-profile {
    overflow: hidden
}

header .header-wrap .header-icon {
    display: flex;
    font-size: 1rem;
    color: #3c403d;
    position: relative;
    align-items: center;
    transition: all .5s;
    justify-content: center;
    background-color: #e2e2e2
}

header .header-wrap .header-icon:hover {
    color: #0b648f;
    background-color: #f1f4ff
}

header .header-wrap .header-icon span {
    top: 0rem;
    right: 0rem;
    width: 1rem;
    height: 1rem;
    color: #fff;
    display: flex;
    font-weight: 600;
    font-size: .5rem;
    position: absolute;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background-color: red
}

header .header-wrap .header-badge .dropdown-menu {
    border: none;
    top: 1rem !important;
    border-radius: .4rem;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

header .header-wrap .header-badge .msg-menu {
    width: 20rem;
    height: 100%;
    display: flex;
    max-height: 24rem;
    flex-direction: column
}

header .header-wrap .header-badge .msg-menu .msg-header {
    display: flex;
    align-items: center;
    padding: .2rem .8rem .5rem;
    justify-content: space-between
}

header .header-wrap .header-badge .msg-menu .msg-header h2 {
    font-weight: 600;
    font-size: 1.2rem
}

header .header-wrap .header-badge .msg-menu .msg-header span {
    font-weight: 700;
    font-size: .7rem;
    border-radius: 10rem;
    color: #0b648f;
    padding: .1rem .6rem;
    background-color: #f1f4ff
}

header .header-wrap .header-badge .msg-menu .msg-list {
    height: 100%;
    overflow: auto;
    padding: .4rem .8rem;
    border-top: 1px solid #0002;
    border-bottom: 1px solid #0002
}

header .header-wrap .header-badge .msg-menu .msg-list .msg-wrap {
    width: 100%;
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    padding: .5rem .8rem;
    border-bottom: 1px solid #0001
}

header .header-wrap .header-badge .msg-menu .msg-list .msg-wrap:hover {
    border-bottom-color: transparent;
    background-color: #f1f4ff
}

header .header-wrap .header-badge .msg-menu .msg-list .msg-wrap .msg-icon {
    width: 2.4rem;
    height: 2.4rem;
    overflow: hidden;
    margin-right: .6rem;
    border-radius: 100%
}

header .header-wrap .header-badge .msg-menu .msg-list .msg-wrap .msg-details {
    width: calc(100% - 3rem)
}

header .header-wrap .header-badge .msg-menu .msg-list .msg-wrap .msg-details .msg-label {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .header-wrap .header-badge .msg-menu .msg-list .msg-wrap .msg-details .msg-label p {
    font-weight: 600;
    font-size: .9rem
}

header .header-wrap .header-badge .msg-menu .msg-list .msg-wrap .msg-details .msg-label button {
    padding: 0;
    border: none;
    background-color: transparent
}

header .header-wrap .header-badge .msg-menu .msg-list .msg-wrap .msg-details .msg-desc {
    color: #0006;
    font-weight: 600;
    line-height: 1.2;
    font-size: .7rem
}

header .header-wrap .header-badge .msg-menu .msg-list .msg-wrap .msg-details .msg-time {
    font-weight: 700;
    font-size: .7rem;
    margin-top: .2rem;
    color: #0b648f
}

header .header-wrap .header-badge .msg-menu .msg-footer {
    font-size: .9rem;
    margin: .5rem .6rem 0
}

.open-aside header {
    width: 99%;
    transition: all .5s
}

aside {
    left: .5rem;
    top: .5rem;
    width: 15rem;
    z-index: 999;
    position: fixed;
    overflow: visible;
    user-select: none;
    border-radius: 1rem;
    transition: all .5s;
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(149, 157, 165, .1);
    height: calc(100vh - 1rem);
    transform: translateX(0)
}

@media only screen and (max-width:1440px) {
    aside {
        transform: translateX(-110%)
    }
}

aside .logo {
    padding: 1rem;
    position: relative;
    border-bottom: 2px solid #f1f4ff
}

aside .logo a {
    font-weight: 700;
    font-size: 1.6rem;
    color: #0b648f
}

aside .logo .close-aside {
    top: 50%;
    right: 0;
    width: 2.5rem;
    height: 2rem;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    align-items: center;
    transition: all .5s;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3);
    border-radius: 0 20rem 20rem 0;
    transform: translate(100%, -50%);
    background-color: #0b648f
}

aside .logo .close-aside span {
    color: #fff;
    line-height: .9;
    font-size: 1.8rem
}

aside .logo .close-aside .fa-bars {
    font-size: 1.5rem
}

aside .menu-list {
    overflow: auto;
    padding: .6rem 0;
    height: calc(100vh - 10.2rem)
}

aside .menu-list .menu-heading {
    font-weight: 500;
    font-size: 1.3rem;
    padding: 1rem .6rem 0
}

aside .menu-list>li {
    margin: 0 .6rem
}

aside .menu-list li {
    margin-bottom: .6rem
}

aside .menu-list li a,
aside .menu-list li div {
    display: flex;
    cursor: pointer;
    color: #3c403d;
    align-items: center;
    padding: .6rem 1rem;
    transition: all .5s;
    margin-bottom: .4rem
}

aside .menu-list li a em,
aside .menu-list li a i,
aside .menu-list li div em,
aside .menu-list li div i {
    font-size: 1.2rem;
    color: #0b648f;
}

aside .menu-list li a em.menu-arrow,
aside .menu-list li a i.menu-arrow,
aside .menu-list li div em.menu-arrow,
aside .menu-list li div i.menu-arrow {
    font-size: 1rem;
    margin-left: auto;
    transition: all .5s;
    transform: rotate(-90deg)
}

aside .menu-list li a p,
aside .menu-list li div p {
    font-weight: 500;
    margin-left: .6rem;
    font-size: 16px;
}

aside .menu-list li a.active,
aside .menu-list li a:hover,
aside .menu-list li div.active,
aside .menu-list li div:hover {
    background: #0b648f;
}

aside .menu-list li a.active em,
aside .menu-list li a.active i,
aside .menu-list li a.active p,
aside .menu-list li a:hover em,
aside .menu-list li a:hover i,
aside .menu-list li a:hover p,
aside .menu-list li div.active em,
aside .menu-list li div.active i,
aside .menu-list li div.active p,
aside .menu-list li div:hover em,
aside .menu-list li div:hover i,
aside .menu-list li div:hover p {
    color: #fff
}

aside .menu-list li .sub-menu-list {
    padding-left: .5rem
}

aside .menu-list li .sub-menu-list li {
    margin-bottom: .4rem
}

aside .menu-list li .sub-menu-list li em,
aside .menu-list li .sub-menu-list li i {
    font-size: .6rem
}

aside .menu-list li .sub-menu-list li em.menu-arrow,
aside .menu-list li .sub-menu-list li i.menu-arrow {
    font-size: .8rem
}

aside .menu-list li .sub-menu-list li p {
    font-size: .9rem
}

aside .menu-list li.sub-menu:hover>a,
aside .menu-list li.sub-menu:hover>div {
    box-shadow: none;
    background: #f1f4ff
}

aside .menu-list li.sub-menu:hover>a em,
aside .menu-list li.sub-menu:hover>a i,
aside .menu-list li.sub-menu:hover>a p,
aside .menu-list li.sub-menu:hover>div em,
aside .menu-list li.sub-menu:hover>div i,
aside .menu-list li.sub-menu:hover>div p {
    color: #3c403d
}

aside .menu-list li.sub-menu.mm-active>a,
aside .menu-list li.sub-menu.mm-active>div {
    box-shadow: none;
    background-color: #f1f4ff
}

aside .menu-list li.sub-menu.mm-active>a em,
aside .menu-list li.sub-menu.mm-active>a i,
aside .menu-list li.sub-menu.mm-active>a p,
aside .menu-list li.sub-menu.mm-active>div em,
aside .menu-list li.sub-menu.mm-active>div i,
aside .menu-list li.sub-menu.mm-active>div p {
    color: #3c403d
}

aside .menu-list li.sub-menu.mm-active>a .menu-arrow,
aside .menu-list li.sub-menu.mm-active>div .menu-arrow {
    transform: rotate(0)
}

aside .profile-drop {
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: .6rem;
    padding: .5rem .7rem;
    width: calc(100% - 1rem);
    margin: .5rem .5rem 0;
    justify-content: space-between;
    background-color: #f1f4ff;
    z-index: 2;
    position: relative
}

aside .profile-drop .profile-img {
    width: 2.4rem;
    height: 2.4rem;
    overflow: hidden;
    border-radius: 100%
}

aside .profile-drop .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

aside .profile-drop .profile-label {
    margin-left: .6rem;
    margin-right: auto
}

aside .profile-drop .profile-label h4 {
    font-size: 1.2rem;
    font-weight: 700
}

aside .profile-drop .profile-label p {
    color: #888;
    font-size: .8rem
}

aside .profile-drop .profile-arrow {
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    padding: 0 .2rem;
    border-radius: 100%;
    align-items: center;
    background-color: #0b648f
}

aside .profile-drop .profile-arrow img {
    max-width: 100%;
    max-height: 100%
}

aside .dropdown-menu {
    border: none;
    background-color: #f1f4ff;
    width: calc(100% - 1rem);
    inset: auto auto 0 .5rem !important;
    border-radius: .8rem .8rem 0rem 0rem;
    transform: translate(0, -74.1406px) !important;
    transition: .5s !important;
    z-index: 1
}

aside .dropdown-menu li a {
    display: flex;
    align-items: center;
    color: #3c403d;
    padding: .4rem 1rem;
    margin-bottom: .4rem
}

aside .dropdown-menu li a em {
    color: #0b648f
}

aside .dropdown-menu li a p {
    margin-left: .6rem
}

aside .dropdown-menu li a:hover {
    background-color: #0b648f;
    color: #fff !important
}

aside .dropdown-menu li a:hover em {
    color: #fff !important
}

aside .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0 solid transparent;
    border-bottom: 0 solid;
    border-left: 0 solid transparent
}

.open-aside aside {
    transform: translateX(-110%)
}

@media only screen and (max-width:1440px) {
    .open-aside aside {
        transform: translateX(0)
    }
}

.form-group label {
    cursor: pointer;
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: .5rem;
    color: rgba(60, 64, 61, .6)
}

.form-group label span {
    font-weight: 400;
    font-size: .8rem;
    color: #0b648f
}

.form-control {
    overflow: hidden;
    font-weight: 600;
    font-size: .9rem;
    position: relative;
    padding: .6rem 1.2rem;
    background-color: #fff;
    border: 1px solid rgba(60, 64, 61, .2)
}

.form-control:valid:focus {
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

.form-control.form-control-lg {
    font-size: 1.1rem;
    padding: .7rem 1.4rem
}

.form-control.form-control-sm {
    font-size: .7rem;
    padding: .6rem 1rem
}

.form-control::-webkit-file-upload-button {
    height: 100%;
    margin: 0 1rem 0 0;
    padding: .7rem 1.4rem
}

.form-control[type=file] {
    padding: 0
}

.form-control[type=color] {
    padding: 0;
    cursor: pointer;
    height: 2.85rem
}

.form-control[type=color]::-webkit-color-swatch {
    border: none
}

.form-control::placeholder {
    color: #0005
}

.form-control:focus {
    border-color: #0b648f;
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

.form-control:disabled {
    cursor: no-drop
}

.btn-theme {
    border-radius: .3rem;
    padding: .5rem 1rem;
    border: 1px solid #0b648f
}

.btn-primary {
    background: #0b648f;
    border: 1px solid #0b648f;
    font-weight: 600;
    padding: 0.5rem 2rem;
}

.btn-danger {
    background: #ba0c2f;
    border: 1px solid #ba0c2f;
    font-weight: 600;
    padding: 0.5rem 2rem;
}

.btn-primary:hover {
    background: #0085c3;
    border: 1px solid #0085c3;
}

select.form-control {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") calc(100% - 1.4rem) center no-repeat;
    background-size: 1rem
}

textarea.form-control {
    border-radius: .4rem
}

.form-check {
    cursor: pointer;
    padding-left: 2rem;
    margin-bottom: .8rem
}

.form-check.check-animation .form-check-input {
    transition: all .5s;
    transform: rotate(180deg)
}

.form-check.check-animation .form-check-input:checked {
    transform: rotate(0)
}

.form-check:last-child {
    margin-bottom: 0
}

.form-check.check-primary input:checked {
    background-color: var(--bs-primary)
}

.form-check.check-secondary input:checked {
    background-color: var(--bs-secondary)
}

.form-check.check-success input:checked {
    background-color: var(--bs-success)
}

.form-check.check-danger input:checked {
    background-color: var(--bs-danger)
}

.form-check.check-warning input:checked {
    background-color: var(--bs-warning)
}

.form-check.check-info input:checked {
    background-color: var(--bs-info)
}

.form-check.check-dark input:checked {
    background-color: var(--bs-dark)
}

.form-check .form-check-input {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1;
    margin-left: -2rem;
    margin-top: 0rem
}

.form-check .form-check-input[type=radio] {
    border-radius: 100%;
    background-size: 1.2rem;
}

.form-check .form-check-input:indeterminate:not([type=radio]) {
    border: none;
    background-color: #0b648f
}

.form-check .form-check-input:checked {
    border: none;
    background-color: #0b648f
}

.form-check .form-check-input:focus {
    box-shadow: none;
    border-color: #0b648f
}

.form-switch {
    padding: 0;
    display: flex;
    align-items: center
}

.form-switch .form-check-input {
    width: 2.6rem;
    height: 1.4rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: .4rem
}

.form-switch .form-check-input:focus {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%233c403d33'/%3E%3C/svg%3E");
    border-color: rgba(60, 64, 61, .2)
}

.form-switch .form-check-input:checked {
    border-color: #0b648f;
    background-color: #0b648f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch label {
    margin-bottom: 0
}

.invalid-feedback,
.valid-feedback {
    font-weight: 600;
    font-size: .7rem
}

.input-helper {
    display: block;
    font-weight: 600;
    font-size: .7rem;
    color: rgba(60, 64, 61, .5)
}

.form-group .input-group .input-group-text {
    padding: .6rem 1.5rem;
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem
}

.form-group.form-float input,
.form-group.form-float select {
    padding: .6rem 1.2rem
}

.form-group.form-float label {
    padding: 1rem 1.4rem 0
}

.form-group.checkbox-t-m .form-check {
    margin-top: 1rem
}

.form-group.btn-r-m button {
    margin-right: 1rem
}

.form-group.form-b-margin {
    margin-bottom: 0
}

.form-group .input-group #inputGroupPrepend {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.form-group .error {
    color: #dc3545;
    margin-bottom: 0;
    font-size: .7rem
}

.form-uploader .dropzone {
    padding: 3rem 0;
    border: 2px dashed #0b648f;
    border-radius: .3rem
}

@media only screen and (max-width:767px) {
    .form-uploader .dropzone {
        padding: 3rem 1rem
    }
}

.form-uploader .dropzone .dz-preview .dz-image {
    border-radius: .3rem
}

.form-uploader .dropzone .dz-preview .dz-error-mark,
.form-uploader .dropzone .dz-preview .dz-error-message,
.form-uploader .dropzone .dz-preview .dz-size,
.form-uploader .dropzone .dz-preview .dz-success-mark {
    display: none !important
}

.form-uploader .dropzone .dz-preview .dz-details {
    top: auto;
    opacity: 1;
    bottom: -1.5rem;
    padding: 0rem 1rem
}

.form-uploader .dropzone .dz-preview .dz-filename {
    color: #0b648f;
    font-weight: 600
}

.form-uploader .dropzone .dz-preview .dz-filename:hover span {
    border: none !important
}

.form-uploader .dropzone .dz-preview .dz-remove {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999
}

.form-uploader .dropzone .dz-preview .dz-remove::after {
    content: "";
    background-image: url(../img/close_icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    transform: translate(50%, -50%);
    border-radius: 1rem;
    border: 3px solid red;
    background-color: red
}

.form-uploader .dropzone .dz-preview:hover .dz-image img {
    filter: none;
    transform: none
}

.table .control-group div {
    display: flex;
    align-items: center
}

.table .control-group .editable-input {
    margin-right: .4rem
}

.table .control-group .editable-input .form-control.form-control-sm {
    font-size: 14px
}

.table .control-group .editable-input .form-control {
    padding: .6rem 2.5rem .6rem 1.2rem;
    background-position: calc(100% - 1rem)
}

.table .control-group .editable-input .combodate {
    display: flex;
    align-items: center;
    font-size: 0
}

.table .control-group .editable-input .combodate .form-select-sm {
    margin-right: .8rem
}

.table .control-group .editable-input .combodate .form-select-sm:last-child {
    margin-right: 0
}

.table .control-group .editable-buttons .btn-danger i {
    font-size: 1.125rem
}

.table .editable-click,
.table a.editable-click {
    color: #0b648f
}

.table .editable-click.editable-empty,
.table a.editable-click.editable-empty {
    color: var(--bs-danger)
}

.invoice-repeater .btn.btn-outline-theme em,
.invoice-repeater .btn.btn-theme em {
    font-size: 15px;
    margin-right: .2rem
}

.sw .nav .nav-link {
    padding: 2rem 1rem
}

@media only screen and (max-width:767px) {
    .sw .nav .nav-link {
        padding: .7rem
    }
}

.sw.sw-theme-dots {
    border: none
}

@media only screen and (max-width:767px) {
    .sw.sw-theme-dots.horizontal-form-wizard .nav {
        flex-direction: row !important;
        max-width: 850px;
        width: 100%;
        overflow: auto
    }
}

@media only screen and (max-width:767px) {
    .sw.sw-theme-dots.horizontal-form-wizard .nav .nav-item .nav-link {
        margin-top: 40px
    }
}

@media only screen and (max-width:575px) {
    .sw.sw-theme-dots.horizontal-form-wizard .nav::before {
        top: 18px
    }
}

@media only screen and (max-width:767px) {
    .sw.sw-theme-dots.horizontal-form-wizard .nav .nav-link::after {
        width: 16px;
        height: 16px;
        top: -28px
    }
}

@media only screen and (max-width:767px) {
    .sw.sw-theme-dots.horizontal-form-wizard .nav .nav-link::before {
        width: 32px;
        height: 32px
    }
}

.sw.sw-theme-dots.vertical-form-wizard {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    min-width: 450px
}

.sw.sw-theme-dots.vertical-form-wizard .nav {
    flex-direction: column;
    width: 160px
}

.sw.sw-theme-dots.vertical-form-wizard .nav::before {
    content: "";
    width: 5px;
    height: 100%;
    left: 25px
}

@media only screen and (max-width:767px) {
    .sw.sw-theme-dots.vertical-form-wizard .nav::before {
        left: 15px
    }
}

.sw.sw-theme-dots.vertical-form-wizard .nav .nav-item {
    position: relative
}

.sw.sw-theme-dots.vertical-form-wizard .nav .nav-item .nav-link::after {
    top: 0;
    left: 0;
    transform: translate(50%, 50%);
    margin-left: 0;
    margin-right: 0
}

.sw.sw-theme-dots.vertical-form-wizard .nav .nav-item .nav-link::before {
    top: 0;
    margin-left: 0;
    margin-right: 0
}

.sw.sw-theme-dots.vertical-form-wizard .nav .nav-item .nav-link .nav-step {
    position: absolute;
    top: 0;
    left: 60px;
    transform: translate(0, 50%)
}

@media only screen and (max-width:767px) {
    .sw.sw-theme-dots.vertical-form-wizard .nav .nav-item .nav-link .nav-step {
        left: 50px;
        transform: translate(0, 40%)
    }
}

.sw.sw-theme-dots.vertical-form-wizard .tab-content {
    width: calc(100% - 160px)
}

.sw.sw-theme-dots .inline-check {
    display: flex
}

.sw.sw-theme-dots .inline-check .catering-check {
    margin-left: 20px
}

.sw.sw-theme-dots .nav .nav-link {
    margin-top: 30px
}

@media only screen and (max-width:767px) {
    .sw.sw-theme-dots .nav .nav-link {
        margin-top: 40px
    }
}

.sw.sw-theme-dots .nav .nav-link::before {
    background-color: #f1f4ff;
    width: 50px;
    height: 50px
}

@media only screen and (max-width:767px) {
    .sw.sw-theme-dots .nav .nav-link::before {
        width: 32px;
        height: 32px
    }
}

.sw.sw-theme-dots .nav .nav-link::after {
    width: 25px;
    height: 25px;
    top: -23px
}

@media only screen and (max-width:767px) {
    .sw.sw-theme-dots .nav .nav-link::after {
        width: 16px;
        height: 16px
    }
}

.sw.sw-theme-dots .nav .nav-link.active {
    color: #0b648f !important
}

.sw.sw-theme-dots .nav .nav-link.active::after {
    background-color: #0b648f !important
}

.sw.sw-theme-dots .nav .nav-link.done {
    color: #999
}

.sw.sw-theme-dots .nav .nav-link.done::after {
    background-color: #999
}

@media only screen and (max-width:575px) {
    .sw .toolbar {
        padding: 0
    }
}

.form-group {
    position: relative
}

.form-group .form-control[readonly] {
    background-color: #fff !important
}

.flatpickr-calendar .flatpickr-days .flatpickr-day {
    transition: all .5s
}

.flatpickr-calendar .flatpickr-days .flatpickr-day.today {
    background-color: #f1f4ff;
    color: #0b648f;
    border: 1px solid transparent
}

.flatpickr-calendar .flatpickr-days .flatpickr-day.today:hover {
    color: #0b648f
}

.flatpickr-calendar .flatpickr-days .flatpickr-day.selected {
    background-color: #0b648f;
    color: #fff;
    border: 1px solid transparent
}

.flatpickr-calendar .flatpickr-days .flatpickr-day.inRange {
    background-color: #f1f4ff;
    color: #0b648f;
    border: 1px solid transparent;
    box-shadow: 5px 0 0 #f1f4ff, 5px 0 0 #f1f4ff
}

.flatpickr-calendar .flatpickr-time input:focus,
.flatpickr-calendar .flatpickr-time input:hover {
    background-color: #f1f4ff;
    color: #0b648f
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background-color: #f1f4ff;
    border: 1px solid #f1f4ff;
    color: #0b648f
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background-color: #0b648f;
    border: 1px solid transparent
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #0b648f
}

.picker__wrap .picker__nav--next::before,
.picker__wrap .picker__nav--prev::before {
    content: "";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000
}

.picker__wrap .picker__nav--next::before {
    border-right: 0;
    border-left: .75em solid #000
}

.picker__wrap .picker--focused .picker__list-item--highlighted,
.picker__wrap .picker--focused .picker__list-item--selected,
.picker__wrap .picker__list-item--highlighted,
.picker__wrap .picker__list-item--highlighted:hover,
.picker__wrap .picker__list-item--selected,
.picker__wrap .picker__list-item--selected:hover {
    background-color: #0b648f
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background-color: #f1f4ff;
    color: #0b648f
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    background-color: #f1f4ff;
    color: #0b648f
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--today {
    background-color: #f1f4ff;
    color: #0b648f
}

.picker__day--today:before {
    border-top: 6px solid #0b648f
}

.picker__button--close:before {
    font-family: "Font Awesome 5 Pro"
}

@media only screen and (max-width:992px) {
    [data-simplebar] .table {
        min-width: 0
    }
}

.table {
    color: #6e6b7b;
}

.table th {
    /* font-weight: bold; */
}

.table tr {
    /* font-weight: 600; */
}

.table th,
.table tr,
.table td {
    padding: 0.72rem 2rem;
    vertical-align: middle;
}


.table:not(.table-borderless)>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(60, 64, 61, .2);
    border-bottom-width: .125rem
}

.table.table-dark>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(226, 226, 226, .8);
    border-bottom-width: .125rem
}

.table.border-primary>:not(:last-child)>:last-child>* {
    border-bottom-color: #0d6efd;
    border-bottom-width: .125rem
}

.table.table.table-animation {
    overflow: hidden
}

.table.table.table-animation tbody tr:hover {
    transition: all .3s;
    transform-origin: 0 0;
    transform: translateX(10px);
    box-shadow: 0 8px 28px rgba(149, 157, 165, .1)
}

.table>:not(caption)>*>* {
    font-size: .9rem
}

.table .table-light {
    background-color: #e2e2e2
}

.table.table-dark {
    background: #202124;
    color: #e2e2e2
}

.table caption {
    font-weight: 600;
    text-align: center
}

.table .badge {
    font-weight: 600;
    font-size: .8rem;
    padding: .5em 1.2em
}

.dataTables_wrapper {
    border-radius: 1rem
}

.dataTables_wrapper .dataTables_length label {
    padding: 0 0 0 .625rem;
    font-weight: 700
}

.dataTables_wrapper .dataTables_length label select {
    border-radius: .3rem;
    padding: .14rem 1.563rem .14rem .625rem;
    margin: 1rem .313rem
}

.dataTables_wrapper .dataTables_length label select:focus {
    border-color: #0b648f;
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

.dataTables_wrapper .dataTables_filter label {
    padding: 0 .625rem 0 0;
    font-weight: 700
}

.dataTables_wrapper .dataTables_filter label input {
    border-radius: .3rem;
    padding: .438rem 1.563rem;
    margin-left: .625rem
}

.dataTables_wrapper .dataTables_filter label input:focus {
    border-color: #0b648f;
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

.dataTables_wrapper table.dataTable thead th {
    padding: .938rem 1.125rem;
    font-size: 1rem;
    position: relative
}

.dataTables_wrapper table.dataTable thead th.sorting::after,
.dataTables_wrapper table.dataTable thead th.sorting::before {
    position: absolute;
    right: 0;
    font-size: .8rem;
    transform: translateY(-50%);
    opacity: .4;
    font-family: "Font Awesome 5 Pro"
}

.dataTables_wrapper table.dataTable thead th.sorting::before {
    content: "\f106";
    top: 40%
}

.dataTables_wrapper table.dataTable thead th.sorting::after {
    content: "\f107";
    top: 60%
}

.dataTables_wrapper table.dataTable thead th.sorting.sorting_asc::before {
    opacity: 1
}

.dataTables_wrapper table.dataTable thead th.sorting.sorting_desc::after {
    opacity: 1
}

.dataTables_wrapper table.dataTable tfoot th {
    padding: .938rem 1.125rem;
    font-size: 1rem
}

.dataTables_wrapper table.dataTable tbody tr.group {
    background-color: rgba(241, 244, 255, .4);
    font-weight: 700
}

.dataTables_wrapper table.dataTable tbody tr.group:hover {
    background-color: rgba(241, 244, 255, .4)
}

.dataTables_wrapper table.dataTable tbody tr.odd {
    background-color: #fff
}

.dataTables_wrapper table.dataTable tbody tr.odd>.sorting_1 {
    background-color: #fff
}

.dataTables_wrapper table.dataTable tbody tr.odd.selected {
    background: rgba(241, 244, 255, .4)
}

.dataTables_wrapper table.dataTable tbody tr.odd.selected>.sorting_1 {
    background-color: rgba(241, 244, 255, .2)
}

.dataTables_wrapper table.dataTable tbody tr.even>.sorting_1 {
    background-color: #fff
}

.dataTables_wrapper table.dataTable tbody tr.even.selected {
    background: rgba(241, 244, 255, .5)
}

.dataTables_wrapper table.dataTable tbody tr.even.selected>.sorting_1 {
    background-color: rgba(241, 244, 255, .1)
}

.dataTables_wrapper table.dataTable tbody tr:hover {
    background-color: #fff
}

.dataTables_wrapper table.dataTable tbody td {
    padding: .75rem 1.125rem
}

.dataTables_wrapper table.dataTable tbody td.select-checkbox:before {
    display: none
}

.dataTables_wrapper table.dataTable tbody td.select-checkbox:after {
    display: none
}

.dataTables_wrapper table.dataTable tbody td .table-profile {
    width: 2rem;
    height: 2rem;
    cursor: pointer
}

.dataTables_wrapper table.dataTable tbody td .edit-icon em {
    color: #0b648f
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0;
    margin-top: 1.6rem;
    font-weight: 700
}

.dataTables_wrapper .dataTables_paginate {
    border-radius: .4rem;
    border: 1px solid #f1f4ff;
    background: #f1f4ff;
    margin: 1rem 0 0 0;
    padding-top: 0;
    font-weight: 700;
    transition: all .8s
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 20rem;
    transition: all .5s
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #0b648f;
    border-color: #0b648f
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    cursor: no-drop
}

.dataTables_wrapper table.dataTable tbody td:first-child,
.dataTables_wrapper table.dataTable thead th:first-child {
    position: relative
}

.dataTables_wrapper table.dataTable tbody td:first-child .form-check,
.dataTables_wrapper table.dataTable thead th:first-child .form-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dataTables_paginate {
    white-space: nowrap;
    overflow-x: scroll
}

.alert {
    border-radius: .7rem
}

.alert .alert-heading {
    margin-bottom: 1rem
}

.alert .alert-link {
    text-decoration: underline
}

.alert .btn-close:focus {
    box-shadow: none
}

.badge .table-profile {
    width: 2rem;
    height: 2rem
}

.badge.badge-avatar {
    padding: .375rem 1.25rem .375rem .5rem;
    min-width: 7.5rem;
    display: inline-flex;
    align-items: center;
    border-radius: 20rem;
    font-size: .875rem
}

.badge.badge-avatar div {
    margin: 0 0 0 .625rem
}

.badge .badge-icon {
    display: flex
}

.badge .badge-icon div {
    margin: 0 0 0 .313rem
}

.badge-btn:hover {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: #fff !important
}

.badge-btn:hover span {
    color: #fff;
    background-color: var(--bs-primary)
}

.badge-btn span {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    display: inline-block;
    color: var(--bs-primary);
    background-color: #fff
}

.btn-icon {
    padding: 0;
    margin-left: .625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 2.6rem;
    height: 2.6rem
}

.btn-icon em {
    color: #fff
}

.btn-icon span {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%) !important;
    color: #fff;
    display: flex;
    font-weight: 600;
    font-size: .8rem;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background-color: red
}

.btn-icon:hover {
    color: var(--bs-dark);
    background-color: #fff !important
}

.btn-icon:hover em {
    color: #0d6efd
}

.badge-heading {
    font-weight: 600;
    margin-bottom: 1rem
}

.badge-heading.badge-heading_3 {
    font-size: 1.75rem
}

.badge-light-background {
    font-weight: 600;
    padding: .1rem .5rem;
    display: inline-block;
    border-radius: .3rem;
    margin-bottom: .5rem
}

.bg-green {
    color: #28c76f;
    background-color: rgba(40, 199, 111, .2)
}

.bg-blue {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, .2)
}

.bg-gray {
    color: #888;
    background-color: rgba(136, 136, 136, .2)
}

.bg-red {
    color: red;
    background-color: rgba(255, 0, 0, .2)
}

.bg-yellow {
    color: #ffc107;
    background-color: rgba(255, 193, 7, .2)
}

.bg-light-blue {
    color: #0dcaf0;
    background-color: rgba(13, 202, 240, .2)
}

@media only screen and (max-width:575px) {
    .card .bg-avatar {
        flex-wrap: wrap;
        width: 100%;
        max-width: 70%
    }
}

@media only screen and (max-width:992px) {
    .card .bg-avatar .avatar {
        margin-right: .5rem
    }
}

.card .avatar-group-wrap .avatar {
    margin-right: 1.5rem
}

.avatar,
.avatar-lg,
.avatar-md,
.avatar-sm,
.avatar-xl {
    width: 1.9rem;
    height: 1.9rem;
    background-color: rgba(13, 110, 253, .2);
    border-radius: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 1.5rem;
    cursor: pointer;
    border-radius: .25rem;
    overflow: hidden
}

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

    .avatar,
    .avatar-lg,
    .avatar-md,
    .avatar-sm,
    .avatar-xl {
        margin-right: 1.5rem
    }
}

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

    .avatar,
    .avatar-lg,
    .avatar-md,
    .avatar-sm,
    .avatar-xl {
        margin-right: .5rem
    }
}

.avatar-lg.avatar-sm,
.avatar-md.avatar-sm,
.avatar-sm.avatar-sm,
.avatar-xl.avatar-sm,
.avatar.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
    color: #fff
}

.avatar-lg.status,
.avatar-md.status,
.avatar-sm.status,
.avatar-xl.status,
.avatar.status {
    position: relative
}

.avatar-lg.status span,
.avatar-md.status span,
.avatar-sm.status span,
.avatar-xl.status span,
.avatar.status span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: .688rem;
    height: .688rem;
    border-radius: 20rem;
    background-color: red;
    border: 2px solid #fff
}

.avatar-lg.status img,
.avatar-md.status img,
.avatar-sm.status img,
.avatar-xl.status img,
.avatar.status img {
    border-radius: 100%
}

.avatar-lg.avatar-md,
.avatar-md.avatar-md,
.avatar-sm.avatar-md,
.avatar-xl.avatar-md,
.avatar.avatar-md {
    width: 3rem;
    height: 3rem;
    font-size: 1rem
}

.avatar-lg.avatar-lg,
.avatar-md.avatar-lg,
.avatar-sm.avatar-lg,
.avatar-xl.avatar-lg,
.avatar.avatar-lg {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem
}

.avatar-lg.avatar-xl,
.avatar-md.avatar-xl,
.avatar-sm.avatar-xl,
.avatar-xl.avatar-xl,
.avatar.avatar-xl {
    width: 5rem;
    height: 5rem;
    font-size: 2.188rem
}

.avatar-lg.avatar-rounded,
.avatar-md.avatar-rounded,
.avatar-sm.avatar-rounded,
.avatar-xl.avatar-rounded,
.avatar.avatar-rounded {
    border-radius: 20rem
}

.avatar-lg.avatar-group:not(:nth-child(1)),
.avatar-md.avatar-group:not(:nth-child(1)),
.avatar-sm.avatar-group:not(:nth-child(1)),
.avatar-xl.avatar-group:not(:nth-child(1)),
.avatar.avatar-group:not(:nth-child(1)) {
    margin-left: -2.188rem
}

.avatar-lg.avatar-group,
.avatar-md.avatar-group,
.avatar-sm.avatar-group,
.avatar-xl.avatar-group,
.avatar.avatar-group {
    box-shadow: 0 0 0 .188rem #fff;
    transition: all .25s
}

.avatar-lg.avatar-group:hover,
.avatar-md.avatar-group:hover,
.avatar-sm.avatar-group:hover,
.avatar-xl.avatar-group:hover,
.avatar.avatar-group:hover {
    transform: translateY(0) scale(1.15)
}

.btn.rounded-btn {
    border-radius: .25rem
}

.btn.btn-relief {
    box-shadow: inset 0 -4px 0 0 rgba(34, 41, 47, .2)
}

.btn.icon-btn {
    min-width: 120px
}

.btn.icon-btn em {
    margin-right: 5px
}

.btn.size-bg,
.btn.size-sm {
    border-radius: 20rem
}

.btn.snip-btn {
    min-width: 120px;
    justify-content: center;
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .btn.snip-btn {
        margin: 0
    }
}

.btn-group {
    position: relative
}

.btn-group .snip-left {
    margin-left: -1px
}

.btn-group .snip-left::before {
    content: "OR";
    position: absolute;
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #6c757d;
    border: 1px solid #fff;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 99999999
}

.btn-group .snip-right {
    margin-left: 10px
}

.btn-group .snip-right::after {
    content: "OR";
    position: absolute;
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #6c757d;
    border: 1px solid #fff;
    color: #fff;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999
}

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

    .btn-inline-demo .avatar,
    .btn-inline-demo .badge,
    .btn-inline-demo .btn,
    .btn-inline-demo .button {
        margin-bottom: 1rem;
        margin-right: 1rem
    }
}

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

    .btn-inline-demo .avatar,
    .btn-inline-demo .badge,
    .btn-inline-demo .btn,
    .btn-inline-demo .button {
        margin-bottom: .5rem;
        margin-right: .5rem
    }
}

@media only screen and (max-width:1200px) {
    .btn-inline-demo .snip-btn {
        margin-bottom: 1rem;
        margin-right: 1rem
    }
}

@media only screen and (max-width:575px) {
    .breadcrumb.default-breadcrumb {
        margin-bottom: 0
    }
}

.breadcrumb a {
    font-weight: 700;
    color: #0b648f
}

.breadcrumb p {
    font-weight: 500
}

.breadcrumb span {
    margin: 0 .4rem;
    font-weight: 700
}

.breadcrumb.card-breadcrumb {
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(149, 157, 165, .1);
    padding: .8rem 1.4rem
}

.overflowauto {
    white-space: nowrap !important;
    overflow: auto !important
}

.text-muted {
    color: #6e6b7b;
}

.dynemic-pagination,
.pagination {
    display: inline-flex;
    border-radius: .4rem;
    /* background-color: #f1f4ff */
}

.dynemic-pagination .page-item .page-link,
.pagination .page-item .page-link {
    border: none;
    font-weight: 700;
    margin-left: 2px;
    color: #3c403d;
    text-align: center;
    min-width: 2.45rem;
    border-radius: 20rem;
    padding: .5rem .85rem;
    background-color: transparent
}

.dynemic-pagination .page-item .page-link[aria-label=Previous],
.pagination .page-item .page-link[aria-label=Previous] {
    margin-left: 0
}

.dynemic-pagination .page-item .page-link:hover,
.pagination .page-item .page-link:hover {
    background: #0b648f;
    color: #fff
}

.dynemic-pagination .page-item .page-link.active,
.pagination .page-item .page-link.active {
    color: #fff;
    background: #0b648f;
}

.dynemic-pagination .page-item .page-link:focus,
.pagination .page-item .page-link:focus {
    box-shadow: none
}

.dynemic-pagination .page-item .page-link.disabled,
.pagination .page-item .page-link.disabled {
    color: #666;
    background-color: transparent;
    cursor: no-drop
}

.dynemic-pagination .page-item .page-link.page-primary.active,
.dynemic-pagination .page-item .page-link.page-primary:hover,
.pagination .page-item .page-link.page-primary.active,
.pagination .page-item .page-link.page-primary:hover {
    background-color: var(--bs-primary);
    color: #fff
}

.dynemic-pagination .page-item .page-link.page-danger.active,
.dynemic-pagination .page-item .page-link.page-danger:hover,
.pagination .page-item .page-link.page-danger.active,
.pagination .page-item .page-link.page-danger:hover {
    background-color: var(--bs-danger);
    color: #fff
}

.dynemic-pagination .page-item .page-link.page-warning.active,
.dynemic-pagination .page-item .page-link.page-warning:hover,
.pagination .page-item .page-link.page-warning.active,
.pagination .page-item .page-link.page-warning:hover {
    background-color: var(--bs-warning);
    color: #fff
}

.dynemic-pagination .page-item .page-link.page-info.active,
.dynemic-pagination .page-item .page-link.page-info:hover,
.pagination .page-item .page-link.page-info.active,
.pagination .page-item .page-link.page-info:hover {
    background-color: var(--bs-info);
    color: #fff
}

.dynemic-pagination .page-item .page-link.page-success.active,
.dynemic-pagination .page-item .page-link.page-success:hover,
.pagination .page-item .page-link.page-success.active,
.pagination .page-item .page-link.page-success:hover {
    background-color: var(--bs-success);
    color: #fff
}

.dynemic-pagination .page-item .page-link.page-dark.active,
.dynemic-pagination .page-item .page-link.page-dark:hover,
.pagination .page-item .page-link.page-dark.active,
.pagination .page-item .page-link.page-dark:hover {
    background-color: var(--bs-dark);
    color: #fff
}

.dynemic-pagination .page-item .page-link.page-hover:hover,
.pagination .page-item .page-link.page-hover:hover {
    background-color: transparent;
    color: #3c403d
}

.dynemic-pagination .page-item .page-link.page-lg,
.pagination .page-item .page-link.page-lg {
    padding: .438rem .938rem
}

.dynemic-pagination:first-child .page-link,
.pagination:first-child .page-link {
    border-top-left-radius: 20rem;
    border-bottom-left-radius: 20rem
}

.dynemic-pagination:last-child .page-link,
.pagination:last-child .page-link {
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem
}

.dynemic-pagination.pagination-lg .page-item:first-child .page-link,
.dynemic-pagination.pagination-sm .page-item:first-child .page-link,
.pagination.pagination-lg .page-item:first-child .page-link,
.pagination.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 20rem;
    border-bottom-left-radius: 20rem
}

.dynemic-pagination.pagination-lg .page-item:last-child .page-link,
.dynemic-pagination.pagination-sm .page-item:last-child .page-link,
.pagination.pagination-lg .page-item:last-child .page-link,
.pagination.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem
}

.rounded img {
    border-radius: .25rem
}

.rounded-circle img {
    border-radius: 20rem
}

.list-styled.list-circle {
    padding-left: 2rem
}

.list-styled.list-circle li {
    list-style: circle
}

.list-styled.list-lower-roman li {
    list-style: decimal
}

.list-styled.list-upper-roman li {
    list-style: lower-roman
}

.spinner-border.spinner-border-lg,
.spinner-grow.spinner-border-lg {
    width: 3rem;
    height: 3rem
}

.divider {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    text-align: center
}

.divider div {
    padding: 0 10px;
    position: relative;
    display: inline;
    font-size: 16px
}

.divider div::after,
.divider div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border: 1px solid rgba(60, 64, 61, .1);
    width: 1000px
}

.divider div::before {
    right: 100%;
    left: auto
}

.divider.divider-left div {
    left: -25%
}

.divider.divider-right div {
    right: -25%
}

.divider.divider-primary div::after,
.divider.divider-primary div::before {
    border-color: var(--bs-primary)
}

.divider.divider-secondary div::after,
.divider.divider-secondary div::before {
    border-color: var(--bs-secondary)
}

.divider.divider-success div::after,
.divider.divider-success div::before {
    border-color: var(--bs-success)
}

.divider.divider-danger div::after,
.divider.divider-danger div::before {
    border-color: var(--bs-danger)
}

.divider.divider-warning div::after,
.divider.divider-warning div::before {
    border-color: var(--bs-warning)
}

.divider.divider-info div::after,
.divider.divider-info div::before {
    border-color: var(--bs-info)
}

.divider.divider-dark div::after,
.divider.divider-dark div::before {
    border-color: var(--bs-dark)
}

.divider.divider-dotted div::after,
.divider.divider-dotted div::before {
    border-style: dotted
}

.divider.divider-dashed div::after,
.divider.divider-dashed div::before {
    border-style: dashed
}

.nav {
    border-radius: .4rem
}

.nav.wrap-border {
    border: 1px solid rgba(60, 64, 61, .1)
}

.nav.wrap-border.square-border {
    border-radius: 0
}

.nav .nav-item .nav-link {
    font-weight: 600;
    color: #0b648f
}

.nav .nav-item .disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav .dropdown-divider {
    margin: 0
}

.list-group.list-width {
    width: 100%;
    max-width: 570px
}

.list-group.list-gap .list-group-item {
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 10px
}

.list-group .list-group-item.list-group-item-action:hover {
    background-color: #f1f4ff
}

.list-group .list-group-item.list-group-item-action.active:hover {
    background-color: #0d6efd
}

.list-group .list-group-item.list-icon em {
    margin-right: 10px
}

.list-group .list-group-item.form-check {
    margin: 0
}

.list-group .list-group-item .form-check-input {
    margin: 0 1rem 0 -1rem
}

.list-group.margin-b h5 {
    margin-bottom: 1rem
}

@media only screen and (max-width:992px) {
    .list-group.margin-b h5 {
        margin-bottom: .5rem
    }
}

.list-group.list-square {
    margin-top: 0
}

.list-group.list-group-flush .list-group-item,
.list-group.list-group-horizontal .list-group-item,
.list-group.list-square .list-group-item {
    border-radius: 0
}

.list-group.list-group-flush .list-group-item:first-child,
.list-group.list-group-horizontal .list-group-item:first-child,
.list-group.list-square .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group.list-group-flush .list-group-item:last-child,
.list-group.list-group-horizontal .list-group-item:last-child,
.list-group.list-square .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.progress-group .progress:not(:last-child) {
    margin-bottom: 1rem
}

.table:not(.table-borderless)>:not(:last-child)>:last-child>* {
    border-bottom: 2px solid #ebe9f1;
    background: #f3f2f7;
}

.nav.nav-tabs {
    border: none;
    margin-bottom: 1rem;
    background-color: #f1f4ff;
    padding: .3rem;
    display: inline-flex;
    border-radius: .4rem
}

.nav.nav-tabs .nav-link {
    border: none;
    font-weight: 700;
    background-color: #f1f4ff;
    border-radius: 0;
    border-radius: .4rem
}

.nav.nav-tabs .nav-link.active {
    background-color: #0b648f;
    color: #fff
}

.nav.nav-tabs .nav-link em {
    margin-right: 1rem
}

.nav.nav-left.nav-tabs,
.nav.nav-right.nav-tabs {
    padding: .3rem;
    margin-bottom: 0;
    border-radius: .4rem
}

.nav.nav-left.nav-tabs .nav-link,
.nav.nav-right.nav-tabs .nav-link {
    border-radius: 0;
    border-radius: .4rem
}

.nav.nav-left {
    margin-right: 1rem
}

.nav.nav-left.nav-tabs .nav-link {
    border-radius: 0;
    background-color: #f1f4ff;
    border-radius: .4rem
}

.nav.nav-left.nav-tabs .nav-link.active {
    background-color: #0b648f;
    color: #fff
}

.nav.nav-right {
    margin-left: 1rem;
    border-right: .4rem
}

@media only screen and (max-width:1200px) {
    .nav.nav-tabs {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: auto
    }
}

@media only screen and (max-width:1200px) {
    .nav.nav-tabs .nav-link {
        display: flex
    }
}

.vertical-tab {
    display: flex;
    align-items: start
}

@media only screen and (max-width:575px) {
    .vertical-tab {
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        justify-content: center
    }
}

.overflowunset {
    overflow: unset !important
}

.tooltip.color .tooltip-inner {
    background-color: red
}

.btn-group {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    .btn-group {
        flex-wrap: wrap
    }
}

.btn-group .button-inline {
    margin-top: .2rem
}

@media only screen and (max-width:767px) {
    .btn-group .button-inline {
        margin-bottom: 1rem;
        margin-right: 1rem
    }
}

.btn-group div:not(:first-child) {
    margin-left: .6rem
}

@media only screen and (max-width:767px) {
    .btn-group div:not(:first-child) {
        margin-left: 0
    }
}

.btn-group .dropdown-toggle-split {
    margin-left: -.5rem
}

.btn-group .option-menu li a {
    font-weight: 600
}

.timeline {
    padding: 20px 20px
}

@media only screen and (max-width:575px) {
    .timeline {
        padding: 20px 10px
    }
}

.timeline .timeline-item {
    position: relative
}

.timeline .timeline-item li {
    position: relative
}

.timeline .timeline-item li .timeline-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #fff
}

.timeline .timeline-item li .timeline-icon.custom-timeline-icon {
    position: absolute;
    top: 10px;
    left: 1px;
    transform: translate(-50%, -50%);
    z-index: 99
}

.timeline .timeline-item li .timeline-icon.custom-timeline-center {
    left: 50%;
    top: 30px;
    font-size: 8px
}

@media only screen and (max-width:575px) {
    .timeline .timeline-item li .timeline-icon.custom-timeline-center {
        left: 0
    }
}

.timeline .timeline-item li .timeline-icon.timeline-icon-border {
    width: 1rem;
    height: 1rem;
    border: 1px solid #ccc
}

.timeline .timeline-item li .timeline-icon.timeline-border {
    width: .6rem;
    height: .6rem;
    border: 2px solid var(--bs-primary)
}

.timeline .timeline-item li .timeline-icon.timeline-right-border {
    left: 100%;
    width: 10px;
    height: 10px
}

.timeline .timeline-item li .timeline-width {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 12px
}

.timeline .timeline-item li .timeline-content {
    padding: 0 0 2rem 2.625rem
}

@media only screen and (max-width:767px) {
    .timeline .timeline-item li .timeline-content {
        padding: 0 0 2rem 1.625rem
    }
}

.timeline .timeline-item li .timeline-content .timeline-text {
    max-width: 350px;
    margin-bottom: 13px
}

@media only screen and (max-width:767px) {
    .timeline .timeline-item li .timeline-content .timeline-text {
        max-width: 320px
    }
}

@media only screen and (max-width:575px) {
    .timeline .timeline-item li .timeline-content .timeline-text {
        max-width: 165px
    }
}

.timeline .timeline-item li .timeline-content .timeline-wrap {
    display: flex;
    justify-content: space-between
}

.timeline .timeline-item li .timeline-content .timeline-wrap h3 {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    white-space: nowrap
}

@media only screen and (max-width:1200px) {
    .timeline .timeline-item li .timeline-content .timeline-wrap h3 {
        font-size: 1rem
    }
}

.timeline .timeline-item li.timeline-primary .timeline-icon em {
    color: #0d6efd
}

.timeline .timeline-item li.timeline-secondary .timeline-icon em {
    color: #6c757d
}

.timeline .timeline-item li.timeline-success .timeline-icon em {
    color: #198754
}

.timeline .timeline-item li.timeline-danger .timeline-icon em {
    color: #dc3545
}

.timeline .timeline-item li.timeline-info .timeline-icon em {
    color: #0dcaf0
}

.timeline .timeline-item li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #e5e5e5
}

.timeline .timeline-item li:last-child::after {
    display: none
}

.timeline .timeline-item li.timeline-border-center::after {
    top: 27px;
    left: 50%
}

@media only screen and (max-width:575px) {
    .timeline .timeline-item li.timeline-border-center::after {
        left: 0
    }
}

.timeline .timeline-item .timeline-left .timeline-content,
.timeline .timeline-item .timeline-right .timeline-content {
    padding: 0 0 0 20px
}

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

    .timeline .timeline-item .timeline-left .timeline-content,
    .timeline .timeline-item .timeline-right .timeline-content {
        padding: 0 0 15px 35px
    }
}

.timeline .timeline-item .timeline-left .timeline-content .content-box,
.timeline .timeline-item .timeline-right .timeline-content .content-box {
    background-color: #f1f4ff;
    padding: 18px;
    position: relative
}

.timeline .timeline-item .timeline-left .timeline-content .content-box .timeline-title,
.timeline .timeline-item .timeline-right .timeline-content .content-box .timeline-title {
    display: flex;
    justify-content: space-between
}

.timeline .timeline-item .timeline-left .timeline-content .content-box .timeline-title h3,
.timeline .timeline-item .timeline-right .timeline-content .content-box .timeline-title h3 {
    font-size: 1.2rem
}

.timeline .timeline-item .timeline-left .timeline-content .content-box::after,
.timeline .timeline-item .timeline-right .timeline-content .content-box::after {
    position: absolute;
    content: "";
    border-top: 16px solid transparent;
    border-right: 16px solid #f1f4ff;
    border-bottom: 16px solid transparent;
    top: 17%;
    transform: translateY(-50%);
    left: -16px
}

.timeline .timeline-item .timeline-left .timeline-content {
    position: relative;
    padding: 0 20px 0 0
}

@media only screen and (max-width:575px) {
    .timeline .timeline-item .timeline-left .timeline-content {
        padding: 0 0 15px 35px
    }
}

.timeline .timeline-item .timeline-left .timeline-content .content-box::after {
    top: 17%;
    transform: translateY(-50%);
    left: 100%;
    border-right: 16px solid transparent;
    border-left: 16px solid #f1f4ff
}

@media only screen and (max-width:575px) {
    .timeline .timeline-item .timeline-left .timeline-content .content-box::after {
        transform: translateY(-50%);
        left: -32px;
        border-left: 16px solid transparent;
        border-right: 16px solid #f1f4ff
    }
}

.timeline .timeline-item.timeline-round-icon li:last-child::after {
    width: 0
}

.popover {
    box-shadow: 0 4px 16px rgba(19, 11, 177, .4);
    border: none
}

.popover .popover-header {
    background-color: #f1f4ff;
    color: #0b648f;
    border: none
}

.accordion .accordion-item {
    border: none
}

.accordion .accordion-item .accordion-header .accordion-button {
    border: 1px solid rgba(60, 64, 61, .2);
    border-radius: .4rem;
    margin: 5px 0
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #0b648f;
    border: 1px solid rgba(60, 64, 61, .2);
    background-color: #f1f4ff;
    box-shadow: 0 4px 36px rgba(149, 157, 165, .15)
}

.accordion .accordion-item .accordion-collapse .accordion-body {
    border: 1px solid rgba(60, 64, 61, .1);
    border-radius: .4rem
}

.accordion-button:not(.collapsed) {
    color: #0b648f
}

.modal .modal-content {
    border-radius: .5rem;
    background-color: transparent;
    border: none;
    overflow: visible
}

.modal .modal-content .modal-header {
    position: relative;
    background-color: #f1f4ff;
    border: none;
    border-radius: 1rem
}

.modal .modal-content .modal-header h5 {
    color: #0b648f;
    font-weight: 600
}

.modal .modal-content .modal-header .btn-close {
    animation: close 2s ease-in-out infinite;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -50%);
    opacity: 1
}

.modal .modal-content .modal-header .btn-close:focus {
    box-shadow: none
}

.modal .modal-content .modal-body {
    background-color: #fff;
    border-radius: 1rem;
    margin-top: .625rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.modal .modal-content .modal-body .bg-color {
    background-color: #f1f4ff;
    padding: 10px;
    border: 1px solid #e2e2e2
}

.modal .modal-content .modal-footer {
    border: none;
    padding: .625rem 0 0 0;
    background-color: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.modal .modal-content .modal-footer button {
    min-width: 100px
}

@keyframes close {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.modal .modal-dialog-scrollable .modal-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.modal .modal-dialog-scrollable .modal-footer {
    padding: .5rem 1rem
}

.modal.tooltips-modal .popover-wrapper {
    display: flex;
    align-items: center
}

.modal.tooltips-modal .popover-wrapper p {
    font-size: 1rem
}

.modal.tooltips-modal .popover-wrapper .popover-btn {
    display: flex;
    align-items: center;
    margin-left: .4rem;
    cursor: pointer
}

.modal.tooltips-modal .popover-wrapper .popover-btn em {
    font-size: 1.3rem;
    color: #0b648f
}

.modal.modal-fullscreen {
    padding: 20px
}

.modal.primary-modal .modal-header {
    background-color: var(--bs-blue)
}

.modal.primary-modal .modal-header h5 {
    color: #fff
}

.modal.secondary-modal .modal-header {
    background-color: var(--bs-secondary)
}

.modal.secondary-modal .modal-header h5 {
    color: #fff
}

.modal.success-modal .modal-header {
    background-color: var(--bs-success)
}

.modal.success-modal .modal-header h5 {
    color: #fff
}

.modal.danger-modal .modal-header {
    background-color: var(--bs-danger)
}

.modal.danger-modal .modal-header h5 {
    color: #fff
}

.modal.warning-modal .modal-header {
    background-color: var(--bs-warning)
}

.modal.warning-modal .modal-header h5 {
    color: #fff
}

.modal.info-modal .modal-header {
    background-color: var(--bs-info)
}

.modal.info-modal .modal-header h5 {
    color: #fff
}

.modal.tooltips-modal .modal-body h5 {
    margin-bottom: 10px
}

.toast {
    border: none;
    box-shadow: 0 4px 16px rgba(19, 11, 177, .4);
    background-color: #fff;
    width: 350px;
    border-radius: .7rem
}

@media only screen and (max-width:767px) {
    .toast {
        width: 300px
    }
}

.toast .toast-header {
    background-color: #f1f4ff;
    border: none;
    padding: .5rem 1rem;
    border-top-right-radius: .7rem !important;
    border-top-left-radius: .7rem !important
}

.toast .toast-header .btn-close {
    box-shadow: none;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.toast .toast-body,
.toast .toaster-body {
    padding: 1rem;
    display: flex;
    background-color: #fff;
    border-radius: .7rem
}

.toast.toast-success {
    box-shadow: 0 4px 16px rgba(25, 135, 84, .25)
}

.toast.toast-success .toast-header {
    background-color: var(--bs-success);
    color: #fff
}

.toast.success-icon em {
    font-size: 30px;
    color: var(--bs-success);
    margin-right: 10px
}

.toast.toast-danger {
    box-shadow: 0 4px 16px rgba(220, 53, 69, .25)
}

.toast.toast-danger .toast-header {
    background-color: var(--bs-danger);
    color: #fff
}

.toast.danger-icon em {
    font-size: 30px;
    color: var(--bs-danger);
    margin-right: 10px
}

.toast.toast-info {
    box-shadow: 0 4px 16px rgba(13, 202, 240, .25)
}

.toast.toast-info .toast-header {
    background-color: var(--bs-info);
    color: #fff
}

.toast.info-icon em {
    font-size: 30px;
    color: var(--bs-info);
    margin-right: 10px
}

.default-modal .modal-dialog {
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden
}

.default-modal .modal-dialog .modal-content .modal-header {
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #ebe9f1
}

.default-modal .modal-dialog .modal-content .modal-header .close {
    display: none
}

.default-modal .modal-dialog .modal-content .modal-body {
    border-bottom: 1px solid #ebe9f1;
    border-radius: 0
}

.default-modal .modal-dialog .modal-content .modal-body p {
    margin-bottom: 10px
}

.default-modal .modal-dialog .modal-content .modal-body p .countdown-holder {
    color: red
}

.default-modal .modal-dialog .modal-content .modal-footer {
    padding: .625rem
}

.default-modal .modal-dialog .modal-content .modal-footer .btn-default {
    font-weight: 600;
    color: red
}

.bootstrap-session-timeout p {
    margin-bottom: 10px
}

.auth-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(45deg, #0b648f 15%, #135d9b 30%, #0d6efd 50%, #b1c0f5 100%)
}

@media only screen and (max-width:767px) {
    .auth-wrap {
        overflow: auto
    }
}

.auth-wrap .auth-content {
    max-width: 500px;
    width: 100%;
    height: auto;
    padding: 3rem 1.4rem 2rem;
    box-shadow: 0 4px 16px rgba(19, 11, 177, .4)
}

@media only screen and (max-width:767px) {
    .auth-wrap .auth-content {
        max-width: 300px
    }
}

@media only screen and (max-width:575px) {
    .auth-wrap .auth-content {
        padding: 0 1rem 1rem
    }
}

.auth-wrap .auth-content .auth-logo {
    top: 0;
    left: 50%;
    width: calc(100% - 50px);
    display: flex;
    padding: .6rem;
    border-radius: 1rem;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 28px rgba(149, 157, 165, .1)
}

.auth-wrap .auth-content .auth-logo p {
    font-weight: 700;
    font-size: 1.6rem;
    color: #0b648f
}

.auth-wrap .auth-content .code-info,
.auth-wrap .auth-content h5 {
    text-align: center;
    margin: 1.25rem 0 0 0;
    font-weight: 600
}

@media only screen and (max-width:575px) {
    .auth-wrap .auth-content h5 {
        margin: 2rem 0 0 0
    }
}

.auth-wrap .auth-content .code-info {
    margin: .8rem 0 1.25rem 0;
    font-weight: 600
}

.auth-wrap .auth-content .password-input a {
    color: #0b648f;
    font-weight: 600
}

.auth-wrap .auth-content a {
    color: #0b648f;
    font-weight: 600
}

.auth-wrap .auth-content .auth-icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.auth-wrap .auth-content .auth-icon-wrap .btn-fb,
.auth-wrap .auth-content .auth-icon-wrap .btn-google,
.auth-wrap .auth-content .auth-icon-wrap .btn-twitter {
    background-color: var(--bs-primary);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .625rem
}

.auth-wrap .auth-content .auth-icon-wrap .btn-fb em,
.auth-wrap .auth-content .auth-icon-wrap .btn-google em,
.auth-wrap .auth-content .auth-icon-wrap .btn-twitter em {
    font-size: .938rem
}

.auth-wrap .auth-content .auth-icon-wrap .btn-twitter {
    background-color: var(--bs-info)
}

.auth-wrap .auth-content .auth-icon-wrap .btn-google {
    background-color: var(--bs-danger)
}

.auth-wrap.auth-btn button {
    background-color: #0b648f;
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
    padding: .6rem 1rem;
    border-color: #0b648f;
    transition: all .5s
}

.auth-wrap.auth-btn button:hover {
    opacity: .9
}

.auth-login-2 {
    height: 100vh
}

.auth-login-2 .left-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 50px;
    background: linear-gradient(45deg, #0b648f 15%, #0585ee 30%, #0d6efd 50%, #b1c0f5 100%)
}

@media only screen and (max-width:992px) {
    .auth-login-2 .left-col {
        display: none
    }
}

.auth-login-2 .left-col .auth-logo p {
    font-weight: 700;
    font-size: 1.6rem;
    color: #0b648f
}

.auth-login-2 .left-col .auth-img {
    margin: auto
}

.auth-login-2 .left-col .auth-img img {
    max-width: 100%;
    max-height: 700px
}

.auth-login-2 .right-col {
    background-color: #fff;
    height: 100%
}

.auth-login-2 .right-col .auth-wrap {
    background-color: #fff;
    background: 0 0
}

.auth-login-2 .right-col .auth-logo {
    font-weight: 600;
    color: #0b648f;
    font-size: 1.6rem;
    text-align: left
}

.auth-login-2 .right-col .auth-content {
    box-shadow: none
}

@media only screen and (max-width:767px) {
    .auth-login-2 .right-col .auth-content {
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    .auth-login-2 .right-col {
        overflow: hidden;
        height: 100vh
    }
}

.auth-wrap.auth-email .auth-content .auth-email-icon {
    background-color: #f1f4ff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media only screen and (max-width:575px) {
    .auth-wrap.auth-email .auth-content .auth-email-icon {
        margin-top: 3.25rem
    }
}

.auth-wrap.auth-email .auth-content .auth-email-icon em {
    font-size: 40px;
    color: #0b648f
}

.auth-wrap.two-step-div .form div {
    display: flex;
    justify-content: center
}

.auth-wrap.two-step-div .form input {
    border-color: transparent;
    background-color: transparent;
    border-bottom: 1px solid #0b648f;
    margin-right: 10px;
    font-size: 20px;
    height: 30px;
    text-align: center;
    padding: 15px;
    color: #0b648f;
    font-weight: 600
}

.auth-wrap.two-step-div .form .btn {
    margin: 1.25rem auto;
    display: flex;
    justify-content: center
}

.auth-wrap.auth-lock .code-info {
    margin-top: 1rem
}

.auth-wrap.auth-lock .auth-lock-img {
    margin: 0 auto;
    border: 2px solid #0b648f
}

.card-top {
    display: flex;
    justify-content: space-between
}

.card-top .average h6 {
    margin-bottom: 1rem
}

.card-top .average span {
    color: #0b648f
}

.card-top em {
    font-size: 17px;
    display: flex;
    align-items: center
}

.goal-overview {
    text-align: center
}

.analytics .tracker h2 {
    font-weight: 600
}

.analytics .analytics-footer {
    text-align: center;
    margin-top: -75px
}

.analytics .btn {
    margin: 2rem 0 2rem
}

.session-main .session-view .desktop,
.session-main .session-view .laptop,
.session-main .session-view .mobile,
.session-main .session-view .tablet {
    justify-content: center
}

.session-view {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.session-view em {
    font-size: 1.2rem
}

.session-view .desktop,
.session-view .laptop,
.session-view .mobile,
.session-view .tablet {
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
    align-items: center
}

.session-view .desktop div,
.session-view .laptop div,
.session-view .mobile div,
.session-view .tablet div {
    display: flex;
    align-items: center
}

.session-view .desktop em {
    color: #008ffb
}

.session-view .laptop em {
    color: #00e396
}

.session-view .tablet em {
    color: #feb019
}

.session-view .mobile em {
    color: #ff4560
}

.session-view h6 {
    margin-left: .7rem
}

.radialbar .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.card .static-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.card .static-align .card-head {
    margin-bottom: 0
}

.card .timeline {
    padding: 0
}

.card .statics-col {
    display: flex;
    align-items: center
}

.card .statics-col .static-danger,
.card .statics-col .static-dark,
.card .statics-col .static-info,
.card .statics-col .static-secondary,
.card .statics-col .static-success,
.card .statics-col .static-warning {
    background-color: var(--bs-secondary)
}

.card .statics-col .static-danger em,
.card .statics-col .static-dark em,
.card .statics-col .static-info em,
.card .statics-col .static-secondary em,
.card .statics-col .static-success em,
.card .statics-col .static-warning em {
    color: #fff
}

.card .statics-col .static-danger {
    background-color: var(--bs-danger)
}

.card .statics-col .static-success {
    background-color: var(--bs-success)
}

.card .statics-col .static-warning {
    background-color: var(--bs-warning)
}

.card .statics-col .static-info {
    background-color: var(--bs-info)
}

.card .statics-col .static-dark {
    background-color: var(--bs-dark)
}

.card .statics-col p {
    margin-top: .313rem
}

.card .statics-col.static-block {
    display: block;
    text-align: center
}

.card .statics-col.static-block .avatar {
    display: flex;
    margin: 0 auto .625rem
}

.card .statics-col.static-block p {
    margin-top: .313rem
}

.card .statics-col.static-flex-box {
    justify-content: space-between
}

.card .statics-col.static-flex-box p {
    margin-top: .625rem
}

.card .statics-col.static-flex-box .avatar {
    margin-right: 0
}

.card.statics-padding {
    padding: 0
}

.card.statics-padding .statics-col {
    padding: 1rem 1.4rem
}

.accordion-wrap .collapsible .accordion-item .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.accordion-wrap .collapsible .accordion-item .accordion-header .icons {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-left: 5px;
    cursor: pointer
}

.accordion-wrap .collapsible .accordion-item .accordion-header .icons em {
    margin: 0 10px
}

.accordion-wrap .collapsible .accordion-item .accordion-header .icons .redo-icon {
    font-size: 16px
}

.accordion-wrap .collapsible .accordion-item .accordion-header .accordion-button {
    border: none;
    background-color: #fff;
    box-shadow: none;
    color: #3c403d;
    padding: 0;
    position: relative
}

.accordion-wrap .collapsible .accordion-item .accordion-header .accordion-button .card-head {
    margin-bottom: 0
}

.accordion-wrap .collapsible .accordion-item .accordion-collapse .accordion-body {
    padding: 1rem 0;
    border: none
}

.card-profile .user-img {
    height: 170px;
    padding: 0
}

.card-profile .user-img .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.card-profile .card-contant {
    position: relative
}

.card-profile .card-contant .developer-head .avatar {
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff
}

.card-profile .card-contant .developer-icon-name {
    margin-top: 35px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ebe9f1
}

.card-profile .card-contant .developer-icon-name .user-name {
    font-weight: 600
}

.card-profile .card-contant .developer-icon-name .user-text {
    margin-top: 5px
}

.card-profile .card-contant .developer-icon-name .user-text em {
    font-weight: 500;
    font-size: 18px
}

.card-profile .card-contant .developer-icon-name .level {
    margin: 5px auto;
    text-align: center;
    padding: .5rem 1rem;
    border-radius: 12px;
    font-weight: 600;
    color: #0b648f;
    background-color: #f1f4ff
}

.card-profile .card-contant .user-dec {
    display: flex;
    justify-content: space-between
}

.card-profile .card-contant .user-dec .user-head {
    font-weight: 500;
    font-size: 18px
}

.card-profile .card-contant .user-dec .user-texts {
    font-size: 24px;
    font-weight: 600
}

.card-profile .social-media {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.card-profile .social-media .social {
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b648f;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #f1f4ff
}

.card-profile .social-media .social:hover {
    color: #f1f4ff;
    background-color: #0b648f
}

.business-sharks .card-texts {
    margin-bottom: .5rem
}

.business-sharks .card-price {
    margin-bottom: 20px
}

.business-sharks .options {
    display: flex;
    margin-bottom: 20px;
    border-radius: 8px;
    align-items: center;
    padding: .8rem 1.4rem;
    justify-content: space-between;
    border: 1px solid #ebe9f1
}

.business-sharks .options .form-check {
    margin-bottom: 0
}

.business-sharks .options .option-label {
    font-weight: 500
}

.border-top-radius {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.margin-top-1 {
    margin-top: 1rem
}

.border-text {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #ebe9f1
}

.card-1 .cards-img,
.card-2 .cards-img,
.card-3 .cards-img {
    height: 300px
}

.card-1 .cards-img .card-img,
.card-2 .cards-img .card-img,
.card-3 .cards-img .card-img {
    height: 100%
}

.card-1 .card-body,
.card-2 .card-body,
.card-3 .card-body {
    padding: 1rem 1.4rem
}

.card-2 .cards-header {
    padding: 1rem 1.4rem
}

.card-2 .cards-header .card-head {
    margin-bottom: .5rem
}

.card-2 .cards-header .card-subtitle {
    font-size: 18px;
    font-weight: 600
}

.card-2 .card-body .link-card {
    margin-top: .5rem
}

.card-footer {
    padding: 1rem 1.4rem
}

.card-group .card-1 {
    box-shadow: 0 4px 24px 4px rgba(32, 33, 36, .1)
}

@media only screen and (max-width:992px) {
    .card-group .cards-img {
        height: 250px
    }
}

@media only screen and (max-width:767px) {
    .card-group .cards-img {
        height: 200px
    }
}

.card-group .cards-img .card-img {
    height: 100%
}

.invoice-preview .invoice-btn {
    display: flex;
    justify-content: end;
    margin: 1.5rem 0
}

.invoice-preview .invoice-btn a {
    margin-left: 10px;
    border-radius: .3rem
}

.invoice-preview .invoice {
    min-width: 700px
}

.invoice-preview .invoice .fw-bold {
    font-weight: 700;
    color: #888
}

.invoice-preview .invoice .invoice-header {
    padding: 24px 40px 0
}

.invoice-preview .invoice .invoice-header .date-company-address {
    display: flex;
    justify-content: space-between;
    align-items: start
}

.invoice-preview .invoice .invoice-header .date-company-address .company-address {
    max-width: 12rem
}

.invoice-preview .invoice .invoice-header .date-company-address .invoice-detail {
    width: 100%;
    max-width: 220px
}

.invoice-preview .invoice .invoice-header .date-company-address .preview-date-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.invoice-preview .invoice .invoice-header .date-company-address .preview-date-wrapper .preview-date {
    min-width: 125px;
    width: 100%
}

.invoice-preview .invoice .invoice-header .date-company-address .preview-date-wrapper .issued-date {
    margin-left: 10px
}

.invoice-preview .invoice .invoice-address-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 24px
}

.invoice-preview .invoice .invoice-address-payment .invoice-reciever-address {
    max-width: 12rem
}

.invoice-preview .invoice .invoice-address-payment .payment-detail td {
    padding: 0 10px
}

.invoice-preview .invoice .invoice-task-table .table {
    margin-bottom: 0;
    border-collapse: collapse
}

.invoice-preview .invoice .invoice-task-table .table thead tr {
    border-bottom: 1px solid gray;
    background-color: #f1f4ff
}

.invoice-preview .invoice .invoice-task-table .table thead tr th {
    padding: 14px 40px;
    color: #888
}

.invoice-preview .invoice .invoice-task-table .table tbody tr td {
    padding: 14px 40px
}

.invoice-preview .invoice .sales-total-wrapper {
    padding: 24px 40px 0;
    display: flex;
    justify-content: space-between
}

.invoice-preview .invoice .sales-total-wrapper .invoice-total-wrapper {
    min-width: 12rem
}

.invoice-preview .invoice .sales-total-wrapper .invoice-total-wrapper .total-item {
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between
}

.invoice-preview .invoice .sales-total-wrapper .invoice-total-wrapper .total-item .amount {
    color: #888;
    font-weight: 700
}

.invoice-preview .invoice .sales-total-wrapper .invoice-total-wrapper .total-wrapper-divider {
    height: 1px;
    background-color: #e2e2e2;
    margin: 5px 0
}

.invoice-preview .invoice .invoice-note {
    padding: 0 40px 18px
}

.swiper-main {
    width: 100%
}

.swiper-main .swiper-button-next:after,
.swiper-main .swiper-button-prev:after {
    color: #0b648f;
    font-size: 35px;
    font-weight: 600
}

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

    .swiper-main .swiper-button-next:after,
    .swiper-main .swiper-button-prev:after {
        font-size: 30px
    }
}

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

    .swiper-main .swiper-button-next:after,
    .swiper-main .swiper-button-prev:after {
        font-size: 25px
    }
}

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

    .swiper-main .swiper-button-next:after,
    .swiper-main .swiper-button-prev:after {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .swiper-main.zoom-swiper .swiper-button-next {
        right: 25px
    }

    .swiper-main.zoom-swiper .swiper-button-prev {
        left: 25px
    }
}

.swiper-main .swiper-pagination-bullet-active,
.swiper-main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #0b648f
}

.swiper-main .slide-text .title {
    font-size: 41px;
    font-weight: 600
}

.swiper-main .slide-text .subtitle {
    font-size: 21px;
    font-weight: 500
}

.swiper-main .slide-text .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3
}

.swiper-main .slide-text {
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 60px
}

.swiper-main .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.swiper-main.multirow-slides-layout .swiper-wrapper .swiper-slide,
.swiper-main.slidesperview-swiper .swiper-wrapper .swiper-slide {
    height: 450px
}

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

    .swiper-main.multirow-slides-layout .swiper-wrapper .swiper-slide,
    .swiper-main.slidesperview-swiper .swiper-wrapper .swiper-slide {
        height: 350px
    }
}

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

    .swiper-main.multirow-slides-layout .swiper-wrapper .swiper-slide,
    .swiper-main.slidesperview-swiper .swiper-wrapper .swiper-slide {
        height: 300px
    }
}

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

    .swiper-main.multirow-slides-layout .swiper-wrapper .swiper-slide,
    .swiper-main.slidesperview-swiper .swiper-wrapper .swiper-slide {
        height: 230px
    }
}

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

    .swiper-main.multirow-slides-layout .swiper-wrapper .swiper-slide,
    .swiper-main.slidesperview-swiper .swiper-wrapper .swiper-slide {
        height: 200px
    }
}

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

    .swiper-main.multirow-slides-layout .swiper-wrapper .swiper-slide,
    .swiper-main.slidesperview-swiper .swiper-wrapper .swiper-slide {
        height: 100px
    }
}

.swiper-main .slider-wrapper {
    height: 500px
}

@media only screen and (max-width:1440px) {
    .swiper-main .slider-wrapper {
        height: 400px
    }
}

@media only screen and (max-width:1200px) {
    .swiper-main .slider-wrapper {
        height: 300px
    }
}

@media only screen and (max-width:992px) {
    .swiper-main .slider-wrapper {
        height: 230px
    }
}

@media only screen and (max-width:767px) {
    .swiper-main .slider-wrapper {
        height: 200px
    }
}

.swiper-main .swiper-wrapper .swiper-slide {
    height: 450px
}

@media only screen and (max-width:1200px) {
    .swiper-main .swiper-wrapper .swiper-slide {
        height: 400px
    }
}

@media only screen and (max-width:767px) {
    .swiper-main .swiper-wrapper .swiper-slide {
        height: 300px
    }
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow {
    background: 0 0;
    border-radius: 0;
    box-shadow: none
}

.jstree-default .jstree-checkbox:hover {
    background-color: #fff !important
}

.jstree-children .jstree-node .jstree-anchor {
    color: #3c403d
}

.jstree-children .jstree-node .jstree-icon {
    color: #6e6b7b
}

.input-wrap .copy-btn .btn {
    width: 100%
}

@media only screen and (max-width:767px) {
    .input-wrap .copy-btn .btn {
        width: auto
    }
}

.form-range::-webkit-slider-thumb {
    background: #0b648f
}

.sliders-label {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: .5rem
}

.noUi-target {
    height: .5rem;
    border-radius: 5rem;
    border: none;
    background-color: #f1f4ff
}

.noUi-target .noUi-base .noUi-origin .noUi-handle {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    right: -.2rem;
    top: -4px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0b648f
}

.noUi-target .noUi-base .noUi-connects .noUi-connect {
    background: #0b648f
}

.noUi-target .noUi-handle::after {
    display: none
}

.noUi-target .noUi-handle::before {
    display: none
}

.noUi-target .noUi-pips {
    color: #b9b9c3
}

.noUi-target .noUi-pips.noUi-pips-horizontal .noUi-marker-large {
    color: #b9b9c3
}

.slider-skip.noUi-target {
    margin-bottom: 3rem
}

.vertical-sliders {
    text-align: center
}

.vertical-sliders .verticalteb {
    width: 10px;
    height: 200px;
    display: inline-block
}

.slider-behavior .hover-val,
.slider-behavior .unconstrained-values {
    margin-top: .4rem
}

.slider-input .input-number,
.slider-input .input-select {
    width: 10rem
}

.slider-input .input-select {
    margin-right: .5rem
}

.card-localization {
    border: 1px solid #e2e2e2;
    border-radius: .3rem;
    margin-top: 1rem;
    padding: .8rem
}

.select-lang-wrap {
    max-width: 400px;
    font-size: 17px
}

.select-lang-wrap .lang-select {
    font-weight: 600;
    cursor: pointer
}

.select-lang-wrap .lang-select.active {
    color: #0b648f
}

.card .border .card-text {
    padding: .6rem
}

.card .block-inline-spacing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.card .block-inline-spacing .btn {
    margin-top: .7rem
}

.card .form-block .formtype {
    margin-bottom: 1rem
}

.btn-outline-info:hover,
.btn-outline-warning:hover {
    color: #fff
}

@media only screen and (max-width:992px) {
    .toaster-types {
        margin-bottom: .5rem
    }
}

.toaster-types .btn {
    margin-right: 1rem
}

@media only screen and (max-width:1200px) {
    .toaster-types .btn {
        margin-top: 1rem
    }
}

@media only screen and (max-width:992px) {
    .toaster-types .btn {
        margin-top: 0
    }
}

.position-top-center {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.position-bottom-center {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.p-bottom-w-full,
.p-top-w-full {
    width: 100%
}

.p-bottom-w-full .btn-close,
.p-top-w-full .btn-close {
    margin-left: auto !important
}

.toaster {
    width: 330px
}

.toaster .toaster-body {
    justify-content: space-between
}

.toaster .toaster-body .toaster-icon {
    display: flex;
    align-items: center
}

.toaster .toaster-body .btn-close {
    margin-left: .75rem
}

.toaster.toast-warning {
    box-shadow: 0 4px 16px rgba(255, 193, 7, .3)
}

.toaster.toast-warning em {
    font-size: 30px;
    color: var(--bs-warning);
    margin-right: 10px
}

.toaster.top-left {
    box-shadow: 0 4px 16px rgba(13, 202, 240, .25)
}

.toaster.top-left em {
    font-size: 30px;
    color: var(--bs-info);
    margin-right: 10px
}

.toaster.top-center {
    box-shadow: 0 4px 16px rgba(13, 202, 240, .25)
}

.toaster.top-center em {
    font-size: 30px;
    color: var(--bs-info);
    margin-right: 10px
}

.toaster.top-right {
    box-shadow: 0 4px 16px rgba(13, 202, 240, .25)
}

.toaster.top-right em {
    font-size: 30px;
    color: var(--bs-info);
    margin-right: 10px
}

.toaster.bottom-left {
    box-shadow: 0 4px 16px rgba(13, 202, 240, .25)
}

.toaster.bottom-left em {
    font-size: 30px;
    color: var(--bs-info);
    margin-right: 10px
}

.toaster.bottom-center {
    box-shadow: 0 4px 16px rgba(13, 202, 240, .25)
}

.toaster.bottom-center em {
    font-size: 30px;
    color: var(--bs-info);
    margin-right: 10px
}

.toaster.bottom-right {
    box-shadow: 0 4px 16px rgba(13, 202, 240, .25)
}

.toaster.bottom-right em {
    font-size: 30px;
    color: var(--bs-info);
    margin-right: 10px
}

.toaster.bottom-full-width {
    box-shadow: 0 4px 16px rgba(13, 202, 240, .25);
    width: 100% !important
}

.toaster.bottom-full-width em {
    font-size: 30px;
    color: var(--bs-info);
    margin-right: 10px
}

.toaster.top-full-width {
    box-shadow: 0 4px 16px rgba(13, 202, 240, .25);
    width: 100% !important
}

.toaster.top-full-width em {
    font-size: 30px;
    color: var(--bs-info);
    margin-right: 10px
}

.introjs-button {
    border-radius: .3rem;
    padding: .5rem 1rem;
    border: 1px solid #0b648f;
    background-color: #0b648f;
    color: #fff;
    text-shadow: none;
    transition: all .5s;
    padding: .5rem 1rem
}

.introjs-button:hover {
    color: #0b648f;
    background-color: #f1f4ff;
    border-color: #0b648f
}

.introjs-button:focus {
    box-shadow: none
}

.btn-spacing {
    margin-top: 1rem
}

.counter-wrapper {
    margin-top: 1rem
}

.draggable p {
    margin-bottom: 0
}

.badge-list-1 .badge,
.badge-list-2 .badge {
    margin-right: .3rem
}

.list-group-item .list-group-content h6 {
    margin-bottom: .3rem
}

@media only screen and (max-width:575px) {
    .list-group-item .list-group-content h6 {
        margin-top: .5rem
    }
}

.list-group-item .drag-icon-wrap {
    margin-right: .8rem
}

.list-group-item .drag-icon-wrap em {
    font-size: 1.2rem;
    color: #0004
}

.list-group-item.handle-item,
.list-group-item.sortable-item {
    display: flex;
    align-items: center;
    border-radius: 1rem;
    margin-top: .2rem;
    border-top-width: 1px
}

.list-group-item.sortable-item {
    position: relative
}

@media only screen and (max-width:575px) {
    .list-group-item.sortable-item .drag-icon-wrap {
        position: absolute;
        top: 1rem;
        left: 1rem;
        margin: 0
    }
}

@media only screen and (max-width:575px) {
    .list-group-item.sortable-item .avatar {
        margin-right: 0
    }
}

.list-group-item.sortable-item .list-group-content {
    width: calc(100% - 145px)
}

@media only screen and (max-width:575px) {
    .list-group-item.sortable-item .list-group-content {
        width: auto;
        text-align: center
    }
}

@media only screen and (max-width:575px) {
    .list-group-item.sortable-item {
        flex-wrap: wrap;
        justify-content: center
    }
}

.list-group-item .handle {
    background-color: #fff
}

.drag-list-heading h5 {
    color: #3c403d;
    margin-bottom: .8rem;
    font-weight: 600
}

.plyr--full-ui input[type=range] {
    color: #0b648f !important
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true],
.plyr__control--overlaid,
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background-color: #0b648f !important
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background-color: rgba(35, 40, 47, .3) !important
}

.swal2-styled.swal2-confirm {
    background-color: #0b648f !important
}

.card .timeline {
    padding: 1rem 1.4rem
}

.banner-card {
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
    background-color: #0b648f;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-1.png);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around
}

.banner-card h1 {
    margin-bottom: 7px
}

.banner-card .code-info {
    margin-bottom: 0
}

.banner-card .trophy-icon {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    margin: 0 auto;
    font-size: 23px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2)
}

.earnings-card .earnings-pize {
    margin-bottom: 15px
}

.progress-icon em {
    margin-left: 5px;
    font-size: 18px;
    color: var(--bs-teal)
}

.down-icon em {
    margin-left: 5px;
    font-size: 18px;
    color: var(--bs-red)
}

.technology-icon em {
    margin-right: 5px;
    padding: 10px;
    border-radius: .5rem;
    font-size: 18px
}

.views em {
    margin-right: 5px;
    font-size: 18px;
    color: #0b648f
}

.samsung em {
    color: orange;
    background-color: rgba(255, 165, 0, .1)
}

.apple em {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, .1)
}

.oppo em {
    color: red;
    background-color: rgba(255, 0, 0, .1)
}

.vivo em {
    color: #28c76f;
    background-color: rgba(40, 199, 111, .1)
}

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

.browser .browser-iconename {
    display: flex;
    align-items: center
}

.browser .browser-iconename .browser-icone {
    font-size: 30px;
    margin-right: 10px
}

.browser .states-chart {
    display: flex;
    align-items: center
}

.transaction-items {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between
}

.transaction-items .transaction-icon-name {
    display: flex
}

.transaction-items .transaction-icon-name .transaction-icon {
    width: 50px;
    height: 50px;
    display: flex;
    margin-right: 15px;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    background-color: #f1f4ff
}

.transaction-items .transaction-icon-name .transaction-icon em {
    color: #0b648f;
    font-size: 22px
}

.transaction-items .transaction-icon-name .transaction-name .transaction-titel {
    margin-bottom: 5px
}

.transaction-items .prize {
    font-size: 18px;
    font-weight: 600
}

.user-img {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    background-color: #f1f4ff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.card-contant {
    padding: 1rem 1.4rem
}

.card-contant .font-bold {
    font-weight: 600
}

.card-contant .developer-head {
    margin-bottom: 20px
}

.card-contant .developer-head .developer-head-titel {
    font-weight: 600;
    margin-bottom: 5px
}

.card-contant .developer-icon-name {
    margin-bottom: 20px
}

.card-contant .developer-icon-name .developer-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.card-contant .developer-icon-name .developer-item .developer-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    margin-right: 10px;
    border-radius: .4rem;
    justify-content: center;
    align-items: center;
    color: #0b648f;
    background-color: #f1f4ff
}

.table-dashboard .table {
    min-width: 600px
}

.bg-primary-card {
    background-color: #f1f4ff
}

.apexcharts-canvas {
    margin: 0 auto
}

.welcome-card .welcome-back {
    color: #0b648f;
    margin-bottom: 5px;
    font-weight: 600
}

.welcome-card .saas-dashboard {
    margin-bottom: 15px;
    font-weight: 500
}

.welcome-card .cantent-text {
    margin-bottom: 2px
}

.icone {
    font-size: 14px
}

.icone .pencil {
    color: #28c76f
}

.icone .trash {
    color: red;
    margin-left: 20px
}

.card-headers {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebe9f1
}

.card-headers .card-head {
    margin-bottom: .4rem
}

.circle-green {
    color: #28c76f;
    margin-right: 5px
}

.chat-conversation .list-unstyled {
    max-height: 260px
}

.chat-conversation .list-unstyled .chat-day-title .divider {
    margin-top: 1rem
}

.chat-conversation .list-unstyled .right {
    display: flex;
    justify-content: end
}

.chat-conversation .list-unstyled .conversation-list {
    display: flex
}

.chat-conversation .list-unstyled .conversation-list .ctext-wrap {
    padding: 5px 15px;
    margin-bottom: .8rem;
    border-radius: .5rem;
    max-width: 15rem;
    background-color: #f1f4ff
}

.chat-conversation .list-unstyled .conversation-list .ctext-wrap .conversation-name {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #0b648f;
    margin-bottom: 2px;
    font-size: 14px
}

.chat-conversation .list-unstyled .conversation-list .ctext-wrap p {
    margin-bottom: .2rem;
    font-size: 15px
}

.chat-conversation .list-unstyled .conversation-list .ctext-wrap span {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 13px
}

.chat-conversation .list-unstyled .conversation-list .ctext-wrap .chat-time {
    margin-bottom: 0
}

.chat-conversation .list-unstyled .conversation-list .ctext-wrap .chat-time em {
    color: #0b648f
}

.chat-conversation .list-unstyled .conversation-list .dropdown .dropdown-toggle em {
    margin: 0 10px 0 10px;
    font-size: 20px
}

.chat-conversation .list-unstyled .conversation-list .dropdown .dropdown-toggle::after {
    display: none
}

.chat-conversation .list-unstyled .conversation-list .dropdown .dropdown-menu {
    min-width: 7rem;
    text-align: center;
    box-shadow: 0 10px 20px rgba(200, 208, 216, .3)
}

.chat-conversation .chat-input-section {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #ebe9f1
}

.chat-conversation .chat-input-section .chat-input {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.chat-conversation .chat-input-section .chat-input .input-icon {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 16px
}

.chat-conversation .chat-input-section .chat-input .btn-send {
    margin-left: 10px
}

.chat-conversation .chat-input-section .chat-input .btn-send button {
    display: flex;
    align-items: center
}

.chat-conversation .chat-input-section .chat-input .btn-send button em {
    margin-left: 10px
}

.products-name .product-name {
    font-size: 18px;
    font-weight: 600
}

.sales-section .sales {
    font-size: 18px;
    font-weight: 600
}

.active-table-dashboard .min-width-table {
    min-width: 400px
}

.active-table-dashboard td {
    padding: .5rem .3rem
}

.active-table-dashboard h6 {
    font-weight: 600
}

.coin {
    display: flex;
    align-items: center
}

.coin .coin-icone {
    font-size: 25px;
    color: #0b648f
}

.coin .coin-name {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px
}

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

.rat-contant .coin-prize {
    font-size: 18px;
    font-weight: 500
}

@media only screen and (max-width:992px) {
    .rat-contant .stats {
        font-size: 13px
    }
}

@media only screen and (max-width:767px) {
    .rat-contant {
        display: block
    }
}

.wallet-balance-section .available-balance-section {
    margin-bottom: 20px
}

.wallet-balance-section .available-balance-section .available-balance {
    margin-bottom: 2px
}

.wallet-balance-section .available-balance-section .available-balance-price {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px
}

.wallet-balance-section .total-balance {
    display: flex;
    justify-content: space-between
}

.wallet-balance-section .total-balance .balance {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 500
}

.profile-section .profile {
    display: flex;
    align-items: center
}

.profile-section .profile .profile-img {
    width: 100px;
    border-radius: 50%
}

.profile-section .profile .profile-img img {
    width: 100%;
    border-radius: 50%
}

.profile-section .profile .profile-dec {
    margin-left: 35px
}

.profile-section .profile .profile-dec .profile-name {
    font-size: 20px;
    font-weight: 500
}

.profile-section .profile .profile-dec .profile-email {
    margin-bottom: 2px
}

.profile-section .balance-section {
    padding: 20px 0
}

.profile-section .balance-section .total-balance {
    margin-bottom: 10px
}

.profile-section .balance-section .total-balance .user-balance {
    font-weight: 500
}

.profile-section .balance-section .total-balance .user-balance-totel {
    font-size: 20px;
    font-weight: 500
}

.profile-section .balance-section .coin-list .user-coin {
    font-weight: 600;
    margin-bottom: 2px
}

.profile-section .balance-section .coin-list .coin-icon .coin-all {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.profile-section .balance-section .coin-list .coin-icon .coin-all .coin-value {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.profile-section .balance-section .coin-list .coin-icon .coin-all .coin-value .icon {
    width: 45px;
    height: 45px;
    color: #0b648f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 25px;
    background-color: #f1f4ff
}

@media only screen and (max-width:992px) {
    .profile-section .balance-section .coin-list .coin-icon .coin-all .button {
        text-align: center;
        margin-top: 10px
    }
}

.profile-section .balance-section .coin-list .coin-icon .coin-all .button .btn-theme {
    margin-top: .2rem
}

@media only screen and (max-width:992px) {
    .profile-section .balance-section .coin-list .coin-icon .coin-all {
        display: block;
        margin-top: 10px
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff
}

.table .table-icon {
    font-size: 20px
}

.table .bay {
    font-size: 16px;
    font-weight: 500
}

.min-w-lg {
    min-width: 32rem !important
}

.min-w-xl {
    min-width: 700px !important
}

.min-w-xxl {
    min-width: 900px !important
}

.dashboard-user .user-img {
    justify-content: space-between
}

.dashboard-user .user-img .walcome-dashboard {
    padding: 1rem 1.4rem
}

.dashboard-user .user-img .walcome-dashboard .welcome {
    color: #0b648f;
    margin-bottom: .5rem
}

@media only screen and (max-width:575px) {
    .dashboard-user .user-img {
        display: block
    }
}

.dashboard-user .card-contant .dashboard-user-img {
    width: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-top: -50px
}

.dashboard-user .card-contant .dashboard-user-img img {
    width: 100%;
    border-radius: 50%
}

@media only screen and (max-width:575px) {
    .dashboard-user .card-contant .dashboard-user-img {
        margin-top: 0
    }
}

.dashboard-user .card-contant .user {
    padding-top: .7rem
}

.dashboard-user .card-contant .user .user-name {
    margin-bottom: .2rem
}

@media only screen and (max-width:575px) {
    .dashboard-user .card-contant .user {
        margin-bottom: 10px
    }
}

.dashboard-user .card-contant .web-ttaffic {
    margin-top: 20px
}

.popular-post {
    overflow-x: auto;
    max-height: 450px;
    overflow-y: scroll
}

.popular-post .popular-post-table {
    width: 100%;
    min-width: 600px
}

.popular-post .popular-post-table thead tr {
    border-bottom: 1px solid #888
}

.popular-post .popular-post-table thead tr th {
    font-size: 16px;
    padding: 10px
}

.popular-post .popular-post-table tbody tr {
    border-bottom: 1px solid #888
}

.popular-post .popular-post-table tbody tr td {
    font-size: 16px;
    padding: 10px
}

.popular-post .popular-post-table tbody tr td .post-contant {
    display: flex;
    align-items: center
}

.popular-post .popular-post-table tbody tr td .post-contant .post-img {
    width: 2.5rem
}

.popular-post .popular-post-table tbody tr td .post-contant .post-img img {
    width: 100%;
    border-radius: 8px
}

.popular-post .popular-post-table tbody tr td .post-contant .post-text {
    margin-left: 15px;
    font-size: 14px
}

.dashboard-user .dashboard-user-img img {
    width: 100%;
    border-radius: 1rem
}

.dashboard-user .dashboard-user-information .dashboard-user-name {
    margin-bottom: 7px
}

.dashboard-user .dashboard-user-information .user-balance {
    margin-top: 20px;
    display: flex;
    align-items: center
}

.dashboard-user .dashboard-user-information .user-balance .balance-titel {
    margin-right: 10px
}

.earnings-card .earnings-price {
    font-size: 1.25rem;
    font-weight: 900
}

.earnings-card .earnings-text {
    font-weight: 600;
    margin-bottom: .5rem
}

.earnings-card .earnings-chart {
    height: 100px
}

.withdraw-card .withdraw-price {
    font-size: 1.25rem;
    font-weight: 900
}

.withdraw-card .withdraw-text {
    font-weight: 600;
    margin-bottom: .5rem
}

.withdraw-card .withdraw-chart {
    height: 100px
}

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

.chart-card .cardprice {
    font-weight: 900;
    font-size: 1.25rem
}

.popular-projects-auto {
    overflow-y: auto
}

.popular-projects-auto .popular-projects {
    max-height: 365px;
    min-width: 400px
}

.popular-projects-auto .popular-projects .popular-project {
    display: flex;
    padding: 5px 0;
    margin-bottom: 5px;
    align-items: center;
    border-bottom: 1px solid #888;
    justify-content: space-between
}

.popular-projects-auto .popular-projects .popular-project .project-name {
    font-size: 18px;
    font-weight: 600
}

.popular-projects-auto .popular-projects .popular-project .project-name em {
    padding: 10px;
    font-size: 20px;
    border-radius: 8px;
    margin-right: 10px;
    color: #0b648f;
    background: #f1f4ff
}

.popular-projects-auto .popular-projects .popular-project .sales span {
    font-size: 18px;
    font-weight: 600
}

.popular-projects-auto .popular-projects .popular-project .sales em {
    margin-left: 5px;
    font-size: 20px;
    color: var(--bs-teal)
}

.latest-projects {
    min-width: 700px;
    overflow: auto
}

.latest-projects .table tr td,
.latest-projects .table tr th {
    vertical-align: middle
}

.latest-projects .table tr td .up-arrow {
    font-size: 20px;
    color: var(--bs-teal)
}

.email-sidebar {
    background-color: #fff;
    border-radius: .5rem;
    border: 1px solid #ebe9f1;
    display: flex;
    overflow: hidden
}

.email-sidebar .email-left {
    max-width: 16rem;
    width: 100%;
    border-right: 1px solid #ebe9f1;
    padding: 1rem
}

.email-sidebar .email-left .close-icon {
    top: 40px;
    right: 0;
    width: 2.5rem;
    color: #fff;
    font-size: 20px;
    height: 2rem;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    transition: all .5s;
    border-radius: 0 20rem 20rem 0;
    transform: translate(100%, -50%);
    background-color: #0b648f;
    display: none
}

@media only screen and (max-width:1200px) {
    .email-sidebar .email-left .close-icon {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.email-sidebar .email-left .button {
    padding-bottom: 1.4rem
}

.email-sidebar .email-left .button button {
    width: 100%
}

.email-sidebar .email-left .email-sidebar-wrap {
    height: 100%
}

.email-sidebar .email-left .email-sidebar-wrap .labels {
    font-weight: 600;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px
}

.email-sidebar .email-left .email-sidebar-wrap .mail-types a {
    display: block;
    padding: .3rem;
    margin-bottom: 5px;
    font-weight: 600
}

.email-sidebar .email-left .email-sidebar-wrap .mail-types a .circle-green {
    color: #28c76f;
    margin-right: .8rem
}

.email-sidebar .email-left .email-sidebar-wrap .mail-types a .circle-red {
    color: red;
    margin-right: .8rem
}

.email-sidebar .email-left .email-sidebar-wrap .mail-types a .circle-orange {
    color: orange;
    margin-right: .8rem
}

.email-sidebar .email-left .email-sidebar-wrap .mail-types a .circle-primary {
    color: #0b648f;
    margin-right: .8rem
}

.email-sidebar .email-left .email-sidebar-wrap .mail-types a .circle-info {
    color: #0d6efd;
    margin-right: .8rem
}

.email-sidebar .email-left .mail-list-group a {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    padding: .3rem .7rem;
    margin-bottom: 5px;
    align-items: center;
    border-radius: .25rem;
    justify-content: space-between
}

.email-sidebar .email-left .mail-list-group a .icon-widthname {
    display: flex;
    align-items: center
}

.email-sidebar .email-left .mail-list-group a .icon-widthname em {
    margin-right: .8rem;
    font-size: 1.2rem
}

.email-sidebar .email-left .mail-list-group a .total-unseen {
    line-height: 1;
    border-radius: 50%;
    padding: .2rem .4rem;
    color: #0b648f;
    display: inline-block;
    background-color: #f1f4ff;
    font-size: 13px;
    font-weight: 700
}

.email-sidebar .email-left .mail-list-group a:hover {
    background-color: #f1f4ff
}

.email-sidebar .email-left .mail-list-group a:hover .total-unseen {
    background-color: #fff
}

.email-sidebar .email-left .mail-list-group a.active {
    background-color: #f1f4ff;
    color: #0b648f
}

.email-sidebar .email-left .mail-list-group a.active .total-unseen {
    background-color: #fff
}

@media only screen and (max-width:1200px) {
    .email-sidebar .email-left {
        z-index: 1;
        background-color: #fff;
        position: absolute;
        top: 2;
        left: 0;
        transition-duration: .4s;
        transform: translateX(-110%);
        height: 100%
    }
}

.email-sidebar .toggleClass {
    transform: translateX(0)
}

.email-sidebar .email-right {
    width: 100%;
    position: relative
}

.email-sidebar .email-right .email-app-list {
    height: 100%
}

.email-sidebar .email-right .email-app-list .email-header-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.email-sidebar .email-right .email-app-list .search-input {
    position: relative;
    padding: .8rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebe9f1;
    background-color: #fff
}

.email-sidebar .email-right .email-app-list .search-input em {
    color: #888;
    font-weight: 600;
    font-size: 16px;
    margin-right: .5rem
}

.email-sidebar .email-right .email-app-list .search-input input {
    width: 100%;
    border: none
}

.email-sidebar .email-right .email-app-list .checkbox-select-all {
    padding: .8rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebe9f1;
    background-color: #fff
}

.email-sidebar .email-right .email-app-list .checkbox-select-all .form-check {
    margin-bottom: 0
}

.email-sidebar .email-right .email-app-list .checkbox-select-all .form-check .form-check-input {
    width: 20px;
    height: 20px
}

.email-sidebar .email-right .email-app-list .checkbox-select-all label {
    font-weight: 600;
    cursor: pointer
}

.email-sidebar .email-right .email-media-list {
    max-height: calc(100vh - 230px);
    overflow: auto
}

.email-sidebar .email-right .email-media-list .user-mail {
    padding: 1rem 1.4rem;
    cursor: pointer;
    border-bottom: 1px solid #ebe9f1
}

.email-sidebar .email-right .email-media-list .user-mail .user-title {
    display: flex;
    margin-bottom: 7px
}

.email-sidebar .email-right .email-media-list .user-mail .user-title .mail-name {
    width: 100%
}

.email-sidebar .email-right .email-media-list .user-mail .user-title .mail-name .mail-reply {
    display: flex;
    justify-content: space-between
}

.email-sidebar .email-right .email-media-list .user-mail .user-title .mail-name .mail-reply .user-mail-name {
    font-size: 16px;
    font-weight: 600
}

.email-sidebar .email-right .email-media-list .user-mail .user-title .mail-name .mail-reply .circle-green {
    color: #28c76f
}

.email-sidebar .email-right .email-media-list .user-mail .user-action {
    display: flex;
    align-items: center
}

.email-sidebar .email-right .email-media-list .user-mail .user-action .form-check {
    margin-bottom: 0
}

.email-sidebar .email-right .email-media-list .user-mail .user-action .form-check em {
    font-size: 14px
}

.email-sidebar .email-right .email-media-list .user-mail .user-action .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.email-sidebar .email-right .email-media-list .user-mail .user-action .mail-containt {
    margin-left: 12px
}

@media only screen and (max-width:767px) {
    .email-sidebar .email-right .email-media-list .user-mail .user-action .mail-containt {
        margin-left: 0;
        margin-top: 5px
    }
}

@media only screen and (max-width:767px) {
    .email-sidebar .email-right .email-media-list .user-mail .user-action {
        display: block
    }
}

.email-sidebar .email-right .email-media-wrapper {
    margin-top: 100px
}

.email-sidebar .email-right .email-app-details {
    padding: 1rem 1.4rem;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    right: 0;
    transition-duration: .4s;
    transform: translateX(100%);
    height: 100%
}

.email-sidebar .email-right .email-app-details .email-detail-header .email-header-left {
    display: flex;
    align-items: center
}

@media only screen and (max-width:575px) {
    .email-sidebar .email-right .email-app-details .email-detail-header .email-header-left h4 {
        font-size: 1.2rem !important
    }
}

.email-sidebar .email-right .email-app-details .email-detail-header .email-header-left .go-back-page {
    cursor: pointer;
    font-size: 20px;
    margin-right: 10px
}

.email-sidebar .email-right .email-app-details .email-details {
    width: 100%
}

.email-sidebar .email-right .email-app-details .email-details .email-scroll-area {
    padding: 1rem 1.4rem
}

.email-sidebar .email-right .email-app-details .email-details .email-scroll-area .email-label span {
    padding: .4rem;
    font-weight: 600;
    border-radius: 8px;
    color: #0b648f;
    background-color: #f1f4ff
}

.email-sidebar .email-right .email-app-details .email-detail-head {
    background-color: #fff;
    border-radius: 1rem
}

.email-sidebar .email-right .email-app-details .email-detail-head .user-details {
    display: flex;
    align-items: center;
    padding: 1rem 1.4rem;
    border-bottom: 1px solid #ebe9f1
}

.email-sidebar .email-right .email-app-details .email-detail-head .mail-message {
    padding: 1rem 1.4rem
}

.email-sidebar .email-right .email-app-details .email-detail-head .mail-message .user-name {
    margin-bottom: 10px
}

.email-sidebar .email-right .email-app-details .email-detail-head .mail-message1 {
    border-bottom: 1px solid #ebe9f1
}

.email-sidebar .email-right .email-app-details .email-detail-head .mail-attachments {
    padding: 1rem 1.4rem
}

.email-sidebar .email-right .email-app-details .email-detail-head .mail-attachments .attachments {
    font-weight: 600;
    margin-bottom: 5px
}

.read-email {
    position: relative
}

.read-email .email-left {
    position: relative
}

.read-email .email-left .close-icon {
    top: 40px;
    right: 0;
    width: 2.5rem;
    color: #fff;
    font-size: 20px;
    height: 2rem;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    transition: all .5s;
    border-radius: 0 20rem 20rem 0;
    transform: translate(100%, -50%);
    background-color: #0b648f;
    display: none
}

@media only screen and (max-width:1200px) {
    .read-email .email-left .close-icon {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.read-email .email-left .email-sidebar-wrap {
    max-height: calc(100vh - 230px)
}

@media only screen and (max-width:1200px) {
    .read-email .email-left {
        z-index: 1;
        background-color: #fff;
        position: absolute;
        top: 2;
        left: 0;
        transition-duration: .4s;
        transform: translateX(-115%);
        height: 100%
    }
}

.read-email .toggleClass {
    transform: translateX(0)
}

.read-email .email-right {
    position: relative
}

.read-email .email-right .email-sidebar-wrap .user-det {
    padding: 1rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebe9f1
}

.read-email .email-right .email-sidebar-wrap .user-det .to-send-email {
    display: flex;
    align-items: center
}

.read-email .email-right .email-sidebar-wrap .user-det .to-send-email .user {
    width: 50px;
    height: 50px;
    font-size: 16px;
    margin-right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0b648f;
    background-color: #f1f4ff
}

@media only screen and (max-width:767px) {
    .read-email .email-right .email-sidebar-wrap .user-det .to-send-email .user {
        margin-right: 1rem;
        margin-bottom: .5rem
    }
}

.read-email .email-right .email-sidebar-wrap .user-det .to-send-email .user-email .email {
    font-weight: 600;
    margin-bottom: 5px
}

.read-email .email-right .email-sidebar-wrap .user-det .to-send-email .user-email .from-email,
.read-email .email-right .email-sidebar-wrap .user-det .to-send-email .user-email .to-email {
    font-size: 16px;
    font-weight: 600
}

.read-email .email-right .email-sidebar-wrap .user-det .to-send-email .user-email .from-email .from-name,
.read-email .email-right .email-sidebar-wrap .user-det .to-send-email .user-email .from-email .to-name,
.read-email .email-right .email-sidebar-wrap .user-det .to-send-email .user-email .to-email .from-name,
.read-email .email-right .email-sidebar-wrap .user-det .to-send-email .user-email .to-email .to-name {
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .read-email .email-right .email-sidebar-wrap .user-det .to-send-email {
        display: block
    }
}

.read-email .email-right .email-sidebar-wrap .user-det .reply-section {
    display: flex
}

.read-email .email-right .email-sidebar-wrap .user-det .reply-section .reply-icone-section {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0b648f;
    background-color: #f1f4ff;
    margin-left: 10px;
    border-radius: .5rem
}

.read-email .email-right .email-sidebar-wrap .user-det .reply-section .reply-icone-section em {
    font-size: 20px
}

@media only screen and (max-width:767px) {
    .read-email .email-right .email-sidebar-wrap .user-det .reply-section .reply-icone-section {
        margin-left: 0;
        margin-right: 5px
    }
}

@media only screen and (max-width:767px) {
    .read-email .email-right .email-sidebar-wrap .user-det .reply-section {
        margin-top: .5rem
    }
}

@media only screen and (max-width:767px) {
    .read-email .email-right .email-sidebar-wrap .user-det {
        display: block
    }
}

.read-email .email-right .email-sidebar-wrap .user-det .dropdown-toggle::after {
    display: none
}

.read-email .email-right .email-sidebar-wrap .email-content {
    padding: 1rem 1.4rem
}

.read-email .email-right .email-sidebar-wrap .email-content .dear-undefined {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 1rem
}

.read-email .email-right .email-sidebar-wrap .email-content .click-emali {
    padding: 1rem 0;
    font-size: 16px;
    font-weight: 500
}

.read-email .email-right .email-sidebar-wrap .email-content .click-emali a {
    color: #0b648f;
    word-break: break-all
}

.read-email .email-right .email-sidebar-wrap .email-content .img-email {
    width: 250px;
    box-shadow: 0 0 10px 2px #ebe9f1;
    border-radius: .5rem
}

.read-email .email-right .email-sidebar-wrap .email-content .img-email img {
    border-radius: .5rem
}

.read-email .email-right .email-sidebar-wrap .email-content .img-email .img-name {
    padding: .5rem
}

.read-email .email-right .email-sidebar-wrap .email-content .img-email .img-name .download-img {
    font-weight: 600
}

.read-email .email-right .email-sidebar-wrap .email-content .button {
    margin-top: 1rem;
    padding-bottom: 1rem
}

.read-email .email-right .email-sidebar-wrap .email-content .button em {
    margin-right: 5px
}

.read-email .email-right .email-sidebar-wrap .email-content .button .rounded-btn {
    margin-top: .2rem
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up {
    margin: 1rem 0;
    width: 100%;
    display: none;
    padding-bottom: 1rem
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card {
    box-shadow: 0 0 10px 2px #ebe9f1
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card .share-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ebe9f1
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card .share-email .email-input {
    display: flex;
    align-items: center
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card .share-email .email-input .reply-mail {
    padding: .5rem 1rem;
    margin-right: 5px;
    border: none;
    outline: 0
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card .share-email .share-icone {
    font-size: 16px
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card .textarea textarea {
    width: 100%;
    border: none;
    outline: 0;
    resize: none
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card .reply-pop-up-footer {
    padding-top: 1rem;
    border-top: 1px solid #ebe9f1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card .reply-pop-up-footer .send {
    display: flex;
    align-items: center
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card .reply-pop-up-footer .icons {
    font-size: 20px;
    margin-left: 5px
}

.read-email .email-right .email-sidebar-wrap .email-content .reply-pop-up .card .reply-pop-up-footer .icons em {
    margin-left: 5px
}

.basic-action {
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px
}

.basic-action .accurate-email,
.basic-action .button,
.basic-action .confirm-email,
.basic-action .mail-support {
    margin-bottom: 1rem
}

.basic-action .mail-support .mail-by {
    font-size: 20px;
    font-weight: 600
}

.basic-action .axol-2021 {
    text-align: center
}

@media print {

    .page-header,
    aside,
    header {
        display: none
    }

    .basic-action {
        width: 100%;
        display: block;
        margin-right: 100px;
        border-radius: .5rem;
        border: 1px solid #ebe9f1;
        overflow: visible;
        position: fixed;
        top: 0;
        left: 10%
    }
}

.alert-email {
    max-width: 600px;
    font-size: 16px;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff
}

.alert-email .card {
    padding: 0
}

.alert-email .warning-div {
    padding: 1rem 1.4rem;
    color: #fff;
    background-color: #0b648f
}

.alert-email .email-print-contain {
    padding: 1rem 1.4rem
}

.alert-email .email-print-contain .confirm-email,
.alert-email .email-print-contain .free-report,
.alert-email .email-print-contain .mail-support,
.alert-email .email-print-contain .premium-plan,
.alert-email .email-print-contain .thanks {
    margin-bottom: 1rem
}

.alert-email .email-print-contain .confirm-email .mail-by,
.alert-email .email-print-contain .free-report .mail-by,
.alert-email .email-print-contain .mail-support .mail-by,
.alert-email .email-print-contain .premium-plan .mail-by,
.alert-email .email-print-contain .thanks .mail-by {
    font-size: 20px;
    font-weight: 600
}

.alert-email .email-print-contain .axol-2021 {
    text-align: center
}

@media print {

    .page-header,
    aside,
    header {
        display: none
    }

    .alert-email {
        width: 100%;
        display: block;
        margin-right: 100px;
        border-radius: .5rem;
        border: 1px solid #ebe9f1;
        overflow: visible;
        position: fixed;
        top: 0;
        left: 10%
    }
}

.billing-email .billing-card {
    max-width: 550px;
    margin: 0 auto
}

.billing-email .billing-card .using-axol {
    margin: 30px 0;
    font-weight: 600;
    text-align: center
}

.billing-email .billing-card .footer-table {
    text-align: center;
    margin-top: 30px
}

.billing-email .billing-card .footer-table .russellville {
    margin-bottom: 10px
}

.billing-email .billing-card .total {
    font-weight: 700;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000
}

@media print {

    .page-header,
    aside,
    header {
        display: none
    }

    .billing-email {
        width: 100%;
        display: block;
        overflow: visible;
        position: fixed;
        top: 0;
        left: 10%
    }

    .billing-email .billing-card {
        margin: 0
    }
}

.section-label {
    font-size: 16px;
    margin-bottom: .5rem;
    font-weight: 600
}

.content-area-wrapper {
    border-radius: .5rem;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ebe9f1;
    display: flex;
    height: calc(100vh - 175px);
    position: relative
}

.content-area-wrapper .none_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1
}

.content-area-wrapper .sidebar-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 22rem;
    width: 100%;
    border-right: 1px solid #ebe9f1;
    position: relative
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    transition-duration: .4s;
    transform: translateX(-100%)
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .close-icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .close-icon em {
    font-size: 20px
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .user-profile {
    padding: 1.5rem 0;
    text-align: center
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .user-profile .avatar {
    margin: 5px auto
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .user-profile .user-img-profile .span-active {
    bottom: 5px;
    width: 1rem;
    height: 1rem;
    background-color: #28c76f
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .user-profile .user-detail .user-name {
    font-weight: 600
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .user-profile .user-detail p {
    font-weight: 500;
    font-size: 18px
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .profile-sidebar-area {
    padding: 1rem 1.4rem;
    height: 100%;
    overflow: auto
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .profile-sidebar-area .textarea-about {
    margin-bottom: .5rem
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .profile-sidebar-area .list-unstyled .user-status .form-check {
    padding-bottom: 1rem
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .profile-sidebar-area .list-unstyled .list-unstyled-switch .switch-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .profile-sidebar-area .list-unstyled .list-unstyled-switch .switch-form .icon-name {
    display: flex;
    align-items: center
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .profile-sidebar-area .list-unstyled .list-unstyled-switch .switch-form .icon-name em {
    font-size: 20px;
    color: #0b648f;
    margin-right: 10px
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .profile-sidebar-area .list-unstyled .list-unstyled-switch .switch-form .form-switch .form-check-input {
    border-radius: 20rem
}

.content-area-wrapper .sidebar-left .chat-profile-sidebar .profile-sidebar-area .button-logout {
    margin-top: .5rem
}

.content-area-wrapper .sidebar-left .chat-fixed-search {
    position: relative;
    padding: 1rem 1.4rem;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ebe9f1
}

.content-area-wrapper .sidebar-left .chat-fixed-search .status span {
    background-color: #28c76f
}

.content-area-wrapper .sidebar-left .chat-fixed-search .form-group {
    width: 100%;
    margin-bottom: 0;
    width: calc(100% - 60px)
}

.content-area-wrapper .sidebar-left .chat-fixed-search .form-group .form-control {
    width: 100%;
    padding: .5rem 1.2rem
}

.content-area-wrapper .sidebar-left .chat-fixed-search .chat-close-icon {
    display: none;
    position: absolute;
    top: 10px
}

.content-area-wrapper .sidebar-left .chat-fixed-search .chat-close-icon em {
    font-size: 1rem
}

@media only screen and (max-width:1200px) {
    .content-area-wrapper .sidebar-left .chat-fixed-search .chat-close-icon {
        display: block;
        right: 7px
    }
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-left .chat-fixed-search .chat-close-icon {
        right: 10px
    }
}

.content-area-wrapper .sidebar-left .chat-user-list-wrapper {
    height: 100%;
    overflow: auto
}

.content-area-wrapper .sidebar-left .chat-user-list-wrapper .card-head {
    padding: 1rem 1.4rem
}

.content-area-wrapper .sidebar-left .chat-user-list-wrapper .chat-users-list-div .chat-users-list {
    cursor: pointer
}

.content-area-wrapper .sidebar-left .chat-user-list-wrapper .chat-users-list-div .chat-users-list .chat-info-full-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: .5rem 1rem
}

.content-area-wrapper .sidebar-left .chat-user-list-wrapper .chat-users-list-div .chat-users-list .chat-info-full-list .status {
    margin-right: 0
}

.content-area-wrapper .sidebar-left .chat-user-list-wrapper .chat-users-list-div .chat-users-list .chat-info-full-list .chat-info .chat-user-name {
    font-weight: 600
}

.content-area-wrapper .sidebar-left .chat-user-list-wrapper .chat-users-list-div .chat-users-list .chat-info-full-list-active {
    background-color: #f1f4ff
}

@media only screen and (max-width:1200px) {
    .content-area-wrapper .sidebar-left {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #fff;
        transition-duration: .4s;
        transform: translateX(-100%)
    }
}

.content-area-wrapper .sidebar-right {
    width: 100%;
    height: 100%;
    position: relative
}

.content-area-wrapper .sidebar-right .sidebar-right-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.content-area-wrapper .sidebar-right .chat-header {
    padding: 1rem 1.4rem;
    border-bottom: 1px solid #ebe9f1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-right .chat-header {
        padding: .7rem
    }
}

.content-area-wrapper .sidebar-right .chat-header .profile-user {
    display: flex;
    align-items: center
}

.content-area-wrapper .sidebar-right .chat-header .profile-user .bar-icon {
    font-size: 20px;
    margin-right: 20px;
    display: none
}

@media only screen and (max-width:1200px) {
    .content-area-wrapper .sidebar-right .chat-header .profile-user .bar-icon {
        display: block
    }
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-right .chat-header .profile-user .bar-icon {
        margin-right: 13px;
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-right .chat-header .profile-user h5 {
        font-size: 1.1rem
    }
}

.content-area-wrapper .sidebar-right .chat-header .profile-icon {
    display: flex
}

@media only screen and (max-width:767px) {
    .content-area-wrapper .sidebar-right .chat-header .profile-icon .chat-icons-wrap {
        display: none
    }
}

.content-area-wrapper .sidebar-right .chat-header .profile-icon em {
    font-size: 16px;
    margin-right: 1rem
}

.content-area-wrapper .sidebar-right .user-chats {
    height: 100%;
    overflow: auto;
    padding: 1rem 1.4rem;
    background-image: url(../img/bg-chat.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-right .user-chats {
        padding: .7rem
    }
}

.content-area-wrapper .sidebar-right .user-chats .chats {
    word-break: break-all
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat {
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width:992px) {
    .content-area-wrapper .sidebar-right .user-chats .chats .chat {
        margin: .5rem 0
    }
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat .chat-body {
    max-width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat .chat-body .chat-content {
    padding: .7rem 1rem;
    border-radius: 1.4rem;
    background-color: #fff;
    margin-bottom: .4rem;
    box-shadow: 0 4px 8px 0 #22292f1f
}

@media only screen and (max-width:767px) {
    .content-area-wrapper .sidebar-right .user-chats .chats .chat .chat-body .chat-content {
        border-radius: 1rem;
        padding: .5rem .8rem;
        font-size: 14px
    }
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat .chat-body .chat-content:first-child {
    border-top-left-radius: 0
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat .chat-avatar .status {
    border: 2px solid #fff;
    box-shadow: 0 4px 8px 0 #22292f1f;
    margin-right: 1rem
}

@media only screen and (max-width:767px) {
    .content-area-wrapper .sidebar-right .user-chats .chats .chat .chat-avatar .status {
        height: 2.5rem;
        width: 2.5rem
    }
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-right .user-chats .chats .chat .chat-avatar .status {
        margin-right: .7rem
    }
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat-right {
    display: flex;
    justify-content: end
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat-right .chat-body {
    align-items: flex-end
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat-right .chat-body .chat-content {
    color: #fff;
    background-color: #0b648f
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat-right .chat-body .chat-content:first-child {
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 0
}

@media only screen and (max-width:767px) {
    .content-area-wrapper .sidebar-right .user-chats .chats .chat-right .chat-body .chat-content:first-child {
        border-top-left-radius: 1rem
    }
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat-right .chat-avatar {
    margin-left: 1rem
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-right .user-chats .chats .chat-right .chat-avatar {
        margin-left: .7rem
    }
}

.content-area-wrapper .sidebar-right .user-chats .chats .chat-right .chat-avatar .status {
    margin-right: 0
}

.content-area-wrapper .sidebar-right .chat-app-form {
    display: flex;
    padding: 1rem 1.4rem
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-right .chat-app-form button {
        width: 100%
    }
}

.content-area-wrapper .sidebar-right .chat-app-form .input-group {
    border: 1px solid #bfbfbf;
    border-radius: .3rem
}

.content-area-wrapper .sidebar-right .chat-app-form .input-group input {
    border: none
}

.content-area-wrapper .sidebar-right .chat-app-form .input-group .form-control {
    padding: .6rem .2rem
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-right .chat-app-form {
        padding: .7rem
    }
}

.content-area-wrapper .sidebar-right .chat-app-form button {
    margin-left: .5rem
}

.content-area-wrapper .sidebar-right .chat-app-form button em {
    display: none
}

@media only screen and (max-width:992px) {
    .content-area-wrapper .sidebar-right .chat-app-form button span p {
        display: none
    }

    .content-area-wrapper .sidebar-right .chat-app-form button span em {
        display: block
    }
}

@media only screen and (max-width:575px) {
    .content-area-wrapper .sidebar-right .chat-app-form button {
        margin: .2rem 0 0 0
    }
}

.content-area-wrapper .sidebar-right .chat-app-form .input-group-text {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none
}

.content-area-wrapper .sidebar-right .chat-app-form .input-group-text em {
    color: #0b648f
}

.content-area-wrapper .sidebar-right .chat-app-form .input-group-text input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.content-area-wrapper .sidebar-right .header-profile-sidebar {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    max-width: 22rem;
    background-color: #fff;
    flex-direction: column;
    transition-duration: .4s;
    transform: translateX(100%)
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .close-icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .close-icon em {
    font-size: 20px
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-wrap {
    padding: 1.5rem 0
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-wrap .avatar {
    margin: 5px auto
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-wrap .user-img-profile .span-active {
    bottom: 5px;
    width: 1rem;
    height: 1rem
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-wrap .user-profile-detail {
    text-align: center
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-wrap .user-profile-detail .user-name {
    font-weight: 600
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-wrap .user-profile-detail p {
    font-weight: 500;
    font-size: 18px
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-sidebar-area {
    padding: 0 1.4rem 1rem 1.4rem;
    height: 100%;
    overflow: auto
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-sidebar-area .personal-info {
    padding: .8rem 0
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-sidebar-area .personal-info .list-info-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: .5rem
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-sidebar-area .personal-info .list-info-wrap li p {
    font-weight: 500
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-sidebar-area .personal-info .list-info-wrap li em {
    margin-right: .7rem
}

.content-area-wrapper .sidebar-right .header-profile-sidebar .user-profile-sidebar-area .personal-info.options-wrap .list-info-wrap em {
    color: #0b648f
}

.products-section {
    display: flex;
    align-items: start;
    overflow: hidden;
    position: relative
}

.products-section .products-left {
    max-width: 22rem;
    width: 100%;
    margin-right: 1.5rem;
    border-radius: 1rem;
    background-color: #fff;
    transition-duration: .4s
}

.products-section .products-left .filter-icone-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: none
}

@media only screen and (max-width:1200px) {
    .products-section .products-left .filter-icone-close {
        display: block
    }
}

.products-section .products-left .list-unstyled .product-tital {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem
}

.products-section .products-left .list-unstyled .product-list {
    margin-bottom: 1rem
}

.products-section .products-left .list-unstyled .product-list .product-list-name {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 5px
}

.products-section .products-left .list-unstyled .product-list .product-list-name em {
    font-size: 10px;
    margin-right: 10px
}

.products-section .products-left .list-unstyled .price {
    margin-bottom: 1rem
}

.products-section .products-left .list-unstyled .price .noUi-handle {
    cursor: grab
}

.products-section .products-left .list-unstyled .price .product-tital {
    margin-bottom: 2.5rem
}

.products-section .products-left .list-unstyled .price .drag.noUi-target {
    padding-left: 10px
}

.products-section .products-left .list-unstyled .discount {
    margin-bottom: 1rem
}

.products-section .products-left .list-unstyled .rating .rating-star {
    font-size: 24px;
    color: orange;
    cursor: pointer
}

@media only screen and (max-width:1200px) {
    .products-section .products-left {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transform: translateX(-100%)
    }
}

.products-section .products-right {
    width: 100%
}

.products-section .products-right .filter-icone-opne {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    display: none
}

@media only screen and (max-width:1200px) {
    .products-section .products-right .filter-icone-opne {
        display: flex
    }
}

.cards {
    height: 100%
}

.cards .card .offer {
    position: absolute;
    top: 15px;
    left: 20px;
    padding: .3rem .5rem;
    border-radius: 8px;
    color: #f1f4ff;
    background-color: #0b648f
}

.cards .card .card-img {
    width: 100%;
    height: 300px
}

.cards .card .card-img .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.cards .card .item-products {
    margin-bottom: .5rem;
    font-size: 20px;
    font-weight: 600;
    color: #0d6efd;
    display: flex;
    align-items: center;
    height: 60px
}

.cards .card .overflow-text {
    height: 80px;
    overflow: auto
}

.cards .card .price-products {
    font-size: 20px;
    margin-top: .5rem;
    font-weight: 600
}

.cards .card .price-products del {
    margin-left: .5rem;
    font-size: 16px;
    font-weight: 500
}

.cards .card .products-rating {
    margin-top: .5rem;
    font-size: 20px;
    color: orange;
    cursor: pointer
}

.toggleClass {
    transform: translateX(0)
}

.customers-dection .table-responsive .table {
    width: 100%;
    min-width: 900px
}

.customers-dection .card-head {
    display: flex;
    justify-content: space-between
}

.customers-dection .card-head .search-input-control {
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: .4rem;
    padding: .5rem 1rem;
    border: 1px solid #ebe9f1
}

.customers-dection .card-head .search-input-control em {
    font-size: 16px;
    margin-right: 10px
}

.customers-dection .card-head .search-input-control input {
    border: none;
    width: 100%
}

@media only screen and (max-width:575px) {
    .customers-dection .card-head .search-input-control {
        width: 100%;
        margin-bottom: .5rem
    }
}

.customers-dection .card-head .new-customets {
    display: flex;
    align-items: center
}

.customers-dection .card-head .new-customets em {
    margin-right: 5px;
    font-size: 18px
}

@media only screen and (max-width:575px) {
    .customers-dection .card-head {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:575px) {
    .dataTables_wrapper .dataTables_length {
        text-align: right
    }
}

.shops-sectione .shop .shop-head {
    padding: 1rem 1.4rem;
    border-bottom: 1px solid #ebe9f1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width:767px) {
    .shops-sectione .shop .shop-head .avatar-content-wrap {
        display: flex;
        align-items: center
    }
}

@media only screen and (max-width:767px) {
    .shops-sectione .shop .shop-head .avatar-content-wrap .avatar {
        height: 3rem;
        width: 3rem;
        font-size: 1.2rem
    }
}

@media only screen and (max-width:575px) {
    .shops-sectione .shop .shop-head .avatar-content-wrap .avatar {
        height: 2.5rem;
        width: 2.5rem
    }
}

.shops-sectione .shop .shop-head .shops-name {
    margin-top: .5rem;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .shops-sectione .shop .shop-head .shops-name {
        margin-top: 0
    }
}

.shops-sectione .shop .shop-details {
    text-align: center;
    padding: 1rem 1.4rem
}

@media only screen and (max-width:767px) {
    .shops-sectione .shop .shop-details .items-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.shops-sectione .shop .shop-details .items-name {
    font-size: 16px
}

.shops-sectione .shop .shop-details .items-total {
    font-size: 20px;
    font-weight: 600
}

.shops-sectione .shop .see-profile {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ebe9f1
}

@media only screen and (max-width:575px) {
    .shops-sectione .shop .see-profile {
        font-size: 0;
        border-bottom: none;
        border-radius: 1rem;
        background-color: #f1f4ff;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (max-width:575px) {
    .shops-sectione .shop .see-profile em {
        font-size: 20px;
        color: #0b648f
    }
}

.payment-method {
    display: flex;
    align-items: center
}

.payment-method em {
    font-size: 22px;
    margin-right: 5px
}

.action .color-success {
    color: #28c76f;
    margin-right: 1rem
}

.action .color-danger {
    color: red
}

#wizard .steps {
    margin-bottom: 1rem
}

#wizard .steps ul {
    display: flex
}

#wizard .steps ul .number {
    display: none
}

#wizard .steps ul li .step {
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 8px;
    transition-duration: .4s;
    padding: .7rem 1rem;
    cursor: pointer
}

#wizard .steps ul li .step .button {
    display: flex;
    align-items: center
}

#wizard .steps ul li .step .button .bs-stepper-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    transition-duration: .4s;
    align-items: center;
    color: #0b648f;
    background-color: #f1f4ff
}

#wizard .steps ul li .step .button .bs-stepper-label {
    margin-left: .8rem
}

#wizard .steps ul li .step .button .bs-stepper-label .bs-stepper-title {
    font-size: 16px;
    font-weight: 700;
    color: #3c403d
}

#wizard .steps ul li .step .button .bs-stepper-label .bs-stepper-subtitle {
    font-size: 14px;
    color: #000
}

#wizard .steps ul li .step .line {
    padding-left: 20px;
    font-size: 18px
}

@media only screen and (max-width:767px) {
    #wizard .steps ul li .step .line {
        display: none
    }
}

#wizard .steps ul li.current .step .button .bs-stepper-box {
    background-color: #0b648f;
    color: #fff;
    box-shadow: 0 1px 5px 1px rgba(19, 11, 177, .37)
}

#wizard .steps ul li.current .step .button .bs-stepper-title {
    color: #0b648f
}

#wizard .steps ul .current .current-info {
    display: none
}

@media only screen and (max-width:767px) {
    #wizard .steps ul {
        display: block
    }
}

#wizard .content .title {
    display: none
}

.checkout-ecommerces-card .checkout-card-body .card-body-h {
    display: flex;
    align-items: center;
    margin-bottom: .5rem
}

.checkout-ecommerces-card .checkout-card-body .card-body-h input::-webkit-inner-spin-button,
.checkout-ecommerces-card .checkout-card-body .card-body-h input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.checkout-ecommerces-card .checkout-card-body .card-body-h .qty-product {
    margin-left: .5rem
}

.checkout-ecommerces-card .checkout-card-body .card-body-h .price-card {
    font-size: 24px;
    margin-right: .5rem;
    font-weight: 600
}

.checkout-ecommerces-card .checkout-card-body .card-body-d {
    margin-bottom: 1rem
}

.checkout-ecommerces-card .checkout-card-body .card-body-d .icons {
    margin: 10px 0;
    font-size: 20px;
    color: orange
}

.checkout-ecommerces-card .checkout-card-body .card-body-d .qty-content {
    display: flex;
    align-items: center;
    margin-bottom: .5rem
}

.checkout-ecommerces-card .checkout-card-body .card-body-d .qty-content .qty-label {
    margin-bottom: 0
}

.checkout-ecommerces-card .checkout-card-body .card-body-d .qty-content .qty-btn {
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    font-size: 10px;
    align-items: center;
    justify-content: center
}

.checkout-ecommerces-card .checkout-card-body .card-body-d .qty-content .qty {
    width: 30%;
    padding: .3rem 1.2rem
}

.checkout-ecommerces-card .checkout-card-body .card-body-d .qty-content .minus {
    z-index: 1;
    transform: translateX(50%)
}

.checkout-ecommerces-card .checkout-card-body .card-body-d .qty-content .plus {
    transform: translateX(-50%)
}

.checkout-ecommerces-card .checkout-card-body .card-body-f {
    display: flex;
    align-items: center
}

.checkout-ecommerces-card .checkout-card-body .card-body-f .btn-margin {
    margin-left: 5px
}

@media only screen and (max-width:767px) {
    .checkout-ecommerces-card .checkout-card-body .card-body-f .btn-margin {
        margin-top: 5px;
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .checkout-ecommerces-card .checkout-card-body .card-body-f {
        flex-wrap: wrap
    }

    .checkout-ecommerces-card .checkout-card-body .card-body-f button {
        width: 100%
    }
}

.checkout-options .options-head {
    border-bottom: 1px solid #ebe9f1
}

.checkout-options .options-continent {
    padding: 1rem 0;
    border-bottom: 1px solid #ebe9f1
}

.checkout-options .options-continent .label-options {
    font-size: 18px;
    font-weight: 600
}

.checkout-options .options-continent .price-detail {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    justify-content: space-between
}

.checkout-options .options-footer {
    padding-top: 1rem
}

.checkout-options .options-footer .price-detail {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width:767px) {
    .address-btn button {
        width: 100%
    }
}

.payment-options .card-continent .card-con {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebe9f1
}

.payment-options .card-continent .cards-dete {
    padding: 1rem 0;
    border-bottom: 1px solid #ebe9f1
}

.payment-options .card-continent .cards-dete .other-payment-options .payment-method-card {
    margin-bottom: 1rem
}

.wish-list-btns {
    margin-top: .5rem;
    display: flex;
    align-items: center
}

@media only screen and (max-width:1200px) {
    .wish-list-btns {
        flex-wrap: wrap
    }
}

.wish-list-btns .wish-list-btn {
    width: 100%
}

@media only screen and (max-width:1440px) {
    .wish-list-btns .wish-list-btn {
        width: auto
    }
}

@media only screen and (max-width:1200px) {
    .wish-list-btns .wish-list-btn {
        width: 100%
    }
}

.wish-list-btns .btn-margin {
    margin-left: .3rem
}

@media only screen and (max-width:1200px) {
    .wish-list-btns .btn-margin {
        margin-left: 0;
        margin-top: .2rem
    }
}

.products-details .products-details-img {
    width: 100%;
    overflow: hidden
}

.products-details .products-details-img img {
    width: 100%
}

.products-details .products-details-img .swiper {
    width: 100%;
    height: 100%
}

.products-details .products-details-img .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    justify-content: center;
    align-items: center
}

.products-details .products-details-img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.products-details .products-details-img .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.products-details .products-details-img .swiper-slide {
    background-size: cover;
    background-position: center
}

.products-details .products-details-img .mySwiper2 {
    height: 80%;
    width: 100%
}

.products-details .products-details-img .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

.products-details .products-details-img .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4
}

.products-details .products-details-img .mySwiper .swiper-slide-thumb-active {
    opacity: 1
}

.products-details .products-details-img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.products-details .products-body .products-body-head .apple-watch {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: .3rem
}

.products-details .products-body .products-body-head .by-apple .brand-name {
    margin-bottom: 1rem
}

.products-details .products-body .products-body-head .by-apple .brand-name .brand-apple {
    color: #0b648f;
    font-weight: 600
}

.products-details .products-body .products-body-head .by-apple .products-price {
    display: flex;
    align-items: center
}

.products-details .products-body .products-body-head .by-apple .products-price .product-price {
    color: #0b648f;
    font-size: 24px;
    font-weight: 600;
    padding-right: .5rem;
    border-right: 1px solid #ebe9f1
}

.products-details .products-body .products-body-head .by-apple .products-price .ratings-section {
    display: flex;
    align-items: end
}

.products-details .products-body .products-body-head .by-apple .products-price .ratings-section .product-ratings {
    font-size: 18px;
    color: orange;
    padding-left: .5rem
}

.products-details .products-body .products-body-head .by-apple .products-price .ratings-section .review {
    margin-left: .5rem
}

.products-details .products-body .products-body-head .by-apple .available {
    color: #28c76f;
    font-weight: 600;
    margin-bottom: 1rem
}

.products-details .products-body .products-body-head .by-apple .options-available,
.products-details .products-body .products-body-head .by-apple .shipping {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .3rem
}

.products-details .products-body .products-body-head .by-apple .options-available em,
.products-details .products-body .products-body-head .by-apple .shipping em {
    font-size: 20px;
    margin-right: .5rem
}

.products-details .products-body .products-body-head .by-apple .options-available {
    margin-bottom: 1rem
}

.products-details .products-body .products-body-head .by-apple .options-available em {
    margin-right: 1rem
}

.products-details .products-body .products-color {
    padding: 1rem 0;
    border-top: 1px solid #ebe9f1;
    border-bottom: 1px solid #ebe9f1
}

.products-details .products-body .products-color .color-tital {
    font-size: 16px;
    font-weight: 600
}

.products-details .products-body .products-color .color-radio {
    display: inline-block;
    cursor: pointer
}

.products-details .products-body .products-color .color-radio .radio,
.products-details .products-body .products-color .color-radio .radio1,
.products-details .products-body .products-color .color-radio .radio2,
.products-details .products-body .products-color .color-radio .radio3 {
    border-radius: 8px;
    padding: .1rem;
    border: 1px solid transparent
}

.products-details .products-body .products-color .color-radio .radio .radio-btn,
.products-details .products-body .products-color .color-radio .radio1 .radio-btn,
.products-details .products-body .products-color .color-radio .radio2 .radio-btn,
.products-details .products-body .products-color .color-radio .radio3 .radio-btn {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    border: 2px solid #ebe9f1
}

.products-details .products-body .products-color .color-radio .radio .bg-green,
.products-details .products-body .products-color .color-radio .radio1 .bg-green,
.products-details .products-body .products-color .color-radio .radio2 .bg-green,
.products-details .products-body .products-color .color-radio .radio3 .bg-green {
    background-color: #fff
}

.products-details .products-body .products-color .color-radio .radio .bg-red,
.products-details .products-body .products-color .color-radio .radio1 .bg-red,
.products-details .products-body .products-color .color-radio .radio2 .bg-red,
.products-details .products-body .products-color .color-radio .radio3 .bg-red {
    background-color: red
}

.products-details .products-body .products-color .color-radio .radio .bg-orange,
.products-details .products-body .products-color .color-radio .radio1 .bg-orange,
.products-details .products-body .products-color .color-radio .radio2 .bg-orange,
.products-details .products-body .products-color .color-radio .radio3 .bg-orange {
    background-color: #202124
}

.products-details .products-body .products-color .color-radio .radio .bg-yellow,
.products-details .products-body .products-color .color-radio .radio1 .bg-yellow,
.products-details .products-body .products-color .color-radio .radio2 .bg-yellow,
.products-details .products-body .products-color .color-radio .radio3 .bg-yellow {
    background-color: #0d6efd
}

.products-details .products-body .products-color .color-radio .radio1:focus,
.products-details .products-body .products-color .color-radio .radio2:focus,
.products-details .products-body .products-color .color-radio .radio3:focus,
.products-details .products-body .products-color .color-radio .radio:focus {
    border: 1px solid #28c76f
}

.products-details .products-body .products-color .color-radio .border-blue {
    border: 1px solid #0d6efd
}

.products-details .products-body .buttons {
    margin: 1.5rem 0
}

.products-details .products-body .buttons .btn {
    margin-right: .5rem
}

.products-details .products-body .buttons .btn em {
    margin-right: .2rem
}

.products-details .products-body .buttons .btn-share {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: .5rem .7rem;
    margin-right: 0;
    z-index: 9;
    background-color: #f1f4ff
}

.products-details .products-body .buttons .btn-share:hover {
    background-color: #0b648f
}

.products-details .products-body .products-warranty-card .warranty-card {
    text-align: center
}

.products-details .products-all {
    text-align: center
}

.products-details .products-all .card-titel {
    margin-bottom: 1.5rem
}

.products-details .products-all .card-titel .item {
    font-weight: 600;
    margin-bottom: .3rem
}

.products-details .products-all .swiper-slide-products .card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: space-between;
    background-color: #f8f8f8
}

.products-details .products-all .swiper-slide-products .card .item-heading .item-name {
    font-weight: 600;
    margin-bottom: .2rem
}

.products-details .products-all .swiper-slide-products .card .products-img {
    padding: 1rem 1.4rem;
    height: 220px
}

.products-details .products-all .swiper-slide-products .card .products-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.products-details .products-all .swiper-slide-products .card .item-footer .product-ratings {
    font-size: 16px;
    color: orange
}

.products-details .products-all .swiper-slide-products .card .item-footer .card-text {
    color: #0b648f;
    font-weight: 600
}

.blogs-list-page {
    display: flex;
    position: relative;
    align-items: start;
    overflow: hidden
}

.blogs-list-page .blogs-list-left {
    max-width: 30rem;
    margin-right: 1.5rem;
    transition-duration: .4s;
    width: 100%
}

.blogs-list-page .blogs-list-left .close-icon {
    top: 40px;
    right: 0;
    width: 2.5rem;
    color: #fff;
    font-size: 20px;
    height: 2rem;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    transition: all .5s;
    border-radius: 0 20rem 20rem 0;
    transform: translate(100%, -50%);
    background-color: #0b648f;
    display: none
}

@media only screen and (max-width:1200px) {
    .blogs-list-page .blogs-list-left .close-icon {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.blogs-list-page .blogs-list-left .widget {
    display: flex;
    margin-bottom: 1rem
}

.blogs-list-page .blogs-list-left .blogs-populer-tags {
    border-bottom: 1px solid #ebe9f1;
    padding-bottom: 1rem;
    margin-bottom: .5rem
}

.blogs-list-page .blogs-list-left .widget-post {
    margin-bottom: .9rem;
    padding-bottom: .9rem;
    border-bottom: 1px solid #ebe9f1
}

.blogs-list-page .blogs-list-left .widget-post .widget-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.blogs-list-page .blogs-list-left .widget-post .widget-body .widget-body-head {
    line-height: 25px;
    font-weight: 600;
    transition-duration: .4s
}

.blogs-list-page .blogs-list-left .widget-post .widget-body .widget-body-head:hover {
    color: #0b648f
}

.blogs-list-page .blogs-list-left .widget-post .widget-body .widget-body-date {
    margin-top: .5rem
}

@media only screen and (max-width:1200px) {
    .blogs-list-page .blogs-list-left {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transform: translateX(-100%)
    }
}

.blogs-list-page .toggleClass {
    transform: translateX(0)
}

.blogs-list-page .blogs-list-right {
    width: 100%
}

.blogs-list-page .blogs-list-right .post-card .post-style {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blogs-list-page .blogs-list-right .post-card .post-style .life-style {
    color: #fff;
    padding: .2rem .5rem;
    border-radius: 20rem;
    font-weight: 500;
    background-color: #0b648f
}

.blogs-list-page .blogs-list-right .post-card .post-img {
    height: 300px
}

.blogs-list-page .blogs-list-right .post-card .post-img img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

@media only screen and (max-width:1200px) {
    .blogs-list-page .blogs-list-right .post-card .post-img {
        height: auto
    }
}

.blogs-list-page .blogs-list-right .post-card .post-body {
    padding: 1rem 1.4rem;
    border-bottom: 1px solid #ebe9f1
}

.blogs-list-page .blogs-list-right .post-card .post-body .hover-color {
    transition-duration: .4s
}

.blogs-list-page .blogs-list-right .post-card .post-body .hover-color:hover {
    color: #0b648f
}

@media only screen and (max-width:767px) {
    .blogs-list-page .blogs-list-right .post-card .post-body .hover-color {
        font-size: 18px
    }
}

.blogs-list-page .blogs-list-right .post-card .post-footer {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.4rem
}

.blog-details-page {
    max-width: 60rem;
    margin: 0 auto
}

.blog-details-page .blog-details {
    margin-bottom: 1rem
}

.blog-details-page .blog-details .page-heading {
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .blog-details-page .blog-details .page-heading {
        font-size: 18px
    }
}

.blog-details-page .blog-details .post-meta {
    margin: 1rem 0;
    font-weight: 600
}

.blog-details-page .posts-by {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blog-details-page .posts-by .share-icone-section::after {
    display: none
}

.blog-details-page .posts-by .option-menu {
    min-width: auto;
    width: 50px
}

.blog-details-page .posts-by .option-menu .dropdown-item em {
    font-size: 18px;
    display: inline-block
}

.team-members .team-member {
    display: flex;
    margin-bottom: 1rem;
    align-items: center
}

.team-members .team-member .team-member-img {
    min-width: 60px
}

.team-members .team-member .team-member-name {
    min-width: 130px
}

.team-members .team-member .team-member-developer .badge-margin {
    margin-bottom: 0;
    margin-top: .2rem
}

.projects-details .content-head {
    font-weight: 600
}

.projects-details .text-theme {
    color: #0b648f
}

.projects-details .projects-name-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebe9f1
}

.projects-details .projects-name-logo .projects-logo {
    width: 80px;
    height: 80px;
    margin-right: 1rem
}

.projects-details .projects-name-logo .projects-name .project-title {
    font-weight: 600;
    margin-bottom: .5rem
}

.projects-details .projects-dates {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    justify-content: space-between
}

@media only screen and (max-width:575px) {
    .projects-details .projects-dates {
        display: block
    }
}

.projects-details .project-detail-section {
    border-top: 1px solid #ebe9f1;
    padding-top: 1rem
}

.attached-files-section .attached-files {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebe9f1
}

.attached-files-section .attached-files .files-section {
    display: flex;
    align-items: center
}

.attached-files-section .attached-files .files-section .zip-icone-section {
    width: 3rem;
    height: 3rem;
    font-size: 24px;
    display: flex;
    margin-right: 1rem;
    justify-content: center;
    transition-duration: .4s;
    align-items: center;
    color: #0b648f;
    background-color: #f1f4ff
}

.attached-files-section .attached-files .files-section .zip-icone-section:hover {
    color: #f1f4ff;
    background-color: #0b648f
}

.attached-files-section .attached-files .download-icone {
    font-size: 24px
}

#calendar .fc-header-toolbar {
    flex-wrap: wrap
}

#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-today-button {
    display: none
}

#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-nextYear-button,
#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-prevYear-button {
    display: none
}

#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button-primary {
    color: #3c403d;
    background-color: #fff;
    border: none
}

#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button-primary:focus {
    outline: 0;
    box-shadow: none
}

#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button-active {
    background-color: #f1f4ff
}

#calendar .fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .fc-button-primary {
    color: #0b648f;
    border: 1px solid #0b648f
}

@media only screen and (max-width:575px) {
    #calendar .fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group {
        margin-top: .5rem
    }
}

#calendar .fc-scrollgrid-section .fc-scroller-harness .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table .fc-daygrid-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event-dot {
    border-color: #0b648f
}

#calendar .fc-scrollgrid-section .fc-scroller-harness .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table .fc-daygrid-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event {
    padding: 0 .5rem
}

#calendar .fc-scrollgrid-section .fc-scroller-harness .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table .fc-daygrid-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-h-event {
    border: 1px solid #0b648f;
    font-weight: 600;
    background-color: rgba(19, 11, 177, .2)
}

#calendar .fc-scrollgrid-section .fc-scroller-harness .fc-scroller .fc-daygrid-body .fc-scrollgrid-sync-table .fc-daygrid-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-h-event .fc-event-main {
    color: #0b648f
}

.file-manager-application {
    background-color: #fff;
    border-radius: .5rem;
    border: 1px solid #ebe9f1;
    display: flex;
    overflow: hidden
}

.file-manager-application .font-size-16 {
    font-size: 16px;
    font-weight: 500
}

.file-manager-application .file-manager-application-left {
    height: 100%;
    max-width: 18rem;
    width: 100%;
    position: relative;
    border-right: 1px solid #ebe9f1
}

.file-manager-application .file-manager-application-left .close-icon {
    top: 40px;
    right: 0;
    width: 2.5rem;
    color: #fff;
    font-size: 20px;
    height: 2rem;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    transition: all .5s;
    border-radius: 0 20rem 20rem 0;
    transform: translate(100%, -50%);
    background-color: #0b648f;
    display: none
}

@media only screen and (max-width:1200px) {
    .file-manager-application .file-manager-application-left .close-icon {
        display: flex;
        z-index: 9;
        justify-content: center;
        align-items: center
    }
}

.file-manager-application .file-manager-application-left .dropdown-actions {
    padding: 1rem 1.4rem;
    border-bottom: 1px solid #ebe9f1
}

.file-manager-application .file-manager-application-left .file-manager-list {
    height: 100%;
    padding: 0 .5rem
}

.file-manager-application .file-manager-application-left .file-manager-list .file-managers .file-btn {
    background-color: #fff;
    border: none;
    box-shadow: none;
    margin-top: .5rem;
    padding: .5rem .8rem
}

.file-manager-application .file-manager-application-left .file-manager-list .file-managers .file-body {
    padding: 0
}

.file-manager-application .file-manager-application-left .file-manager-list .file-managers .file-body .file-con {
    padding: .5rem 1.5rem
}

.file-manager-application .file-manager-application-left .file-manager-list .file-managers .file-body .file-con em {
    font-size: 16px
}

.file-manager-application .file-manager-application-left .file-manager-list .file-managers .file-cones em {
    font-size: 18px
}

.file-manager-application .file-manager-application-left .file-manager-list .labels-file {
    padding: 1rem;
    font-weight: 600
}

.file-manager-application .file-manager-application-left .file-manager-list .list-group-labels .list-group-item {
    border: none;
    padding: .5rem .8rem
}

.file-manager-application .file-manager-application-left .file-manager-list .list-group-labels .list-group-item em {
    font-size: 18px
}

@media only screen and (max-width:1200px) {
    .file-manager-application .file-manager-application-left {
        z-index: 1;
        background-color: #fff;
        position: absolute;
        top: 2;
        left: 0;
        transition-duration: .4s;
        transform: translateX(-100%)
    }
}

.file-manager-application .bg-secondaryColor {
    background-color: #f8f8f8
}

.file-manager-application .toggleClass {
    transform: translateX(0)
}

.file-manager-application .file-manager-application-rigth {
    width: 100%;
    overflow: hidden;
    position: relative
}

.file-manager-application .file-manager-application-rigth .search-input {
    padding: .8rem;
    display: flex;
    align-items: center
}

.file-manager-application .file-manager-application-rigth .search-input em {
    color: #888;
    font-weight: 600;
    font-size: 16px;
    margin-right: .5rem
}

.file-manager-application .file-manager-application-rigth .search-input input {
    width: 100%;
    border: none
}

.file-manager-application .file-manager-application-rigth .file-all-type {
    height: 100%;
    overflow: auto
}

.file-manager-application .file-manager-application-rigth .file-all-type .drives-icons-name {
    display: flex;
    justify-content: space-between;
    align-items: start
}

.file-manager-application .file-manager-application-rigth .file-all-type .drives-icons-name .drives-icons .icon-drives {
    width: 60px
}

@media only screen and (max-width:1200px) {
    .file-manager-application .file-manager-application-rigth .file-all-type .drives-icons-name .drives-icons .icon-drives {
        width: 45px
    }
}

@media only screen and (max-width:767px) {
    .file-manager-application .file-manager-application-rigth .file-all-type .drives-icons-name .drives-icons .icon-drives {
        width: 40px
    }
}

.file-manager-application .file-manager-application-rigth .file-all-type .drives-icons-name .dropdown .dropdown-toggle em {
    font-size: 20px
}

.file-manager-application .file-manager-application-rigth .file-all-type .drives-icons-name .dropdown .dropdown-toggle::after {
    display: none
}

.file-manager-application .rounded-1rem {
    border-radius: 1rem
}

.todo-list-section .todo-list-right {
    width: 100%
}

.todo-list-section .todo-list-right .user-mail:hover {
    background-color: #f8f8f8
}

.todo-list-section .todo-list-right .menu-icon-none::after {
    display: none
}

.coin-card .coin-icon {
    display: flex;
    align-items: center;
    font-size: 32px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebe9f1
}

.coin-card .coin-icon .coins-name {
    margin-left: .5rem
}

.coin-card .coin-icon .yellow-color {
    color: #ffc107
}

.coin-card .coin-icon .gray-color {
    color: #888
}

.coin-card .coin-icon .theme-color {
    color: #0b648f
}

.coin-card .coin-buysell {
    padding: 1rem 0;
    border-bottom: 1px solid #ebe9f1
}

.coin-card .coin-buysell .coin-buysell-det {
    display: flex;
    align-items: center
}

.coin-card .coin-buysell .coin-buysell-det .coin-text {
    font-size: 16px;
    font-weight: 500
}

.coin-card .coin-buysell .coin-buysell-det .coin-text .coin-text-amount {
    font-weight: 600;
    margin-left: 5px
}

.coin-card .coin-card-footer {
    padding-top: 1rem
}

.coin-card .coin-card-footer .coin-text {
    font-size: 16px;
    font-weight: 500
}

.coin-card .coin-card-footer .coin-text .coin-text-amount {
    font-weight: 600;
    margin-left: 5px
}

.crypto-tabel {
    min-width: 700px
}

.buy-sell-coin-section .icon-width {
    width: 45px;
    border-radius: 50%
}

.total-title {
    min-width: 120px;
    width: 100%;
}

.w-45 {
    width: 45%;
}

.w-13 {
    width: 13%;
}

.w-19 {
    width: 19%;
}

.fn14 {
    font-size: 14px;
}

.table-md.table th,
.table-md.table tr,
.table-md.table td {
    padding: 0.72rem 0.9rem;
}

/* checkbox */
.form-check-input {
    margin-right: 2px;
    width: 17px;
    height: 17px;
}

.form-check-input:checked {
    background-color: #0b648f;
    border: #0b648f;
}

.profit-arrow-color {
    background-color: #0b648f !important;
    ;
}

.btn-check:focus+.btn-primary,
.btn-focus.btn-primary:focus {
    background-color: #0b648f !important;
    border: 1px solid #0b648f !important;
}

.blink {
    color: #220202;
    /* background: red; */
    animation: blinker 1s linear infinite;
}

.blink>td:nth-child(1) {
    background-color: #080;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.select2-container--default .select2-selection--single {
    border: 1px solid rgba(60, 64, 61, .2) !important;
    padding: 0.4rem 1.2rem;
    height: auto !important;
}

.select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(60, 64, 61, .2) !important;
    padding: 0.5rem 0.3rem !important;
}

.select2-selection__choice {
    margin-top: 0 !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none !important;
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
}

.select2-selection__choice__remove {
    padding-right: 0 !important;
}