/*------------------------- 1. Core Css -------------------*/
.amcharts-chart-div a {
    display: none !important;
}
.page-container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-left: 280px;
    -webkit-transition: padding-left 0.3s ease 0s;
    transition: padding-left 0.3s ease 0s;
}

.sbar_collapsed.page-container {
    padding-left: 0;
}

.card {
    border: none;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.02);
}

.card-body {
    padding: 25.6px;
    padding: 1.6rem;
}

.h-full {
    height: 100%;
}

.main-content {
    width: 100%;
    background: lavender;
}

.main-content-inner {
    padding: 0 30px 50px;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/** Custom background colors
*/
.bg-dark-blue {
    background-color: #4d4efd !important;
}
.bg-dark-green {
    background-color: #05b185 !important;
}
.bg-dark-yellow {
    background-color: #eebe2d !important;
}

.light-custom-color {
    background-color: var(--primary-color);
}

.dark-custom-color {
    background-color: var(--primary-color-dark);
}

.dark-text {
    color: var(--primary-color-dark);
}

/*------------------------- END Core Css -------------------*/

/*-------------------- 2.1 Sidebar Menu -------------------*/

.sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: 100vh;
    width: 280px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
    box-shadow: 2px 0 24px rgba(8, 52, 86, 0.35);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sbar_collapsed .sidebar-menu {
    left: -280px;
}

.main-menu {
    height: calc(100% - 100px);
    overflow: hidden;
    padding: 20px 10px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu-inner {
    overflow-y: scroll;
    height: 100%;
}

.slimScrollBar {
    background: #fff !important;
    opacity: 0.1 !important;
}

.sidebar-header {
    padding: 19px 32px 20px;
    background: hsla(199.03deg, 88.96%, 31.96%, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-menu .logo {
    text-align: center;
    color: #e8f6ff;
}

.logo h1 {
    color: #e8f6ff;
}

.logo p {
    color: #e8f6ff;
}

.logo a {
    display: inline-block;
    max-width: 120px;
    color: #e8f6ff;
}

.logo a.logo-text {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}

.metismenu > li > a {
    padding-left: 32px !important;
}

.metismenu li a {
    position: relative;
    display: block;
    color: #d6efff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 15px 15px;
    letter-spacing: 0;
    font-weight: 400;
}

.metismenu li a i {
    color: #cfe7ff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.metismenu li a:after {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    right: 15px;
    top: 12px;
    color: #cfe7ff;
    font-size: 20px;
}

.metismenu li.active > a:after {
    content: "\f106";
}

.metismenu li a:only-child:after {
    content: "";
}

.metismenu li a span {
    margin-left: 10px;
}

.metismenu li.active > a,
.metismenu li:hover > a {
    color: #fff;
}

.metismenu li li a {
    padding: 8px 20px;
}

.metismenu li ul li.active > a {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #fff;
}

.metismenu li ul {
    padding-left: 37px;
    margin-top: 6px;
}

.assign-card .card-header .header-title {
    font-size: 16px;
}

.assign-form .select2-container {
    width: 100% !important;
}

.assign-form .btn {
    min-width: 110px;
}

.assign-form .assign-icon {
    padding-top: 10px;
}

.metismenu > li:hover > a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.metismenu > li.active > a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px !important;
}

.metismenu li:hover > a,
.metismenu li.active > a {
    color: #fff;
}

.metismenu li:hover > a i,
.metismenu li.active > a i {
    color: #fff;
}

.metismenu li li a:after {
    top: 6px;
}

.padding-bottom {
    padding-bottom: 4px !important;
}

/*-------------------- END Sidebar Menu -------------------*/

/*-------------------- 2.1.1 Horizontal Menu -------------------*/

.body-bg {
    background: #f3f8fb;
}

.horizontal-main-wrapper {
    min-height: 100vh;
}

.horizontal-main-wrapper .container {
    max-width: 1440px;
}

.horizontal-main-wrapper .header-area,
.horizontal-main-wrapper .mainheader-area {
    padding-left: 0;
    padding-right: 0;
}

.horizontal-main-wrapper .main-content-inner {
    padding: 0 0 50px;
}

.mainheader-area .notification-area {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
}

.mainheader-area {
    background: var(--header-color);
    border-bottom: 1px solid #f3f8fb;
    padding-left: 15px;
    position: relative;
    z-index: 99;
}

.mainheader-area .logo a span {
    color: #fff;
}

.horizontal-menu {
    position: relative;
}

.horizontal-menu ul li {
    display: inline-block;
    position: relative;
}

.horizontal-menu ul li a {
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    color: #000000;
    text-transform: capitalize;
}

.horizontal-menu ul li:hover > a,
.horizontal-menu ul li.active > a {
    color: var(--primary-color);
}

.horizontal-menu nav > ul > li:first-child > a {
    padding-left: 0;
}

.horizontal-menu ul li a i {
    margin-right: 5px;
}

.horizontal-menu .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    width: 200px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    border-top: 4px solid var(--primary-color);
    border-radius: 3px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
}

.horizontal-menu .submenu li {
    display: block;
}

.horizontal-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
}

.horizontal-menu .mega-menu {
    position: inherit;
}

.horizontal-menu .mega-menu .submenu {
    width: 100%;
    max-width: 900px;
}

.horizontal-menu .mega-menu .submenu li {
    display: inline-block;
    width: calc(100% * (1 / 3) - 5px);
}

.header-bottom .search-box input {
    max-width: 350px;
    width: 100%;
}

/* mobile menu */

.slicknav_menu {
    background: #8255f7;
    padding: 0;
    margin-top: 20px;
}

.slicknav_menu > a {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 0;
    background: transparent;
}

.slicknav_menu .slicknav_icon {
    float: right;
}

.slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
}

.slicknav_menu .slicknav_menutxt {
    font-weight: 500;
    text-shadow: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    text-transform: capitalize;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #8e66f7;
}

.slicknav_nav li i {
    width: 26px;
    display: inline-block;
}

.slicknav_nav .slicknav_item .slicknav_arrow {
    float: right;
}

/*-------------------- END Horizontal Menu -------------------*/

/*-------------------- 2.2 Header Area -------------------*/

.header-area {
    padding: 15px 30px;
    background: var(--header-color);
    border-bottom: 1px solid #d8e3e7;
}

.landing-header-area {
    padding: 15px 15px;
    background: transparent;
}

.nav-btn {
    margin: 10px 30px 0 0;
    cursor: pointer;
}

.nav-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #efefef;
    margin: 4px 0;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 0 4px rgba(99, 96, 96, 0.03);
}

.nav-btn span:nth-child(2) {
    opacity: 0;
}

.nav-btn span:first-child {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-btn span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px);
}

.sbar_collapsed .nav-btn span {
    transform: none;
    opacity: 1;
}

.search-box form {
    position: relative;
}

.search-box input {
    width: 350px;
    border-radius: 33px;
    border: none;
    height: 40px;
    padding-left: 20px;
    padding-right: 40px;
    letter-spacing: 0;
    background: #f3eeff;
}

.search-box input::-webkit-input-placeholder {
    color: #b1a7a7;
}

.search-box input::-moz-placeholder {
    color: #b1a7a7;
}

.search-box input:-ms-input-placeholder {
    color: #b1a7a7;
}

.search-box form i {
    position: absolute;
    right: 21px;
    top: 14px;
    font-size: 14px;
    color: #b1a7a7;
}

/* notification-area */

.notification-area {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.notification-area li {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.notification-area li.settings-btn.active i {
    color: var(--primary-color-dark);
}

.notification-area li > i {
    font-size: 26px;
    color: #efefef;
    vertical-align: middle;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.notification-area li:hover > i,
.dropdown.show > i {
    color: var(--primary-color-dark);
}

.notification-area li i > span {
    position: absolute;
    right: -5px;
    top: -7px;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: var(--primary-color-dark);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    padding-left: 2px;
}

.notify-box {
    width: 350px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.notify-title {
    background: var(--primary-color-dark);
    display: block;
    padding: 18px 30px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    overflow: hidden;
}

.notify-title a {
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
}

.nofity-list {
    padding: 30px 0;
}

.nofity-list a {
    padding: 0 30px;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f2f2;
    padding-bottom: 15px;
}

.nofity-list a:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.notify-thumb {
    float: left;
    margin-right: 20px;
}

.notify-thumb i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 23px;
}

.notify-text {
    overflow: hidden;
}

.notify-text p {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 22px;
    margin-bottom: 4px;
}

.notify-text span {
    letter-spacing: 0;
    color: #272626;
    font-size: 11px;
    font-weight: 300;
}

/* notify envelope */

.expanded .notification-area li#full-view-exit {
    display: inline-block;
}

.notification-area li#full-view-exit {
    display: none;
}

.expanded .notification-area li#full-view {
    display: none;
}

