@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;1,300;1,400;1,500;1,700&display=swap');

/* font-family: 'Ubuntu', sans-serif; */

body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
label,
button {
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 12px;
}
/* .dataTables_wrapper .dataTables_filter input{background-color: #FFF !important;} */

.table{margin-top: 0 !important;}
table thead tr th{background-image: linear-gradient(to bottom, white 0%, #DEF7F7 100%) !important;text-transform: capitalize;}
table tr td{background-color: #FFF;}
table thead tr th,table tr td{color: #000000 !important;border:1px solid #8E8E8E !important;padding: 3px !important;font-weight: normal !important;font-size: 12px !important;vertical-align: top !important;}
.manual_paginaton{background-color:#dbf5f3 !important;color: #000000 !important;padding: 3px !important;border: 1px solid #8E8E8E !important;}

table.responsive_datatable  thead tr th,table.responsive_datatable  tr td{padding-left:20px !important;}
table.responsive_datatable  tr  td.dtr-control::before{top:24% !important;}
.tabledesign-box .dataTables_wrapper{background-color:#dbf5f3 !important;border-top:1px solid #8E8E8E !important;border-left:1px solid #8E8E8E !important;border-right:1px solid #8E8E8E !important;border-bottom:1px solid #8E8E8E !important;padding:4px 0 4px 0;}
.tabledesign-box .dataTables_wrapper .dataTables_length select,
.tabledesign-box .dataTables_wrapper .dataTables_filter input{background-color:#fff;}
table thead tr th{background-image: linear-gradient(to bottom, white 0%, #DEF7F7 100%) !important;}
table tr td{background-color: #FFF;}
table thead tr th,table tr td{color: #000000 !important;border:1px solid #8E8E8E !important;padding: 3px !important;font-weight: normal !important;font-size: 12px !important;vertical-align: top !important;}

td a .fa{font-size: 18px;}

a{
    color: #007bff;
}
a:hover {
    color: #72afd2 !important;
}
.breadcrumb-item a{color: #000000 !important;}
.breadcrumb-item a:hover{color: #72afd2 !important;}

.badge-success {
    background-color: transparent !important;
    color: inherit !important;
}

.badge {
    font-size: 14px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff !important;
}

.btn-primary {
    background-color: transparent !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #86CAC9 !important
}

.btn-danger {
    background-color: transparent !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #86CAC9 !important
}

.form-group {
    position: relative;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.form-group.plus .fa-plus {
    position: absolute;
    top: 34px;
    right: 3px;
    font-size: 18px !important;
    padding: 0;
}


/* .btn-primary{background-color: #65afff !important;font-size: 14px !important;font-weight: 500;color: #FFF !important;}
.btn-danger{ background-color: #e87c87 !important;font-size: 14px !important;font-weight: 500;color: #FFF !important;} */

/* .btn i {font-size: 18px;line-height: 23px;} */

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: inherit !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: transparent !important;
    color: #72afd2 !important;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: transparent !important;
    color: #72afd2 !important;
}


/* .btn-light{background-color: #81D8D0;} */

.btn-link {
    color: #C8E2E1 !important;
}

/* .form-group input {
    height: 40px !important;
} */

.form-group input[type=checkbox] {
    height: 14px !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;
    margin-bottom: 10px;
}

.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: #fff;
}

.main-content-inner {
    padding: 0 30px 50px;
}


/*------------------------- 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: #303641;
    box-shadow: 2px 0 32px rgba(0, 0, 0, 0.05);
    -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: #303641;
    border-bottom: 1px solid #343e50; */
}

.sidebar-menu .logo {
    text-align: center;
}

.logo a {
    display: inline-block;
    /* max-width: 220px; */
    max-width: 100%;
    /* background-color: #fff; */
    padding: 10px;
    /* box-shadow: 0 0px 6px 0px #fff; */
}

.metismenu>li>a {
    padding-left: 32px!important;
}

.metismenu li a {
    position: relative;
    display: block;
    color: #8d97ad;
    font-size: 15px;
    text-transform: capitalize;
    padding: 15px 15px;
    letter-spacing: 0;
    font-weight: 400;
}

.metismenu li a i {
    color: #C8E2E1;
    -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: #8d97ad;
    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 {
    padding-left: 37px;
}

.metismenu>li:hover>a,
.metismenu>li.active>a {
    color: #fff;
    background: #343942;
}

.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;
}


/*-------------------- 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: #fff;
    border-bottom: 1px solid #f3f8fb;
    padding-left: 15px;
    position: relative;
    z-index: 99;
}

.mainheader-area .logo a span {
    color: #843df9;
}

.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: #C8E2E1;
}

.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 #C8E2E1;
    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: #fff;
    border-bottom: 1px solid #d8e3e7; */
    background: #DBF5F3;
    box-shadow: 0 0 10px -4px #000 !important;
    margin-bottom: 20px;
    text-align: center;
}

.nav-btn {
    margin: 10px 30px 0 0;
    cursor: pointer;
}

.nav-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #b3aaaa;
    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;
    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: #C8E2E1;
}

.notification-area li>i {
    font-size: 26px;
    color: #bdbcbc;
    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);
}

.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);
    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);
    display: block;
    padding: 18px 30px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    overflow: hidden;
}

.notify-title a {
    float: right;
    display: inline-block;
    color: #ffee1d;
    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: 0 30px;
    background: #fff;
    position: relative;
}


/* .page-title-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 36px;
    background: #C8E2E1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
} */

.page-title {
    font-size: 24px;
    font-weight: 300;
    color: #313b3d;
    letter-spacing: 0;
    margin-right: 30px;
}

ol.breadcrumbs {
    margin-top: 4px;
}

.breadcrumb {
    background-color: transparent !important;
    color: #000 !important;
    align-items: center;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li a,
.breadcrumbs li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    line-height: 31px;
    margin-right: 16px;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    color: #000;
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
}

.breadcrumbs li span {
    margin-right: 0;
    color: #768387;
    text-transform: capitalize;
}

.user-profile {
    margin-left: 10px;
    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;
    color: #000 !important;
    padding: 17px 25px;
    position: relative;
}

.user-profile img.avatar {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 12px;
}

.user-name {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    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 .dropdowm_submenu.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);
    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 ------------------- */

.custome-select {
    font-size: 13px;
    color: #565656;
    font-weight: 500;
    letter-spacing: 0;
}

.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;
}

.exhcange-rate {
    padding: 38px;
    background: #f7fafb;
}

.exhcange-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 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.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.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;
}


/* 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;
}

#consultant .card .card-header,#accordion .card .card-header {
    border-bottom: none !important;
}


/*-------------------- 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;
    border: none !important;
    /* width: 100%; */
    /* text-align: left; */
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: none;
}

.btn:active {
    background-color: #C8E2E1 !important;
    color: #000 !important;
}

.btn-xl {
    padding: 19px 24px;
}

.btn-lg {
    padding: 15px 22px;
    left: 65% !important;
    width: auto;
}

.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, .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: #C8E2E1;
}

.pagination li a {
    font-family: 'lato', sans-serif;
}


/*-------------------- END Pagination ------------------- */


/*-------------------- 17. Form ------------------- */

.form-control,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #c8e1fb;
    background-color: #fff !important;
    font-size: 12px;
    border: 1px solid rgba(170, 170, 170, .3);
    padding: 10.72px 12.8px;
    padding: 6px 12px !important;

    width: auto;
}

