/*--------------------------------------------

    CSS INDEX

    ===================

    1. Core Css

    2. Dashboard One

        2.1 Sidebar Menu

            2.1.1 Horizontal Menu

        2.2 Header Area

        2.3 Page Title Area

        2.4 Fact Area

        2.5 Overview

        2.6 Market value

        2.7 Live Crypto Price

        2.8 Trading History

        2.9 Letest Post

    3. Dashboard Two

    4. Dashboard Three

    5. Bar Chart

    6. Line Chart

    7. Pie Chart

    8. Accroding

    9. Alert

   10. Badge

   11. Button

   12. Cards

   13. Dropdown Button

   14. List Group

   15. Modal

   16. Pagination

   17. Form

   18. Icons

   19. Table Basic

   20. Datatable

   21. Map

   22. Invoice

   23. Login

   24. Pricing

   25. 404 Page

   26. Offset Sidebar

-----------------------------------------------------------------------------------*/



/*------------------------- 1. Core Css -------------------*/

a {
    color: #019EFB;
}
a:hover {
    color: #FCB203;
}

.page-container {

    width: 100%;

    height: 100%;

    min-height: 100vh;

    padding-left: 280px;

    -webkit-transition: padding-left 0.3s ease 0s;

    transition: padding-left 0.3s ease 0s;

}



.sbar_collapsed.page-container {

    padding-left: 0;

}



.card {

    border: none;

    border-radius: 4px;

    background-color: #fff;

    -webkit-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

}



.card:hover {

    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.02);

}



.card-body {

    padding: 25.6px;

    padding: 1.6rem;

}



.h-full {

    height: 100%;

}



.main-content {
    width: 100%;
    background: #F9FAFB;
}



.main-content-inner {

    padding: 0 30px 50px;
    

}





/*------------------------- END Core Css -------------------*/


/* Scrollbar */

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #019EFB #E9F3F6;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #E9F3F6;
}

*::-webkit-scrollbar-track:hover {
  background-color: #E9F3F6;
}

*::-webkit-scrollbar-track:active {
  background-color: #E9F3F6;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #019EFB;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #019EFB;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #019EFB;
}


/*-------------------- 2.1 Sidebar Menu -------------------*/



.sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    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;
    z-index: 999;
}



.sbar_collapsed .sidebar-menu {

    left: -280px;

}



.main-menu {
    height: calc(100% - 90px);
    overflow-y: auto;
    padding: 20px 0px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.language-word-translate-box .middle-part::-webkit-scrollbar,
.main-menu::-webkit-scrollbar {
    width: 5px;
}
.menu-inner {
    height: 100%;
}



.slimScrollBar {

    background: #fff !important;

    opacity: 0.1 !important;

}


.sidebar-header {
    padding: 12.4px 30px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}



.sidebar-menu .logo {

    text-align: center;

}



.logo a {
    display: inline-block;
    max-width: 130px;
}



.metismenu li a {
    position: relative;
    display: block;
    color: #263844;
    font-size: 14px;
    text-transform: capitalize;
    padding: 12px 10px;
    letter-spacing: 0;
    font-weight: 500;
    width: 90%;
    margin: 0 auto 5px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all .6s ease-in-out;
}

.metismenu li a i {
    color: #263844;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
}

.metismenu li a:after {
    position: absolute;
    content: '\f107';
    font-family: fontawesome;
    right: 9px;
    top: 50%;
    color: #263844;
    font-size: 16px;
    transform: translateY(-50%) rotate(-90deg);
    transition: all .2s ease-in-out;
}

.metismenu li:hover a:after,
.metismenu li.active a:after {
    color: #019efb;
}

.metismenu li.active>a:after {
    transform: translateY(-50%) rotate(0deg);
}

.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 30px 6px;
}


.metismenu li ul {
    padding-left: 20px;
}
.metismenu li ul li a {
    position: relative;
    font-size: 13px;
    transition: all .3s ease-in-out;
}
.metismenu li ul li a::before {
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);    
    font-family: 'Font Awesome 6 Free';
    font-size: 12px;
    font-weight: 600;
}


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



.metismenu li li a:after {

    top: 6px;

}

.img-wrapper {
    position: relative;
    background: #ebf7ff;
    cursor: pointer;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}
.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


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



.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: #019efb;

}



.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 #019efb;

    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: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;    
}
.page-container.sbar_collapsed .header-area {
    left: 0;
}
.page-container .header-area {
    left: 280px;
}



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



.nav-btn span {
    display: block;
    width: 22px;
    height: 1.8px;
    background: #263844;
    margin: 4px 0;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

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



.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: #019EFB !important;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.notify-box {

    width: 350px;

    border-radius: 10px;

    overflow: hidden;

    padding: 0;

    margin: 0;

}



.notify-title {
    background: #019EFB;
    display: block;
    padding: 18px 30px;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    overflow: hidden;
}


.notify-title a {
    float: right;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
}

.notify-title a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    width: 0;
    transition: all .6s ease-in-out;
}

.notify-title a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.notify-box .slimScrollDiv {
    height: auto !important;
}

.nofity-list {
    height: fit-content !important;
    max-height: 450px;
    overflow-y: auto;
}

.nofity-list a {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #f5f2f2;

}

.nofity-list a:last-child {
    border-bottom: none;
}

.notify-thumb i {
    height: 35px;
    width: 35px;
    font-size: 18px;
    line-height: 36px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #019EFB;
    border: 1px solid transparent;
    transition: all .6s ease-in-out;
}

.nofity-list a:hover .notify-thumb i {
    color: #019efb;
    background-color: #ffffff;
    border-color: #019efb;
}

.notify-text {
    overflow: hidden;
}

.notify-text p {
    font-size: 14px;
    color: #555555 !important;
    line-height: 22px;
    margin-bottom: 0px;
}