.notification-area li#full-view {
    display: inline-block;
}

.nt-enveloper-box .notify-text p {
    margin-bottom: 0;
}

.notify-text span.msg {
    display: block;
    font-size: 12px;
    color: #4e4e4e;
    line-height: 22px;
    margin-bottom: 4px;
    font-weight: 400;
}

.notify-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 4px;
}

/*-------------------- END Header Area -------------------*/

/*-------------------- 2.3 Page Title Area -------------------*/

.page-title-area {
    padding: 10px 30px;
    background: var(--header-color);
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-title-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 36px;
    /* background: var(--primary-color); */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-title {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
    margin-right: 30px;
}

/* ul.breadcrumbs {
    margin-top: 4px;
} */

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li a,
.breadcrumbs li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0;
    margin-right: 16px;
    position: relative;
}

.breadcrumbs li a:before {
    content: "/";
    color: rgba(255, 255, 255, 0.65);
    position: absolute;
    right: -13px;
    top: 0;
}

.breadcrumbs li span {
    margin-right: 0;
    color: rgba(255, 255, 255, 0.75);
    text-transform: capitalize;
}

.user-profile {
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 10px;
    position: relative;
}

/* .user-profile {
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: -webkit-linear-gradient(left, var(--primary-color-dark) 0%, var(--primary-color) 100%);
    background: linear-gradient(to right, var(--primary-color-dark) 0%, var(--primary-color) 100%);
    padding: 5px 10px;
    position: relative;
} */

.user-profile img.avatar {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 12px;
}

.user-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.user-name i {
    margin-left: 10px;
    font-size: 21px;
    vertical-align: middle;
    position: relative;
}

.notification-area .dropdown-toggle,
.user-name.dropdown-toggle {
    position: relative;
}

.notification-area .dropdown-toggle:after,
.user-name.dropdown-toggle:after {
    display: none;
}

.notification-area .dropdown-menu,
.user-profile .dropdown-menu {
    background: #fff;
    border: none;
    -webkit-transform: none !important;
    transform: none !important;
    top: 130% !important;
    right: 30px !important;
    left: auto !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block !important;
    visibility: hidden;
    opacity: 0;
}

.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
    top: 100% !important;
}

.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
    top: 100% !important;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 45px 0 rgba(131, 23, 254, 0.06);
}

.user-profile .dropdown-menu a {
    font-size: 14px;
    color: #8a8a8a;
    letter-spacing: 0;
    font-weight: 500;
    padding: 4px 120px;
    padding-left: 25px;
}

.user-profile .dropdown-menu a:hover {
    background: #f8f9fa;
    color: #2942fa;
}

/*-------------------- END Page Title Area -------------------*/

/*-------------------- 2.4 Fact Area ------------------- */

.single-report {
    /* background: #fff; */
    overflow: hidden;
    position: relative;
}

.s-report-inner {
    padding-left: 85px;
}

.single-report .icon {
    font-size: 32px;
    /* color: #fff; */
    /* background: var(--primary-color); */
    color: var(--primary-color-dark);
    background: var(--primary-color);
    height: 95px;
    width: 100px;
    text-align: right;
    padding-top: 40px;
    padding-right: 22px;
    border-radius: 50%;
    position: absolute;
    left: -39px;
    top: -30px;
}

.s-report-title {
    margin-bottom: 25px;
}

.header-title {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.single-report p {
    font-size: 12px;
    font-weight: 700;
    color: #565656;
    background: #ececec;
    letter-spacing: 0;
    padding: 0 9px;
    height: 20px;
    line-height: 20px;
}

.single-report h2 {
    font-size: 26px;
    color: #565656;
    font-weight: 500;
    letter-spacing: 0;
}

.single-report span {
    font-size: 15px;
    font-weight: 600;
    color: #565656;
    letter-spacing: 0;
}

.highcharts-exporting-group {
    display: none;
}

/*-------------------- END Fact Area ------------------- */

/*-------------------- 2.5 Overview ------------------- */

.custom-select {
    font-size: 13px;
    color: #565656;
    font-weight: 500;
    letter-spacing: 0;
    height: 44px;
}

.border-0 {
    border: none;
}

#verview-shart {
    height: 400px;
}

#verview-shart-license-text,
#coin_distribution-license-text {
    display: none;
}

#coin_distribution-wrapper {
    height: 400px !important;
    margin-top: -30px;
}

#coin_distribution-menu {
    display: none;
}

/*-------------------- END Overview ------------------- */

/*-------------------- 2.6 Market value ------------------- */

.market-status-table {
    overflow: hidden;
}

table.dbkit-table {
    width: 100%;
}

table.dbkit-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 71px;
    border: 1px solid transparent;
    padding: 0 30px;
    margin: 20px 2px 6px;
    background: #f5f8f9;
}

table.dbkit-table tr th,
table.dbkit-table tr td {
    border-top: none !important;
}

table.dbkit-table tr:hover {
    border-color: #e4e2f5;
}

table.dbkit-table tr td {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #616161;
    min-width: 141px;
}

.mv-icon img {
    max-width: 29px;
}

.trends {
    text-align: center;
}

.stats-chart {
    text-align: center;
    max-width: 75px;
}

.stats-chart canvas {
    margin: auto;
}

.buy img,
.sell img {
    margin-left: 10px;
}

/*-------------------- END Market value ------------------- */

/*-------------------- 2.7 Live Crypto Price ------------------- */

.cripto-live ul li {
    margin-bottom: 27px;
    font-size: 16px;
    font-weight: 500;
    color: #565656;
    letter-spacing: 0;
}

.cripto-live ul li:last-child {
    margin-bottom: 0;
}

.cripto-live ul li .icon {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ffd615;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}

.cripto-live ul li .icon.l {
    background: #08bfc1;
}

.cripto-live ul li .icon.d {
    background: #4cff63;
}

.cripto-live ul li .icon.e {
    background: #8a7fe2;
}

.cripto-live ul li .icon.t {
    background: #95b36e;
}

.cripto-live ul li span {
    display: block;
    width: 50%;
    float: right;
}

.cripto-live ul li span i {
    color: #2fd444;
    margin-right: 10px;
}

.cripto-live ul li span i.fa-long-arrow-down {
    color: #ff0e0e;
}

/*-------------------- END Live Crypto Price ------------------- */

/*-------------------- 2.8 Trading History ------------------- */

.trd-history-tabs ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #b0b0b0;
    letter-spacing: 0;
    margin: 0 15px;
    display: block;
    border-bottom: 2px solid transparent;
    padding-bottom: 7px;
}

.trd-history-tabs ul li a:hover,
.trd-history-tabs ul li a.active {
    border-bottom: 2px solid #731ffd;
    padding-bottom: 7px;
    color: #565656;
}

/*-------------------- END Trading History ------------------- */

/*-------------------- 2.9 Letest Post ------------------- */

.single-post {
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lts-thumb {
    -ms-flex-preferred-size: calc(40% - 10px);
    flex-basis: calc(40% - 10px);
}

.lts-content {
    -ms-flex-preferred-size: calc(60% - 10px);
    flex-basis: calc(60% - 10px);
}

.lts-content span {
    font-size: 16px;
    font-weight: 600;
    color: #565656;
    letter-spacing: 0;
}

.lts-content h2 a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #565656;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.lts-content h2 a:hover {
    color: #6d65dc;
}

.lts-content p {
    font-size: 15px;
    font-weight: 400;
    color: #565656;
}

.input-form {
    position: relative;
}