.form-rounded {
    border-radius: 40px;
}
.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: .25rem .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: .85rem 1rem;
}

label {
    font-weight: 500;
    color: #666;
    display: inline-block;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    margin-right: 22px;
}

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

.input-rounded {
    border-radius: 50px;
}

.custom-file-label,
.custom-file-input,
.custom-file {
    height: calc(2.25rem + 7px);
    padding: 10.8px 12px;
    padding: .675rem .75rem;
}

.custom-file-label:after {
    height: calc(calc(2.25rem + 7px) - 1px * 2);
    padding: 10.8px 12px;
    padding: .675rem .75rem;
}

.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 a {
    color: #444;
    margin: 9px 0;
    display: inline-block;
    font-family: 'lato', sans-serif;
}

.fw-icons a:hover {
    color: #C8E2E1;
}

.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: #C8E2E1;
}


/*-------------------- 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: 2px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 12px !important;
    border-bottom-color: transparent;
}


/* table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 12px 8px 30px !important;
} */

.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-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 .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: #C8E2E1;
}

.login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.login-box form {
    margin: auto;
    width: 450px;
    max-width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 25px #000;
}

.login-form-head {
    text-align: center;
    background: #fff;
    padding: 50px 10px 10px;
}

.login-form-head h4,
.login_forget_page_head h4 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px;
    color: #C8E2E1;
    font-size: 20px;
}

.login-form-head p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.login-form-body {
    padding: 20px 50px;
}

.form-gp {
    margin-bottom: 25px;
    position: relative;
}

.form-gp label {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-gp.focused label {
    top: -20px;
    color: #08bfc1;
}

.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: #C8E2E1;
    font-size: 16px;
    line-height: 2 !important;
}

.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: #C8E2E1;
    color: #000;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Ubuntu', sans-serif;
}

.submit-btn-area button:hover {
    background: #C8E2E1;
    color: #000000;
}

.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-form-body a {
    color: #000;
}


/* login-s3 */

.login-bg {
    background: url(../images/bg/singin-bg.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: 100vh;
    background: #f9f9f9;
    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;
}

.login-box.ptb--100 form {
    border-radius: 20px !important;
    box-shadow: 0 0 9px 1px #212121;
}

.login-box.ptb--100 form .login-form-head {
    border-radius: 20px 20px 0 0;
}


/* .login-area:before {content: "";position: absolute;left: 0;right: 0;height: 100%;width: 100%; /*background: rgba(0,0,0,0.8);}*/
/* .login-area .container {
    position: relative;
} */

/* .login-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
.login-box.ptb--100 form .login-form-body {
    padding-bottom: 30px;
}
.invoice-head.titleboxes {
    margin-bottom: 0;
    border: navajowhite;
    padding-bottom: 0;
}
.table-responsive.tabledesign-box tr th:last-child,
.table-responsive.tabledesign-box tr td:last-child {
    text-align: left;
}
.table-responsive.tabledesign-box tr td a.default-link {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    background-color: #0096d9;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
}
.table-responsive.tabledesign-box tr td a.default-link:hover {
    opacity: .8;
}

/*-------------------- END Offset Sidebar ------------------- */
div.checkbox.switcher label,
div.radio.switcher label {
    padding: 0;
}
div.checkbox.switcher label *,
div.radio.switcher label * {
    vertical-align: middle;
}
div.checkbox.switcher label input,
div.radio.switcher label input {
    display: none;
}
div.checkbox.switcher label input+span,
div.radio.switcher label input+span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 56px;
    height: 28px;
    background: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
div.checkbox.switcher label input+span small,
div.radio.switcher label input+span small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
}
div.checkbox.switcher label input:checked+span,
div.radio.switcher label input:checked+span {
    background: #269bff;
    border-color: #269bff;
}
div.checkbox.switcher label input:checked+span small,
div.radio.switcher label input:checked+span small {
    left: 50%;
}
.midlelogo.text-center.posti-box {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}
.login-box.ptb--100.position-relative form {
    position: relative;
    margin-top: 100px;
}
.form-group.uploadfile-box>label {
    display: block;
}
.modal-content .modal-footer {
    border: none;
    padding-top: 0;
}
.modal-content .modal-footer a.sendbtn {
    background-color: #C8E2E1;
    border-color: #C8E2E1;
    min-width: 110px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.modal-content .modal-footer a.sendbtn:hover {
    opacity: .7;
}
.modal-header {
    background-color: #c8e2e1;
    position: relative;
}
.modal-header .lab_space {
    font-size: 18px;
    margin-bottom: 0px;
}
.modal-header button.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    line-height: 40px;
    padding: 0;
    color: #c8e2e1;
    text-shadow: none;
}
.modal-header button.close span {
    line-height: 34px;
    position: relative;
    top: -3px;
    font-size: 36px;
}
.modal-header.notitle {
    border: none;
    padding: 6px 0;
}
.nav-btn span {
    background: #C8E2E1;
}
@media(max-width:767px) {
    .login-box.ptb--100.position-relative .login-form-head h4 {
        font-size: 20px;
    }

    .sbar_collapsed .nav-btn span {
        background: #C8E2E1 !important
    }
}
@media(max-width:479px) {
    .login-box.ptb--100.position-relative .login-form-head {
        padding: 25px 20px 10px;
    }

    .login-box.ptb--100.position-relative .login-form-body {
        padding-top: 15px;
    }
}