.notify-text span {
    letter-spacing: 0;
    color: #777777;
    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: 20px 30px;
    background: #019efb24;
    position: relative;
    margin-top: 70px;
}



.page-title-area:before {

    content: '';

    position: absolute;

    left: 0;

    top: 50%;

    width: 4px;

    height: 36px;

    /* background: #019efb; */

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



.page-title {
    font-size: 16px;
    font-weight: 500;
    color: #263844;
    letter-spacing: 0;
}

.breadcrumbs li {
    display: inline-block;
}

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

.breadcrumbs li a:before {
    content: '/';
    color: #263844;
    position: absolute;
    right: -13px;
    top: 0;
}

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

.user-profile {
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* background-color: #019EFB; */
    padding: 0 30px;
    position: relative;
}
.user-profile .img-wrapper {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.user-profile .img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.user-name {
    font-size: 14px;
    font-weight: 500;
    color: #019EFB;
    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: 6px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    transition: all .3s ease-in-out;
}

.user-profile.show i {
    transform: rotateX(-180deg);
}


.notification-area .dropdown-toggle,

.user-name.dropdown-toggle {

    position: relative;

}



.notification-area .dropdown-toggle:after,

.user-name.dropdown-toggle:after {

    display: none;

}



.notification-area .dropdown-menu,

.user-profile .dropdown-menu {

    background: #fff;

    border: none;

    -webkit-transform: none !important;

    transform: none !important;

    top: 130% !important;

    right: 30px !important;

    left: auto !important;

    -webkit-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    display: block !important;

    visibility: hidden;

    opacity: 0;

}



.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
    top: 100% !important;
}

.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
    top: 100% !important;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 45px 0 rgba(131, 23, 254, 0.06);
}

.action-dropdown .dropdown-menu.show a,
.user-profile .dropdown-menu.show a {
    font-size: 13px;
    color: #263844;
    letter-spacing: 0;
    font-weight: 500;
    padding: 4px 15px 0;
}

.action-dropdown .dropdown-menu a:hover,
.user-profile .dropdown-menu a:hover {
    color: #019EFB;
    background-color: transparent;
}

.action-dropdown .dropdown-menu a:hover {
    color: #019efb;
    cursor: pointer;
}

.action-dropdown .dropdown-menu.show,
.user-profile .dropdown-menu.show {
    box-shadow: 0 0 9px -1px rgba(1, 158, 251, 0.5) !important;
    border-radius: 10px;
    right: 30px !important;
    top: 60px !important;
    width: 165px;
}

.notification-area .dropdown-menu.show {
    right: -15px !important;
    top: 40px !important;
}

.action-dropdown .dropdown-menu.show {
    top: 5px !important;
    box-shadow: 0 0 9px -1px rgba(1, 158, 251, 0.5) !important;
    border-color: #019efb;
}



/*-------------------- 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: #019efb;

    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: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 600;

    letter-spacing: 0;

    color: #263844;

    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 #019efb;

    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: #019efb;

}



.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: #019efb;

    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: #019efb;

    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: #019efb;

}



.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-wrapper {
    margin-top: 20px;
}
.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: #019efb;

    color: #fff;

}



.pagination_area ul li a i {

    font-size: 14px;

}





/* team member area */



.team-search input {

    height: 40px;

    padding-left: 12px;

    border: 1px solid #e1e1e1;

    letter-spacing: 0;

    font-size: 13px;

    border-radius: 2px;

}



.team-search input::-webkit-input-placeholder {

    color: #e1e1e1;

}



.team-search input::-moz-placeholder {

    color: #e1e1e1;

}



.team-search input:-ms-input-placeholder {

    color: #e1e1e1;

}



.member-box .media-body {}



.member-box .media-body p {

    font-size: 18px;

    font-weight: 500;

    color: #4d4d4d;

}



.member-box .media-body span {

    display: block;

    font-size: 15px;

    font-weight: 500;

    color: #4d4d4d;

    letter-spacing: 0;

}



.tm-social a {

    display: inline-block;

    margin-left: 15px;

    font-size: 22px;

    color: #555;

}



.s-member {

    padding: 16px 15px 17px;

    background: #f9f9f9;

    margin: 15px 0;

}





/*-------------------- END Dashboard Two ------------------- */





/*-------------------- 4. Dashboard Three ------------------- */



.seo-fact {

    border-radius: 3px;

}



.sbg1 {

    background: -webkit-linear-gradient(291deg, rgb(77, 77, 253) 0%, rgb(108, 143, 234) 100%);

    background: linear-gradient(159deg, rgb(77, 77, 253) 0%, rgb(108, 143, 234) 100%);

}



.sbg2 {

    background: -webkit-linear-gradient(291deg, rgb(5, 176, 133) 0%, rgb(27, 212, 166) 59%);

    background: linear-gradient(159deg, rgb(5, 176, 133) 0%, rgb(27, 212, 166) 59%);

}



.sbg3 {

    background: -webkit-linear-gradient(298deg, rgb(216, 88, 79) 0%, rgb(243, 140, 140) 100%);

    background: linear-gradient(152deg, rgb(216, 88, 79) 0%, rgb(243, 140, 140) 100%);

}



.sbg4 {

    background: -webkit-linear-gradient(59deg, rgb(254, 208, 63) 0%, rgb(230, 190, 63) 110%);

    background: linear-gradient(31deg, rgb(254, 208, 63) 0%, rgb(230, 190, 63) 110%);

}



.seofct-icon {

    color: #fff;

    font-size: 18px;

    font-weight: 500;

}



.seofct-icon i {

    font-size: 52px;

    margin-right: 20px;

    vertical-align: middle;

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);

    display: inline-block;

}



.seo-fact h2 {

    font-size: 27px;

    color: #fff;

    letter-spacing: 0;

}



.seo-fact #seolinechart3,

.seo-fact #seolinechart4 {

    max-width: 200px;

}