.input-form input {
    height: 80px;
    width: 100%;
    padding-left: 50px;
    border: none;
    box-shadow: 0 0 41px rgba(67, 54, 251, 0.05);
}

.input-form span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 125px;
    background: var(--primary-color);
    text-align: center;
    line-height: 80px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    font-size: 19px;
}

.exchange-rate {
    padding: 38px;
    background: #f7fafb;
}

.exchange-rate .exchange-devider {
    text-align: center;
    font-size: 30px;
    color: #686868;
    letter-spacing: 0;
    font-weight: 600;
    margin: 24px 0;
}

.exchange-btn button {
    width: 100%;
    margin-top: 20px;
    height: 79px;
    background: var(--primary-color);
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    border: none;
    border-radius: 2px;
    font-size: 18px;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.exchange-btn button:hover {
    background: #3c34ab;
}

.footer-area {
    text-align: center;
    padding: 23px 0 19px;
    background: #fff;
}

.footer-area p {
    color: #676666;
    margin-bottom: 0;
}

/*-------------------- END Letest Post ------------------- */

/*-------------------- 3. Dashboard Two ------------------- */

.sales-style-two .single-report {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 10px 15px 10px;
}

#visitor_graph {
    height: 400px;
}

/* Todays Order List */

.dbkit-table .heading-td td {
    color: #444;
    font-weight: 500;
}

.pagination_area ul li {
    display: inline-block;
}

.pagination_area ul li a {
    display: block;
    height: 45px;
    line-height: 44px;
    width: 45px;
    border: 2px solid #f1ebeb;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #4d4d4d;
    margin-left: 3px;
}

.pagination_area ul li a:hover {
    background: #8553fa;
    color: #fff;
}

.pagination_area ul li a i {
    font-size: 14px;
}

/* team member area */

.team-search input {
    height: 40px;
    padding-left: 12px;
    border: 1px solid #e1e1e1;
    letter-spacing: 0;
    font-size: 13px;
    border-radius: 2px;
}

.team-search input::-webkit-input-placeholder {
    color: #e1e1e1;
}

.team-search input::-moz-placeholder {
    color: #e1e1e1;
}

.team-search input:-ms-input-placeholder {
    color: #e1e1e1;
}

.member-box .media-body {
}

.member-box .media-body p {
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
}

.member-box .media-body span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #4d4d4d;
    letter-spacing: 0;
}

.tm-social a {
    display: inline-block;
    margin-left: 15px;
    font-size: 22px;
    color: #555;
}

.s-member {
    padding: 16px 15px 17px;
    background: #f9f9f9;
    margin: 15px 0;
}

/*-------------------- END Dashboard Two ------------------- */

/*-------------------- 4. Dashboard Three ------------------- */

.seo-fact {
    border-radius: 3px;
}

.sbg1 {
    background: -webkit-linear-gradient(
        291deg,
        rgb(77, 77, 253) 0%,
        rgb(108, 143, 234) 100%
    );
    background: linear-gradient(
        159deg,
        rgb(77, 77, 253) 0%,
        rgb(108, 143, 234) 100%
    );
}

.sbg2 {
    background: -webkit-linear-gradient(
        291deg,
        rgb(5, 176, 133) 0%,
        rgb(27, 212, 166) 59%
    );
    background: linear-gradient(
        159deg,
        rgb(5, 176, 133) 0%,
        rgb(27, 212, 166) 59%
    );
}

.sbg3 {
    background: -webkit-linear-gradient(
        298deg,
        rgb(216, 88, 79) 0%,
        rgb(243, 140, 140) 100%
    );
    background: linear-gradient(
        152deg,
        rgb(216, 88, 79) 0%,
        rgb(243, 140, 140) 100%
    );
}

.sbg4 {
    background: -webkit-linear-gradient(
        59deg,
        rgb(254, 208, 63) 0%,
        rgb(230, 190, 63) 110%
    );
    background: linear-gradient(
        31deg,
        rgb(254, 208, 63) 0%,
        rgb(230, 190, 63) 110%
    );
}

.seofct-icon {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.seofct-icon i {
    font-size: 52px;
    margin-right: 20px;
    vertical-align: middle;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    display: inline-block;
}

.seo-fact h2 {
    font-size: 27px;
    color: #fff;
    letter-spacing: 0;
}

.seo-fact #seolinechart3,
.seo-fact #seolinechart4 {
    max-width: 200px;
}

/* socialads */

.highcharts-credits {
    display: none;
}

/* user-statistics */

#user-statistics {
    height: 350px;
}

/* salesanalytic */

#salesanalytic {
    height: 500px;
}

/* timeline */

.timeline-area {
    padding-left: 52px;
    padding-top: 6px;
}

.timeline-task {
    position: relative;
    margin-bottom: 35px;
}

.timeline-task:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    height: calc(100% + 33px);
    width: 1px;
    background: #e6cdff;
}

.timeline-task:last-child:before {
    height: 100%;
}

.timeline-task:last-child {
    margin-bottom: 0;
}

.timeline-task .icon {
    position: absolute;
    left: -52px;
    top: -6px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.bg1 {
    background: #5c6df4;
}

.bg2 {
    background: #19d0a2;
}

.bg3 {
    background: #f7cb3f;
}

.tm-title {
    margin-bottom: 6px;
}

.tm-title h4 {
    font-size: 15px;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 2px;
}

.tm-title span.time {
    color: #8c8a8a;
    font-size: 13px;
}

.tm-title span.time i {
    margin-right: 5px;
    color: #2c3cb7;
    font-size: 11px;
}

.timeline-task p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: -10px;
}

.timeline-task:last-child p {
    margin-bottom: 0;
}

#seomap {
    height: 300px;
    width: 100%;
}

.map-marker {
    /* adjusting for the marker dimensions
      so that it is centered on coordinates */
    margin-left: -8px;
    margin-top: -8px;
}

.map-marker.map-clickable {
    cursor: pointer;
}

.pulse {
    width: 10px;
    height: 10px;
    border: 5px solid #f7f14c;
    border-radius: 30px;
    background-color: #716f42;
    z-index: 10;
    position: absolute;
}

.map-marker .dot {
    border: 10px solid #fff601;
    background: transparent;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    opacity: 0;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.testimonial-carousel {
    margin: 60px 0 28px;
}

.tstu-img {
    width: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.tstu-content {
    overflow: hidden;
}

.tstu-name {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
}

.profsn {
    display: block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}

.tst-item p {
    color: #fff;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 60px;
}

.testimonial-carousel .owl-dots > div {
    height: 11px;
    width: 11px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial-carousel .owl-dots .active {
    background: #f7cb3f;
}

/*-------------------- END Dashboard Three ------------------- */

/*-------------------- 5. Bar Chart ------------------- */

#ambarchart1,
#ambarchart2,
#ambarchart3,
#ambarchart4,
#ambarchart5,
#ambarchart6 {
    height: 400px;
}

.amcharts-chart-div > a {
    display: none !important;
}

/*-------------------- END Bar Chart ------------------- */

/*-------------------- 6. Line Chart ------------------- */

#amlinechart1,
#amlinechart2,
#amlinechart3,
#amlinechart4,
#amlinechart5 {
    height: 400px;
}

/*-------------------- END Line Chart ------------------- */

/*-------------------- 7. Pie Chart ------------------- */

#ampiechart1,
#ampiechart2,
#ampiechart3,
#highpiechart4,
#highpiechart5,
#highpiechart6 {
    height: 400px;
    width: 100%;
}

/*-------------------- END Pie Chart ------------------- */

/*-------------------- 8. Accroding ------------------- */

.according .card {
    margin-bottom: 20px;
}

.according .card:last-child {
    margin-bottom: 0;
}

.according .card-header {
    padding: 0;
    border: none;
}

.according .card-header a {
    display: block;
    background: #eff3f6;
    padding: 16px 15px;
    border-radius: 3px;
    color: #444;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
}

.according .card-body {
    padding: 10px;
    border: 1px solid #eff3f6;
    font-size: 14px;
    letter-spacing: 0;
    color: #444;
    line-height: 27px;
    font-weight: 400;
}

.according .card-header a {
    position: relative;
}

.accordion-s2 .card-header a.collapsed:before {
    content: "\f107";
}