/* Title Button */

/* Create New Account */
#consultant .heading h5,#accordion .heading h5 {
    text-align: center !important;
}
.card .card-body .pull-right a {
    position: absolute;
    top: 0;
    background-color: #77C3C2;
    color: #FFF !important;
    font-weight: 500;
    right: 48px;
}
.card .card-body .pull-right a:hover {
    border: none;
}
.card .card-header .btn:active {
    background-color: transparent !important;
}
.card .card-header .btn {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 0px 17px;
    font-weight: 600;
}
#passgenerate.btn {
    border-radius: .25rem;
    line-height: 1.2;
    margin-left: 5px;
    background-color: #C8E2E1 !important;
    color: #fff;
}
#passgenerate.btn::before{color: #fff;}
label,.lab_space {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;

    /* width: auto; */
    /* width:15%; */
    text-align: right;
}
.form-check .check label{width: auto !important;}
.card .card-header h5 button {
    text-align: center;
    padding: 0px 0px;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 16px;
}
.card img {
    height: 100%;
    width: 100%;
}

.consultant_list_img {
    height: 50px !important;
    width: 100% !important;
}
.view_btn .btn {
    width: auto !important;
    padding: 14px 25px;
    border-radius: 0px !important;
    font-size: 17px;
    font-weight: 500
}

/* position: relative;top: -30px;left: 0px;transform: translate(-110%,-60%); */
.img_to_show {
    max-width: 140px;
}
.img_show {
    display: flex;
    gap: 10px;
}

/* Side Menu */
.nest_li {
    height: auto !important;
}

/* Role create page*/
.role_create .title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.role_create label {
    width: 40%;
}

/* Flag*/
.select_lang {
    display: flex;
    justify-content: flex-end;
}
.select_lang select:focus {
    outline: none !important;
}
.select_lang select {
    background-color: #c8e1fb;
}
.flag-icon {
    width: 4.999em !important;
    height: 22px;
}

.text-primary{color: #72afd2 !important}

.lang_change{text-decoration: none;padding: 0px;margin: -4px 13px 0px 10px;font-weight: 600;color: #86caca;font-size: 23px;}
.lang_change:hover{color:#72afd2 !important;}

/* Topic Page */
.btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Application Edit Page  */
#consultant,#accordion {
    margin-top: 15px;
}
#consultant .card,#accordion .card {
    background-color: #C8E2E1;
}
#consultant .card button,#accordion .card button {
    padding: 18px !important;
}
#consultant .card h5 ,#accordion .card h5 {
    font-size: 18px;
    font-weight: 400;
}
#consultant .card .card-header,#accordion .card .card-header {
    padding: 0px !important;
}
#consultant .collapse,
#consultant .collapsing,
#accordion .collapse,
#accordion .collapsing {
    background-color: #fff;
}
#consultant .form-group input,
#consultant .form-group select,
#accordion .form-group input,
#accordion .form-group select {
    height: 31px !important;
}
select.form-control:not([size]):not([multiple]) {
    height: 31px !important;
    border-radius: 0 !important;
}
#consultant .form-group label,
#consultant .form-check label,
#consultant .form-select label,
#accordion .form-group label,
#accordion .form-check label,
#accordion .form-select label {
    color: #000;
}
#consultant .form-group .note,
#accordion .form-group .note {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
    color: #0069D9;
    margin-bottom: 5px;
}
#consultant #passgenerate.pass,
#accordion .form-group #passgenerate.pass {
    top: -40px;
    position: relative;
    left: 286px;
}
#consultant .form-group textarea,
#accordion .form-group textarea {
    height: 135px !important;
}
#consultant .col
#accordion .col {
    padding-right: 0px !important;
}

/* #accordion .col :first-child(){padding-left: 15px !important;} */
.form-check,
#consultant .form-select,
#accordion .form-select {
    padding-left: 0px;
    margin-bottom: 1rem;
}
.form-check {
    display: flex;
    flex-direction: column;
}
.form-check .check {
    background-color: #C8E2E1;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    justify-content: center;
    margin-bottom: 5px;
}
.form-check .check label {
    color: #000;
    margin-bottom: 0px !important;
    padding: 0px 0px 0px 5px;
}
.form-check .check .st {
    font-weight: 500 !important;
    color: #000;
    margin-left: 5px;
    margin-right: 6px;
}
.form-check .d-flex {
    gap: 10px !important;
    flex-wrap: wrap;
}
.form-check input[type="checkbox"] {
    position: relative;
    width: 12px;
    height: 12px !important;
    color: #000;
    border: 1px solid #000;
    appearance: none;
    outline: 0;
    cursor: pointer;
    background-color: #FFF;
}
.form-check input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: -2px;
    left: 2px;
    width: 6px;
    height: 11px;
    border: 0px solid #000;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.form-check .check input[type="checkbox"]:checked::before {
    opacity: 1;
}
.check input[type="checkbox"]:checked {
    color: #000;
    border-color: #000;
    background-color: #FFF;
}
#consultant .up,
#accordion .up {
    display: inline-block;
    transform: rotate(180deg);
    font-size: 20px;
    font-weight: 900;
}
/* #consultant .form-group .img_upload,
#accordion .form-group .img_upload {
    position: relative;
}
#consultant .form-group .img_upload input,
#accordion .form-group .img_upload input[type="file"] {
    height: 100px !important;
    width: 100px;
    position: relative;
    top: -16px;
    left: 0;
    right: 0px;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
}
#consultant .form-group .img_upload img,
#accordion .form-group .img_upload img {
    width: 100%;
    max-width: 100px;
    position: relative;
    top: 20px;
    left: -105px;
    height: auto;
} */
#consultant .form-group .img_upload input,
#accordion .form-group .img_upload input[type="file"] {
    height: inherit !important;
    outline: none;
    box-shadow: none;
    border-color: #c8e1fb;
    background-color: #c8e2e1 !important;
    font-size: 12px;
    border: 1px solid rgba(170, 170, 170, .3);
    padding: 10.72px 12.8px;
    padding: 5px 12px !important;
    width: auto;
    cursor: pointer;
}
#consultant .form-group .img_upload img,
#accordion .form-group .img_upload img {display: none;}