/* socialads */



.highcharts-credits {

    display: none;

}





/* user-statistics */



#user-statistics {

    height: 350px;

}





/* salesanalytic */



#salesanalytic {

    height: 500px;

}





/* timeline */



.timeline-area {

    padding-left: 52px;

    padding-top: 6px;

}



.timeline-task {

    position: relative;

    margin-bottom: 35px;

}



.timeline-task:before {

    content: '';

    position: absolute;

    left: -35px;

    top: 0;

    height: calc(100% + 33px);

    width: 1px;

    background: #e6cdff;

}



.timeline-task:last-child:before {

    height: 100%;

}



.timeline-task:last-child {

    margin-bottom: 0;

}



.timeline-task .icon {

    position: absolute;

    left: -52px;

    top: -6px;

    height: 35px;

    width: 35px;

    line-height: 35px;

    border-radius: 50%;

    text-align: center;

    font-size: 12px;

    color: #fff;

}



.bg1 {

    background: #019efb;

}



.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, #019efb, #019efb);

    background-image: linear-gradient(to bottom right, #019efb, #019efb);

    color: #fff;

}



.gradiant-bg .card-header a:before {

    color: #fff;

}





/*-------------------- END Accroding ------------------- */





/*-------------------- 9. Alert------------------- */



.alert {
    letter-spacing: 0;
    font-size: 13px;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    overflow: hidden;
}



.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-danger .alert-link,
.alert-danger,
.alert-danger p {
    color: #721c24 !important;
    background-color: #f8d7da !important;
}


.alert-items .alert-warning {

    color: #d6a20c;

    background-color: #f9efd2;

}



.alert-items .alert-warning .alert-link {

    color: #d6a20c;

}





/* additional content */



.alert-heading {

    margin-bottom: 7px;

}



.alert-dismiss .alert {

    padding: 13px 15px;

}



.alert-dismiss .alert-dismissible .close {

    top: 4px;

    outline: none;

    font-size: 13px;

}





/*-------------------- END Alert------------------- */





/*-------------------- 10. Badge------------------- */



.btn {

    padding: 11px 17px;

    font-size: 13px;

    letter-spacing: 0;

}



.btn-xl {

    padding: 19px 24px;

}



.btn-lg {

    padding: 15px 22px;

}



.btn-md {

    padding: 12px 19px;

}



.btn-sm {

    padding: 9px 14px;

}



.btn-xs {

    padding: 5px 10px;

}



.nav-pills .nav-link {

    padding: 16px 48px;

    padding: 1rem 3rem;

    line-height: 19px;

}





/*-------------------- END Badge------------------- */





/*-------------------- 11. Button------------------- */



.btn-flat {

    border-radius: 0;

}



.btn-rounded {

    border-radius: 50px;

}





/*-------------------- END Button ------------------- */





/*-------------------- 12. Cards ------------------- */



.title {

    font-size: 18px;

    color: #444;

    margin-bottom: 10px;

}



.card-bordered {

    border: 1px solid rgba(0, 0, 0, .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: #019efb;

}



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





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





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

.bootstrap-tagsinput,
.form-select,
.form-control {
    border: 1px solid rgba(170, 170, 170, .3) !important;
    box-shadow: none !important;
}
.bootstrap-tagsinput:focus,
.bootstrap-tagsinput:focus-visible,
.bootstrap-tagsinput:focus-within,
.form-select:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #019EFB !important;
}

.form-rounded {
    border-radius: 40px;
}

.form-control {
    font-size: 14px;
    border: 1px solid rgba(170, 170, 170, .3);
    padding: 8px 12px;
    color: #263844;
}
.form-control::placeholder {
    color: #787878;
}
.select-box-wrap select {
    border: 1px solid #e2e2e2;
    position: relative;
    top: 0;
    width: 150px;
    color: #263844;
}

.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-size: 13px !important;
    font-weight: 500 !important;
    color: #263844 !important;
    display: inline-block;
    margin-bottom: 8px;
    margin-bottom: .5rem;
}

.swal2-title {
    font-size: 18px !important;
}

.swal2-html-container {
    font-size: 16px !important;
}

.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: 'Poppins', sans-serif;
}



.fw-icons a:hover {

    color: #019efb;

}



.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: 'Poppins', 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: #019efb;

}





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

}

.form-control:disabled, .form-control[readonly] {
    background-color: #ebf7ff !important;
    border: 1px solid #019EFB;
}

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

/* datatable-primary */
table thead tr th {
    font-weight: 500 !important;
}
.datatable-primary thead {
    color: #263844;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none;
    margin-top: 20px;
}

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

table.dataTable thead th {
    padding: 10px !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom-color: transparent;
}

.pagination {
    gap: 5px;
    margin-bottom: 20px !important;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
    background-color: #019EFB;
    border-color: #019EFB;
    color: #fff;
}

.pagination .page-link {
    color: #019EFB;
    border: 1px solid #019EFB;
}

.pagination .paginate_button.disabled,
.pagination .paginate_button.disabled:hover,
.pagination .paginate_button.disabled:active {
    color: #019EFB !important;
    border: none;
}

.pagination li:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
    background: none !important;
}

.pagination li a:focus {
    box-shadow: none;
    outline: none;
}

.pagination li {
    cursor: pointer;
}

.pagination li.disabled {
    cursor: no-drop !important;
}

.datatable-primary .dataTables_paginate .page-item.disabled .page-link {
    color: #019EFB;
    background-color: #f9f9f9;
    border-color: #019EFB;
}

/* datatable-dark */
.datatable-dark thead {
    background: #444;
    color: #fff;
}

.datatable-dark .dataTables_paginate .page-item.active .page-link,
.datatable-dark .dataTables_paginate .page-item .page-link:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.datatable-dark .dataTables_paginate .page-link {
    color: #444;
    border: 1px solid #444;
}