.accordion-s2 .card-header a:before {
    content: "\f106";
    font-family: fontawesome;
    position: absolute;
    right: 13px;
    color: #444;
    font-size: 26px;
}

.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container--default .select2-selection--single {
    height: 45px !important;
    border-color: var(--primary-color) !important;
    border-radius: 6px;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    padding: 4px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3f4b55;
    padding-left: 6px;
    padding-right: 28px;
}
.select2-selection__arrow {
    height: 38px !important;
}
.select2-container--default .select2-results__option {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    padding: 8px 12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: #fff;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: rgba(0, 153, 255, 0.14);
    color: #0a4c7d;
}

/* accordion-3 */

.accordion-s3 .card-header a.collapsed:before {
    content: "\e61a";
}

.accordion-s3 .card-header a:before {
    content: "\e622";
    font-family: "themify";
    position: absolute;
    right: 13px;
    color: #444;
    font-size: 15px;
}

.gradiant-bg .card-header a {
    background-image: -webkit-linear-gradient(top left, #8914fe, #8160f6);
    background-image: linear-gradient(to bottom right, #8914fe, #8160f6);
    color: #fff;
}

.gradiant-bg .card-header a:before {
    color: #fff;
}

/*-------------------- END Accroding ------------------- */

/*-------------------- 9. Alert------------------- */

.alert {
    letter-spacing: 0;
    font-size: 13px;
    border: none;
    padding: 10px 16px;
}

.alert strong,
.alert-link {
    font-weight: 600;
}

.alert-items .alert-primary {
    color: #4796ea;
    background-color: #c8e1fb;
}

.alert-items .alert-primary .alert-link {
    color: #4796ea;
}

.alert-items .alert-success {
    color: #36b398;
    background-color: #cff1ea;
}

.alert-items .alert-success .alert-link {
    color: #36b398;
}

.alert-items .alert-danger {
    color: #f96776;
    background-color: #ffdde0;
}

.alert-items .alert-danger .alert-link {
    color: #f96776;
}

.alert-items .alert-warning {
    color: #d6a20c;
    background-color: #f9efd2;
}

.alert-items .alert-warning .alert-link {
    color: #d6a20c;
}

/* additional content */

.alert-heading {
    margin-bottom: 7px;
}

.alert-dismiss .alert {
    padding: 13px 15px;
}

.alert-dismiss .alert-dismissible .close {
    top: 4px;
    outline: none;
    font-size: 13px;
}

/*-------------------- END Alert------------------- */

/*-------------------- 10. Badge------------------- */

.btn {
    padding: 11px 17px;
    font-size: 13px;
    letter-spacing: 0;
}

.btn-xl {
    padding: 19px 24px;
}

.btn-lg {
    padding: 15px 22px;
}

.btn-md {
    padding: 12px 19px;
}

.btn-sm {
    padding: 9px 14px;
}

.btn-xs {
    padding: 5px 10px;
}

.nav-pills .nav-link {
    padding: 16px 48px;
    padding: 1rem 3rem;
    line-height: 19px;
}

/*-------------------- END Badge------------------- */

/*-------------------- 11. Button------------------- */

.btn-flat {
    border-radius: 0;
}

.btn-rounded {
    border-radius: 50px;
}

/*-------------------- END Button ------------------- */

/*-------------------- 12. Cards ------------------- */

.title {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}

.card-bordered {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

p.card-text {
    margin-bottom: 23px;
}

/*-------------------- END Cards ------------------- */

/*-------------------- 13. Dropdown Button ------------------- */

.drop-buttons .btn {
    margin-bottom: 1.3em;
}

.dropdown-item {
    font-size: 14px;
}

/*-------------------- END Dropdown Button ------------------- */

/*-------------------- 14. List Group ------------------- */

.list-group-item {
    color: #444;
    font-size: 13px;
}

.media-body {
    font-size: 13px;
    line-height: 27px;
}

/*-------------------- END List Group ------------------- */

/*-------------------- 15. Modal ------------------- */

.child-media {
    padding-left: 100px;
}

.modal-dialog.modal-xl {
    max-width: 100%;
}

/*-------------------- END Modal ------------------- */

/*-------------------- 16. Pagination ------------------- */

.pg-color-border li a {
    border-color: var(--primary-color);
}

.pagination li a {
    font-family: "lato", sans-serif;
}

/*-------------------- END Pagination ------------------- */

/*-------------------- 17. Form ------------------- */

.form-control,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-rounded {
    border-radius: 40px;
}

.form-control {
    font-size: 14px;
    border: 1px solid rgba(170, 170, 170, 0.3);
    padding: 10.72px 12.8px;
    padding: 0.67rem 0.8rem;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 13.6px 16px;
    padding: 0.85rem 1rem;
}

label {
    font-weight: 500;
    color: #666;
    display: inline-block;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.font-14 {
    font-size: 14px;
}

.border-bottom-primary {
    border-bottom-color: var(--primary-color);
}

.border-input-primary {
    border-color: var(--primary-color);
}

.border-text-primary {
    border-color: var(--primary-color);
}

.border-append-primary {
    border-color: var(--primary-color);
}

.border-prepend-primary {
    border-color: var(--primary-color);
}

.border-h50 {
    border-color: var(--primary-color);
    border-radius: 0px 50px 50px 0px !important;
}

.bg-prepend-primary {
    background-color: var(--primary-color);
    color: white;
}

.fieldset-border-primary {
    border-left: 1px solid var(--primary-color) !important;
}

.custom-file-label,
.custom-file-input,
.custom-file {
    height: calc(2.25rem + 7px);
    padding: 10.8px 12px;
    padding: 0.675rem 0.75rem;
}

.custom-file-label:after {
    height: calc(calc(2.25rem + 7px) - 1px * 2);
    padding: 10.8px 12px;
    padding: 0.675rem 0.75rem;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    background-color: var(--primary-color);
    color: white;
}

.grid-col {
    padding: 10px 15px;
    background: #f3f8fb;
    margin-bottom: 30px;
    color: #666;
    border: 1px solid #e3e6e8;
}

.custom-control-label {
    margin-top: 2px;
}

/*-------------------- END Form ------------------- */

/*-------------------- 18. Icons ------------------- */

.fw-icons {
}

.fw-icons a {
    color: #444;
    margin: 9px 0;
    display: inline-block;
    font-family: "lato", sans-serif;
}

.fw-icons a:hover {
    color: var(--primary-color);
}

.fw-icons a i {
    width: 30px;
    font-size: 14px;
}

/* icon-container */

.icon-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon-container {
    cursor: pointer;
    -ms-flex-preferred-size: calc(100% * (1 / 4));
    flex-basis: calc(100% * (1 / 4));
}

.icon-container [class^="ti-"] {
    width: 30px;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.icon-container:hover [class^="ti-"] {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.icon-container span.icon-name {
    color: #444;
    margin: 9px 0;
    display: inline-block;
    font-family: "lato", sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.icon-container:hover span.icon-name {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.icon-container:hover span {
    color: var(--primary-color);
}

/*-------------------- END Icons ------------------- */

/*-------------------- 19. Table Basic ------------------- */

.single-table .table {
    margin-bottom: 0;
}

table tr th {
    border-bottom: none;
}

table tr th,
table tr td {
    border-top: 1px solid rgba(120, 130, 140, 0.13) !important;
}

table tr td [class^="ti-"] {
    cursor: pointer;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

.status-p {
    color: #fff;
    padding: 0px 20px 1px;
    border-radius: 20px;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
}

/*-------------------- END Table Basic ------------------- */

/*-------------------- 20. Datatable ------------------- */

div.dataTables_wrapper div.dataTables_length select {
    width: 76px;
    margin: 0 10px;
}

/* datatable-primary */

.datatable-primary thead {
    background: #4336fb;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none;
    margin-top: 20px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom-color: transparent;
}

.datatable-primary .dataTables_paginate .page-item.active .page-link,
.datatable-primary .dataTables_paginate .page-item .page-link:hover {
    background-color: #4336fb;
    border-color: #4336fb;
    color: #fff;
}

.datatable-primary .dataTables_paginate .page-link {
    color: #4336fb;
    border: 1px solid #4336fb;
}

.datatable-primary .dataTables_paginate .paginate_button.disabled,
.datatable-primary .dataTables_paginate .paginate_button.disabled:hover,
.datatable-primary .dataTables_paginate .paginate_button.disabled:active {
    color: #4336fb !important;
    border: none;
}

.datatable-primary .dataTables_paginate .page-item.disabled .page-link {
    color: #9f98f7;
    background-color: #f9f9f9;
    border-color: #c9c6f5;
}

/* datatable-dark */

.datatable-dark thead {
    background: #444;
    color: #fff;
}

.datatable-dark .dataTables_paginate .page-item.active .page-link,
.datatable-dark .dataTables_paginate .page-item .page-link:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.datatable-dark .dataTables_paginate .page-link {
    color: #444;
    border: 1px solid #444;
}

.datatable-dark .dataTables_paginate .paginate_button.disabled,
.datatable-dark .dataTables_paginate .paginate_button.disabled:hover,
.datatable-dark .dataTables_paginate .paginate_button.disabled:active {
    color: #444 !important;
    border: none;
}

.datatable-dark .dataTables_paginate .page-item.disabled .page-link {
    color: #999;
    background-color: #f9f9f9;
    border-color: #999;
}

/*-------------------- END Datatable ------------------- */

/*-------------------- 21. Map Start ------------------- */

#mapamchart1,
#mapamchart2,
#mapamchart3,
#mapamchart4,
#mapamchart5,
#mapamchart6 {
    height: 400px;
}

#google_map {
    height: 600px;
}

/*-------------------- END Map Start ------------------- */

/*-------------------- 22. Invoice ------------------- */

.invoice-area {
}

.invoice-head {
    margin-bottom: 30px;
    border-bottom: 1px solid #efebeb;
    padding-bottom: 20px;
}

.invoice-head .iv-left span {
    color: #444;
}

.invoice-head span {
    font-size: 21px;
    font-weight: 700;
    color: #777;
}

.invoice-address h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.invoice-address h5 {
    font-size: 17px;
    margin-bottom: 10px;
}

.invoice-address p {
    font-size: 15px;
    color: #555;
}

.invoice-date li {
    font-size: 15px;
    color: #555;
    font-weight: 700;
    margin-bottom: 5px;
}

.invoice-table {
}

.invoice-table .table-bordered td,
.invoice-table .table-bordered th {
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
    border-left: none !important;
    border-right: none !important;
}

.invoice-table tr td {
    color: #666;
}

.invoice-table tfoot tr td {
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
}

.invoice-buttons a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #815ef6;
    padding: 12px 19px;
    border-radius: 3px;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-left: 6px;
}

.invoice-buttons a:hover {
    background: #574494;
}

/*-------------------- END Invoice ------------------- */

/*-------------------- 23. Login ------------------- */

.login-area {
    background: transparent;
}

.login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-box form {
    margin: auto;
    width: 450px;
    max-width: 100%;
    background: #fff;
    border-radius: 3px;
}

.login-form-head {
    text-align: center;
    background: blue;
    opacity: 0.7;
    padding-top: 20px;
    width: 100%;
    margin-right: 25px;
}

.login-form-head h4 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.login-form-head p {
    color: #ccc;
    font-size: 14px;
    line-height: 22px;
}

.login-form-body {
    padding: 20px;
}

.form-gp {
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid rgb(108, 143, 234);
}

.form-gp label {
    position: absolute;
    left: 0;
    top: 0;
    color: #3b3939;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-gp.focused label {
    top: -15px;
    color: var(--primary-color);
}

.form-gp input {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.form-gp input::-webkit-input-placeholder {
    color: #dad7d7;
}

.form-gp input::-moz-placeholder {
    color: #dad7d7;
}

.form-gp input:-ms-input-placeholder {
    color: #dad7d7;
}

.form-gp input:-moz-placeholder {
    color: #dad7d7;
}

.form-gp i {
    position: absolute;
    right: 5px;
    color: var(--primary-color);
    font-size: 16px;
}

.form-gp.has-error,
.form-gp.has-error label,
.form-gp.has-error input,
.form-gp.has-error input::placeholder,
.form-gp.has-error i {
    color: var(--red);
}

.rmber-area {
    font-size: 13px;
}

.submit-btn-area {
    text-align: center;
}

.submit-btn-area button {
    width: 100%;
    height: 50px;
    border: none;
    background: #fff;
    color: var(--primary-color);
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.submit-btn-area button:hover {
    background: #2c71da;
    color: #ffffff;
}

.submit-btn-area button i {
    margin-left: 15px;
    -webkit-transition: margin-left 0.3s ease 0s;
    transition: margin-left 0.3s ease 0s;
}

.submit-btn-area button:hover i {
    margin-left: 20px;
}

.login-other a {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 43px;
    line-height: 43px;
    border-radius: 40px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
}

.login-other a i {
    margin-left: 5px;
}

.login-other a.fb-login {
    background: #8655fc;
    color: #fff;
}

.login-other a.fb-login:hover {
    box-shadow: 0 5px 15px rgba(44, 113, 218, 0.38);
}

.login-other a.google-login {
    background: #fb5757;
    color: #fff;
}

.login-other a.google-login:hover {
    box-shadow: 0 5px 15px rgba(251, 87, 87, 0.38);
}

.form-footer a {
    margin-left: 5px;
}

/* login-s2 */

.login-s2 {
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.login-s2:before {
    content: "";
    position: absolute;
    height: 206%;
    width: 97%;
    background: #fcfcff;
    border-radius: 50%;
    left: -42%;
    z-index: -1;
    top: -47%;
    box-shadow: inset 0 0 51px rgba(0, 0, 0, 0.1);
}

.login-s2 .login-form-head,
.login-s2 .login-box form,
.login-s2 .login-box form .form-gp input {
    background: transparent;
}

.login-s2 .login-form-head h4,
.login-s2 .login-form-head p {
    color: #444;
}

/* login-s3 */

.login-bg {
    background: url(../images/landing/counsel-lawyers-customer-service-1024x599.jpg)
        center/cover no-repeat;
    position: relative;
    z-index: 1;
}

.login-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #272727;
    opacity: 0.7;
}

/* register 4 page */

.login-box-s2 {
    /* min-height:min-content; */
    background: transparent !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-box-s2 form {
    margin: auto;
    background: #fff;
    width: 100%;
    max-width: 500px;
}

/*-------------------- END Login ------------------- */

/*-------------------- 24. Pricing ------------------- */

.pricing-list {
    text-align: center;
}

.prc-head h4 {
    background: #805ff5;
    color: #fff;
    padding: 28px;
    letter-spacing: 0;
    font-family: "lato", sans-serif;
    font-weight: 500;
}

.prc-list {
    padding: 30px;
}

.prc-list li a {
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    margin: 23px 0;
    color: #6d6969;
}

.prc-list li.bold {
    font-weight: 600;
    margin-top: 20px;
}

.prc-list > a {
    display: inline-block;
    margin-top: 40px;
    background: #805ff5;
    color: #fff;
    padding: 11px 20px;
    border-radius: 40px;
}

.prc-list > a:hover {
    box-shadow: 0 3px 25px rgba(44, 113, 218, 0.38);
}

.dark-pricing .prc-head h4 {
    background: #3e3b3b;
    color: #fff;
}

.dark-pricing .prc-list > a {
    background: #3e3b3b;
}

.dark-pricing .prc-list > a:hover {
    box-shadow: 0 3px 25px rgba(27, 27, 27, 0.38);
}

/*-------------------- END Pricing ------------------- */

/*-------------------- 25. 404 Page ------------------- */

.error-area {
    min-height: 100vh;
    background: #f3f8fb;
}

.error-content {
    background: #fff;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 70px 30px;
}

.error-content h2 {
    font-size: 98px;
    font-weight: 800;
    color: #686cdc;
    margin-bottom: 28px;
    text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff,
        3px 3px 0 #ffffff, 4px 4px 0 #6569dc, 5px 5px 0 #6569dc,
        6px 6px 0 #6569dc, 7px 7px 0 #6569dc;
    font-family: "lato", sans-serif;
}

.error-content img {
    margin-bottom: 50px;
}

.error-content p {
    font-size: 17px;
    color: #787bd8;
    font-weight: 600;
}

.error-content a {
    display: inline-block;
    margin-top: 40px;
    background: #656aea;
    color: #fff;
    padding: 16px 26px;
    border-radius: 3px;
}

/*-------------------- END 404 Page ------------------- */

/*-------------------- 26. Offset Sidebar ------------------- */

.offset-area {
    position: fixed;
    right: -320px;
    top: 0;
    height: 100vh;
    width: 320px;
    background: #f9f9f9;
    z-index: 998;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
    transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
}

.show_hide.offset-area {
    right: 0;
}

.offset-close {
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offset-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.offset-menu-tab {
    padding: 30px 20px;
}

.offset-menu-tab li {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.offset-menu-tab li a {
    display: block;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    font-family: "lato", sans-serif;
    position: relative;
    padding-bottom: 15px;
}

.offset-menu-tab li a.active {
    color: #853bfa;
}

.offset-menu-tab li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #853bfa;
    border-radius: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.91, 0.31, 0.31, 0.92) 0s;
    transition: all 0.3s cubic-bezier(0.91, 0.31, 0.31, 0.92) 0s;
}

.offset-menu-tab li a.active:before {
    left: 0;
}

.offset-menu-tab li a:before {
    left: 100%;
}

.offset-menu-tab li:last-child a:before {
    display: none !important;
}

.offset-content {
    padding: 15px;
}

.recent-activity {
    padding-top: 7px;
    padding-left: 53px;
}

.offset-settings h4 {
    font-family: "lato", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    color: #444;
    margin-bottom: 23px;
}

.s-swtich input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.s-swtich label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 23px;
    background: #1bd4a6;
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0;
}

.s-swtich label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.s-swtich input:checked + label {
    background: #bada55;
}

.s-swtich input:checked + label:after {
    left: calc(100% - 5px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.s-swtich label:active:after {
    width: 40px;
}

.s-settings {
    margin-bottom: 30px;
}

.s-settings p {
    color: #888383;
    font-size: 14px;
}

.s-sw-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.s-sw-title h5 {
    font-size: 16px;
    color: #555;
}

/*-------------------- END Offset Sidebar ------------------- */

/*-------------------- Summary Widgets ------------------- */

.summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 1200px) {
    .summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .summary-grid {
        grid-template-columns: 1fr;
    }
}

.summary-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.summary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.12);
}

.summary-card::before {
    content: none;
}

.summary-card__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1f2a33;
}

.summary-card__value {
    font-size: 26px;
    font-weight: 700;
    color: #1f2a33;
    margin-top: 6px;
}

.summary-card--tone {
    color: #fff;
}

.summary-card--tone .summary-card__label {
    color: rgba(255, 255, 255, 0.85);
}

.summary-card--tone .summary-card__value {
    color: #fff;
}

.summary-card--brand {
    background: #3b82f6;
}

.summary-card--blue {
    background: #2563eb;
}

.summary-card--green {
    background: #22c55e;
}

.summary-card--amber {
    background: #f59e0b;
}

.summary-card--purple {
    background: #8b5cf6;
}

.summary-card--teal {
    background: #14b8a6;
}

.summary-card--rose {
    background: #ef4444;
}

.summary-card--indigo {
    background: #1f2937;
}

.summary-card--slate {
    background: #475569;
}

.summary-card--orange {
    background: #f97316;
}

.summary-card--red {
    background: #ef4444;
}

.dispute-filter .select2-container--default .select2-selection--single,
.dispute-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Lato", sans-serif;
    font-size: 13px;
}

.dispute-filter__control {
    height: 42px;
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    border-radius: 6px;
}

.dispute-filter .select2-container--default .select2-selection--single {
    height: 42px;
    border-color: var(--primary-color);
    border-radius: 6px;
}

.dispute-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 12px;
}

.dispute-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.dispute-filter .input-group .btn {
    height: 42px;
}

.amcharts-logo,
.amcharts-chart-div a[aria-label^="Chart created using amCharts"],
.amcharts-chart-div a[title="JavaScript charts"] {
    display: none !important;
}

/*-------------------- Disputes List Toolbar -------------------*/
.disputes-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.disputes-toolbar__title {
    font-weight: 600;
    font-size: 16px;
}

.disputes-toolbar__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.dispute-filter-toggle {
    margin-top: 12px;
}

.dispute-filter-toggle .btn {
    border-radius: 12px;
    font-weight: 600;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.dispute-filter-toggle .btn i {
    transition: transform 0.2s ease;
}

.dispute-filter-toggle .btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.disputes-mobile-list {
    display: none;
}

.disputes-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 14px;
}

.disputes-mobile-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.disputes-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.disputes-mobile-actions .btn {
    height: 34px;
    width: 34px;
    border-radius: 10px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
}

.disputes-mobile-cards {
    display: grid;
    gap: 12px;
}

.dispute-mobile-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

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

.dispute-mobile-card__title {
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
}

.dispute-mobile-card__name {
    font-size: 13px;
    color: #475569;
    margin-top: 2px;
}

.dispute-mobile-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.dispute-mobile-card__case {
    font-size: 12px;
    color: #64748b;
}

.dispute-mobile-card__date {
    margin-left: auto;
    font-size: 12px;
    color: #94a3b8;
}

.dispute-mobile-menu .dropdown-toggle::after {
    display: none;
}

.dispute-mobile-menu .btn {
    height: 30px;
    width: 30px;
    border-radius: 8px;
    padding: 0;
}

/*-------------------- Mobile Lists (Beneficiaries/Members) -------------------*/
.beneficiaries-mobile-panel,
.paralegals-mobile-panel {
    display: grid;
    gap: 16px;
}

.beneficiaries-mobile-search,
.paralegals-mobile-search {
    background: #ffffff;
    border: 1px solid #e7eef4;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 12px;
}

.beneficiaries-mobile-search .input-group-text,
.paralegals-mobile-search .input-group-text {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #64748b;
}

.beneficiaries-mobile-search .form-control,
.paralegals-mobile-search .form-control {
    border-color: #e2e8f0;
    font-size: 14px;
}

.paralegals-mobile-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5b6b79;
    margin-bottom: -4px;
}

.beneficiaries-mobile-header,
.paralegals-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.beneficiaries-mobile-title,
.paralegals-mobile-title {
    font-weight: 600;
    font-size: 16px;
    color: #0f172a;
}

.beneficiaries-mobile-actions,
.paralegals-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.beneficiaries-mobile-actions .btn,
.paralegals-mobile-actions .btn {
    border-radius: 10px;
    padding: 6px 10px;
}

.beneficiary-mobile-card,
.paralegal-mobile-card {
    background: #ffffff;
    border: 1px solid #e7eef4;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 8px;
}

.beneficiary-mobile-card__top,
.paralegal-mobile-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.beneficiary-mobile-card__name,
.paralegal-mobile-card__name {
    font-weight: 600;
    font-size: 15px;
    color: #0f172a;
}

.paralegal-mobile-card__username {
    font-size: 12px;
    color: #64748b;
}

.beneficiary-mobile-card__file {
    font-size: 12px;
    font-weight: 600;
    color: #2563eb;
}

.beneficiary-mobile-card__meta,
.paralegal-mobile-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 12px;
    color: #475569;
    align-items: center;
}

.beneficiary-mobile-card__meta span i,
.paralegal-mobile-card__meta span i {
    margin-right: 6px;
    color: #94a3b8;
}

.beneficiary-mobile-card__status,
.paralegal-mobile-card__meta .badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
}

.beneficiary-mobile-menu .dropdown-toggle::after,
.paralegal-mobile-menu .dropdown-toggle::after {
    display: none;
}

.beneficiary-mobile-menu .btn,
.paralegal-mobile-menu .btn {
    height: 30px;
    width: 30px;
    border-radius: 8px;
    padding: 0;
}

.beneficiaries-mobile-pagination,
.paralegals-mobile-pagination {
    display: flex;
    justify-content: center;
}

.beneficiaries-mobile-pagination .pagination,
.paralegals-mobile-pagination .pagination {
    margin-bottom: 0;
    justify-content: center;
}

/*-------------------- General Report Mobile Cards -------------------*/
.report-dispute-cards {
    display: grid;
    gap: 12px;
}

.report-dispute-card {
    background: #ffffff;
    border: 1px solid #e7eef4;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 6px;
}

.report-dispute-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.report-dispute-card__id {
    font-weight: 600;
    font-size: 12px;
    color: #0f172a;
}

.report-dispute-card__no {
    font-size: 12px;
    font-weight: 600;
    color: #2563eb;
}

.report-dispute-card__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    color: #64748b;
}