.form-group .radio_option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.form-group .radio_option .radio input[type="radio"] {
    appearance: none;
    display: none;
}
.form-group .radio_option .radio input[type="radio"]+label {
    display: inline-block;
    width: auto;
    text-align: center;
    height: auto;
    border: 1px solid #000;
    margin-bottom: 2px;
    padding: 4px 19px;
    cursor: pointer;
}
.form-group .radio_option .radio label {
    margin-right: 10px;
}
.form-group .radio_option .radio input[type="radio"]:checked+label {
    background-color: #c8e2e1;
}

#consultant .btn-link:hover,
#consultant .btn-link.focus,
#consultant .btn-link:focus,
#consultant .btn-link:visited,
#accordion .btn-link:hover,
#accordion .btn-link.focus,
#accordion .btn-link:focus,
#accordion .btn-link:visited {
    text-decoration: none !important;
}

/* Card Head for Show Page */
.card_head {
    background-color: #C8E2E1;
    padding: 10px 20px;
}
.card_head h5 {
    text-align: center;
}

/* Alert Style */
.alert_msg {
    background-color: #C8E2E1;
    margin-top: 24px;
    /* margin-bottom: 0px !important; */
}
.alert_msg p {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}

/* Login & Forget Password Page*/
.login_forget_page_head {
    margin: 15px 0;
}
.login_forget_page_head h4 {
    font-family: 'Ubuntu', sans-serif;
    color: #c8e2e1;
    text-align: center;
}
.login_forget_page_body {
    padding: 15px 25px;
}
.login_forget_page_body i.icon {
    display: inline-block;
    position: absolute;
    top: 79px;
    left: 384px;
    transform: translate(50%, 50%);
}
.login_forget_page_body i.pass_icon {
    top: 139px !important;
}
.login_forget_page_body .link_text a {
    display: block;
    font-size: 16px;
    text-align: right;
    color: #000;
}
.login_forget_page_body .link_text a:visited {
    color: #c8e2e1;
}
.login_forget_page_body .control-label {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: absolute;
    left: 35px;
    top: 79px;
    margin-bottom: 0px !important;
}
.login_forget_page_body .control-label.pass_label {
    top: 139px !important;
}
.login_forget_page_body .form-group {
    margin-bottom: 0px !important;
    padding: 0 0px 20px;
}
.login_forget_page_body .form-group.focused .control-label {
    top: 45px;
    color: #c8e2e1;
    left: 26px;
}
.login_forget_page_body .form-group.focused .pass_label {
    top: 109px !important;
}
.login_forget_page_body .form-control::-webkit-input-placeholder {
    color: #000;
}
.login_forget_page_body .form-control:focus::-webkit-input-placeholder {
    transition: none;
}
.login_forget_page_body .form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}
.login_forget_page_body .form-control,
.login_forget_page_body .form-control:focus,
.login_forget_page_body .form-control:active {
    background-color: #fff !important;
}

/* Login & Forget Password Page*/
input[type="file"] {
    height: inherit !important;
}
.file_icon {
    font-size: 30px;
    font-weight: 900;
    color: #000;
}

/* Header Menus */
.redesign_header .sidebar-header {
    padding: 0px !important;
    border-bottom: 0px !important;
}
.menus_header .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.menus_header ul li {
    margin: 4px !important;
    padding: 2px 6px;
    position: relative;
}
.menus_header ul li a span:hover {
    color: #000;
    text-shadow: 0 0 .7px #000, 0 0 .7px #000 !important;
}
.menus_header ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.menus_header ul li.line a.below_line::before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 1px;
    left: 0;
    background-color: #c8e2e1;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.menus_header ul li.line a.below_line:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.menus_header ul li a i,