.datatable-dark .dataTables_paginate .paginate_button.disabled,
.datatable-dark .dataTables_paginate .paginate_button.disabled:hover,
.datatable-dark .dataTables_paginate .paginate_button.disabled:active {
    color: #444 !important;
    border: none;
}

.datatable-dark .dataTables_paginate .page-item.disabled .page-link {
    color: #999;
    background-color: #f9f9f9;
    border-color: #999;
}


/*-------------------- END Datatable ------------------- */





/*-------------------- 21. Map Start ------------------- */



#mapamchart1,

#mapamchart2,

#mapamchart3,

#mapamchart4,

#mapamchart5,

#mapamchart6 {

    height: 400px;

}



#google_map {

    height: 600px;

}





/*-------------------- END Map Start ------------------- */





/*-------------------- 22. Invoice ------------------- */



.invoice-area {}



.invoice-head {

    margin-bottom: 30px;

    border-bottom: 1px solid #efebeb;

    padding-bottom: 20px;

}



.invoice-head .iv-left span {

    color: #444;

}



.invoice-head span {

    font-size: 21px;

    font-weight: 700;

    color: #777;

}



.invoice-address h3 {

    font-size: 24px;

    text-transform: uppercase;

    font-weight: 600;

    color: #333;

    margin-bottom: 15px;

}



.invoice-address h5 {

    font-size: 17px;

    margin-bottom: 10px;

}



.invoice-address p {

    font-size: 15px;

    color: #555;

}



.invoice-date li {

    font-size: 15px;

    color: #555;

    font-weight: 700;

    margin-bottom: 5px;

}



.invoice-table {}



.invoice-table .table-bordered td,

.invoice-table .table-bordered th {

    border: 1px solid rgba(120, 130, 140, 0.13) !important;

    border-left: none !important;

    border-right: none !important;

}



.invoice-table tr td {

    color: #666;

}



.invoice-table tfoot tr td {

    text-transform: uppercase;

    font-weight: 600;

    color: #444;

}



.invoice-buttons a {

    display: inline-block;

    font-size: 15px;

    color: #fff;

    background: #019efb;

    padding: 12px 19px;

    border-radius: 3px;

    text-transform: capitalize;

    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    letter-spacing: 0.03em;

    margin-left: 6px;

}



.invoice-buttons a:hover {

    background: #019efb;

}





/*-------------------- END Invoice ------------------- */





/*-------------------- 23. Login ------------------- */
.login-box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    min-height: 100vh;

}



.login-box form {
    background: #fff;
    box-shadow: 0 0px 12px 5px rgba(1, 158, 251, .05);    
    overflow: hidden;
    width: 100%; 
}

.login-box form .cover-img-wrapper {
    width: 100%;
    height: 100%;
}
.login-box form .cover-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .login-form-head {
    width: 70%;
} */

.login-form-head .logo-wrapper {
    width: 250px;
    margin: 0 auto;
}
.login-form-head .logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.login-form-head h2 {
    letter-spacing: 0.3px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #019EFB;
}
.login-form-head h4 {
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #263844;
}
.login-form-head p {
    color: #263844;
    font-size: 14px;
    line-height: 22px;
}
.login-form-body {
    width: 450px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    height: 100%;
}
.login-form-body .form-group i {
    font-size: 16px;
    color: #263844;
}



.form-gp {

    margin-bottom: 25px;

    position: relative;

}



.form-gp label {

    position: absolute;

    left: 0;

    top: 0;

    color: #b3b2b2;

    -webkit-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

}



.form-gp.focused label {

    top: -15px;

    color: #019EFB;

}



.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-group i {
    /* position: absolute;
    right: 10px;
    bottom: 10px; */
    color: #019EFB;
    font-size: 20px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.btn-warning i {
    color: #FCB203;
    transition: all .3s ease-in-out;
}
.btn-warning:hover i {
    color: #ffffff;
}

.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: 39px;

    border: none;

    background: #fff;

    color: #585b5f;

    border-radius: 40px;

    text-transform: uppercase;

    letter-spacing: 0;

    font-weight: 600;

    font-size: 12px;

    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);

    -webkit-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

}



.submit-btn-area button:hover {

    background: #019EFB;

    color: #ffffff;

}



.submit-btn-area button i {

    margin-left: 15px;

    -webkit-transition: margin-left 0.3s ease 0s;

    transition: margin-left 0.3s ease 0s;

}



.submit-btn-area button:hover i {

    margin-left: 20px;

}



.login-other a {

    display: block;

    width: 100%;

    max-width: 250px;

    height: 43px;

    line-height: 43px;

    border-radius: 40px;

    text-transform: capitalize;

    letter-spacing: 0;

    font-weight: 600;

    font-size: 12px;

    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);

}



.login-other a i {

    margin-left: 5px;

}




.login-other a.fb-login {

    background: #019efb;

    color: #fff;

}



.login-other a.fb-login:hover {

    box-shadow: 0 5px 15px rgba(44, 113, 218, 0.38);

}



.login-other a.google-login {

    background: #fb5757;

    color: #fff;

}



.login-other a.google-login:hover {

    box-shadow: 0 5px 15px rgba(251, 87, 87, 0.38);

}



.form-footer a {

    margin-left: 5px;

}





/* login-s2 */