.report-dispute-card__row span:last-child {
    flex: 1;
    font-weight: 600;
    color: #0f172a;
    text-align: right;
    white-space: normal;
}

.report-pagination {
    display: flex;
    justify-content: center;
}

.report-pagination .pagination {
    margin-bottom: 0;
    justify-content: center;
}

@media (max-width: 768px) {
    .mainheader-area .notification-area {
        transform: none;
    }

    .notification-area {
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .notification-area li {
        margin-left: 8px;
    }

    .notification-area li > i {
        font-size: 20px;
    }

    .user-profile {
        margin-right: 0;
        padding: 0;
    }

    .user-profile img.avatar {
        margin-right: 6px;
    }

    .user-name {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .user-name__text {
        display: none;
    }

    .user-profile .dropdown-menu {
        right: 0 !important;
    }

    .disputes-toolbar {
        align-items: stretch;
    }

    .disputes-toolbar__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .disputes-toolbar__actions .btn-group {
        width: 100%;
    }

    .disputes-toolbar__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .dispute-filter {
        background: #f8fafc;
        border-radius: 12px;
        padding: 14px;
    }

    .dispute-filter .form-row {
        margin-right: 0;
        margin-left: 0;
    }

    .dispute-filter .form-row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dispute-filter .text-right {
        text-align: left !important;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .dispute-filter .text-right .btn {
        width: 100%;
    }

    .dispute-filter .select2-container {
        width: 100% !important;
    }

    .dispute-filter__control {
        height: 46px;
        font-size: 14px;
    }

    .dispute-filter .input-group .btn {
        height: 46px;
    }

    .seo-fact {
        border-radius: 16px;
    }

    .seo-fact .seofct-icon {
        font-size: 16px;
        gap: 8px;
    }

    .seo-fact h2 {
        font-size: 22px;
    }

    .seo-fact .card-footer {
        padding: 10px;
    }

    .disputes-toolbar {
        display: none;
    }

    .disputes-mobile-list {
        display: block;
    }

    .disputes-table {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .dispute-profile-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .dispute-profile-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .dispute-profile-actions .btn {
        flex: 1 1 48%;
        min-width: 140px;
    }

    .dispute-profile-actions .btn.btn-primary {
        flex-basis: 100%;
    }

    .dispute-section {
        display: none;
    }

    .dispute-section.is-active {
        display: block;
    }

    .dispute-info-card .card-footer .btn {
        width: 100%;
    }

    .dispute-card-header {
        padding: 12px 14px;
    }

    .recent-activity {
        padding-left: 32px;
    }

    .timeline-task:before {
        left: -22px;
    }

    .timeline-task .icon {
        left: -40px;
    }
}

/*-------------------- Dispute Status Badges -------------------*/

.badge-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 999px;
    min-width: 120px;
    height: 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #fff;
    background: var(--primary-color-dark);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.2);
    white-space: nowrap;
}

.badge-status.status-resolved {
    background: linear-gradient(135deg, #16a34a, #15803d);
}

.badge-status.status-pending {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.badge-status.status-proceeding {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.badge-status.status-continue,
.badge-status.status-continued {
    background: linear-gradient(135deg, #14b8a6, #0f766e);
}

.badge-status.status-referred {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
}

.badge-status.status-discontinued,
.badge-status.status-discontinue {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
}

.badge-status.status-judged {
    background: linear-gradient(135deg, #6366f1, #4338ca);
}

/*-------------------- Dispute Profile -------------------*/

.dispute-profile-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.dispute-profile-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dispute-profile-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.dispute-back-link {
    height: 36px;
    width: 36px;
    border-radius: 10px;
    background: #edf2f7;
    color: #1f2937;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease;
}

.dispute-back-link:hover {
    background: #e2e8f0;
    color: var(--primary-color);
    text-decoration: none;
}

.dispute-profile-meta {
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.dispute-profile-meta__sep {
    color: #cbd5f5;
}

@media (min-width: 992px) {
    .dispute-back-link,
    .dispute-profile-meta {
        display: none;
    }
}

.dispute-status-pill {
    min-width: auto;
    height: 30px;
    padding: 4px 14px;
    font-size: 12px;
}

.dispute-card {
    border: 1px solid #e7eef4;
    border-radius: 12px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.dispute-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    background: var(--primary-color);
}

.dispute-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #f6f9fc;
    border-bottom: 1px solid #edf2f7;
}

.dispute-card-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f172a;
}

.dispute-card-meta {
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
}

.dispute-info-card .form-control,
.dispute-info-card textarea.form-control {
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    color: #1f2937;
    font-size: 13px;
    padding: 8px 12px;
}

.dispute-info-card label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5b6b79;
}

.dispute-info-card .input-group-text {
    background: #e9f1fb;
    border-color: #dbe3ee;
    color: #1d4ed8;
    font-weight: 700;
}

.dispute-action-list {
    display: grid;
    gap: 12px;
}

.dispute-action-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e6edf5;
    color: #1f2937;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    min-height: 44px;
}

.dispute-action-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
    text-decoration: none;
}

.dispute-action-item i {
    width: 20px;
    text-align: center;
    font-size: 14px;
}

/*-------------------- Dispute Mobile Tabs -------------------*/
.dispute-mobile-tabs {
    display: flex;
    gap: 8px;
    align-items: center;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-bottom: 16px;
    scrollbar-width: none;
}

.dispute-mobile-tabs::-webkit-scrollbar {
    display: none;
}

.dispute-mobile-tab {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dispute-mobile-tab.is-active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.dispute-section {
    position: relative;
}

.letter-modal .modal-content {
    border-radius: 16px;
}

.letter-modal .modal-header {
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}

.letter-modal .select2-container {
    width: 100% !important;
}

.letter-modal .select2-container--default .select2-selection--single {
    min-height: 44px;
    height: auto;
    padding: 6px 12px;
}

.letter-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    line-height: 1.3;
    padding-left: 0;
    padding-right: 20px;
}

.letter-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 6px;
}

.letter-info-card {
    background: #f0f7ff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 16px;
}

.letter-info-card small {
    color: #475569;
    display: block;
    margin-bottom: 4px;
}

.letter-preview-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.letter-preview-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 8px;
}

.letter-preview-body {
    padding: 16px;
    flex: 1;
    background: #f9fbff;
    border-radius: 0 0 12px 12px;
    white-space: normal;
    font-family: "Times New Roman", serif;
    font-size: 12px;
    color: #111827;
    line-height: 1.6;
}

.letter-head {
    text-align: center;
}

.letter-logo img {
    max-height: 70px;
    width: auto;
}

.letter-contact {
    font-size: 11px;
    color: #1f2937;
    margin-top: 6px;
}

.letter-divider {
    border-top: 2px solid #111827;
    margin: 10px 0 14px;
}

.letter-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    margin-bottom: 12px;
}