.menus_header ul li a span {
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}
.menus_header li a span {
    margin-left: 5px;
}
.menus_header .dropdown-toggle::after {
    color: #000 !important;
    vertical-align: 1.8px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.menus_header .dropdown .dropdown-menu {
    transform: none!important;
    top: 22px !important;
    margin: 0px !important;
    width: max-content;
}
.menus_header .dropdown .dropdown-menu li.dropdown-item,
.menus_header .dropdown .dropdown-menu li.dropdown {
    display: block;
    width: 100%;
    margin: 0px !important;
    padding: 5px !important;
}
.menus_header .dropdown li.dropdown-item a i,
.menus_header .dropdown .dropdown-menu li.dropdown-item a span,
.menus_header .dropdown li.dropdown-submenu .sub_a i,
.menus_header .dropdown li.dropdown-submenu .sub_a span {
    display: inline-block;
    color: #000 !important;
    font-weight: 300;
}



/* .menus_header .dropdown li.dropdown-item:hover a i,.menus_header .dropdown li.dropdown-item:hover a span,
.menus_header .dropdown li.dropdown-submenu:hover .sub_a i,.menus_header .dropdown li.dropdown-submenu:hover .sub_a span
{color: #fff !important;}
.menus_header .dropdown li.dropdown-item:hover{background: #86CAC9;} */

@media (max-width: 2560px) and (min-width: 992px) {
    .menus_header .dropdown .dropdown-submenu ul.dropdown-menu {
        display: none !important;
    }

    .menus_header .dropdown .dropdown-submenu ul.dropdown-menu ul.dropdown-menu{
        display: none !important;
    }
    .menus_header .dropdown .dropdown-submenu ul.dropdown-menu .dropdown-submenu:hover ul.dropdown-menu{
        display: block !important;
    }
    .menus_header .dropdown:hover .dropdown-menu,
    .menus_header .dropdown .dropdown-submenu:hover ul.dropdown-menu {
    display: block !important;
    margin: 0px !important;
}
}

@media only screen and (max-width: 1440px) {
    .menus_header .menu li:nth-child(9) .dropdown-menu{left: -60px;}
}

@media only screen and (max-width: 1366px) {
    .menus_header .menu li:nth-child(8) .dropdown-menu{left: -60px;}
}



.menus_header .dropdown-menu.show {
    top: 25px !important;
    transform: none !important;
}
.menus_header .dropdown-item.active,
.menus_header .dropdown-submenu .dropdown-item.active {
    background-color: #fff !important;
}
.menus_header .dropdown-submenu {
    position: relative;
}
.menus_header .dropdown-submenu .dropdown-menu {
    top: -7px !important;
    left: 100%;
    margin-top: -1px;
}

/* Header Menus */
.user.dropdown .dropdown-toggle {position: relative;}
.user.dropdown .dropdown-toggle::after{content: inherit;}
.user.dropdown .dropdown-toggle i {color: #000;font-size: 24px;}
.user.dropdown .dropdown-menu{transform: translate3d(-250px, 0px, 0px) !important;width: 312px !important;padding: 0;}
.user.dropdown .dropdown-menu .usdermail{padding-bottom: 15px;border-bottom: 1px solid #DDD;padding: 15px;}
.user.dropdown .dropdown-menu .usdermail strong{display: block;font-size: 14px;line-height: 1;color: #000000;text-align: left;}
.user.dropdown .dropdown-menu .btnbox{display: flex;align-items: center;justify-content: space-between;padding: 15px;background-color: #eee;}
.user.dropdown .dropdown-menu .btnbox .btn-action{text-transform: uppercase;border: 1px solid #ddd !important;padding: 6px 12px !important;background: linear-gradient(to bottom, #86CAC9 0%, #5bb7b6 100%);text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);color: #FFF;font-size: 12px;display: inline-block;font-weight: 400;text-align: center;white-space: nowrap;
vertical-align: middle;line-height: 1.5;border-radius: 0.25rem;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.user.dropdown .dropdown-menu .btnbox .btn-action:hover{border-color: #adadad !important;color: #FFF !important;}

.msg {
    position: relative;
}
.msg::after{content: inherit;}
.msg i {
    color: #000;
    font-size: 24px;
}
.msg i span {
    position: absolute;
    right: -10px;
    top: -5px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    background-color: #e87c87;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
}

.faq {
    position: relative;margin: 0 13px 0px 10px;
}
.faq::after{content: inherit;}
.faq i {
    color: #e87c87;
    font-size: 50px;
}





.btn_tile {
    text-transform: uppercase;
    border:1px solid #ddd !important;
    padding: 6px 12px !important;
    background:linear-gradient(to bottom, #86CAC9 0%, #5bb7b6 100%);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-size: 14px;
}
.btn_tile:hover {
    border-color: #adadad !important;
    color: #FFF !important;
}
.login_forget_page_body .text {
    text-align: right;
    margin: 5px;
    padding-bottom: 20px;
}
.login_forget_page_body .text a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: right;
}

/* New Login Logout Forget Page */
.log_page {
    height: 100vh;
}
.log_page .header-area {
    padding: 0px !important;
}
.log_page .header-area .sidebar-header {
    padding: 10px 32px 10px !important;
}
.log_page .box1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*min-height: 80vh;*/
.log_page .box_img {
    background-color: #86CAC9;
    position: relative;
}
.log_page .box_img::after {
    content: '';
    background-color: #86CAC9;
    position: absolute;
    -webkit-clip-path: ellipse(100% 100vh at 0% 50%);
    clip-path: ellipse(100% 100vh at 0% 50%);
    z-index: 1;
    left: 70px;
    top: 0px;
    width: 100%;
    height: 100vh;
}
.log_page .box_img .logo_content {
    display: block;
    width: 100%;
    position: relative;
    z-index: 11;
    text-align: center;
}
.log_page .box_img .logo_content .logo {
    display: block;
    padding: 20px;
    background-color: #FFF;
    max-width: 250px;
    margin: 0 auto 20px;
    box-shadow: 0 0 20px #c8e2e1;
}
.log_page .box_img .logo_content .logo img {
    max-width: 100%;
    height: auto;
    width: 200px;
}
.log_page .box_img .logo_content .dis {
    display: block;
    width: 100%;
    padding: 0;
}
.log_page .box_img .logo_content .dis h2 {
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    color: #FFF;
    margin-bottom: 10px;
}
.log_page .box_img .logo_content .dis .sildes {
    display: block;
    max-width: 350px;
    margin: 0 auto;
}
.log_page .box_img .logo_content .dis h4 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    color: #000;
    margin-bottom: 10px;
}
.log_page .box_img .logo_content .dis p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}
#login_out_for .form_body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#login_out_for .form_body .box {
    margin: auto;
    background-color: #FFF;
    padding: 20px 50px;
    border-radius: 20px;
    box-shadow: 0 0 10px -4px #000 !important;
    ;
    width: 400px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#login_out_for .form_body .box .login_forget_page_head {
    margin: 0px 0px 20px 0px!important;
}
#login_out_for .form_body .box .login_forget_page_head h4 {
    color: #000;
}
#login_out_for .form_body .box label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    width:43%;
    text-align: left;
}
#login_out_for .form_body .box .form-group {
    margin-bottom: 10px !important;
    position: relative;
}
#login_out_for .form_body .box .form-group span {
    position: absolute;
    top: 12px;
    right:10px;
    cursor: pointer;
}
#login_out_for .form_body .box .form-group input {
    height: 30px !important;
    width: 100%;
}
#login_out_for .form_body .box .submit_forget {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#login_out_for .form_body .box .text {
    text-align: right;
}
#login_out_for .form_body .box .text a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #000;
}
#login_out_for .form_body .box .text a:active,
#login_out_for .form_body .box .text a:focus,
#login_out_for .form_body .box .text a:hover {
    color: #86CAC9;
    border-bottom: 1px solid #86CAC9;
}
#login_out_for .form_body .box .btn_log .btn_login_out {
    background-color: #FFF;
    width: 100%;
    border-radius: 0px !important;
    border: 2px solid #c8e2e1 !important;
    padding: 5px 7px !important;
}
#login_out_for .form_body .box .btn_log .btn_login_out:hover {
    background: #c8e2e1 !important;
    color: #fff !important;
}
#login_out_for .form_body .box .btn_log .btn_login_out a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
#login_out_for .form_body .box .btn_log .btn_login_out:hover a {
    color: #000 !important;
}