.login-s2 {

    background: #fff;

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.login-s2:before {

    content: '';

    position: absolute;

    height: 206%;

    width: 97%;

    background: #fcfcff;

    border-radius: 50%;

    left: -42%;

    z-index: -1;

    top: -47%;

    box-shadow: inset 0 0 51px rgba(0, 0, 0, 0.1);

}



.login-s2 .login-form-head,

.login-s2 .login-box form,

.login-s2 .login-box form .form-gp input {

    background: transparent;

}



.login-s2 .login-form-head h4,

.login-s2 .login-form-head p {

    color: #444;

}





/* login-s3 */



.login-bg {

    background: url(../images/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: #019efb;

    color: #fff;

    padding: 28px;

    letter-spacing: 0;

    font-family: 'Poppins', 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: #019efb;

    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: #019efb;

    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: 'Poppins', 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: #019efb;

    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: 'Poppins', sans-serif;

    position: relative;

    padding-bottom: 15px;

}



.offset-menu-tab li a.active {

    color: #019efb;

}



.offset-menu-tab li a:before {

    content: '';

    position: absolute;

    bottom: 0;

    height: 5px;

    width: 100%;

    background: #019efb;

    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: 'Poppins', 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;

}



.alert.alert-success div {

    font-size: 18px;

    font-weight: 600;

    color: forestgreen;

}



.list-group-item {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.btn-wrapper .b_button {

    padding: 3px 6px;

}





/*-------------------- END Offset Sidebar ------------------- */





/*Switcher Css*/



.switch-new {}



.switch-new .switch-input-new {

    visibility: hidden;

}



.switch-new .switch-input-new:checked+.switch-new-label {

    transform: rotate(0deg);

    background-color: #f13b3a;

}



.switch-new .switch-input-new:checked+.switch-new-label:before {

    transform: translate(42px, -50%);

    background-color: #fff;

}



.switch-new .switch-new-label {

    display: flex;

    width: 80px;

    height: 35px;

    border: 2px solid #f13b3a;

    border-radius: 99em;

    position: relative;

    transition: transform 0.3s ease-in-out;

    transform-origin: 50% 50%;

    cursor: pointer;

}



.switch-new .switch-new-label:before {

    transition: transform 0.4s ease;

    transition-delay: 0.01s;

    content: "";

    display: block;

    position: absolute;

    width: 20px;

    height: 20px;

    background-color: #f13b3a;

    border-radius: 50%;

    top: 50%;

    left: 7px;

    transform: translateY(-50%);

}





/*Radio Button Code*/



.post_type_radio {

    margin: 0px 0px;

}



.post_type_radio h6 {

    font-size: 18px;

}



.post_type_radio .form-check {

    margin-top: 10px;

    font-size: 14px;

}



.meta-tabs .nav-pills .nav-link {

    padding: 10px 15px;

    border: 1px solid #019efb;

    margin: 0 5px;

}





/*Page Builder Css*/



.margin-top-50 {

    margin-top: 50px;

}



.all-widgets.available-form-field {

    border: 1px dashed #e2e2e2;

    padding: 10px;

}



.all-widgets.available-form-field {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



.all-addons-wrapper ul {

    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

}



.all-widgets.available-form-field li {

    width: calc(100% / 3 - 20px);

    min-height: 40px;

    /*overflow: hidden;*/

    cursor: pointer;

    padding-left: 10px;

    padding-right: 40px;

}



.all-addons-wrapper ul li {

    background-color: #f3f3f3;

}



.available-form-field li {

    position: relative;

    z-index: initial;

}



.available-form-field li {

    padding: 10px 20px;

    font-size: 16px;

    font-weight: 600;

}



.all-addons-wrapper ul li .top-part {

    font-size: 14px;

    line-height: 20px;

}



.available-form-field li span {

    margin-right: 10px;

    text-transform: none;

}



.all-addons-wrapper ul li .top-part .preview-image {

    position: absolute;

    right: 10px;

    top: 10px;

    width: 20px;

    height: 20px;

    background-color: #019efb;

    text-align: center;

    color: #fff;

    font-size: 12px;

    cursor: pointer;

}



.page-builder-area-wrapper .sortable {

    border: 1px dashed #e2e2e2;

    padding: 30px;

}



.available-form-field {

    margin: 0;

    padding: 0;

    list-style: none;

    min-height: 50px;

}





/*Page Builder Css*/





/*//Edit*/



.main .new-single-input {

    position: relative;

}



.main .new-single-input .new-btn-plus {

    position: absolute;

    height: 100%;

    padding: 0 17px;

    top: 0;

    right: 0;

}



.new-style .dd-item {

    position: relative;

    margin: 0;

    padding: 0;

    min-height: 20px;

    font-size: 13px;

    line-height: 20px;

    width: 100%;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

}



.new-style .dd-item .dd-handle {

    margin-bottom: 0;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    padding-right: 80px;

}





/* css */



.single-dashboard-input .single-info-input {

    width: 100%;

}

.single-dashboard-input {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    width: 100%;

    gap: 30px;

}



.single-dashboard-input .remove-benifits {

    margin-top: 17px;

}



.single-dashboard-input .remove-service {

    margin-top: 20px;

}



.dashboard-switch-single {

    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 16px;

    color: var(--heading-color);

    font-weight: 500;

}



.dashboard-switch-single input[type=checkbox],

input[type=radio] {

    box-sizing: border-box;

    padding: 0;

    height: 20px;

    width: 20px;

    border: 1px solid #ddd;

}



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

    .single-dashboard-input {

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;

        gap: unset;

    }

}







/* new color */



.metismenu li:hover>a,
.metismenu li.active>a {
    color: #019efb;
    background-color: #ebf7ff;
}
.sidebar-menu {
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
}
.main-content {
    background: #f5f6f9;
}



.card-wrapper {

    background-color: #fff;

    padding: 20px;

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.02);

}







.orders-shapes {

    display: none;

}



.single-orders {
    background: #fff !important;
    padding: 24px 15px;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 15px;
    position: relative;
    transition: all .6s ease-in-out;
    box-shadow: none !important;
}

.single-orders::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    right: -8px;
    top: -8px;
    position: absolute;
    background-image: linear-gradient(144.16deg, rgba(1, 158, 251, 0.1) 19.06%, rgba(1, 158, 251, 0) 79.03%) !important;
    transition: all .6s ease-in-out;
}

.single-orders:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    top: 0;
}