.letter-recipient {
    font-size: 12px;
    margin-bottom: 12px;
}

.letter-subject {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 16px 0;
}

.letter-subject-underline {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.letter-body p {
    margin: 0 0 10px;
}

.letter-pre {
    font-family: "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.6;
    white-space: pre-wrap;
    margin: 0;
}

.letter-form {
    margin-bottom: 20px;
    font-family: "Times New Roman", serif;
    font-size: 12px;
}

.letter-ref-title {
    text-align: center;
    font-weight: 700;
    margin: 8px 0 10px;
}

.letter-section-title {
    font-weight: 600;
    margin: 8px 0 6px;
}

.letter-ref-table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0;
}

.letter-ref-table th,
.letter-ref-table td {
    border: 1px solid #111827;
    padding: 4px 6px;
    font-size: 12px;
    vertical-align: top;
}

.letter-ref-table th {
    font-weight: 600;
    text-align: left;
}

.letter-ref-center {
    text-align: center;
    font-weight: 600;
}

.letter-ref-box {
    border: 1px solid #111827;
    height: 80px;
    margin: 6px 0 8px;
}

.letter-ref-divider {
    text-align: center;
    font-size: 11px;
    margin: 8px 0;
}

.letter-ref-code {
    text-align: right;
    font-size: 11px;
    margin-top: 6px;
}