#login_out_for .form_body .box .btn_log .btn_login_out span {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
#login_out_for .form_body .box .btn_log .btn_login_out:hover span {
    color: #000 !important;
}
.single-table .add_btn .pull-right a {
    right: 28px !important;
    top: 30px !important;
    padding: 5px 10px !important;
    z-index: 2;
    background-color: #77C3C2 !important;
    border-radius: 3px !important;
    border: 1px solid #ddd !important;
}
.single-table .add_btn .pull-right a:hover{border-color:#adadad !important;}
.single-table .add_btn .dataTables_filter label {
    margin-right: 82px;
}

/* Select Check Box */
/* .select_checkBox div {
    width: 100% !important;
} */
.select_checkBox .multiselect-container.dropdown-menu.show {
    width: 100%;
    top: 100% !important;
    left: 0px;
    transform: none !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 12px;
    overflow-y: scroll;
    max-height: 320px;
}
.select_checkBox .multiselect-container button {
    width: 50% !important;
}

.select_checkBox .multiselect-container.full-btn button {
    width: 100% !important;
}

.select_checkBox .multiselect-container span.form-check {
    flex-direction: row !important;
    background-color: #C8E2E1;
    padding: 4px 8px;
    align-items: center;
    border: 1px solid #000;
    justify-content: flex-start;
    margin-bottom: 5px
}
.select_checkBox .multiselect-container span.form-check input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: -2px;
    left: 2px;
    width: 6px;
    height: 11px;
    border: 0px solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.select_checkBox .multiselect-container span.form-check input[type="checkbox"]:checked::before {
    opacity: 1;
}
.select_checkBox .multiselect-container span.form-check .form-check-input {
    margin-top: 0px !important;
    margin-left: 5px !important;
}
.select_checkBox .multiselect-container span.form-check .form-check-label {
    margin-left: 6px;
}
.select_checkBox .multiselect-container.dropdown-item:focus,
.select_checkBox .multiselect-container.dropdown-item:hover {
    background-color: #fff !important;
}
.select_checkBox .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.select_checkBox .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.select_checkBox .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.select_checkBox .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.select_checkBox .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.select_checkBox .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
    background-color: #fff !important;
}
.select_checkBox .multiselect-container .multiselect-option:hover,
.select_checkBox .multiselect-container .multiselect-group:hover,
.select_checkBox .multiselect-container .multiselect-all:hover,
.select_checkBox .multiselect-container .multiselect-option:focus,
.select_checkBox .multiselect-container .multiselect-group:focus,
.select_checkBox .multiselect-container .multiselect-all:focus {
    background-color: #FFF !important;
}
.ck-editor__editable {
    min-height: 300px;
}

/* recreated_header */
.recreated_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.recreated_header .left_link{
    order: 1;
    width: 20%;
    text-align: left;
}
.recreated_header .left_link a{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-decoration: underline;
}
.recreated_header .logo_area {
    order: 2;
    width: 60%;
    text-align: center;
    padding: 0px 0px 0px 0;
}
.recreated_header .lang_area {
    order: 3;
    width: 20%;
    align-items: center;
}
.recreated_header .menus_area {
    order: 4;
    width: auto;
    padding: 3px 0px 0px;
}
.recreated_header .menus_area .menus_header .menu {
    justify-content: center;
}

/* Pop Up Table */
.popUpTable {
    width: 100%;
}
.popUpTable th {
    width: 40%;
    font-size:14px;
    padding: 8px 8px;
    border-bottom: 2px solid #eee !important;
    border-top: 1px solid #eee !important;
    background-color: #eee;
}
.popUpTable td {
    font-size: 14px;
    padding: 8px 8px;
}
.popUpTable td a {
    color: #72afd2;
    border-bottom: 1px solid #72afd2;
    font-size: 14px;
}
.popUpTable td a:hover {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    font-weight: 500;
}
.fc-event-title {
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #000;
}
.fc-h-event {
    background-color: #C8E2E1 !important;
    border-color: #C8E2E1 !important;
}
.calender_popUp .modal-body {
    max-height: 300px;
    height: 300px;
    overflow-y: scroll;
}
.calender_popUp .modal-body.pop_body {
    max-height: inherit;
    height: inherit;
}

/* Pop Up Table */

/* .lastMenu ul{width: 190px !important;} */

/* .lastMenu ul .rightMenu{left: -102% !important;} */

/*  Add Consultant Availability - 2022-05-7  */
#AddConsultantAvailability .modal-dialog {
    max-width: 900px;
}
#consultantDitails.popUpTable th {
    width: auto !important;
}

/*  Add Consultant Availability - 2022-05-7  */
table.dataTable>tbody>tr.child ul.dtr-details {
    display: block !important;
}
table.dataTable>tbody>tr.child span.dtr-title {
    width: 15%;
}