.single-orders:hover {
    box-shadow: 0 0 12px -1px rgba(1, 158, 251, 0.1) !important;
    color: #019EFB !important;
}

.single-orders .orders-flex-content .contents .order-para {
    color: #555555;
    font-size: 15px;
}

.single-orders .orders-flex-content .icon {
    background: #f2f3f7b3 !important;
    border-radius: 10px !important;
    border: 1px solid !important;
}

.single-orders .orders-flex-content .contents .order-titles {
    color: #333 !important;
}

.single-orders .orders-flex-content .contents .order-para {
    color: #333 !important;
}

.orders-child:nth-child(4n+1) .single-orders .icon,
.orders-child:nth-child(4n+2) .single-orders .icon,
.orders-child:nth-child(4n+3) .single-orders .icon,
.orders-child:nth-child(4n+4) .single-orders .icon {
    color: #FCB203 !important;
    transition: all .5s ease-in-out;
    background-color: transparent !important;
}

.orders-child:nth-child(4n+1) .single-orders:hover .icon,
.orders-child:nth-child(4n+2) .single-orders:hover .icon,
.orders-child:nth-child(4n+3) .single-orders:hover .icon,
.orders-child:nth-child(4n+4) .single-orders:hover .icon {
    color: #019EFB !important;
}


.login-form-wrapper {
    display: flex;

}

.login-form-wrapper .login-form-body-wrapper {
    position: relative;
    width: 50%;
    background-color: #f5f5fa;
}

.login-form-wrapper .error-message div {
    margin: 20px auto 0;
}

input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
    /* Hack for Chrome */
}

input:focus,
input:focus-visible {
    box-shadow: none;
    outline: none;
}

.page-title-area .notification-area {
    margin: 25px 30px 0 0;
}

div.dataTables_wrapper div.dataTables_length label {
    text-transform: capitalize;
}

.single-info-input,
.form-group {
    position: relative;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.single-info-input:has(select)::after,
.form-group:has(select)::after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 13px;
    bottom: 16px;
    pointer-events: none;
    color: #555;
}

.badge {
    border: 1px dashed transparent;
    padding: 8px 12px !important;
    border-radius: 5px;
    font-size: 12px !important;
    font-weight: 500;
    min-width: 75px;
}
table .badge {
    padding: 5px 12px !important;
}

.badge.warning {
    border-color: #FCB203;
    color: #FCB203;
    background-color: rgba(252, 178, 3, .2);
}

.badge.danger {
    border-color: #dc3545;
    color: #dc3545;
    background-color: rgba(220, 53, 69, .2);
}

.badge.success {
    border-color: #28a745;
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.2);
}

.uni-padding {
    padding: 30px;
}

.order-details-main-wrapper .checkbox-inlines label strong {
    margin-right: 10px;
}

.order-details-main-wrapper .checkbox-inlines img {
    border-radius: 10px;
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.order-details-main-wrapper .invoice-id-number-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-details-main-wrapper .invoice-id-number-wrapper label {
    margin: 0;
}

.order-details-main-wrapper .card-body.cmn-height {
    min-height: 325px;
}

.media-upload-btn-wrapper {
    position: relative;
    width: fit-content;
}
.media-upload-btn-wrapper .img-wrap .rmv-span,
.media-upload-btn-wrapper .media_upload_form_btn {
    position: absolute;
    bottom: 20px;
    right: 5px;
    border-radius: 4px;
    width: 35px;
    height: 30px;
    padding: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebf7ff;
    color: #019EFB;
    border: 1px solid #019EFB;
    transition: all .6s ease-in-out;
    z-index: 9;
    cursor: pointer;
}
.media-upload-btn-wrapper .img-wrap .rmv-span {
    top: 5px;
    right: 5px;
}
.media-upload-btn-wrapper .media_upload_form_btn:hover {
    color: #FCB203;
}

.media-upload-btn-wrapper .img-wrap {
    margin-bottom: 10px !important;
}

.media-upload-btn-wrapper .attachment-preview {
    border-radius: 12px;
}

.media-upload-btn-wrapper .img-wrap,
.media-upload-btn-wrapper .thumbnail {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
}

.media-upload-btn-wrapper .img-wrap {
    border: 1px solid #019EFB;
}

.media-upload-btn-wrapper .img-wrap img,
.media-upload-btn-wrapper .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: auto;
}
.media-upload-btn-wrapper .attachment-preview img {
    width: fit-content;
    height: fit-content;
    object-fit: contain;
    border-radius: 6px;
    max-width: 90%;
}

.btn {
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 0;
}

.btn-link {
    font-weight: 400;
    color: #019efb;
    background-color: transparent;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}

.swal2-popup .swal2-confirm,
.btn-primary,
.cstm-btn-primary {
    background-color: #019EFB !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    transition: all .6s ease-in-out !important;
}

.swal2-popup .swal2-confirm:hover,
.btn-primary:hover,
.cstm-btn-primary:hover {
    background-color: transparent !important;
    border-color: #019EFB !important;
    color: #019EFB !important;
}
.swal2-popup .swal2-cancel,
.cstm-btn-secondary,
.btn-secondary {
    background-color: transparent !important;
    border: 1px solid #FCB203 !important;
    color: #FCB203 !important;
    border-radius: 5px !important;
    transition: all .6s ease-in-out !important;
}
.swal2-popup .swal2-cancel:hover,
.cstm-btn-secondary:hover,
.btn-secondary:hover {
    background-color: #FCB203 !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

.modal button {
    padding: 6px 20px;
}

.modal button.close {
    opacity: 1;
    transition: all .6s ease-in-out;
}

.modal button.close:hover {
    color: #FCB203;
    transform: rotate(180deg);
}

.description {
    max-width: 400px;
    min-width: 200px;
    white-space: normal;
}

.btn:focus,
.btn:focus-visible,
button:focus,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.action-dropdown .dropdown-toggle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #019efb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.action-dropdown .dropdown-toggle::after {
    display: none;
}