.letter-footnote {
    font-size: 11px;
    margin-bottom: 6px;
}

.letter-center {
    text-align: center;
    font-weight: 600;
    margin-bottom: 2px;
}

.letter-line-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 2px 0;
    flex-wrap: nowrap;
}

.letter-line-row--wrap {
    flex-wrap: wrap;
}

.letter-line-label {
    white-space: nowrap;
}

.letter-note {
    white-space: nowrap;
    font-size: 11px;
}

.letter-dots {
    border-bottom: 1px dotted #111827;
    height: 12px;
    flex: 1 1 auto;
}

.letter-dots--sm {
    width: 90px;
    flex: 0 0 90px;
}

.letter-dots--md {
    width: 150px;
    flex: 0 0 150px;
}

.letter-dots--lg {
    width: 220px;
    flex: 1 1 220px;
}

.letter-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 6px;
}

.letter-table td {
    padding: 2px 4px;
    font-size: 12px;
}

.letter-table-num {
    width: 20px;
    white-space: nowrap;
}

.letter-table-question {
    width: 60%;
}

.letter-table-option {
    width: 60px;
    white-space: nowrap;
}

.letter-box {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #111827;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
}

.letter-box-label {
    margin: 0 6px 0 4px;
    white-space: nowrap;
}

.letter-lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
}