/* Header */
.menus_area .menus_header ul.menu :nth-child(9) .dropdown-menu .dropdown-submenu .dropdown-menu {
    /* left: -200px; */
    width: 200px;
}

/* Header */
.recreated_header .menus_area .menus_header .menu {
    justify-content: center;
}

/* Pop Up Table */
.popUpTable {
    width: 100%;
}
.popUpTable th {
    width: 40%;
    font-size: 14px;
    padding: 8px 8px;
    border-bottom: 2px solid #eee !important;
    border-top: 1px solid #eee !important;
    background-color: #eee;
}
.popUpTable td {
    font-size: 14px;
    padding: 8px 8px;
}
.popUpTable td a {
    color: #72afd2;
    border-bottom: 1px solid #72afd2;
    font-size: 14px;
}
.popUpTable td a:hover {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    font-weight: 500;
}
.fc-event-title {
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #000;
}
.fc-h-event {
    background-color: #C8E2E1 !important;
    border-color: #C8E2E1 !important;
}
.calender_popUp .modal-body {
    max-height: 300px;
    height: 300px;
}

/* Pop Up Table */

/* .lastMenu ul{width: 190px !important;} */

/* .lastMenu ul .rightMenu{left: -102% !important;} */

/*  Add Consultant Availability - 2022-05-7  */
#AddConsultantAvailability .modal-dialog {
    max-width: 900px;
}
#consultantDitails.popUpTable th {
    width: auto !important;
}

/*  Add Consultant Availability - 2022-05-7  */
table.dataTable>tbody>tr.child ul.dtr-details {
    display: block !important;
}
table.dataTable>tbody>tr.child span.dtr-title {
    width: 15%;
}

/* Header */

/* .menus_area .menus_header ul.menu:nth-child(9) li.dropdown-menu .dropdown-submenu .dropdown-menu {
    left: -200px;
    width: 200px;
} */
/* .menus_area .menus_header ul.menu :nth-child(9) .dropdown-menu,
.menus_header ul.menu :nth-child(9) .dropdown-menu.show {
    left: -100px !important;
} */

/* Header */

/* Chart css */

/* .charts div.chart_div {
    border: 2px;
    border-style: solid;
    margin-bottom: 12px;
    padding: 14px;
} */

/* .charts div {
    border: 2px;
    border-style: solid;
    margin-bottom: 12px;
    padding: 14px;
} */
.no-chart {
    border: 2px solid;
    padding: 24px;
    margin-bottom: 12px;
}
.no-chart div span {
    font-size: 20px;
}
.no-chart div span .chart-title {
    font-size: 26px;
}
.common_charts {
    width: 100%;
    height: 500px;
    display: inline-block;
    margin-bottom: 26px;
}

.search_cancel_box:not(:last-child) {
    margin-left: 26px;
}
.twoBox_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.twoBox_flex span {
    font-size: 14px;
}

div .map { width: 400px; height: 400px; position: relative; overflow: hidden; }

/* Search And Excel Button */
.search_cancel_box.btn,#export-to-excel.btn{background-image: linear-gradient(to bottom, #86CAC9 0%, #5bb7b6 100%);background-repeat: repeat-x;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);padding:6px 12px !important;border:1px solid #ddd !important;border-radius: 3px;}
.search_cancel_box.btn:hover,#export-to-excel.btn:hover{border-color:#adadad !important;}
.search_cancel_box.btn i,#export-to-excel i{font-weight: 600; color: #fff;font-size: 16px;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)}
.search_cancel_box.btn img{width: 16px;max-width: 100%;height: auto;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)}