.action-dropdown .dropdown-toggle i {
    color: #019efb;
    font-size: 15px;
    line-height: normal;
}

table tbody td .attachment-preview,
table tbody td img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}

table tbody td .icon {
    font-size: 24px;
    color: #019EFB;
}

.info-text,
.small,
small {
    font-size: 13px !important;
    line-height: 23px;
}

.create-role-wrapper .checkbox-wrapper,
.edit-role-wrapper .checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.create-role-wrapper .checkbox-wrapper .item-wrapper,
.edit-role-wrapper .checkbox-wrapper .item-wrapper {
    width: 19%;
    padding: 10px;
}
.switch-wrapper,
.create-role-wrapper .checkbox-wrapper .item-wrapper .form-group,
.edit-role-wrapper .checkbox-wrapper .item-wrapper .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.switch-wrapper label,
.create-role-wrapper .checkbox-wrapper label,
.edit-role-wrapper .checkbox-wrapper label {
    margin: 0;
}
.switch-wrapper label:first-child,
.switch-wrapper label strong,
.create-role-wrapper .checkbox-wrapper label strong,
.edit-role-wrapper .checkbox-wrapper label strong {
    font-size: 13px;
    font-weight: 600;
    color: #787878;
    padding-right: 10px;
    margin-right: 10px;
    width: -webkit-fill-available;
    max-width: 95%;
    display: inline-block;
    position: relative;
}
.switch-wrapper label strong::after,
.create-role-wrapper .checkbox-wrapper label strong::after,
.edit-role-wrapper .checkbox-wrapper label strong::after {
    content: ":";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 500;
}
.create-role-wrapper .checkbox-wrapper .item-wrapper .form-group label:first-child,
.edit-role-wrapper .checkbox-wrapper .item-wrapper .form-group label:first-child {
    width: -webkit-fill-available;
}