.letter-line {
    display: inline-block;
    width: 160px;
    border-bottom: 1px dotted #111827;
    padding: 0 4px 2px;
    line-height: 1.2;
    vertical-align: baseline;
}

.letter-line--xs {
    width: 60px;
}

.letter-line--sm {
    width: 100px;
}

.letter-line--md {
    width: 140px;
}

.letter-line--lg {
    width: 200px;
}

.letter-line--xl {
    width: 260px;
}

.letter-line--short {
    width: 140px;
}

.letter-line--medium {
    width: 180px;
}

.letter-line--long {
    width: 260px;
}

.letter-line--block {
    display: block;
    width: 260px;
}

.letter-signature {
    margin-top: 18px;
}

@media (max-width: 991px) {
    .letter-preview-card {
        margin-top: 16px;
    }
}

/*-------------------- Enrollment Summary Visualization -------------------*/

.viz-card {
    background: #fff;
    border: 1px solid #e7eef4;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.04);
}

.viz-card__header {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.viz-card__meta {
    font-size: 12px;
    opacity: 0.85;
}

.viz-card__body {
    padding: 14px 16px 6px;
}

.viz-chart {
    width: 100%;
    height: 300px;
}

/*-------------------- Case Summary Demographics -------------------*/

.case-demographics {
    background: #ffffff;
    border: 1px solid #e7eef4;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.04);
}

.case-demographics__header {
    background: var(--primary-color);
    color: #ffffff;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-demographics__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    padding: 16px;
    background: #f8fbff;
}

.case-demographics__card {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 14px;
    border: 1px solid #e6eef5;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.case-demographics__name {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.case-demographics__stats {
    display: grid;
    gap: 8px;
}

.case-demographics__stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #1f2a33;
}

.case-demographics__label {
    flex: 1;
}

.case-demographics__value {
    font-weight: 700;
}

.stat-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #e0f2fe;
    color: #0284c7;
}

.stat-icon--female {
    background: #fde2e8;
    color: #db2777;
}

.stat-icon--age {
    background: #ede9fe;
    color: #6d28d9;
}

.case-demographics__empty {
    padding: 12px;
    color: #6b7280;
    font-size: 13px;
}

.age-group-strip {
    margin: 0 16px 16px;
    background: #ffffff;
    border: 1px solid #e6eef5;
    border-radius: 12px;
    padding: 14px;
}

.age-group-strip__title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.age-group-strip__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.age-group-chip {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 10px;
    text-align: center;
}

.age-group-chip__label {
    font-size: 12px;
    font-weight: 600;
    color: #1f2937;
}

.age-group-chip__values {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-top: 6px;
}

.age-group-chip__value--male {
    color: #2563eb;
    font-weight: 600;
}

.age-group-chip__value--female {
    color: #db2777;
    font-weight: 600;
}

.viz-row {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 2fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.viz-label {
    color: #2c3e50;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
}

.viz-bar {
    position: relative;
    height: 8px;
    background: #e6eef5;
    border-radius: 999px;
    overflow: hidden;
}

.viz-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-color-dark));
    border-radius: 999px;
}

.viz-value {
    font-size: 12px;
    font-weight: 700;
    color: #0b4f7f;
    min-width: 42px;
    text-align: right;
}

@media (max-width: 768px) {
    .viz-row {
        grid-template-columns: 1fr;
    }

    .viz-value {
        text-align: left;
    }
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

.badge-primary {
    background-color: var(--primary-color);
}

@media (max-width: 768px) {
    .header-area,
    .mainheader-area {
        padding: 8px 16px !important;
    }

    .page-title-area {
        padding: 6px 16px !important;
    }

    .page-title {
        font-size: 14px;
    }

    #casesChart,
    #servicesChart,
    #disputeStatusChart,
    #performanceChart,
    #surveyChart {
        height: 220px !important;
    }

    .viz-chart {
        height: 220px !important;
    }

    .amcharts-chart-div {
        overflow: hidden;
    }

    .amcharts-chart-div svg text {
        font-size: 10px !important;
    }

    .report-mobile-actions {
        display: grid;
        gap: 10px;
    }

    .report-mobile-button {
        border-radius: 12px;
        font-weight: 600;
        padding: 10px 12px;
    }

    .report-filter-card .card-header {
        padding: 16px;
    }

    .report-filter-title {
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 12px;
        color: #0f172a;
    }

    .report-filter-form .row {
        margin: 0;
    }

    .report-filter-grid > [class*="col-"] {
        padding: 0;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 12px;
    }

    .report-filter-grid > [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .report-filter-grid .mt-4 {
        margin-top: 0 !important;
    }

    .report-filter-form label {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #5b6b79;
    }

    .report-filter-form .form-control,
    .report-filter-form .select2-container--default .select2-selection--single {
        height: 38px;
        font-size: 13px;
    }

    .report-filter-form .select2-container {
        width: 100% !important;
    }

    .report-filter-form .input-group .btn {
        height: 38px;
    }

    .report-filter-button {
        width: 100%;
        float: none !important;
    }

    .report-summary-card .card-header {
        padding: 16px;
    }

    .report-summary-card .dropdown .btn {
        font-size: 12px;
        padding: 6px 10px;
    }

    .report-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .report-summary-grid .summary-card {
        padding: 12px;
        border-radius: 12px;
    }

    .report-summary-grid .summary-card__label {
        font-size: 10px;
        letter-spacing: 0.05em;
    }

    .report-summary-grid .summary-card__value {
        font-size: 18px;
    }

    .report-dispute-card {
        padding: 12px;
    }

    .report-dispute-card__row {
        font-size: 11px;
    }

    .dispute-mobile-card {
        padding: 12px;
    }

    .dispute-mobile-card__title {
        font-size: 13px;
    }

    .dispute-mobile-card__name {
        font-size: 12px;
    }

    .dispute-mobile-card__meta {
        gap: 6px;
        margin-top: 6px;
    }

    .dispute-mobile-card__case,
    .dispute-mobile-card__date {
        font-size: 11px;
    }

    .badge-status {
        height: 24px;
        padding: 3px 10px;
        font-size: 11px;
        min-width: auto;
    }

    .beneficiary-mobile-card,
    .paralegal-mobile-card {
        padding: 12px;
    }

    .beneficiary-mobile-card__name,
    .paralegal-mobile-card__name {
        font-size: 14px;
    }

    .beneficiary-mobile-card__meta,
    .paralegal-mobile-card__meta {
        font-size: 11px;
    }

    .nav-archived-dispute {
        display: none !important;
    }
}