/* Navigation */
.manual_paginaton nav{display: block;}
.manual_paginaton nav ul li a{text-decoration:none;cursor: default;color: #666 !important;border: 1px solid transparent;background: transparent;box-shadow: none; padding:5px 10px;}
.manual_paginaton nav ul .page-item .page-link:hover,.manual_paginaton nav ul .page-item .page-link:focus,.manual_paginaton nav ul .page-item .page-link:focus-visible{color: #000 !important;border: 1px solid #d2d6de;background:#fff;padding:5px 10px;box-shadow: none;}

.manual_paginaton nav ul .page-item.active .page-link{color: #777777 !important;border: 1px solid #d2d6de;background:#ffff;padding:5px 10px;}

#index_page_tables .index_table{border: 2px solid #8ad2df;}
#index_page_tables .index_table.table thead th{border-bottom: 0 !important;}

/* Select */
select#recPerPage.select_manage{width: 76px;margin: 0 10px;border: 1px solid #aaa;border-radius: 3px;padding: 5px;background-color: transparent;padding: 4px;}

.executive_search_table .form-group{display: flex;justify-content: flex-start;align-items: center;width: 100%;}
.executive_search_table .form-group strong{display: inline-block;width: auto;margin-right: 5px;}
.executive_search_table .form-group .form-control{width: auto;}

/* Pagination */
.pagination{margin-bottom:4px;display: flex;justify-content: center;align-items: center;}
.pagination .page-item:first-child,.pagination .page-item:last-child{display: block;background-image: linear-gradient(to bottom, #86CAC9 0%, #5bb7b6 100%);color:#fff;padding:0px 0px;border: 1px solid #d2d6de;}
.pagination .page-item:first-child .page-link ,.pagination .page-item:last-child .page-link{font-size: 16px;color: #ffff !important;padding: 3px 10px;}

.pagination .page-item:first-child:hover .page-link ,.pagination .page-item:last-child:hover .page-link,
.pagination .page-item:first-child:focus .page-link ,.pagination .page-item:last-child:focus .page-link,
.pagination .page-item:first-child:focus-visible .page-link ,.pagination .page-item:last-child:focus-visible .page-link{padding: 3px 10px;font-size: 16px;box-shadow: none;background-color: #86CAC9;border-color:#CCCCCC;color: #FFF !important;}

.page-item.disabled .page-link{color: #d2d6de; background-color: transparent !important;border:0 !important;vertical-align: middle; margin: 0;padding: 0;}

/* search_filter */
#search_filter .form-group strong.lab_space,
#search_filter .form-check strong.lab_space{font-size: 12px;font-weight: bold;color: #333333;}
#search_filter .form-check{display: flex;justify-content: flex-start;align-items:baseline; flex-direction: row;gap:10px;}
#search_filter .form-check .check{border-color:#aaaaaa4d;}
#search_filter .form-check .check label{color: #333333;}
#search_filter .form-check input[type="checkbox"],
.form-group .radio_option .radio input{padding: 0 !important;}
.form-group .radio_option .radio input[type="radio"] + label{border-color:#aaaaaa4d;}
#search_filter .form-check .d-flex{display: flex;justify-content: flex-start;align-items: flex-start;flex-direction:row;width: max-content;}
#search_filter .form-group select{display: inline-block;height: 31px !important;padding: 6px 62px 6px 12px !important;font-size: 12px;border-radius: 0 !important;color:#555555 !important;}
#search_filter .form-group input{display: inline-block;height: 31px !important;padding:6px 12px;font-size: 12px;border-radius: 0 !important;color:#555555 !important;}
#search_filter .form-group #searchBtn{padding:6px 12px !important;border-bottom-left-radius: 0 !important;border-top-left-radius: 0 !important;border-radius:3px;background-color:#82c8c7;color: #fff;font-size: 12px;font-weight: normal; border:1px solid #367fa9 !important;margin-left: -10px;}
#search_filter .form-group #searchBtn:hover{border-color: #4cadac !important;color: #fff !important;background-color:#82c8c7 !important;}
#search_filter .select2 {width: 200px !important;}
#search_filter .select2-container--default .select2-selection--single{border-radius: 0 !important;border-color:#aaaaaa4d;color: #333333;}
#search_filter .select2-selection__placeholder{color: #555555 !important;}

.add_store{display: block;width: 100%;margin:0 auto 8px;text-align: center;}
.add_store a{text-decoration: none;color: #86CAC9;font-size: 16px;font-weight: 400;}
.add_store a:hover{color: #72afd2;}
.add_store a i{color: #333333;}

/* Calender Box */
.calender_box{display: block;width: 100%;max-width: 1100px;margin: 0 auto;background-color: #FFFFFF;border-radius: 6px;box-shadow: 0 1px 2px #C3C3C3;-webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);-moz-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);padding: 20px 0px 0;}
.calender_box.full{max-width: 100%;}
.calender_box .fc-header-toolbar.fc-toolbar {padding:20px 20px 0px;}
.calender_box .fc-button-group{display: flex;}
.calender_box .fc-button,.calender_box .fc-button-group .fc-button {display: inline-block;border-color: #86CAC9 !important;background: #86CAC9 !important;color: #FFFFFF !important;padding: 0 10px !important;overflow: hidden;height: 30px;line-height:30px;white-space: nowrap;cursor: pointer;opacity: 1 !important;}
.calender_box .fc-button:hover,.calender_box .fc-button:focus,.calender_box .fc-button:active,.calender_box .fc-button-group .fc-button:hover,.calender_box .fc-button-group .fc-button:focus,.calender_box .fc-button-group .fc-button:active{background-color: #d3eded !important;border-color: transparent !important;outline: none !important;box-shadow:none !important;}
.calender_box .fc-button-group .fc-button .fc-icon {vertical-align: baseline;}
.calender_box h2.fc-toolbar-title{margin-top: 0;white-space: nowrap;font-size: 32px;font-weight: 100;margin-bottom: 10px;font-family: 'Roboto', sans-serif;color: #666;}
.calender_box table{border-collapse:separate !important;}
.calender_box table tr th{background: #86CAC9 !important;border: 0px !important;}
.calender_box table tr th a{font-family: 'Roboto', sans-serif !important;color: #FFF !important;font-size:16px !important;font-weight: 500 !important;}

.calender_box table tr td{background-color: #fff !important;padding: 0 !important;border-top: 0 !important;border-right: 0px !important;border: 1px solid #e5e5e5 !important;}
.calender_box table tr td.fc-day:hover .fc-daygrid-day-number{color: #FFFFFF;background-color: #B8B8B8;border-radius: 50%;transition: background-color 0.2s;}
.calender_box table tr td .fc-daygrid-day-number{font-size: 15px;margin: 2px;min-width: 19px;text-align: center;width: 30px;height: 30px;}
.calender_box table tr td .fc-event-title-container{background: #79a8b2 !important;color: black !important;font-size: 12px !important;font-weight: 500 !important;padding: 5px 0px !important;}
.calender_box table tr td .fc-event-title-container .fc-event-title {color: white;font-size: 11px !important;font-weight: 500 !important;}

.calender_box table tr td .pending .fc-event-title-container{background: yellow !important;}
.calender_box table tr td .pending .fc-event-title-container .fc-event-title{color: #000000;}

/* table links  */
.table-responsive  table tr th a{display: block;color:#000 !important;text-decoration: none;}
.table-responsive  table tr th a:hover,.table-responsive  table tr th a:focus,.table-responsive  table tr th a:active{color:#72afd2 !important;cursor: pointer;}

.single_row_input .form-group{display: flex;justify-content:center;align-items:center;width: 100%;}
.single_row_input .form-group strong{width:10%;text-align:right;margin-right:20px;font-size: 12px;}
.single_row_input .form-group .form-control{width: auto !important;height: 31px !important;}
.single_row_input .btn_tile{font-size: 12px;}

.for_spacing{margin-left:235px;}

.btn.btn-light.active.toggle-off ,.btn.btn-info.toggle-on{padding:7px 17px;}

.first_modal h2{display: block;font-size: 20px;font-weight: 600;line-height: 1;margin-bottom: 20px;}
.first_modal p{display: block;font-size: 18px;font-weight: 400;line-height: 1.3;margin-bottom: 15px;}
.first_modal p .link{display: inline-block;font-size: 18px;font-weight: 600;line-height: 1.3;color: #86caca;}