/* Slider yes no */
.switch {
    position: relative;
    display: block;
    width: 74px;
    height: 27px;
    flex-shrink: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-wrapper .slider,
.slider-yes-no {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FCB203;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 18px;
}
.switch-wrapper .slider:before,
.slider-yes-no:before {
    position: absolute;
    content: "No";
    height: 19px;
    width: 38px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    color: #FCB203;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    border-radius: 18px;
}

input:checked+.slider-yes-no {
    background-color: #019efb;
}
input:checked+.slider:before,
input:checked+.slider-yes-no:before {
    content: "Yes";
    color: #019efb;
}

input:focus+.slider-yes-no {
    box-shadow: 0 0 1px #019efb;
}

input:checked+.slider-yes-no:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.width-available {
    width: -webkit-fill-available;
}

.add-category-wrapper .btn-warning,
.edit-category-wrapper .btn-warning {
    padding: 6px 8px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(252, 178, 3, .2);
    border-color: #FCB203;
    color: #FCB203;
}

.add-category-wrapper .btn-warning:hover,
.edit-category-wrapper .btn-warning:hover {
    background-color: #FCB203;
    border-color: #FCB203;
    color: #ffffff;
}

.add-category-wrapper .btn-group.icon .primary-bg,
.edit-category-wrapper .btn-group.icon .primary-bg {
    cursor: auto;
}

.add-category-wrapper .btn-group.icon button,
.edit-category-wrapper .btn-group.icon button {
    padding: 6px 16px;
}

.primary-bg {
    background-color: #019EFB;
    color: #ffffff;
}

.meta-section-wrapper {
    padding: 0;
}

.meta-section-wrapper .nav-pills {
    gap: 15px;
}

.nav-pills .nav-link {
    color: #019EFB;
    border: 1px solid #019EFB;
    padding: 9px 18px;
    font-size: 13px;
    transition: all .6s ease-in-out;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
    background-color: #019EFB;
    color: #ffffff;
}

.meta-section-wrapper .meta-content {
    margin-top: 20px;
}

.meta-section-wrapper .bootstrap-tagsinput {
    box-shadow: none !important;
    font-size: 14px;
    line-height: normal !important;
    border: 1px solid rgba(170, 170, 170, .3) !important;
    padding: 13px !important;
}

.meta-section-wrapper .bootstrap-tagsinput.focus,
.meta-section-wrapper .bootstrap-tagsinput:focus,
.meta-section-wrapper .bootstrap-tagsinput:focus-visible {
    border-color: #019EFB !important;
}

table tr td.dataTables_empty {
    text-align: center !important;
}

.header-wrap .right-content .bulk-delete-wrapper {
    margin: 0 0 20px;
}
select.form-control.custom-select-sm {
    height: 30px !important;
}
.view-pass-icon-wrapper {
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    right: 15px;
}
table tbody tr td span+a {
    margin-left: 10px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after {
    color: #019EFB;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    color: #019EFB;
}

table tbody tr:nth-child(even) {
    background-color: #019efb0a !important;
}

table tbody tr:hover {
    background-color: #019efb0c !important;
}

table.text-center {
    text-align: left !important;
}

table thead th,
table tbody td {
    vertical-align: middle !important;
}

table thead th:last-child {
    width: 150px;
    text-align: center;
}
table tbody td:last-child {
    /* padding-right: 35px !important; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

table tbody td {
    white-space: nowrap;
}

table tbody td a.mr-1 {
    margin-left: .25rem !important;
    margin-right: 0 !important;
}

table tbody td a.mb-3 {
    margin-bottom: 0 !important;
}

table tbody td a.btn {
    padding: 5px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
table tbody td a.btn-primary {
    background-color: rgba(3, 40, 252, 0.2);
    color: #019efb;
}

table tbody td a.btn-primary:hover {
    background-color: #019efb;
    border-color: #019efb;
    color: #ffffff;
}
.swal_status_change,
.slug_edit_button {
    padding: 3px 9px;
    font-size: 15px;
}

.swal_status_change,
.slug_edit_button,
table tbody td a.btn-warning {
    background-color: rgba(252, 178, 3, .2);
    color: #FCB203;
}

.swal_status_change:hover,
.slug_edit_button:hover,
table tbody td a.btn-warning:hover {
    background-color: #FCB203;
    border-color: #FCB203;
    color: #ffffff;
}

.dropdown-menu .dropdown-item.swal_status_change,
.dropdown-menu .dropdown-item.swal_status_change:hover {
    background-color: transparent;
}
table tbody td a.btn-info {
    background-color: rgb(97 159 247 / 40%);
    color: #019efb;
}

table tbody td a.btn-info:hover {
    background-color: #019efb;
    border-color: #019efb;
    color: #ffffff;
}

.btn-danger,
table tbody td a.btn-danger {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
    transition: all .6s ease-in-out;
}
.btn-danger:hover,
table tbody td a.btn-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

table tbody td a.btn-primary {
    background-color: rgba(1, 158, 251, 0.2) !important;
    color: #019efb !important;
    border-color: #019efb !important;
}

table tbody td a.btn-primary:hover {
    background-color: #019efb !important;
    border-color: #019efb !important;
    color: #ffffff !important;
}
.custom-alignment .bulk-delete-wrapper {
    margin-top: 0;
}
.datatable-primary .dataTables_paginate .page-item.disabled .page-link {
    background-color: #ffffff !important;
}
.btn-primary.dropdown-toggle {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.upload-file-wrapper {
    border-radius: 10px;
    border: 1px dashed rgba(1, 158, 251, 0.5);
    padding: 5px;
    background-color: rgba(1, 158, 251, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 25px;
    cursor: pointer;
}
.upload-file-wrapper input,
.upload-file-wrapper label {
    display: none;
}
.upload-file-wrapper .icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #019efb;
    box-shadow: 0px 5.04px 14.96px 0px rgba(1, 158, 251, 0.3) inset;
}
.upload-file-wrapper .selected-file-name {
    font-size: 16px;
    font-weight: 500;
    color: #263844;
}
.no-margin-parent>div {
    margin: 0 !important;
}
.modal-footer {
    justify-content: center !important;
}
.modal-title {
    font-size: 17px;
}
.modal-header button {
    font-size: 20px;
}
.btn-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}
.single-checbox .checkbox-inlines:last-child label {
    margin: 0;
}
.single-checbox .checkbox-inlines label strong {
    margin-right: 10px;
}
.nav-tabs .nav-item .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #019EFB;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 1px solid #019EFB;
}
.media-upload-modal-wrapper .modal-content {
    padding: 30px;
}
.media-upload-modal-wrapper .modal-content .modal-header {
    padding: 0 0 30px;
}
.media-upload-modal-wrapper .modal-content .modal-body {
    padding: 0;
}
.media-upload-modal-wrapper .modal-content .modal-footer {
    padding: 30px 0 0;
}
.card .card-body h5 {
    font-size: 16px;
}



/* Media Queries */
@media (max-width: 1599px) {
    .create-role-wrapper .checkbox-wrapper .item-wrapper,
    .edit-role-wrapper .checkbox-wrapper .item-wrapper {
        width: 25%;
    }
}
@media (max-width: 1499px) {
    .login-form-wrapper .login-form-body-wrapper {
        width: 40%;
    }
    .login-form-body {
        width: 550px;
    }
}
@media (min-width: 1400px) and (max-width: 1730px) {
    .single-orders .orders-flex-content .icon {
        margin: 0 !important;
        text-align: left;
    }

    .single-orders .orders-flex-content {
        display: flex !important;
        text-align: left !important;
    }
}

@media (max-width: 1364px) {
    .page-container .header-area {
        left: 306px;
    }
    .login-form-head {
        width: 60%;
    }
    .login-form-wrapper .login-form-body-wrapper {
        width: 45%;
    } 
}

@media (max-width: 1220px) {
    .login-form-body {
        width: 500px;
    }
}

@media (max-width: 1080px) {

    .create-role-wrapper .checkbox-wrapper .item-wrapper,
    .edit-role-wrapper .checkbox-wrapper .item-wrapper {
        width: 33%;
    }

    .create-role-wrapper .checkbox-wrapper label strong,
    .edit-role-wrapper .checkbox-wrapper label strong {
        width: 180px;
    }
    .login-form-body {
        width: 450px;
    }
}

@media (max-width: 991px) {
    .login-form-body {
        width: 350px;
        padding: 35px;
    }

    .small,
    small {
        font-size: 13px !important;
        line-height: 23px;
    }

    .create-role-wrapper .checkbox-wrapper .item-wrapper,
    .edit-role-wrapper .checkbox-wrapper .item-wrapper {
        width: 50%;
    }

    .create-role-wrapper .checkbox-wrapper label strong,
    .edit-role-wrapper .checkbox-wrapper label strong {
        width: 90%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .login-form-body {
        width: 320px;
        padding: 20px;
    }

    .login-form-head {
        padding: 20px;
    }

    .login-form-head .logo-wrapper {
        margin-bottom: 30px !important;
    }

    .login-form-head .logo-wrapper img {
        max-width: 85%;
    }

    .login-form-head h4 {
        font-size: 18px;
    }

    .login-form-head p {
        font-size: 12px;
    }

    .user-profile .dropdown-menu.show {
        right: 110px !important;
    }
}

@media (max-width: 575px) {
    .login-box form {
        width: 90%;
    }

    .login-form-head {
        display: none;
    }

    .login-form-body,
    .login-form-wrapper .login-form-body-wrapper {
        width: 100%;
    }

    .create-role-wrapper .checkbox-wrapper .item-wrapper,
    .edit-role-wrapper .checkbox-wrapper .item-wrapper {
        width: 100%;
    }
}