/* Copyright: Affimedia B.V. */
/**                              **
**       TABLE OF CONTENTS       **
**                               **
-----------------------------------*/
/*
  01.COMMON
    -- miixins
    -- utility-classes
    -- keyframes
    -- general

  02.ELEMENTS
    -- background
    -- date-ranger
    -- social
  03.COMPONENTS
    -- navbar
    -- dropdown
    -- sidebar
    -- badges
    -- buttons
    -- alert
    -- avatar
    -- breadcrumb
    -- switch
    -- card
    -- carousel
    -- checkbox
    -- collapse
    -- comments
    -- notification
    -- empty
    -- card-socials
    -- card-charts
    -- profile
    -- table
    -- pagination
    -- modal
    -- progressbar
    -- result
    -- users
    -- input
    -- form
    -- timeline
    -- list
    -- menu
    -- message
    -- tag
    -- datepicker
    -- rate
    -- steps
    -- statistics
    -- spins
    -- upload
    -- pageHeader
    -- skeleton
    -- radio
    -- timepicker
    -- slider
    -- drawer
    -- tabs
    -- select
    -- tooltip
    -- projects
    -- chat
    -- calendar
    -- shop
    -- cart
    -- checkout
    -- table
    -- add-product
    -- order
    -- dashboard-base
    -- icons
    -- search
    -- galleys
    -- 404
    -- app-ui
    -- faq
    -- pricing
    -- note
    -- coming-soon
    -- change-log
    -- banner
    -- Testimonial
    -- fileM
    -- Import
    -- footer
  04. PAGES
    -- social-dashboard
    -- buttons
    -- avatar
    -- badges
    -- card
    -- email
    -- maintenance
    -- map

  05. RESPONSIVE CSS
***************************/
/* flex */
@keyframes spinMove {
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(410deg);
  }
}
@keyframes shimmerEffect {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
/*

@media (max-width: 1150px) {
    .contents {
        padding: 73px 15px 72px 16px;
    }
} */
/*  .sidebar.collapsed {
        left: -76px;
    } */
/* @media (max-width: 1150px) {
    .contents.expanded {
        padding-left: 16px;
    }
} */
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
/* total width */
/* background of the scrollbar except button or resizer */
/* scrollbar itself */
/* set button(top and bottom of the scrollbar) */
/* chartjs tooltip */
/* Date Picker */
/* .navbar-right__menu .nav-notification .nav-item-toggle:before {
    background: #fa8b0c;
} */
/* custom dropdown */
/* , .icon-custom:hover .dropdown-wrapper */
/* basic dropdown */
/* , .sidebar.closed .sidebar__menu-group .has-child ul a */
/* .sidebar .menu-text {
    transition: 0.2s;
} */
/* , .sidebar.closed .menu-text */
/* , .sidebar.closed .sidebar__menu-group li a */
/* , .sidebar.closed .sidebar__menu-group .has-child ul */
/* , .sidebar.closed .sidebar__menu-group .has-child ul li a */
/* , .sidebar.closed .sidebar__menu-group .has-child ul li a */
/* , .sidebar.closed .sidebar__menu-group .has-child:hover ul */
/*   {
        min-height: 510px;
    } */
/*  {
        min-height: 100%;
        max-width: 470px;
        margin: 0 auto;
    } */
/*
#comments-card .comment-list {
    overflow-y:scroll;
    max-height: 800px;
} */
/* social overview */
/* overview single chart */
/* Card Bar chart */
/* bar chart top */
/* performance chart */
/* chart doughnut legend */
/* Revenue Chart */
/* Revenue Chart 3 */
/* Cash Flow Chart */
/* Forcast Card */
/* ration box */
/* Income Expense */
/* Cash Flow */
/*  .cashflow-display {
        flex-flow: column;
        align-items: center;
    } */
/* table social metric */
/* .table-social tbody tr:not(:first-child) {
    transition: all 0.3s ease;
    color: #5a5f7d;
} */
/* .table-social tbody tr:first-child td {
    color: #272b41;
    font-weight: 500;
} */
/* table Landing Pages */
/* table /.traffic channel */
/* table top region */
/* table top selling location  */
/* Table Revenue  */
/* note modal */
/*  .project-search--height {
        width: 382px;
    } */
/* .project-category
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0px 100px 0 25px;
} */
/*=====  2.1: Social Icon ======*/
/*
.projectDatatable.project-table .table td:first-child {
  padding-left: 0;
} */
/* .checkout-progress {
        flex-direction: column;
        justify-content: center;
    } */
/*  .checkout-progress {
        flex-flow: column;
    } */
/* ===== Scrollbar CSS ===== */
/* Firefox */
/* Chrome, Edge, and Safari */
/**
 .maptable thead tr th:not(:first-child) {
  text-align: left;
}

.maptable tbody tr td:not(:first-child) {
  text-align: left;
}

.mapbrc {
  margin-top:0px;
  margin-bottom:10px;
}

.maptable tr th {
  padding: .8rem;
  vertical-align: top;
}
.maptable tr td {
  padding: .8rem;
  vertical-align: top;
}

.maptable th {
  padding: 16px 15px 16px 35px;
  border-top: 1px solid #e3e6f0;
}

.maptable td {
  padding: 16px 15px 16px 35px;
  border-top: 1px solid #e3e6f0;
  font-size: 0.9rem!important;
  font-weight: 400!important;
  line-height: 1.5!important;
}

*/
/*=====  17.1: 3 Columns  ======*/
/*=====  13.1: Active Switcher  ======*/
/* note layout */
/* note sidebar */
/* note card */
/* file manager layout */
/* file manager sidebar */
/* Lists */
/*PRELOADING------------ */
/* point of duplicate */
/* .project-top-progress .project-category p {
        display: none;
    } */
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #5f63f2ad;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #5f63f238;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #5f63f238;
  }
}
/* .project-top-progress .project-category p {
        display: none;
    } */
/*  .project-top-progress .project-category p {
        display: none;
    } */
/*  .project-top-progress .project-category p {
        display: none;
    } */
/* .mapbox .leadtype {
  border: 1px solid #9ea4b6;
} */
/*
.checkout-progress div.step span:nth-of-type(2) {
    color:#111;
} */
/*
.dropsown-currency svg {
    margin-right: 8px;
} */
/*  List Results  */
/* .project-top-progress .project-category p {
        display: none;
    } */
/* end point of duplicate */
/* .collapsedlogo,
    .sidebar-toggle {
        display: none;
    } */
/* .sidebar .sidebar__menu-group li a {
        width: 42px !important;
        height: 42px !important;
        border-radius: 50% !important;
        padding: 15px 0 !important;
        justify-content: center !important;
        margin: 0 auto !important;
    } */
/* .sidebar .menu-text {
        display: none !important;
    } */
/* .sidebar .sidebar__menu-group .has-child ul a {
        color: #1f2937;
    } */
/* .sidebar .sidebar__menu-group li a .nav-icon {
        margin-right: 0 !important;
    } */
/* .sidebar .sidebar__menu-group .has-child ul {
        max-height: 300px !important;
    } */
/* .sidebar .sidebar__menu-group .has-child ul {
        width: 240px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
        right: -225px;
        position: absolute;
        top: 0;
        padding: 10px 20px;
        transform: scale(0.8);
        transition: 0.3s ease;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        max-height: 350px;
        overflow: auto;
        z-index: 999;
    } */
/* .sidebar {
        top: 0px !important;
    } */
/* .header-top {
        position: relative !important;
    } */
/*  .filters-mb {
        height:60px!important;
    } */
/* #campaigns_loading {
    display:none;
} */
/*== start of code for tooltips ==*/
/*== common styles for both parts of tool tip ==*/
/*== pointer tip ==*/
/*== speech bubble ==*/
/* #invoice_file {
    min-height: 500px;
} */
/* .admin-lists-table-reports .media-badge {
    padding: 0px 4px !important;
} */
/* @media only screen and (min-width:769px) {
#invoice_file {
    min-height: 500px;
}
} */
/* , .sidebar.closed .sidebar__menu-group .has-child ul */
/* .notify_counts {
    height:25px;
    width:25px;
} */
/* .bg-shadowed {
    background:#f4f5f8;
} */
/*
.tag_lang {
    position:absolute;
    top:0;
} */
/* Fix the select input validation message position */
/* .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden
{
  padding: 0px!important;
} */
.m-top-0 {
  margin-top: 0px;
}

.m-top-5 {
  margin-top: 5px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-35 {
  margin-top: 35px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-45 {
  margin-top: 45px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-55 {
  margin-top: 55px;
}

.m-top-60 {
  margin-top: 60px;
}

.m-top-65 {
  margin-top: 65px;
}

.m-top-70 {
  margin-top: 70px;
}

.m-top-75 {
  margin-top: 75px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-85 {
  margin-top: 85px;
}

.m-top-90 {
  margin-top: 90px;
}

.m-top-95 {
  margin-top: 95px;
}

.m-top-100 {
  margin-top: 100px;
}

.m-top-105 {
  margin-top: 105px;
}

.m-top-110 {
  margin-top: 110px;
}

.m-top-115 {
  margin-top: 115px;
}

.m-top-120 {
  margin-top: 120px;
}

.m-top-125 {
  margin-top: 125px;
}

.m-top-130 {
  margin-top: 130px;
}

.m-top-135 {
  margin-top: 135px;
}

.m-top-140 {
  margin-top: 140px;
}

.m-top-145 {
  margin-top: 145px;
}

.m-top-150 {
  margin-top: 150px;
}

.m-right-0 {
  margin-right: 0px;
}

.m-right-5 {
  margin-right: 5px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-right-25 {
  margin-right: 25px;
}

.m-right-30 {
  margin-right: 30px;
}

.m-right-35 {
  margin-right: 35px;
}

.m-right-40 {
  margin-right: 40px;
}

.m-right-45 {
  margin-right: 45px;
}

.m-right-50 {
  margin-right: 50px;
}

.m-right-55 {
  margin-right: 55px;
}

.m-right-60 {
  margin-right: 60px;
}

.m-right-65 {
  margin-right: 65px;
}

.m-right-70 {
  margin-right: 70px;
}

.m-right-75 {
  margin-right: 75px;
}

.m-right-80 {
  margin-right: 80px;
}

.m-right-85 {
  margin-right: 85px;
}

.m-right-90 {
  margin-right: 90px;
}

.m-right-95 {
  margin-right: 95px;
}

.m-right-100 {
  margin-right: 100px;
}

.m-right-105 {
  margin-right: 105px;
}

.m-right-110 {
  margin-right: 110px;
}

.m-right-115 {
  margin-right: 115px;
}

.m-right-120 {
  margin-right: 120px;
}

.m-right-125 {
  margin-right: 125px;
}

.m-right-130 {
  margin-right: 130px;
}

.m-right-135 {
  margin-right: 135px;
}

.m-right-140 {
  margin-right: 140px;
}

.m-right-145 {
  margin-right: 145px;
}

.m-right-150 {
  margin-right: 150px;
}

.m-bottom-0 {
  margin-bottom: 0px;
}

.m-bottom-5 {
  margin-bottom: 5px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-bottom-35 {
  margin-bottom: 35px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.m-bottom-45 {
  margin-bottom: 45px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-bottom-55 {
  margin-bottom: 55px;
}

.m-bottom-60 {
  margin-bottom: 60px;
}

.m-bottom-65 {
  margin-bottom: 65px;
}

.m-bottom-70 {
  margin-bottom: 70px;
}

.m-bottom-75 {
  margin-bottom: 75px;
}

.m-bottom-80 {
  margin-bottom: 80px;
}

.m-bottom-85 {
  margin-bottom: 85px;
}

.m-bottom-90 {
  margin-bottom: 90px;
}

.m-bottom-95 {
  margin-bottom: 95px;
}

.m-bottom-100 {
  margin-bottom: 100px;
}

.m-bottom-105 {
  margin-bottom: 105px;
}

.m-bottom-110 {
  margin-bottom: 110px;
}

.m-bottom-115 {
  margin-bottom: 115px;
}

.m-bottom-120 {
  margin-bottom: 120px;
}

.m-bottom-125 {
  margin-bottom: 125px;
}

.m-bottom-130 {
  margin-bottom: 130px;
}

.m-bottom-135 {
  margin-bottom: 135px;
}

.m-bottom-140 {
  margin-bottom: 140px;
}

.m-bottom-145 {
  margin-bottom: 145px;
}

.m-bottom-150 {
  margin-bottom: 150px;
}

.m-left-0 {
  margin-left: 0px;
}

.m-left-5 {
  margin-left: 5px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-left-15 {
  margin-left: 15px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-25 {
  margin-left: 25px;
}

.m-left-30 {
  margin-left: 30px;
}

.m-left-35 {
  margin-left: 35px;
}

.m-left-40 {
  margin-left: 40px;
}

.m-left-45 {
  margin-left: 45px;
}

.m-left-50 {
  margin-left: 50px;
}

.m-left-55 {
  margin-left: 55px;
}

.m-left-60 {
  margin-left: 60px;
}

.m-left-65 {
  margin-left: 65px;
}

.m-left-70 {
  margin-left: 70px;
}

.m-left-75 {
  margin-left: 75px;
}

.m-left-80 {
  margin-left: 80px;
}

.m-left-85 {
  margin-left: 85px;
}

.m-left-90 {
  margin-left: 90px;
}

.m-left-95 {
  margin-left: 95px;
}

.m-left-100 {
  margin-left: 100px;
}

.m-left-105 {
  margin-left: 105px;
}

.m-left-110 {
  margin-left: 110px;
}

.m-left-115 {
  margin-left: 115px;
}

.m-left-120 {
  margin-left: 120px;
}

.m-left-125 {
  margin-left: 125px;
}

.m-left-130 {
  margin-left: 130px;
}

.m-left-135 {
  margin-left: 135px;
}

.m-left-140 {
  margin-left: 140px;
}

.m-left-145 {
  margin-left: 145px;
}

.m-left-150 {
  margin-left: 150px;
}

.p-left-0 {
  padding-left: 0px;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-left-20 {
  padding-left: 20px;
}

.p-left-25 {
  padding-left: 25px;
}

.p-left-30 {
  padding-left: 30px;
}

.p-left-35 {
  padding-left: 35px;
}

.p-left-40 {
  padding-left: 40px;
}

.p-left-45 {
  padding-left: 45px;
}

.p-left-50 {
  padding-left: 50px;
}

.p-left-55 {
  padding-left: 55px;
}

.p-left-60 {
  padding-left: 60px;
}

.p-left-65 {
  padding-left: 65px;
}

.p-left-70 {
  padding-left: 70px;
}

.p-left-75 {
  padding-left: 75px;
}

.p-left-80 {
  padding-left: 80px;
}

.p-left-85 {
  padding-left: 85px;
}

.p-left-90 {
  padding-left: 90px;
}

.p-left-95 {
  padding-left: 95px;
}

.p-left-100 {
  padding-left: 100px;
}

.p-left-105 {
  padding-left: 105px;
}

.p-left-110 {
  padding-left: 110px;
}

.p-left-115 {
  padding-left: 115px;
}

.p-left-120 {
  padding-left: 120px;
}

.p-left-125 {
  padding-left: 125px;
}

.p-left-130 {
  padding-left: 130px;
}

.p-left-135 {
  padding-left: 135px;
}

.p-left-140 {
  padding-left: 140px;
}

.p-left-145 {
  padding-left: 145px;
}

.p-left-150 {
  padding-left: 150px;
}

.p-right-0 {
  padding-right: 0px;
}

.p-right-5 {
  padding-right: 5px;
}

.p-right-10 {
  padding-right: 10px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-right-20 {
  padding-right: 20px;
}

.p-right-25 {
  padding-right: 25px;
}

.p-right-30 {
  padding-right: 30px;
}

.p-right-35 {
  padding-right: 35px;
}

.p-right-40 {
  padding-right: 40px;
}

.p-right-45 {
  padding-right: 45px;
}

.p-right-50 {
  padding-right: 50px;
}

.p-right-55 {
  padding-right: 55px;
}

.p-right-60 {
  padding-right: 60px;
}

.p-right-65 {
  padding-right: 65px;
}

.p-right-70 {
  padding-right: 70px;
}

.p-right-75 {
  padding-right: 75px;
}

.p-right-80 {
  padding-right: 80px;
}

.p-right-85 {
  padding-right: 85px;
}

.p-right-90 {
  padding-right: 90px;
}

.p-right-95 {
  padding-right: 95px;
}

.p-right-100 {
  padding-right: 100px;
}

.p-right-105 {
  padding-right: 105px;
}

.p-right-110 {
  padding-right: 110px;
}

.p-right-115 {
  padding-right: 115px;
}

.p-right-120 {
  padding-right: 120px;
}

.p-right-125 {
  padding-right: 125px;
}

.p-right-130 {
  padding-right: 130px;
}

.p-right-135 {
  padding-right: 135px;
}

.p-right-140 {
  padding-right: 140px;
}

.p-right-145 {
  padding-right: 145px;
}

.p-right-150 {
  padding-right: 150px;
}

.p-top-0 {
  padding-top: 0px;
}

.p-top-5 {
  padding-top: 5px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-35 {
  padding-top: 35px;
}

.p-top-40 {
  padding-top: 40px;
}

.p-top-45 {
  padding-top: 45px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-55 {
  padding-top: 55px;
}

.p-top-60 {
  padding-top: 60px;
}

.p-top-65 {
  padding-top: 65px;
}

.p-top-70 {
  padding-top: 70px;
}

.p-top-75 {
  padding-top: 75px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-top-85 {
  padding-top: 85px;
}

.p-top-90 {
  padding-top: 90px;
}

.p-top-95 {
  padding-top: 95px;
}

.p-top-100 {
  padding-top: 100px;
}

.p-top-105 {
  padding-top: 105px;
}

.p-top-110 {
  padding-top: 110px;
}

.p-top-115 {
  padding-top: 115px;
}

.p-top-120 {
  padding-top: 120px;
}

.p-top-125 {
  padding-top: 125px;
}

.p-top-130 {
  padding-top: 130px;
}

.p-top-135 {
  padding-top: 135px;
}

.p-top-140 {
  padding-top: 140px;
}

.p-top-145 {
  padding-top: 145px;
}

.p-top-150 {
  padding-top: 150px;
}

.p-bottom-0 {
  padding-bottom: 0px;
}

.p-bottom-5 {
  padding-bottom: 5px;
}

.p-bottom-10 {
  padding-bottom: 10px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.p-bottom-20 {
  padding-bottom: 20px;
}

.p-bottom-25 {
  padding-bottom: 25px;
}

.p-bottom-30 {
  padding-bottom: 30px;
}

.p-bottom-35 {
  padding-bottom: 35px;
}

.p-bottom-40 {
  padding-bottom: 40px;
}

.p-bottom-45 {
  padding-bottom: 45px;
}

.p-bottom-50 {
  padding-bottom: 50px;
}

.p-bottom-55 {
  padding-bottom: 55px;
}

.p-bottom-60 {
  padding-bottom: 60px;
}

.p-bottom-65 {
  padding-bottom: 65px;
}

.p-bottom-70 {
  padding-bottom: 70px;
}

.p-bottom-75 {
  padding-bottom: 75px;
}

.p-bottom-80 {
  padding-bottom: 80px;
}

.p-bottom-85 {
  padding-bottom: 85px;
}

.p-bottom-90 {
  padding-bottom: 90px;
}

.p-bottom-95 {
  padding-bottom: 95px;
}

.p-bottom-100 {
  padding-bottom: 100px;
}

.p-bottom-105 {
  padding-bottom: 105px;
}

.p-bottom-110 {
  padding-bottom: 110px;
}

.p-bottom-115 {
  padding-bottom: 115px;
}

.p-bottom-120 {
  padding-bottom: 120px;
}

.p-bottom-125 {
  padding-bottom: 125px;
}

.p-bottom-130 {
  padding-bottom: 130px;
}

.p-bottom-135 {
  padding-bottom: 135px;
}

.p-bottom-140 {
  padding-bottom: 140px;
}

.p-bottom-145 {
  padding-bottom: 145px;
}

.p-bottom-150 {
  padding-bottom: 150px;
}

.h-5 {
  height: 5px;
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-25 {
  height: 25px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-50 {
  height: 50px;
}

.h-55 {
  height: 55px;
}

.h-60 {
  height: 60px;
}

.h-65 {
  height: 65px;
}

.h-70 {
  height: 70px;
}

.h-75 {
  height: 75px;
}

.h-80 {
  height: 80px;
}

.h-85 {
  height: 85px;
}

.h-90 {
  height: 90px;
}

.h-95 {
  height: 95px;
}

.h-100 {
  height: 100px;
}

.h-105 {
  height: 105px;
}

.h-110 {
  height: 110px;
}

.h-115 {
  height: 115px;
}

.h-120 {
  height: 120px;
}

.h-125 {
  height: 125px;
}

.h-130 {
  height: 130px;
}

.h-135 {
  height: 135px;
}

.h-140 {
  height: 140px;
}

.h-145 {
  height: 145px;
}

.h-150 {
  height: 150px;
}

.icon-10x10 {
  width: 10px;
  height: 10px;
}

.icon-20x20 {
  width: 20px;
  height: 20px;
}

.icon-30x30 {
  width: 30px;
  height: 30px;
}

.icon-40x40 {
  width: 40px;
  height: 40px;
}

.icon-50x50 {
  width: 50px;
  height: 50px;
}

.icon-60x60 {
  width: 60px;
  height: 60px;
}

.icon-70x70 {
  width: 70px;
  height: 70px;
}

.icon-80x80 {
  width: 80px;
  height: 80px;
}

.icon-90x90 {
  width: 90px;
  height: 90px;
}

.icon-100x100 {
  width: 100px;
  height: 100px;
}

.tabheader {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.affcard table {
  border-collapse: collapse !important;
}
.affcard tr {
  border-bottom: 0.1px solid #e4e4e4 !important;
}
.affcard h6 {
  font-weight: 600 !important;
}

.padd0 {
  padding: 0 !important;
}

.nonmodal .col-md-6 {
  margin-bottom: 0px;
}

.darklogo {
  max-width: 100%;
  width: 90%;
}

.logoarea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px 8px 40px;
}

.color-primary {
  color: #f3615a;
}

.mailbox-list__single {
  padding: 18px 30px;
  padding-top: 17px;
  align-items: flex-start;
  border-bottom: 1px solid #f1f2f6;
  position: relative;
  z-index: 10;
}
.mailbox-list__single:hover {
  border-color: #ffffff;
}
.mailbox-list__single:hover .mail-content__top .mail-title .badge {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.1);
}
.mailbox-list__single:hover .mail-content__top .mail-title .page-info__single span.info-text.badge {
  color: #f3615a;
  color: #f3615a;
}
.mailbox-list__single:hover .mail-content__top .mail-title a {
  color: #272b41;
  font-weight: 600;
}
.mailbox-list__single:hover .time-meta {
  color: #272b41;
  font-weight: 500;
}
.mailbox-list__single:hover .mail-authorBox .auhor-info .author-name {
  color: #272b41;
  font-weight: 600;
}
.mailbox-list__single:hover:after {
  opacity: 1;
  visibility: visible;
}
.mailbox-list__single .star-toggle.stared i.lar {
  color: #fa8b0c;
  font-weight: 900;
}
.mailbox-list__single .mail-content__bottom {
  margin: 12px -3px -5px -3px;
}
.mailbox-list__single .mail-content__bottom .mail-attatchment {
  color: #9299b8;
  background: #f4f5f7;
  display: inline-block;
  margin: 5px 3px;
  font-size: 13px;
  line-height: 2.35;
  border-radius: 15px;
  padding: 0 20px;
}
.mailbox-list__single .mail-content__bottom .mail-attatchment i {
  width: 16px;
  font-size: 16px;
}
.mailbox-list__single .mail-content__bottom .mail-attatchment svg {
  width: 16px;
  font-size: 16px;
}
.mailbox-list__single .mail-content__bottom .mail-attatchment + .mail-attatchment {
  margin-left: 6px;
}
.mailbox-list__single .mail-content__top .mail-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.mailbox-list__single .mail-content__top .mail-title .badge {
  color: #9299b8;
  border-radius: 3px;
  padding: 0 7px;
  margin-left: 5px;
  background-color: #eff0f3;
  height: 20px;
}
.mailbox-list__single .mail-content__top .mail-title a {
  color: #5a5f7d;
  font-weight: 500;
}
.mailbox-list__single .mail-content__top p {
  color: #5a5f7d;
  font-size: 14px;
  margin-bottom: 0;
}
.mailbox-list__single .star-toggle {
  margin: 0 20px 0 10px;
}
.mailbox-list__single .star-toggle i {
  color: #adb4d2;
}
.mailbox-list__single .star-toggle svg {
  color: #adb4d2;
  width: 16px;
}
.mailbox-list__single .star-toggle img {
  width: 16px;
}
.mailbox-list__single .mail-authorBox {
  align-items: center;
  margin-right: 15px;
}
.mailbox-list__single .mail-authorBox .auhor-info {
  white-space: nowrap;
}
.mailbox-list__single .mail-authorBox .auhor-info .author-name {
  color: #5a5f7d;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
}
.mailbox-list__single:not(.attach-file) {
  align-items: center;
}
.mailbox-list__single:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 15px 40px rgba(146, 153, 184, 0.2);
  z-index: -1;
}
.mailbox-list__single .mail-content {
  margin-right: 10px;
}
.mailbox-list__single .checkbox-theme-default {
  margin-top: 5px;
  line-height: 1;
}

.page-info__single {
  margin-bottom: 8px;
}
.page-info__single .mailbox-list__single:hover .mail-content__top .mail-title span.info-text.badge {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .atbd-mail-sidebar .mail-list li a:hover span.info-text {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .atbd-mail-sidebar .mail-list li a.active span.info-text {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .knowledgebase-adv .collapse-adv__area .nav-pills span.info-text.nav-link.active {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .knowledgebase__list li span.info-text.knowledgebase__list-collapsed:hover {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .fileM-action__right .dropdown span.info-text.dropdown-item:hover {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .faqs-wrapper-tab span.info-text.nav-link:hover {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .faqs-wrapper-tab span.info-text.nav-link.active {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .breadcrumb-main.application-ui .breadcrumb-action .btn-group-toggle span.info-text.btn:hover {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .gallery-filter .ap-tab-main span.info-text.nav-link.active {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .product-cart span.info-text.subtotal {
  color: #f3615a;
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .quantity span.info-text.bttn:hover {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .product-item__body span.info-text.product-desc-price {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .fc-daygrid-day.fc-day-today span.info-text.fc-daygrid-day-number {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single #full-calendar .fc-toolbar-chunk .fc-button-group span.info-text.fc-button.fc-listMonth-button.fc-button-active {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .select2-container--default span.info-text.select2-results__option[aria-selected=true] {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single .select2-container--default span.info-text.select2-results__option--highlighted[aria-selected] {
  color: #f3615a;
  color: #f3615a;
}
.page-info__single span.info-text.color-primary {
  color: #f3615a;
}
.page-info__single .navbar-right__menu span.info-text.dropdown-wrapper__more:hover {
  color: #f3615a;
}
.page-info__single .dropdown-default span.info-text.dropdown-item:hover {
  color: #f3615a;
}
.page-info__single .dropdown-menu span.info-text.dropdown-item:hover {
  color: #f3615a;
}
.page-info__single .sidebar__menu-group ul.sidebar_nav li > a:hover span.info-text.toggle-icon {
  color: #f3615a;
}
.page-info__single .sidebar__menu-group ul.sidebar_nav li > a:hover span.info-text.nav-icon {
  color: #f3615a;
}
.page-info__single .sidebar__menu-group ul.sidebar_nav li > a.active span.info-text.toggle-icon {
  color: #f3615a;
}
.page-info__single .sidebar__menu-group ul.sidebar_nav li > a.active span.info-text.nav-icon {
  color: #f3615a;
}
.page-info__single .sidebar-toggle:hover svg span.info-text#Path_1 {
  color: #f3615a;
}
.page-info__single .sidebar-toggle:hover svg span.info-text#Path_2 {
  color: #f3615a;
}
.page-info__single .sidebar-toggle:hover svg span.info-text#Path_3 {
  color: #f3615a;
}
.page-info__single span.info-text.badge.badge-outlined.badge-primary {
  color: #f3615a;
}
.page-info__single span.info-text.badge.badge-transparent.badge-primary {
  color: #f3615a;
}
.page-info__single .atbd-nav-controller .nav span.info-text.nav-link.active {
  color: #f3615a;
}
.page-info__single .atbd-nav-controller .nav span.info-text.nav-link:focus {
  color: #f3615a;
}
.page-info__single span.info-text.avatar.avatar-primary.avatar-transparent {
  color: #f3615a;
}
.page-info__single .avatar .avatar-badge-wrap span.info-text.badge-icon.badge-icon-primary {
  color: #f3615a;
}
.page-info__single .atbd-breadcrumb__item:first-child a span.info-text {
  color: #f3615a;
}
.page-info__single .performance-stats div:hover span.info-text {
  color: #f3615a;
}
.page-info__single .ap-tab-main span.info-text.nav-link.active {
  color: #f3615a;
}
.page-info__single .ps-tab span.info-text.nav-link:hover {
  color: #f3615a;
}
.page-info__single .ps-tab span.info-text.nav-link.active {
  color: #f3615a;
}
.page-info__single .project-tap span.info-text.nav-link.active {
  color: #f3615a;
}
.page-info__single span.info-text.icon-list-social__link.active {
  color: #f3615a;
}
.page-info__single .atbd-menu.menu-horizontal .atbd-menu__item:hover > span.info-text.atbd-menu__link {
  color: #f3615a;
}
.page-info__single .atbd-menu.menu-horizontal .atbd-menu__item.active > span.info-text.atbd-menu__link {
  color: #f3615a;
}
.page-info__single .atbd-menu.menu-vertical .atbd-menu__item.has-submenu > .atbd-menu__link:hover span.info-text.atbd-menu__icon {
  color: #f3615a;
}
.page-info__single .atbd-menu.menu-vertical .atbd-menu__item span.info-text.atbd-menu__link:hover:before {
  color: #f3615a;
}
.page-info__single .atbd-menu.menu-vertical .atbd-menu__item .atbd-menu__link:hover span.info-text.atbd-menu__text {
  color: #f3615a;
}
.page-info__single .atbd-pop-message.message-primary .atbd-pop-message__icon span.info-text {
  color: #f3615a;
}
.page-info__single span.info-text.atbd-tag.tag-primary.tag-transparented {
  color: #f3615a;
}
.page-info__single .atbd-steps__item.finished span.info-text.atbd-steps__icon {
  color: #f3615a;
}
.page-info__single .atbd-upload__file li .file-name span.info-text.name-text {
  color: #f3615a;
}
.page-info__single .info-list span {
  color: #9299b8;
}
.page-info__single span {
  color: #272b41;
  font-size: 14px;
}
.page-info__single span.info-text {
  color: #5a5f7d;
}

.mail-reply__action {
  padding: 0 70px;
  margin: 50px 0 30px;
  padding: 0 70px;
  margin: 50px 0 30px;
}
.mail-reply__action a:hover {
  color: #f3615a;
  background: transparent;
  background: transparent;
}
.mail-reply__action a + a {
  margin-left: 10px;
  margin-left: 10px;
}

.mail-details .icon-action {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(95, 99, 242, 0);
}
.mail-details .icon-action:hover {
  background-color: rgba(95, 99, 242, 0.05);
}
.mail-details .icon-action:hover i {
  color: #f3615a;
}
.mail-details .icon-action:hover svg {
  color: #f3615a;
}
.mail-details .icon-action i {
  color: #9299b8;
}
.mail-details .icon-action svg {
  color: #9299b8;
  width: 16px;
}
.mail-details .icon-action img {
  width: 16px;
}
.mail-details .icon-action .double-icon svg {
  width: 12px;
  height: 12px;
}
.mail-details .icon-action .double-icon img {
  width: 12px;
  height: 12px;
}
.mail-details .icon-action.active {
  background-color: rgba(95, 99, 242, 0.05);
}
.mail-details .icon-action.active i {
  color: #f3615a;
}
.mail-details .icon-action.active svg {
  color: #f3615a;
}
.mail-details .mail-attatched {
  margin: -10px -5px;
  flex-wrap: wrap;
}
.mail-details .mail-attatched figcaption .file-size {
  color: #9299b8;
  font-size: 12px;
}
.mail-details .mail-attatched figcaption .file-name {
  font-size: 13px;
  font-weight: 500;
}
.mail-details .mail-attatched__hover {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 1;
}
.mail-details .mail-attatched__hover .btn-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mail-details .mail-attatched__hover .btn-mail svg {
  color: #ffffff;
  width: 16px;
}
.mail-details .mail-attatched__hover .btn-mail img {
  color: #ffffff;
  width: 16px;
}
.mail-details .mail-attatched__hover a + a {
  margin-left: 10px;
}
.mail-details .mail-attatched__image {
  position: relative;
}
.mail-details .mail-attatched__image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  border-radius: 10px;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  background-color: rgba(39, 43, 65, 0.5);
}
.mail-details .mail-attatched__image img {
  width: 100%;
}
.mail-details .mail-attatched__item {
  margin: 10px 5px;
  flex: 0 0 20%;
  padding: 10px;
  border: 1px solid #f1f2f6;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(146, 153, 184, 0.1);
}
.mail-details .mail-attatched__item:hover .mail-attatched__image::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.mail-details .mail-attatched__item:hover .btn-mail {
  opacity: 1;
  visibility: visible;
}

.mailbox-top {
  padding: 16px 30px;
  border-bottom: 1px solid #f1f2f6;
}
.mailbox-top .icon-action {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(95, 99, 242, 0);
}
.mailbox-top .icon-action:hover {
  background-color: rgba(95, 99, 242, 0.05);
}
.mailbox-top .icon-action:hover i {
  color: #f3615a;
}
.mailbox-top .icon-action:hover svg {
  color: #f3615a;
}
.mailbox-top .icon-action i {
  color: #9299b8;
}
.mailbox-top .icon-action svg {
  color: #9299b8;
  width: 16px;
}
.mailbox-top .icon-action img {
  width: 16px;
}
.mailbox-top .icon-action.active {
  background-color: rgba(95, 99, 242, 0.05);
}
.mailbox-top .icon-action.active i {
  color: #f3615a;
}
.mailbox-top .icon-action.active svg {
  color: #f3615a;
}
.mailbox-top .mail-selection__dropdown {
  background: #ffffff;
  position: absolute;
  left: 30px;
  top: 70px;
  min-width: 200px;
  padding: 18px 0;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.2);
  border-radius: 0 0 5px 5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}
.mailbox-top .mail-selection__dropdown li {
  margin-right: 0;
}
.mailbox-top .mail-selection__dropdown li a {
  color: #5a5f7d;
  display: block;
  padding: 5px 25px;
  font-size: 14px;
}
.mailbox-top .mail-selection__dropdown li a:hover {
  background-color: rgba(95, 99, 242, 0.05);
}
.mailbox-top .mail-selection {
  cursor: pointer;
  padding: 7.5px 0px;
}
.mailbox-top .mail-selection label svg {
  color: #5a5f7d;
  width: 12px;
  height: 12px;
}
.mailbox-top .mail-selection:hover .mail-selection__dropdown {
  top: 55px;
  opacity: 1;
  visibility: visible;
  z-index: 12;
}
.mailbox-top .card.mail-selection__dropdown .card-header {
  background-color: #fff;
}
.mailbox-top .card.mail-selection__dropdown .card-body {
  background-color: #fff;
}

.atbd-mail-sidebar {
  position: relative;
  transform: translateX(-280px);
  transition: 0.3s;
}
.atbd-mail-sidebar .mail-list {
  margin-top: 20px;
}
.atbd-mail-sidebar .mail-list li a {
  color: #5a5f7d;
  border-radius: 4px;
  display: block;
  padding: 6.9px 15px;
  font-size: 14px;
}
.atbd-mail-sidebar .mail-list li a:hover {
  background-color: rgba(95, 99, 242, 0.1);
}
.atbd-mail-sidebar .mail-list li a:hover i {
  color: #f3615a;
}
.atbd-mail-sidebar .mail-list li a:hover svg {
  color: #f3615a;
}
.atbd-mail-sidebar .mail-list li a:hover span {
  color: #f3615a;
}
.atbd-mail-sidebar .mail-list li a:hover img {
  color: #f3615a;
}
.atbd-mail-sidebar .mail-list li a:hover .page-info__single span.info-text {
  color: #f3615a;
  color: #f3615a;
}
.atbd-mail-sidebar .mail-list li a i {
  color: #adb4d2;
  margin-right: 20px;
  width: 16px;
}
.atbd-mail-sidebar .mail-list li a svg {
  color: #adb4d2;
  margin-right: 20px;
  width: 16px;
}
.atbd-mail-sidebar .mail-list li a span {
  color: #adb4d2;
  margin-right: 20px;
  width: 16px;
}
.atbd-mail-sidebar .mail-list li a img {
  color: #adb4d2;
  margin-right: 20px;
  width: 16px;
}
.atbd-mail-sidebar .mail-list li a .badge {
  float: right;
  margin-right: auto;
  width: auto;
  margin-top: 2px;
  margin-bottom: 1px;
}
.atbd-mail-sidebar .mail-list li a.active {
  background-color: rgba(95, 99, 242, 0.1);
}
.atbd-mail-sidebar .mail-list li a.active i {
  color: #f3615a;
}
.atbd-mail-sidebar .mail-list li a.active svg {
  color: #f3615a;
}
.atbd-mail-sidebar .mail-list li a.active span {
  color: #f3615a;
}
.atbd-mail-sidebar .mail-list li a.active img {
  color: #f3615a;
}
.atbd-mail-sidebar .mail-list li a.active .page-info__single span.info-text {
  color: #f3615a;
  color: #f3615a;
}
.atbd-mail-sidebar .mailbar-cross {
  position: absolute;
  right: 20px;
  top: 25px;
}
.atbd-mail-sidebar .mailbar-cross svg {
  color: #ff4d4f;
}
.atbd-mail-sidebar .mailbar-cross i {
  color: #ff4d4f;
}
.atbd-mail-sidebar .btn-add-label {
  color: #9299b8;
  font-size: 14px;
  padding: 7.5px 15px;
}
.atbd-mail-sidebar .btn-add-label svg {
  width: 16px;
  margin-right: 20px;
}
.atbd-mail-sidebar .btn-add-label img {
  width: 16px;
  margin-right: 20px;
}
.atbd-mail-sidebar .mail-list-title {
  color: #9299b8;
  font-size: 12px;
  padding: 0 15px 0;
  margin-bottom: 12px;
  display: inline-block;
}
.atbd-mail-sidebar > .card {
  min-height: 636px;
}
.atbd-mail-sidebar .card-body {
  padding: 30px 14px;
}
.atbd-mail-sidebar .btn-compose {
  width: 100%;
  border-radius: 22px;
}
.atbd-mail-sidebar .btn-compose svg {
  width: 18px;
  height: 18px;
}
.atbd-mail-sidebar .btn-compose.btn-shadow-primary {
  box-shadow: 0 10px 15px rgba(95, 99, 242, 0.1);
}

.footer-menu {
  padding-right: 12px;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  color: #9299b8;
  font-size: 14px;
}
.footer-menu ul li a:hover {
  color: #f3615a;
}
.footer-menu ul li:not(:last-child) {
  margin-right: 18px;
}

.footer-copyright {
  padding-left: 12px;
}
.footer-copyright p {
  color: #9299b8;
  font-size: 14px;
}
.footer-copyright p a {
  color: #9299b8;
  margin-left: 4px;
}
.footer-copyright p a:hover {
  color: #f3615a;
}

.post-pagination p {
  margin-bottom: 0;
  margin-top: 8px;
}
.post-pagination p a {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
.post-pagination p a:hover {
  color: #f3615a;
}
.post-pagination .prev-post {
  float: left;
  text-align: left;
}
.post-pagination .prev-post span {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}
.post-pagination .next-post {
  float: right;
  text-align: flex-end;
}
.post-pagination .next-post span {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}

.knowledgebase-help-request {
  flex-wrap: wrap;
}
.knowledgebase-help-request .knowledgebase__share {
  margin-bottom: 10px;
}
.knowledgebase-help-request .knowledgebase__share ul {
  display: flex;
}
.knowledgebase-help-request .knowledgebase__share ul li {
  margin-right: 10px;
}
.knowledgebase-help-request .knowledgebase__share ul li a {
  color: #9299bb;
  font-size: 15px;
}
.knowledgebase-help-request .knowledgebase__share ul li a:hover {
  color: #f3615a;
}
.knowledgebase-help-request .knowledgebase__share p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #868eae;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
}
.knowledgebase-help-request > p {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #272b41;
  margin-bottom: 10px;
}
.knowledgebase-help-request > p a {
  margin-left: 10px;
}

.knowledgebase-adv {
  margin-top: 62px;
}
.knowledgebase-adv .collapse-adv__area .nav-pills .nav-link.active {
  color: #f3615a;
  border-left: 1px solid #f3615a;
}
.knowledgebase-adv .collapse-adv__area .nav-pills .page-info__single span.info-text.nav-link.active {
  color: #f3615a;
  color: #f3615a;
}
.knowledgebase-adv .collapse-adv__area .nav-pills .nav-link {
  padding: 8px 18px;
  border-radius: 0;
  background: transparent;
  color: #5a5f7d;
  border-left: 1px solid #eaebef;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
}

.knowledgebase-adv__content article a {
  color: #272b41;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}
.knowledgebase-adv__content article a:hover {
  color: #f3615a;
}
.knowledgebase-adv__content article h3 {
  line-height: 1.2272727273;
}
.knowledgebase-adv__content article p {
  margin-top: 19px;
  margin-bottom: 40px;
  color: #272b41;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 400;
}
.knowledgebase-adv__content article:not(:first-child) {
  margin-top: 50px;
}

.knowledgebase__more {
  display: flex;
  align-items: center;
}
.knowledgebase__more a {
  color: #272b41;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  margin-top: 11px;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}
.knowledgebase__more a:hover {
  color: #f3615a;
  border-bottom: 1px solid #f3615a;
}
.knowledgebase__more a:hover i {
  opacity: 1;
}
.knowledgebase__more a i {
  font-size: 15px;
  margin-left: 13px;
  opacity: 0;
  transition: all 0.3s ease;
}

.knowledgebase__list li {
  margin-bottom: 6px;
}
.knowledgebase__list li a {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  color: #5a5f7d;
}
.knowledgebase__list li a:hover {
  color: #f3615a;
}
.knowledgebase__list li .knowledgebase__list-collapsed {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  color: #5a5f7d;
}
.knowledgebase__list li .knowledgebase__list-collapsed:hover {
  color: #f3615a;
}
.knowledgebase__list li .page-info__single span.info-text.knowledgebase__list-collapsed:hover {
  color: #f3615a;
  color: #f3615a;
}
.knowledgebase__list h3 {
  line-height: 1.2272727273;
  margin-top: 37px;
  margin-bottom: 22px;
}
.knowledgebase__list a {
  display: flex;
  position: relative;
}
.knowledgebase__list a:not(.collapsed) .changelog__accordingArrow {
  transform: rotate(90deg);
  transition: transform 0.24s;
}
.knowledgebase__list a .changelog__accordingArrow {
  transition: transform 0.24s;
  position: absolute;
  left: -20px;
}
.knowledgebase__list a .changelog__accordingArrow svg {
  width: 15px;
  height: auto;
  color: #272b41;
}
.knowledgebase__list .knowledgebase__list-collapsed {
  display: flex;
  position: relative;
}
.knowledgebase__list .knowledgebase__list-collapsed:not(.collapsed) .changelog__accordingArrow {
  transform: rotate(90deg);
  transition: transform 0.24s;
}
.knowledgebase__list .knowledgebase__list-collapsed .changelog__accordingArrow {
  transition: transform 0.24s;
  position: absolute;
  left: -20px;
}
.knowledgebase__list .knowledgebase__list-collapsed .changelog__accordingArrow svg {
  width: 15px;
  height: auto;
  color: #272b41;
}
.knowledgebase__list .collapse-area {
  margin-left: 22px;
  margin-bottom: 15px;
  margin-top: 6px;
  transition: all 0.3s ease;
}

.fileM-action__right .dropdown .dropdown-item {
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: 400;
  color: #5a5f7d;
  display: flex;
  align-items: center;
  padding: 1px 25px;
}
.fileM-action__right .dropdown .dropdown-item:hover {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.05);
}
.fileM-action__right .dropdown .dropdown-item:hover svg {
  color: #f3615a;
}
.fileM-action__right .dropdown .dropdown-item svg {
  color: #9299b8;
  width: 16px;
  margin-right: 12px;
}
.fileM-action__right .dropdown .page-info__single span.info-text.dropdown-item:hover {
  color: #f3615a;
  color: #f3615a;
}
.fileM-action__right .dropdown .dropdown-default {
  padding: 18px 0;
  margin-right: 0;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.2);
}
.fileM-action__right .dropdown .dropdown-menu {
  padding: 18px 0;
  margin-right: 0;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.2);
}
.fileM-action__right .dropdown svg {
  color: #868eae;
  width: 20px;
}

.fileM-sidebar {
  height: 100vh;
  background: #fff;
  border-radius: 10px;
}
.fileM-sidebar .fileM-types {
  margin: 0px 0 63px 0;
}
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav {
  margin: 21px 0 0 0;
}
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li.has-child.open > a {
  color: #f3615a;
}
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li.has-child.open > ul {
  visibility: visible;
  opacity: 1;
}
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li.menu-title span {
  color: #272b41;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  padding: 0 14px;
}
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li.has-child > ul {
  visibility: hidden;
  opacity: 0;
}
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li > a {
  padding: 0 5px 0 14px;
}
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li > a .toggle-icon {
  position: absolute;
  left: -2px;
}
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li > a .nav-icon {
  margin-right: 10px;
  width: 14px;
}
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li ul {
  padding: 0px 0px 0px 25px;
}
.fileM-sidebar ul li a {
  color: #5a5f7d;
  font-size: 14px;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.fileM-sidebar ul li a svg {
  color: #adb4d2;
  width: 18px;
  margin-right: 13px;
}
.fileM-sidebar ul li a:hover {
  color: #f3615a;
}
.fileM-sidebar ul li a.active {
  color: #f3615a;
}
.fileM-sidebar ul li a.active svg {
  color: #f3615a;
}
.fileM-sidebar .fileM-action__right .dropdown > a {
  width: 100%;
  font-size: 14px;
}
.fileM-sidebar .fileM-action__right .dropdown > a svg {
  width: 15px;
  color: white;
}
.fileM-sidebar .fileM-action__right .dropdown .dropdown-menu {
  width: 100%;
}

.faqs-wrapper-tab {
  padding-top: 28px;
}
.faqs-wrapper-tab .nav-link {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 13px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
}
.faqs-wrapper-tab .nav-link:hover {
  color: #f3615a;
  border-left: 2px solid #f3615a;
  padding: 0 27px;
}
.faqs-wrapper-tab .nav-link:hover .dot {
  opacity: 1;
}
.faqs-wrapper-tab .nav-link:not(:last-child) {
  margin-bottom: 12px;
}
.faqs-wrapper-tab .nav-link .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.5;
  margin-right: 12px;
}
.faqs-wrapper-tab .nav-link svg {
  width: 16px;
  margin-right: 14px;
}
.faqs-wrapper-tab .nav-link.active {
  color: #f3615a;
  border-left: 2px solid #f3615a;
  padding: 0 27px;
}
.faqs-wrapper-tab .nav-link.active .dot {
  opacity: 1;
}
.faqs-wrapper-tab .page-info__single span.info-text.nav-link:hover {
  color: #f3615a;
  color: #f3615a;
}
.faqs-wrapper-tab .page-info__single span.info-text.nav-link.active {
  color: #f3615a;
  color: #f3615a;
}

.breadcrumb-main.application-ui .breadcrumb-action {
  align-items: center;
}
.breadcrumb-main.application-ui .breadcrumb-action .btn-group-toggle .btn:hover {
  color: #f3615a;
}
.breadcrumb-main.application-ui .breadcrumb-action .btn-group-toggle .page-info__single span.info-text.btn:hover {
  color: #f3615a;
  color: #f3615a;
}
.breadcrumb-main.application-ui .breadcrumb-action .btn-group-toggle .btn.active {
  box-shadow: none;
}
.breadcrumb-main.application-ui .breadcrumb-action .action-btn .btn {
  padding: 0 15px;
  height: 35px;
  text-transform: capitalize;
}
.breadcrumb-main.application-ui .breadcrumb-action .action-btn .btn svg {
  color: white;
  width: 16px;
  margin-right: 7px;
}
.breadcrumb-main.application-ui button {
  height: 35px;
}

.gallery-filter .ap-tab-main .nav-link.active {
  color: #f3615a;
  font-weight: 500;
}
.gallery-filter .ap-tab-main .page-info__single span.info-text.nav-link.active {
  color: #f3615a;
  color: #f3615a;
}
.gallery-filter .ap-tab-main .nav-link {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  padding: 20px 0;
}
.gallery-filter .ap-tab-main .nav-link:not(:last-child) {
  margin-right: 25px;
}
.gallery-filter .ap-tab-main .nav-link:after {
  height: 2px;
  bottom: 0;
}
.gallery-filter .filtr-container {
  display: none;
}

.search-result form {
  height: 48px;
}
.search-result form button {
  color: #f3615a;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 500;
  text-transform: capitalize;
}
.search-result form svg {
  color: #9299b8;
  width: 18px;
}
.search-result form .form-control {
  padding: 8px 13px;
}
.search-result form .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #adb4d2;
}
.search-result form .form-control::placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #adb4d2;
}

.order-profile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-profile-icon svg {
  color: #f3615a;
  width: 16px;
}

.table5 .userDatatable-title {
  display: flex;
  align-items: center;
}
.table5 .userDatatable-title .userDatatable-sort {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  margin-top: 4px;
}
.table5 .userDatatable-title .userDatatable-sort i.down {
  color: #f3615a;
}
.table5 .userDatatable-title .userDatatable-sort i {
  color: #9299b8;
  line-height: 5px;
  font-size: 13px;
}
.table5 .userDatatable-title .userDatatable-filter i {
  font-size: 10px;
  color: #adb4d2;
}
.table5 .pagination-total-text {
  color: #272b41;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}
.table5 .userDatatable-header {
  background: #fafafa;
}
.table5 tbody .custom-checkbox input[type=checkbox] + label {
  margin-right: 18px;
}

.order-summery {
  border-radius: 20px;
  border: 1px solid #f1f2f6;
}
.order-summery .total-money {
  margin-top: 37px;
}
.order-summery .total-money h5 {
  color: #f3615a;
}
.order-summery .total-money h6 {
  font-weight: 500;
}
.order-summery .total > div {
  color: #5a5f7d;
  display: block;
  padding-bottom: 10px;
  font-size: 0.8em;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.order-summery .total > div span {
  color: #272b41;
}
.order-summery .total > div:not(:last-child) {
  margin: 0 0 7px 0;
}
.order-summery .total span {
  float: right;
  text-align: right;
}
.order-summery .card-body {
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0px 10px 30px #9299b81a;
}
.order-summery .checkout {
  border-radius: 8px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.order-summery .checkout i {
  margin-left: 8px;
  font-size: 16px;
}

.product-cart .subtotal {
  color: #f3615a;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
}
.product-cart .page-info__single span.info-text.subtotal {
  color: #f3615a;
  color: #f3615a;
  color: #f3615a;
}
.product-cart .table-hover tbody tr {
  transition: all 0.3s ease;
}
.product-cart .table-hover tbody tr:hover {
  box-shadow: 0px 15px 40px #9299b826;
  border-radius: 10px;
  background-color: #ffffff;
}
.product-cart .table-hover tbody tr:hover .actions button {
  background: rgba(255, 77, 79, 0.2);
}
.product-cart .table-hover tbody tr:hover .actions button i {
  color: #ff4d4f;
}
.product-cart .actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background: transparent;
  transition: all 0.3s ease;
}
.product-cart .actions button i {
  color: #adb4d2;
  font-size: 18px;
  margin: 0;
  margin-left: -2px;
}
.product-cart .price {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
}
.product-cart .table td {
  padding: 20px;
  vertical-align: middle;
}
.product-cart .table th {
  padding: 18px 20px;
  vertical-align: middle;
}
.product-cart table tr td {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.quantity {
  display: flex;
  align-items: center;
}
.quantity .bttn {
  color: #5a5f7d;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e6ef;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
}
.quantity .bttn:hover {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.1);
}
.quantity .page-info__single span.info-text.bttn:hover {
  color: #f3615a;
  color: #f3615a;
}
.quantity .input {
  color: #272b41;
  width: 38px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-item__body .product-desc-price {
  color: #f3615a;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
}
.product-item__body .page-info__single span.info-text.product-desc-price {
  color: #f3615a;
  color: #f3615a;
}
.product-item__body .product-discount {
  color: #ff69a5;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 500;
}
.product-item__body .card-title a {
  color: #272b41;
}
.product-item__body .card-title h6 {
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.product-item__body .product-price {
  color: #adb4d2;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 10px;
  margin-left: 10px;
}

.shop-breadcrumb .action-btn .btn {
  color: #5a5f7d;
  height: 36px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  border-radius: 3px;
}
.shop-breadcrumb .action-btn .btn i {
  color: #f3615a;
}
.shop-breadcrumb .action-btn .btn.btn-primary {
  color: white;
}
.shop-breadcrumb .action-btn .btn.btn-primary i {
  color: white;
}

.fc-daygrid-day.fc-day-today {
  background-color: rgba(95, 99, 242, 0.05) !important;
  border-top: 2px solid #f3615a;
}
.fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #f3615a;
}
.fc-daygrid-day.fc-day-today .page-info__single span.info-text.fc-daygrid-day-number {
  color: #f3615a;
  color: #f3615a;
}

#full-calendar .fc-toolbar-chunk .fc-button-group {
  border-radius: 0 4px 4px 0;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button.fc-button-active {
  color: #f3615a;
  background: #ffffff;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .page-info__single span.info-text.fc-button.fc-listMonth-button.fc-button-active {
  color: #f3615a;
  color: #f3615a;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button {
  color: #9299b8;
  display: flex;
  align-items: center;
  border: 0 none;
  margin-left: 0;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button i {
  color: #f3615a;
  font-size: 15px;
  min-width: 14px;
  margin-right: 6px;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button svg {
  color: #f3615a;
  font-size: 15px;
  min-width: 14px;
  margin-right: 6px;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button img {
  color: #f3615a;
  font-size: 15px;
  min-width: 14px;
  margin-right: 6px;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button-primary.fc-button-active {
  background: #f3615a;
  color: #ffffff;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button {
  color: #9299b8;
  border: 1px solid #f1f2f6;
  font-size: 13px;
  font-weight: 500;
  padding: 6.5px 13.68px;
  text-transform: capitalize;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button:first-child {
  border-radius: 4px 0 0 4px;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button:focus {
  outline: none;
  box-shadow: 0 0;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button-primary {
  background: #ffffff;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .card.fc-button.fc-listMonth-button.fc-button-active .card-header {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .card.fc-button.fc-listMonth-button.fc-button-active .card-body {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .card.fc-button-primary .card-header {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .card.fc-button-primary .card-body {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-dayGridMonth-button {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #f1f2f6;
}
#full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button {
  background: #ffffff;
  padding: 0.25em 0.563em;
  border: 1px solid #f1f2f6;
  border-radius: 4px;
}
#full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button span.fc-icon {
  color: #9299b8;
  font-size: 14px;
  margin-top: -4px;
}
#full-calendar .fc-toolbar-chunk .fc-button.fc-next-button {
  background: #ffffff;
  padding: 0.25em 0.563em;
  border: 1px solid #f1f2f6;
  border-radius: 4px;
}
#full-calendar .fc-toolbar-chunk .fc-button.fc-next-button span.fc-icon {
  color: #9299b8;
  font-size: 14px;
  margin-top: -4px;
}
#full-calendar .fc-toolbar-chunk .fc-toolbar-title {
  color: #272b41;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 500;
}
#full-calendar .fc-toolbar-chunk .fc-today-button {
  color: #5a5f7d;
  background: #ffffff;
  padding: 6.5px 15px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #f1f2f6;
  margin-right: 30px;
}
#full-calendar .fc-toolbar-chunk .card.fc-button.fc-prev-button .card-header {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk .card.fc-button.fc-prev-button .card-body {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk .card.fc-button.fc-next-button .card-header {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk .card.fc-button.fc-next-button .card-body {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk .card.fc-today-button .card-header {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk .card.fc-today-button .card-body {
  background-color: #fff;
}
#full-calendar .fc-toolbar-chunk > div {
  display: flex;
  align-items: center;
}
#full-calendar .fc-toolbar {
  flex-wrap: wrap;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.06);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.06);
  background-color: #1f2937 !important;
}
.select2-container--default .page-info__single span.info-text.select2-results__option[aria-selected=true] {
  color: #f3615a;
  color: #f3615a;
}
.select2-container--default .page-info__single span.info-text.select2-results__option--highlighted[aria-selected] {
  color: #f3615a;
  color: #f3615a;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 48px;
  height: auto;
  min-height: 48px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #5a5f7d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: #eff0f3;
  border: none;
  border-radius: 4px;
  height: 24px;
  font-size: 11px;
  line-height: 1.2727272727;
  font-weight: 400;
  text-transform: capitalize;
}
.select2-container--default .select2-selection--multiple:focus {
  outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 3px 1px;
  list-style: none;
  margin: 3px 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
  padding: 0;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #5a5f7d;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #5a5f7d;
  text-transform: normal;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #5a5f7d;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #5a5f7d;
}

.navbar-right__menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -12px;
}
.navbar-right__menu .page-info__single span.info-text.dropdown-wrapper__more:hover {
  color: #f3615a;
}
.navbar-right__menu .dropdown-wrapper__more {
  padding: 15px;
  text-align: center;
  display: block;
  box-shadow: 0 -15px 20px rgba(146, 153, 184, 0.08);
  color: #868eae;
  font-size: 13px;
  font-weight: 500;
}
.navbar-right__menu .dropdown-wrapper__more:hover {
  color: #f3615a;
}
.navbar-right__menu .search-toggle i {
  color: #9299b8;
  font-size: 18px;
}
.navbar-right__menu .search-toggle svg {
  color: #9299b8;
  font-size: 18px;
}
.navbar-right__menu .search-toggle i.la-times {
  display: none;
}
.navbar-right__menu .search-toggle i.la-search {
  display: block;
}
.navbar-right__menu > li {
  padding: 10px 12px;
}
.navbar-right__menu .nav-flag-select img {
  width: 20px;
}
.navbar-right__menu .nav-flag-select .dropdown-wrapper {
  padding: 5px 0;
}
.navbar-right__menu .nav-flag-select .dropdown-wrapper a {
  display: flex;
  align-items: center;
  padding: 6px 11px;
  color: #666d92;
  transition: 0.3s ease;
  font-size: 14px;
}
.navbar-right__menu .nav-flag-select .dropdown-wrapper a:hover {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.1);
}
.navbar-right__menu .nav-flag-select .dropdown-wrapper a img {
  margin-right: 10px;
}
.navbar-right__menu .nav-search {
  position: relative;
}
.navbar-right__menu .nav-author img {
  width: 34px;
}
.navbar-right__menu .nav-author .dropdown-wrapper {
  min-width: 300px;
}
.navbar-right__menu .nav-item-toggle {
  position: relative;
  color: #9299b8;
}
.navbar-right__menu .nav-item-toggle span {
  width: 18px;
}
.navbar-right__menu .nav-item-toggle svg {
  width: 18px;
}
.navbar-right__menu .nav-item-toggle:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
}
.navbar-right__menu .nav-message .nav-item-toggle:before {
  background: #20c997;
}
.navbar-right__menu .nav-message .dropdown-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}
.navbar-right__menu .nav-message .dropdown-wrapper ul li {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}
.navbar-right__menu .nav-message .dropdown-wrapper ul li:hover {
  box-shadow: 0 15px 50px rgba(146, 153, 184, 0.2);
}
.navbar-right__menu .nav-message .dropdown-wrapper .user-avater {
  margin-right: 15px;
  position: relative;
}
.navbar-right__menu .nav-message .dropdown-wrapper .user-avater:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  right: 0;
  bottom: 0;
}
.navbar-right__menu .nav-message .dropdown-wrapper .user-avater img {
  width: 40px;
  border-radius: 50%;
}
.navbar-right__menu .nav-message .dropdown-wrapper .author-online .user-avater:before {
  background: #20c997;
}
.navbar-right__menu .nav-message .dropdown-wrapper .author-offline .user-avater:before {
  background: #fa8b0c;
}
.navbar-right__menu .nav-message .dropdown-wrapper .user-message {
  flex: 1;
}
.navbar-right__menu .nav-message .dropdown-wrapper .user-message p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin: 0;
}
.navbar-right__menu .nav-message .dropdown-wrapper .subject {
  color: #272b41;
}
.navbar-right__menu .nav-message .dropdown-wrapper span.time-posted {
  font-size: 12px;
}
.navbar-right__menu .nav-message .dropdown-wrapper .has-new-message .time-posted {
  color: #20c997;
}
.navbar-right__menu .dropdown-wrapper {
  border-radius: 0 0 6px 6px;
}
.navbar-right__menu .dropdown-wrapper__title {
  margin: 10px;
  border-radius: 6px;
  background: #f4f5f7;
  padding: 15px;
  font-size: 14px;
  text-align: center;
}
.navbar-right__menu .nav-notification ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}
.navbar-right__menu .nav-notification__single {
  padding: 15px 25px;
  transition: all 0.3s ease;
  position: relative;
}
.navbar-right__menu .nav-notification__single:hover {
  box-shadow: 0 15px 50px rgba(146, 153, 184, 0.2);
}
.navbar-right__menu .nav-notification__type {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}
.navbar-right__menu .nav-notification__type span {
  font-size: 15px;
}
.navbar-right__menu .nav-notification__type svg {
  width: 15px;
}
.navbar-right__menu .nav-notification__type--primary {
  color: #f3615a;
  background: #dfe0fc;
}
.navbar-right__menu .nav-notification__type--secondary {
  color: #ff69a5;
  background: #ffe1ed;
}
.navbar-right__menu .nav-notification__type--success {
  color: #20c997;
  background: #d2f4ea;
}
.navbar-right__menu .nav-notification__type--info {
  color: #2c99ff;
  background: #d5ebff;
}
.navbar-right__menu .nav-notification__type--danger {
  color: #ff4d4f;
  background: #ffdbdc;
}
.navbar-right__menu .nav-notification__details {
  flex: 1;
}
.navbar-right__menu .nav-notification__details p {
  margin-bottom: 5px;
  font-size: 14px;
}
.navbar-right__menu .nav-notification__details p:last-child {
  margin: 0;
}
.navbar-right__menu .nav-notification__details .time-posted {
  font-size: 12px;
}
.navbar-right__menu .nav-support .dropdown-wrapper {
  padding: 30px;
}
.navbar-right__menu .nav-support .list-group span {
  color: #9299b8;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.navbar-right__menu .nav-support .list-group ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.navbar-right__menu .nav-support .list-group ul:last-child {
  margin-bottom: 0;
}
.navbar-right__menu .nav-support .list-group ul li {
  margin-bottom: 10px;
}
.navbar-right__menu .nav-support .list-group ul li a {
  color: #272b41;
  font-size: 14px;
  font-weight: 500;
}
.navbar-right__menu .nav-author__info {
  background: #f4f5f7;
  border-radius: 8px;
  margin: 10px;
  display: flex;
  align-items: center;
  padding: 20px 25px;
}
.navbar-right__menu .nav-author__info .author-img {
  margin-right: 15px;
}
.navbar-right__menu .nav-author__info .author-img img {
  max-width: 40px;
}
.navbar-right__menu .nav-author__info h6 {
  font-weight: 500;
  font-size: 14px;
}
.navbar-right__menu .nav-author__info span {
  font-size: 13px;
}
.navbar-right__menu .nav-author__signout {
  font-size: 13px;
  background: #f8f9fb;
  padding: 18px 15px;
  color: #868eae;
  display: block;
  text-align: center;
  font-weight: 500;
}
.navbar-right__menu .nav-author__signout svg {
  width: 15px;
}
.navbar-right__menu .nav-author__signout span {
  font-size: 15px;
}
.navbar-right__menu .nav-author__options ul {
  list-style: none;
  margin: 0;
  padding: 0 0 15px;
}
.navbar-right__menu .nav-author__options ul li {
  padding: 0;
}
.navbar-right__menu .nav-author__options ul li a {
  font-size: 14px;
  display: block;
  padding: 9px 25px 9px;
  color: #9299b8;
  transition: all 0.3s ease;
}
.navbar-right__menu .nav-author__options ul li a svg {
  margin-right: 12px;
  width: 16px;
}
.navbar-right__menu .nav-author__options ul li a span {
  margin-right: 12px;
}
.navbar-right__menu .nav-author__options ul li a:hover {
  background: rgba(95, 99, 242, 0.05);
  padding-left: 35px;
  color: #f3615a;
}
.navbar-right__menu .search-toggle.active i.la-times {
  display: block;
}
.navbar-right__menu .search-toggle.active i.la-search {
  display: none;
}

.dropdown-default {
  position: absolute;
  background: #fff;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  padding: 15px 0;
  z-index: 2222;
  transform: none !important;
  top: 40px !important;
  left: auto !important;
  right: 0 !important;
}
.dropdown-default .page-info__single span.info-text.dropdown-item:hover {
  color: #f3615a;
}
.dropdown-default .dropdown-item {
  color: #9299b8;
  font-size: 14px;
  display: block;
  line-height: 1.1;
  padding: 13px 30px;
  font-weight: 500;
}
.dropdown-default .dropdown-item:hover {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.06);
}
.dropdown-default .dropdown-item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.dropdown-menu {
  position: absolute;
  background: #fff;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  padding: 15px 0;
  z-index: 2222;
  transform: none !important;
  top: 40px !important;
  left: auto !important;
  right: 0 !important;
}
.dropdown-menu .page-info__single span.info-text.dropdown-item:hover {
  color: #f3615a;
}
.dropdown-menu .dropdown-item {
  color: #9299b8;
  color: #5a5f7d;
  font-size: 14px;
  display: block;
  line-height: 1.1;
  padding: 13px 30px;
  font-weight: 500;
  font-weight: 400;
  padding: 10px 25px;
  text-transform: capitalize;
}
.dropdown-menu .dropdown-item:hover {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.06);
}
.dropdown-menu .dropdown-item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.sidebar__menu-group {
  margin-bottom: 25px;
}
.sidebar__menu-group ul.sidebar_nav {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.sidebar__menu-group ul.sidebar_nav li > a {
  display: flex;
  align-items: center;
  padding: 11px 30px 11px 30px;
  color: #f3f3f3;
  font-size: 16px;
  position: relative;
}
.sidebar__menu-group ul.sidebar_nav li > a:hover {
  color: #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li > a:hover .page-info__single span.info-text.toggle-icon {
  color: #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li > a:hover .page-info__single span.info-text.nav-icon {
  color: #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li > a:hover .toggle-icon {
  color: #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li > a:hover .nav-icon {
  color: #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li > a .nav-icon {
  color: #adb4d2;
  display: inline-block;
  margin-right: 20px;
  width: 16px;
  transition: all 0.3s ease;
}
.sidebar__menu-group ul.sidebar_nav li > a .toggle-icon {
  font-size: 12px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-left: auto;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.sidebar__menu-group ul.sidebar_nav li > a .toggle-icon:before {
  content: "\f105";
}
.sidebar__menu-group ul.sidebar_nav li > a .menuItem {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  font-size: 10px;
  border-radius: 3px;
  padding: 3px 4px 4px;
  line-height: 1;
  letter-spacing: 1px;
  color: white;
}
.sidebar__menu-group ul.sidebar_nav li > a.active {
  color: #f3615a;
  border-left: 2px solid #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li > a.active .page-info__single span.info-text.toggle-icon {
  color: #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li > a.active .page-info__single span.info-text.nav-icon {
  color: #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li > a.active .toggle-icon {
  color: #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li > a.active .nav-icon {
  color: #f3615a;
}
.sidebar__menu-group ul.sidebar_nav li ul {
  padding: 8px 3px 12px 45px;
  background: #2d3b50;
}
.sidebar__menu-group ul.sidebar_nav li ul li > a:hover {
  color: #f3615a;
  background-color: transparent;
}
.sidebar__menu-group ul.sidebar_nav li ul li > a.active {
  color: #f3615a;
  background-color: transparent;
}
.sidebar__menu-group ul.sidebar_nav li.menu-title span {
  text-transform: uppercase;
  display: block;
  color: #868eae;
  font-size: 12px;
  font-weight: 500;
  padding: 0 30px;
  margin-bottom: 10px;
}
.sidebar__menu-group ul.sidebar_nav li.has-child.open > a .toggle-icon:before {
  content: "\f107";
}

.sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
}
.sidebar-toggle:hover {
  background-color: rgba(95, 99, 242, 0.1);
}
.sidebar-toggle:hover svg {
  color: #f3615a;
}
.sidebar-toggle:hover svg .page-info__single span.info-text#Path_1 {
  color: #f3615a;
}
.sidebar-toggle:hover svg .page-info__single span.info-text#Path_2 {
  color: #f3615a;
}
.sidebar-toggle:hover svg .page-info__single span.info-text#Path_3 {
  color: #f3615a;
}
.sidebar-toggle:hover svg #Path_1 {
  color: #f3615a;
  fill: #f3615a;
}
.sidebar-toggle:hover svg #Path_2 {
  color: #f3615a;
  fill: #f3615a;
}
.sidebar-toggle:hover svg #Path_3 {
  color: #f3615a;
  fill: #f3615a;
}
.sidebar-toggle:hover i {
  color: #f3615a;
}

.atbd-nav-controller .nav .page-info__single span.info-text.nav-link.active {
  color: #f3615a;
}
.atbd-nav-controller .nav .page-info__single span.info-text.nav-link:focus {
  color: #f3615a;
}
.atbd-nav-controller .nav .nav-link.active {
  color: #f3615a;
  background-color: #fff !important;
  box-shadow: 0 0;
}
.atbd-nav-controller .nav .nav-link.active:hover {
  color: #f3615a;
  background-color: #fff !important;
  box-shadow: 0 0;
}
.atbd-nav-controller .nav .nav-link.active:not(:first-child):before {
  background: #f3615a;
}
.atbd-nav-controller .nav .nav-link.active:focus {
  outline: none;
  box-shadow: 0 0;
}
.atbd-nav-controller .nav .nav-link {
  color: #9299b8;
  background: #ffffff;
  position: relative;
  flex: initial;
  line-height: 2.65;
  padding: 0 16.44px;
  border-width: 1px 1px 1px 0;
  border-radius: 0px;
  min-height: 42px;
}
.atbd-nav-controller .nav .nav-link:focus {
  color: #f3615a;
  background-color: #fff !important;
  box-shadow: 0 0;
}
.atbd-nav-controller .nav .nav-link:focus:hover {
  color: #f3615a;
  background-color: #fff !important;
  box-shadow: 0 0;
}
.atbd-nav-controller .nav .nav-link:focus:focus {
  outline: none;
  box-shadow: 0 0;
}
.atbd-nav-controller .nav .nav-link:last-child {
  border-radius: 0 5px 5px 0;
}
.atbd-nav-controller .nav .nav-link:first-child {
  border-radius: 5px 0 0 5px;
  border-left-width: 1px;
}
.atbd-nav-controller .nav .nav-link:not(:first-child):before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #e3e6ef;
  content: "";
}
.atbd-nav-controller .nav .card.nav-link .card-header {
  background-color: #fff;
}
.atbd-nav-controller .nav .card.nav-link .card-body {
  background-color: #fff;
}
.atbd-nav-controller .btn-group > .btn.active {
  z-index: 1 !important;
}
.atbd-nav-controller .btn-group > .btn.focus {
  z-index: 1 !important;
}
.atbd-nav-controller .nav-controller-content {
  margin-top: 35px;
}

.avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 10px;
}
.avatar .avatar-badge-wrap {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border-radius: 50%;
  padding: 1.3px 3px;
  line-height: 1;
}
.avatar .avatar-badge-wrap .page-info__single span.info-text.badge-icon.badge-icon-primary {
  color: #f3615a;
}
.avatar .avatar-badge-wrap .badge-icon.badge-icon-primary {
  color: #f3615a;
}
.avatar .avatar-badge-wrap .badge-icon.badge-icon-secondary {
  color: #ff69a5;
}
.avatar .avatar-badge-wrap .badge-icon.badge-icon-success {
  color: #20c997;
}
.avatar .avatar-badge-wrap .badge-icon.badge-icon-info {
  color: #2c99ff;
}
.avatar .avatar-badge-wrap .badge-icon.badge-icon-warning {
  color: #fa8b0c;
}
.avatar .avatar-badge-wrap .badge-icon.badge-icon-danger {
  color: #ff4d4f;
}
.avatar .avatar-badge-wrap .badge {
  padding: 1.5px 4.52px;
}
.avatar .avatar-badge-wrap .badge-icon {
  width: 16px;
  height: 16px;
}
.avatar .avatar-text {
  text-transform: uppercase;
}
.avatar .avatar-img {
  width: 100%;
}
.avatar .avatar-badge-wrap.avatar-badge-icon {
  background: transparent;
}

.atbd-breadcrumb__item:first-child a {
  color: #f3615a;
}
.atbd-breadcrumb__item:first-child a .page-info__single span.info-text {
  color: #f3615a;
}
.atbd-breadcrumb__item:first-child a span {
  color: #f3615a;
}
.atbd-breadcrumb__item:first-child a:hover span {
  color: #2c99ff;
}
.atbd-breadcrumb__item a {
  color: #5a5f7d;
  font-size: 14px;
}
.atbd-breadcrumb__item a:hover {
  color: #2c99ff;
}
.atbd-breadcrumb__item span {
  color: #5a5f7d;
  font-size: 14px;
}
.atbd-breadcrumb__item span:hover {
  color: #2c99ff;
}
.atbd-breadcrumb__item:last-child span {
  color: #9299b8;
}
.atbd-breadcrumb__item span.la {
  font-size: 14px;
}
.atbd-breadcrumb__item span.la-slash {
  transform: rotate(-20deg);
}
.atbd-breadcrumb__item .dropdown > a:after {
  font-size: 10px;
  font-family: "Line Awesome Free";
  font-weight: 700;
  content: "\f107";
}

.performance-stats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.performance-stats div {
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.performance-stats div:hover {
  box-shadow: 0 15px 30px rgba(146, 153, 184, 0.15);
  z-index: 1;
}
.performance-stats div:hover .page-info__single span.info-text {
  color: #f3615a;
}
.performance-stats div:hover span {
  color: #f3615a;
}
.performance-stats div span {
  color: #868eae;
  font-size: 14px;
  margin-bottom: 13px;
}
.performance-stats div strong {
  font-size: 24px;
  font-weight: 600;
  color: #272b41;
}
.performance-stats div strong sub {
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.performance-stats span {
  display: block;
}
.performance-stats strong {
  display: block;
}
.performance-stats a.active .performance-stats__up {
  background: #f8f9fb;
}
.performance-stats a.active .performance-stats__up:hover {
  box-shadow: 0 15px 30px rgba(146, 153, 184, 0) !important;
}
.performance-stats a.active .performance-stats__down {
  background: #f8f9fb;
}
.performance-stats a.active .performance-stats__down:hover {
  box-shadow: 0 15px 30px rgba(146, 153, 184, 0) !important;
}

.ap-tab-main .page-info__single span.info-text.nav-link.active {
  color: #f3615a;
}
.ap-tab-main .nav-link.active {
  color: #f3615a;
  font-weight: 500;
}
.ap-tab-main .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
.ap-tab-main .nav-link {
  color: #9299b8;
  position: relative;
  padding: 0;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 400;
  padding: 19px 0;
  cursor: pointer;
}
.ap-tab-main .nav-link:after {
  background: #f3615a;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1.5px;
  border-radius: 6px;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.ap-tab-main .nav-item:not(:last-child) {
  margin-right: 30px;
}

.ps-tab .page-info__single span.info-text.nav-link:hover {
  color: #f3615a;
}
.ps-tab .page-info__single span.info-text.nav-link.active {
  color: #f3615a;
}
.ps-tab .nav-link {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  border-radius: 6px;
  text-transform: capitalize;
  padding: 15px 10px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
}
.ps-tab .nav-link:hover {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.05);
}
.ps-tab .nav-link svg {
  width: 16px;
  margin-right: 14px;
}
.ps-tab .nav-link.active {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.05);
}

.project-tap {
  background: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 40px;
}
.project-tap .page-info__single span.info-text.nav-link.active {
  color: #f3615a;
}
.project-tap .nav-link.active {
  color: #f3615a;
}
.project-tap .nav-link {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  padding: 0 15px;
  text-transform: capitalize;
}
.project-tap .nav-item {
  position: relative;
}
.project-tap .nav-item:not(:first-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #e3e6ef;
}

.atbd-menu.menu-horizontal {
  border-bottom: 1px solid #f1f2f6;
}
.atbd-menu.menu-horizontal .page-info__single .atbd-menu__item:hover > span.info-text.atbd-menu__link {
  color: #f3615a;
}
.atbd-menu.menu-horizontal .page-info__single .atbd-menu__item.active > span.info-text.atbd-menu__link {
  color: #f3615a;
}
.atbd-menu.menu-horizontal .atbd-menu__item {
  position: relative;
  display: inline-block;
}
.atbd-menu.menu-horizontal .atbd-menu__item:hover > .atbd-menu__link {
  color: #f3615a;
}
.atbd-menu.menu-horizontal .atbd-menu__item:hover > .atbd-menu__link svg {
  color: #f3615a;
}
.atbd-menu.menu-horizontal .atbd-menu__item:hover > .atbd-menu__link img {
  color: #f3615a;
}
.atbd-menu.menu-horizontal .atbd-menu__item:hover > .atbd-menu__link:after {
  opacity: 1;
  visibility: visible;
}
.atbd-menu.menu-horizontal .atbd-menu__item:hover > .atbd-submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.atbd-menu.menu-horizontal .atbd-menu__item:not(:last-child) {
  margin-right: 30px;
}
.atbd-menu.menu-horizontal .atbd-menu__item .atbd-menu__item {
  display: block;
}
.atbd-menu.menu-horizontal .atbd-menu__item .atbd-menu__item > .atbd-menu__link:after {
  display: none;
}
.atbd-menu.menu-horizontal .atbd-menu__item .atbd-menu__item > .atbd-menu__link:before {
  content: "\f105";
}
.atbd-menu.menu-horizontal .atbd-menu__item.active > .atbd-menu__link {
  color: #f3615a;
}
.atbd-menu.menu-horizontal .atbd-menu__item.active > .atbd-menu__link svg {
  color: #f3615a;
}
.atbd-menu.menu-horizontal .atbd-menu__item.active > .atbd-menu__link img {
  color: #f3615a;
}
.atbd-menu.menu-horizontal .atbd-menu__item.active > .atbd-menu__link:after {
  opacity: 1;
  visibility: visible;
}
.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__text {
  color: #adb4d2;
}
.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__link {
  border-color: transparent !important;
  cursor: not-allowed;
}
.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__link svg {
  color: #adb4d2;
}
.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__link img {
  color: #adb4d2;
}
.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__link:after {
  display: none;
}
.atbd-menu.menu-horizontal .atbd-menu__item.has-submenu > .atbd-menu__link:before {
  font-family: "Line Awesome Free";
  font-weight: 700;
  content: "\f107";
  margin-left: 5px;
  margin-top: 1px;
  float: right;
}
.atbd-menu.menu-horizontal .atbd-menu__link {
  padding-bottom: 8px;
}

.atbd-menu.menu-vertical {
  border-right: 1px solid #f1f2f6;
}
.atbd-menu.menu-vertical .atbd-menu__item.has-submenu > .atbd-menu__link:hover .page-info__single span.info-text.atbd-menu__icon {
  color: #f3615a;
}
.atbd-menu.menu-vertical .atbd-menu__item.has-submenu > .atbd-menu__link:hover:before {
  color: #f3615a;
}
.atbd-menu.menu-vertical .atbd-menu__item.has-submenu > .atbd-menu__link:hover .atbd-menu__icon {
  color: #f3615a;
}
.atbd-menu.menu-vertical .atbd-menu__item.has-submenu > .atbd-menu__link:hover .atbd-menu__text {
  color: #f3615a;
}
.atbd-menu.menu-vertical .atbd-menu__item.has-submenu > .atbd-menu__link:before {
  font-family: "Line Awesome Free";
  font-weight: 700;
  content: "\f105";
  margin-left: 5px;
  margin-top: 1px;
  float: right;
}
.atbd-menu.menu-vertical .atbd-menu__item {
  padding-right: 15px;
  position: relative;
}
.atbd-menu.menu-vertical .atbd-menu__item .page-info__single span.info-text.atbd-menu__link:hover:before {
  color: #f3615a;
}
.atbd-menu.menu-vertical .atbd-menu__item .atbd-menu__link:hover .page-info__single span.info-text.atbd-menu__text {
  color: #f3615a;
}
.atbd-menu.menu-vertical .atbd-menu__item .atbd-menu__link:hover:before {
  color: #f3615a;
}
.atbd-menu.menu-vertical .atbd-menu__item .atbd-menu__link:hover .atbd-menu__icon svg {
  color: #f3615a;
}
.atbd-menu.menu-vertical .atbd-menu__item .atbd-menu__link:hover .atbd-menu__text {
  color: #f3615a;
}
.atbd-menu.menu-vertical .atbd-menu__item:hover > .atbd-submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.atbd-menu.menu-vertical .atbd-submenu {
  left: 100%;
  top: 0;
}

.atbd-pop-message.message-primary .atbd-pop-message__icon .page-info__single span.info-text {
  color: #f3615a;
}
.atbd-pop-message.message-primary .atbd-pop-message__icon i {
  color: #f3615a;
}
.atbd-pop-message.message-primary .atbd-pop-message__icon svg {
  color: #f3615a;
}
.atbd-pop-message.message-primary .atbd-pop-message__icon span {
  color: #f3615a;
}

.atbd-steps__item.finished .page-info__single span.info-text.atbd-steps__icon {
  color: #f3615a;
}
.atbd-steps__item.finished .atbd-steps__icon {
  color: #f3615a;
  border: 1px solid #f3615a;
}
.atbd-steps__item.finished .atbd-steps__line {
  background: #f3615a;
}

.atbd-upload__file {
  margin-top: 12px;
}
.atbd-upload__file li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 4px;
  transition: 0.35s ease;
}
.atbd-upload__file li .file-name {
  display: flex;
  align-items: center;
}
.atbd-upload__file li .file-name .page-info__single span.info-text.name-text {
  color: #f3615a;
}
.atbd-upload__file li .file-name .name-text {
  color: #f3615a;
  margin-top: -4px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}
.atbd-upload__file li .file-name i {
  color: #5a5f7d;
  font-size: 18px;
  margin-right: 7px;
}
.atbd-upload__file li .file-name svg {
  color: #5a5f7d;
  font-size: 18px;
  margin-right: 7px;
}
.atbd-upload__file li .file-name span {
  color: #5a5f7d;
  font-size: 18px;
  margin-right: 7px;
}
.atbd-upload__file li .file-name img {
  color: #5a5f7d;
  font-size: 18px;
  margin-right: 7px;
}
.atbd-upload__file li .btn-delete {
  color: #ff4d4f;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}
.atbd-upload__file li:hover {
  background: #f4f5f7;
}
.atbd-upload__file li:hover .btn-delete {
  opacity: 1;
  visibility: visible;
}
.atbd-upload__file li:not(:last-child) {
  margin-bottom: 10px;
}
.atbd-upload__file li.danger .file-name i {
  color: #ff4d4f;
}
.atbd-upload__file li.danger .file-name svg {
  color: #ff4d4f;
}
.atbd-upload__file li.danger .file-name span {
  color: #ff4d4f;
}
.atbd-upload__file li.danger .file-name img {
  color: #ff4d4f;
}

.page-title-wrap {
  padding: 20px 25px 17px;
  border-radius: 5px;
}
.page-title-wrap .atbd-breadcrumb__item a {
  color: #9299b8;
}
.page-title-wrap .atbd-breadcrumb__item a:hover {
  color: #f3615a;
}
.page-title-wrap .atbd-breadcrumb__item:first-child a {
  color: #9299b8;
}
.page-title-wrap .atbd-breadcrumb__item:first-child a:hover {
  color: #f3615a;
}
.page-title-wrap .atbd-breadcrumb__item:last-child span {
  color: #5a5f7d;
}
.page-title-wrap .atbd-breadcrumb {
  margin-bottom: 18px;
}

.atbd-tag.tag-primary.tag-transparented {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.15);
}

.atbd-submenu {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 48px;
  width: 260px;
  padding: 16px;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
  z-index: 999;
}
.atbd-submenu li > a:hover {
  color: #f3615a;
}
.atbd-submenu li a {
  color: #272b41;
  display: block;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.67;
}
.atbd-submenu .submenu-title {
  color: #272b41;
  display: block;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.67;
}
.atbd-submenu ul {
  padding-left: 14px;
}
.atbd-submenu .atbd-submenu {
  left: 100%;
  top: 0;
}

.timeline-box.timeline-box--2 .timeline-single__content {
  width: 100%;
}
.timeline-box.timeline-box--2 .timeline-single__content p {
  transition: all 0.3s ease;
}
.timeline-box.timeline-box--2 .timeline-single__content p:hover {
  color: #f3615a;
}
.timeline-box.timeline-box--2 .timeline-single__buble {
  background-color: #adb4d2;
  border: none;
  border-style: none;
}

.icon-list-social__link.active {
  color: #f3615a;
  background: white;
}

.user-info-tab .ap-tab-main .nav-item .nav-link.active {
  color: #f3615a;
  border-bottom: 2px solid #f3615a;
}
.user-info-tab .ap-tab-main .nav-item .nav-link.active svg {
  color: #f3615a;
}
.user-info-tab .ap-tab-main .nav-item .nav-link {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  padding: 22px 0;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
}
.user-info-tab .ap-tab-main .nav-item .nav-link svg {
  color: #9299b8;
  width: 18px;
  margin-right: 8px;
}
.user-info-tab .ap-tab-main .nav-link:after {
  display: none;
}
.user-info-tab .custom-control-label::before {
  border: 1px solid #adb4d2;
  width: 16px;
  height: 16px;
  left: -25px;
}
.user-info-tab .custom-control-label::after {
  background: no-repeat 65%/77% 65%;
  width: 16px;
  height: 16px;
  left: -25px;
}
.user-info-tab .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.user-info-tab .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f3615a;
  background-color: #f3615a;
}
.user-info-tab .custom-radio {
  padding-left: 25px;
}

.modal-info-body .modal-info-icon.primary svg {
  color: #f3615a;
}
.modal-info-body .modal-info-icon.success svg {
  color: #20c997;
}
.modal-info-body .modal-info-icon {
  margin: -2px 14px 0 0;
}
.modal-info-body .modal-info-icon svg {
  color: #2c99ff;
  width: 22px;
}
.modal-info-body .modal-info-icon.warning svg {
  color: #fa8b0c;
}
.modal-info-body .modal-info-icon.danger svg {
  color: #ff4d4f;
}
.modal-info-body .modal-info-text h1 {
  margin-bottom: 10px;
}
.modal-info-body .modal-info-text h2 {
  margin-bottom: 10px;
}
.modal-info-body .modal-info-text h3 {
  margin-bottom: 10px;
}
.modal-info-body .modal-info-text h4 {
  margin-bottom: 10px;
}
.modal-info-body .modal-info-text h5 {
  margin-bottom: 10px;
}
.modal-info-body .modal-info-text h6 {
  margin-bottom: 10px;
}

.landing-pages-table table tbody td a {
  white-space: nowrap;
}
.landing-pages-table table tbody td a:hover {
  color: #f3615a;
}

.signUp-condition.signIn-condition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  margin-bottom: 24px;
  margin-top: 18px;
}
.signUp-condition.signIn-condition a {
  color: #f3615a;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}
.signUp-condition.signIn-condition .custom-checkbox input[type=checkbox] + label:before {
  margin-top: 0;
}
.signUp-condition.signIn-condition .custom-checkbox input[type=checkbox] + label:after {
  margin-top: 0;
}

.ap-post-cc-reply__reaction {
  margin-top: 3px;
  flex-wrap: wrap;
}
.ap-post-cc-reply__reaction li {
  color: #adb4d2;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
.ap-post-cc-reply__reaction li a {
  color: #adb4d2;
}
.ap-post-cc-reply__reaction li a:hover {
  color: #f3615a;
}
.ap-post-cc-reply__reaction li:not(:last-child) {
  margin-right: 19px;
}
.ap-post-cc-reply__reaction li:not(:last-child):after {
  content: "I";
  right: -11px;
  top: 0;
  position: absolute;
}

.revenue-chart-box__Icon.order-bg-opacity-primary svg {
  color: #f3615a;
}

.orderDatatable_actions {
  min-width: 130px;
  max-width: 100%;
  justify-content: flex-end;
}
.orderDatatable_actions li a.revenue-chart-box__Icon.view:hover svg {
  color: #f3615a;
}
.orderDatatable_actions li a.view:hover {
  background: rgba(95, 99, 242, 0.1);
}
.orderDatatable_actions li a.view:hover svg {
  color: #f3615a;
}
.orderDatatable_actions li a.edit:hover {
  background: rgba(44, 153, 255, 0.1);
}
.orderDatatable_actions li a.edit:hover svg {
  color: #2c99ff;
}
.orderDatatable_actions li a.remove:hover {
  background: rgba(255, 77, 79, 0.1);
}
.orderDatatable_actions li a.remove:hover svg {
  color: #ff4d4f;
}
.orderDatatable_actions li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.orderDatatable_actions li a svg {
  color: #adb4d2;
  width: 16px;
}

.custom-checkbox input[type=checkbox] + label {
  color: #9299b8;
  min-width: 18px;
  min-height: 18px;
  font-size: 14px;
  display: flex;
  flex-flow: column;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
}
.custom-checkbox input[type=checkbox] + label:before {
  color: #f3615a;
  position: absolute;
  font-size: 10px;
  left: 3px;
  top: 2px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: block;
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.custom-checkbox input[type=checkbox] + label:after {
  border: 1px solid #c6d0dc;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  content: "";
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  background: #f3615a;
  border: 1px solid #f3615a;
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
  color: #fff;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:indeterminate ~ label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3615a;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  color: #ffffff;
  font-size: 10px;
  line-height: 2;
  border: 1px solid #f3615a;
}
.custom-checkbox label {
  display: inline-block !important;
  font-size: 14px;
}

.feature-cards {
  background: white;
  border-radius: 10px;
  margin-bottom: 0px;
}
.feature-cards figcaption {
  padding: 25px;
}
.feature-cards figcaption button {
  color: #f3615a;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(95, 99, 242, 0.082);
  font-size: 15px;
  font-weight: 600;
  height: 48px;
}
.feature-cards figcaption button:hover {
  background: #f3615a;
  color: white;
}
.feature-cards figcaption h4 {
  margin: 0px 0px 10px;
}
.feature-cards figcaption p {
  line-height: 1.79;
  margin-bottom: 15px;
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 400;
}
.feature-cards figcaption .feedbackSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #adb4d2;
  flex-wrap: wrap;
  margin: -5px 0;
}
.feature-cards figcaption .feedbackSection .author {
  color: #5a5f7d;
  margin-right: 10px;
}
.feature-cards figcaption .feedbackSection .author img {
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.feature-cards figcaption .feedbackSection .author span {
  font-size: 14px;
  font-weight: 500;
}
.feature-cards figcaption .feedbackSection .feedback span {
  font-size: 13px;
  color: #adb4d2;
  display: inline-flex;
  align-items: center;
}
.feature-cards figcaption .feedbackSection .feedback span svg {
  margin: 0px 5px;
  cursor: pointer;
  color: #868eae;
  width: 15px;
}
.feature-cards figure {
  margin-bottom: 0;
}
.feature-cards img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card {
  box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
}
.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 50px;
}
.card .card-header .card-tab-links {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0px -8px;
}
.card .card-header .card-tab-links li {
  padding: 0 8px;
}
.card .card-header .card-tab-links li a.active {
  color: #f3615a;
  font-weight: 500;
}
.card .card-header .card-tab-links li a.active:before {
  background: #f3615a;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 1px;
}
.card .card-header .card-tab-links li a {
  padding: 20.5px 0;
}
.card .card-header .card-tab-links a {
  display: block;
  font-weight: 500;
  color: #868eae;
  font-size: 12px;
  position: relative;
}
.card .card-header .card-tab {
  margin: -10px 0;
}
.card .card-header .card-tab .btn.active {
  background: #f3615a;
  color: #ffffff;
  box-shadow: 0 0;
}
.card .card-header .card-tab .btn.active:hover {
  background: #f3615a;
}
.card .card-header .card-tab .btn.btn-white.active:hover {
  background: #f3615a;
}
.card .card-header .card-tab .btn.btn-white.active:focus {
  color: #ffffff !important;
}
.card .card-header .card-tab .btn.btn-white:hover {
  background: #f4f5f7;
}
.card .card-header .card-tab .btn {
  padding: 0 0.626rem;
  box-shadow: 0 0px 0px rgba(146, 153, 184, 0) !important;
}
.card .card-header .card-tab .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.card .card-header .card-tab .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.card .card-header .card-tab .btn.btn-white.active.border {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .btn.btn-white.active.border-light {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .product-item__button button.btn.btn-white.active {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .product-item__button button.btn.btn-white {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .btn.btn-white.active.page-title-wrap.wrapper-bordered {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .btn.btn-white.active.atbd-steps__icon {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .form-basic select.btn.btn-white.active {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .form-basic select.btn.btn-white {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .atbd-collapse .btn.btn-white.active.atbd-collapse-item {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .atbd-collapse .btn.btn-white.atbd-collapse-item {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .custom-checkbox.checkbox-theme-2 input[type=checkbox] + label.btn.btn-white.active:after {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .custom-checkbox.checkbox-theme-2 input[type=checkbox] + label.btn.btn-white:after {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .btn.btn-white.active.badge.badge-outlined.badge-light {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .dynamic-badge-block .btn.btn-white.active.atbd-button-group {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .dynamic-badge-block .btn.btn-white.atbd-button-group {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .btn.btn-white.active.btn-outline-dashed {
  border-color: #f3615a !important;
}
.card .card-header .card-tab .btn.btn-white.border {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .btn.btn-white.border-light {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .btn.btn-white.page-title-wrap.wrapper-bordered {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .btn.btn-white.atbd-steps__icon {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .btn.btn-white.badge.badge-outlined.badge-light {
  border-color: #f1f2f6 !important;
}
.card .card-header .card-tab .btn.btn-white.btn-outline-dashed {
  border-color: #f1f2f6 !important;
}
.card .card-header h1 {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card .card-header h1 span {
  font-size: 11px;
  margin-left: 15px;
  color: #868eae;
}
.card .card-header h2 {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card .card-header h2 span {
  font-size: 11px;
  margin-left: 15px;
  color: #868eae;
}
.card .card-header h3 {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card .card-header h3 span {
  font-size: 11px;
  margin-left: 15px;
  color: #868eae;
}
.card .card-header h4 {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card .card-header h4 span {
  font-size: 11px;
  margin-left: 15px;
  color: #868eae;
}
.card .card-header h5 {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card .card-header h5 span {
  font-size: 11px;
  margin-left: 15px;
  color: #868eae;
}
.card .card-header h6 {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card .card-header h6 span {
  font-size: 11px;
  margin-left: 15px;
  color: #868eae;
}
.card .card-header h6 .filename {
  font-size: 16px !important;
  color: #272b41 !important;
}
.card .card-header .card-extra {
  display: flex;
  align-items: center;
}
.card .card-header .card-extra .btn-link {
  font-size: 14px;
}
.card .card-header .dropdown {
  padding: 10px 0;
}
.card .card-header .dropdown i {
  font-size: 16px;
  color: #868eae;
}
.card .card-header .dropdown span {
  font-size: 16px;
  color: #868eae;
}
.card .card-header .dropdown svg {
  font-size: 16px;
  color: #868eae;
}
.card .card-header .see-all {
  margin-top: 12px !important;
}
.card .card-body .dropdown .ellipsis-more svg {
  color: #9299b8;
  width: 22px;
  height: 22px;
}
.card .card-body .dropdown svg {
  color: #adb4d2;
}
.card .card-body .dropdown i {
  color: #adb4d2;
}
.card .card-single p {
  font-size: 14px;
  margin-bottom: 8px;
}
.card .friends-widget .card-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.card .photo-gallery-widget .card-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.card .video-gallery-widget .card-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumb-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
  margin-top: 23px;
  line-height: 1.8571428571;
}
.breadcrumb-main .breadcrumb-action {
  display: flex;
  margin: 0 -4px;
}
.breadcrumb-main .breadcrumb-action .input-container .icon-left {
  left: 12px;
}
.breadcrumb-main .breadcrumb-action .input-container .icon-left svg {
  color: #f3615a;
}
.breadcrumb-main .breadcrumb-action .input-container .icon-left i {
  color: #f3615a;
}
.breadcrumb-main .breadcrumb-action .input-container input {
  color: #5a5f7d;
  padding: 0.375rem 1rem;
  font-weight: 500;
  font-size: 12px;
}
.breadcrumb-main .breadcrumb-action .input-container .icon-right {
  right: 8px;
}
.breadcrumb-main .breadcrumb-action .action-btn {
  margin: 7.5px 4px;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn {
  border-radius: 3px;
  font-weight: 500;
  height: 34px;
  padding: 0 7.5px;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn i {
  color: #f3615a;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn svg {
  color: #f3615a;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn:focus {
  background: #fff;
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05) !important;
  border-color: transparent;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn:active {
  background: #fff;
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05) !important;
  border-color: transparent;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn-add {
  padding: 0 9.125px;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn-add i {
  color: #ffffff;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn-add svg {
  color: #ffffff;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn-add:focus {
  background: #f3615a;
}
.breadcrumb-main .breadcrumb-action .action-btn .btn-add:active {
  background: #f3615a;
}
.breadcrumb-main .breadcrumb-action .input-container.icon-left input {
  padding-left: 32px;
}
.breadcrumb-main .breadcrumb-action .input-container.icon-left input::-moz-placeholder {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  color: #5a5f7d;
}
.breadcrumb-main .breadcrumb-action .input-container.icon-left input::placeholder {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  color: #5a5f7d;
}
.breadcrumb-main .breadcrumb-action .form-control {
  border: 0 none;
  height: 34px;
}

.avatar.avatar-primary.avatar-transparent {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.15);
}

.badge.badge-transparent.badge-primary {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.1);
}

.badge.badge-outlined.badge-primary {
  color: #f3615a;
  border: 1px solid #f3615a;
}

.sidebar.collapsed .sidebar__menu-group {
  margin-bottom: 0;
}
.sidebar.collapsed .sidebar__menu-group .has-child ul {
  width: 240px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  right: -225px;
  position: absolute;
  top: 0;
  padding: 10px 20px;
  transform: scale(0.8);
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  max-height: 350px;
  overflow: auto;
  z-index: 999;
}
.sidebar.collapsed .sidebar__menu-group .has-child ul li a {
  width: 100%;
  height: auto;
  padding: 8px 0;
  text-align: left;
  justify-content: flex-start;
}
.sidebar.collapsed .sidebar__menu-group .has-child ul li a:hover {
  color: #f3615a;
  background-color: transparent;
}
.sidebar.collapsed .sidebar__menu-group .has-child ul li a.active {
  color: #f3615a;
  background-color: transparent;
}
.sidebar.collapsed .sidebar__menu-group .has-child ul a {
  color: #1f2937;
}
.sidebar.collapsed .sidebar__menu-group .has-child:hover ul {
  display: block !important;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.sidebar.collapsed .sidebar__menu-group li {
  position: relative;
}
.sidebar.collapsed .sidebar__menu-group li a.active {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.05);
}
.sidebar.collapsed .sidebar__menu-group li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 15px 0px 15px 15px;
  justify-content: center;
  margin: 0 auto;
}
.sidebar.collapsed .sidebar__menu-group li a:hover {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.05);
}
.sidebar.collapsed .sidebar__menu-group li a .nav-icon {
  margin-right: 20px;
}
.sidebar.collapsed .sidebar__menu-group li a .toggle-icon {
  display: none;
}
.sidebar.collapsed .sidebar__menu-group > span {
  display: none;
}
.sidebar.collapsed .sidebar__menu-group li.menu-title {
  display: none;
}
.sidebar.collapsed .sidebar__menu-group ul.sidebar_nav li.menu-title span {
  display: none;
  transition: all 0.3s ease;
}
.sidebar.collapsed .menu-text {
  display: none;
}
.sidebar.collapsed .menuItem {
  display: none;
}
.sidebar.collapsed .mCustomScrollBox {
  overflow: visible;
}
.sidebar.collapsed .mCSB_container {
  overflow: visible;
}

.sidebar.closed .sidebar__menu-group {
  margin-bottom: 0;
}
.sidebar.closed .sidebar__menu-group .has-child ul li a:hover {
  color: #f3615a;
}
.sidebar.closed .sidebar__menu-group .has-child ul li a.active {
  color: #f3615a;
}
.sidebar.closed .sidebar__menu-group li {
  position: relative;
}
.sidebar.closed .sidebar__menu-group li a.active {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.05);
}
.sidebar.closed .sidebar__menu-group li a:hover {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.05);
}
.sidebar.closed .sidebar__menu-group > span {
  display: none;
}
.sidebar.closed .sidebar__menu-group li.menu-title {
  display: none;
}
.sidebar.closed .sidebar__menu-group ul.sidebar_nav li.menu-title span {
  display: none;
  transition: all 0.3s ease;
}
.sidebar.closed .menuItem {
  display: none;
}

.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-small {
  width: 500px;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-small ul li > a {
  padding: 0 45px;
  position: relative;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-small ul li > a:hover {
  color: #f3615a;
  padding-left: 45px;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-small ul li > a:hover:after {
  background: #f3615a;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-small ul li > a:after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c6d0dc;
  content: "";
  transition: 0.3s;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-small ul li > a.active {
  color: #f3615a;
  padding-left: 45px;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-small ul li > a.active:after {
  background: #f3615a;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-small > li {
  flex: 0 0 50%;
}
.strikingDash-top-menu > ul > li a.active {
  color: #f3615a;
}
.strikingDash-top-menu > ul > li a.active:before {
  color: #f3615a !important;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-wide {
  width: 1000px;
  padding: 5px 0 18px;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-wide > li {
  position: relative;
  flex: 0 0 25%;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-wide > li .mega-title {
  color: #272b41;
  display: inline-block;
  margin: 20px 0 14px 0;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 45px;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-wide > li .mega-title:after {
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c6d0dc;
  content: "";
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-wide > li:hover:after {
  opacity: 1;
  visibility: visible;
}
.strikingDash-top-menu > ul > li:hover .megaMenu-wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper {
  display: flex;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  overflow: hidden;
  z-index: -1;
  padding: 16px 0;
  box-shadow: 0px 15px 40px 0px rgba(82, 63, 105, 0.15);
  border-radius: 0 0 6px 6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #fff;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper ul li {
  position: relative;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper ul li:hover > a {
  padding-left: 45px;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper ul li > a {
  line-height: 3;
  color: #868eae;
  font-weight: 400;
  transition: 0.3s;
}
.strikingDash-top-menu > ul > li .megaMenu-wrapper ul li:after {
  width: 6px;
  height: 1px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #868eae;
}
.strikingDash-top-menu > ul > li.mega-item {
  position: static;
}
.strikingDash-top-menu ul li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.strikingDash-top-menu ul li > ul li {
  display: block;
  position: relative;
  padding-right: 0;
  margin-right: 0 !important;
}
.strikingDash-top-menu ul li > ul li a {
  font-weight: 400;
  padding: 0 30px;
  line-height: 3;
  color: #868eae;
  transition: 0.3s;
}
.strikingDash-top-menu ul li > ul li a:hover {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.06);
  padding-left: 40px;
}
.strikingDash-top-menu ul li > ul li a.active {
  color: #f3615a;
  background-color: rgba(95, 99, 242, 0.06);
  padding-left: 40px;
}
.strikingDash-top-menu ul li > ul li:hover .subMenu {
  top: 0;
  left: 250px;
}
.strikingDash-top-menu ul li a {
  color: #5a5f7d;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 1.657rem 0;
}
.strikingDash-top-menu ul li a svg {
  margin-right: 14px;
  width: 16px;
}
.strikingDash-top-menu ul li a img {
  margin-right: 14px;
  width: 16px;
}
.strikingDash-top-menu ul li a i {
  margin-right: 14px;
  width: 16px;
}
.strikingDash-top-menu ul li:not(:last-child) {
  margin-right: 34px;
}
.strikingDash-top-menu ul li:hover > .subMenu {
  top: 65px;
  opacity: 1;
  visibility: visible;
}
.strikingDash-top-menu ul li.has-subMenu-left > a {
  position: relative;
}
.strikingDash-top-menu ul li.has-subMenu-left > a:before {
  color: #9299b8;
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-family: "Line Awesome Free";
  content: "\f105";
  line-height: 1;
}
.strikingDash-top-menu ul li.has-subMenu > a {
  position: relative;
}
.strikingDash-top-menu ul li.has-subMenu > a:before {
  color: #9299b8;
  font-size: 12px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-family: "Line Awesome Free";
  content: "\f107";
  line-height: 1;
}
.strikingDash-top-menu .subMenu {
  width: 250px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 80px;
  padding: 12px 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 98;
  box-shadow: 0px 15px 40px 0px rgba(82, 63, 105, 0.15);
}
.strikingDash-top-menu .subMenu .subMenu {
  width: 250px;
  background: #fff;
  position: absolute;
  left: 250px;
  top: 0px;
  padding: 12px 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 98;
  box-shadow: 0px 15px 40px 0px rgba(82, 63, 105, 0.15);
}

a {
  transition: all 0.3s ease;
}
a:hover h1 {
  color: #f3615a;
}
a:hover h2 {
  color: #f3615a;
}
a:hover h3 {
  color: #f3615a;
}
a:hover h4 {
  color: #f3615a;
}
a:hover h5 {
  color: #f3615a;
}
a:hover h6 {
  color: #f3615a;
}

.bg-primary {
  background: #f3615a;
}

.mailbar-toggle {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 50px;
  margin: 0 auto 20px;
  cursor: pointer;
  margin-bottom: 25px;
  border-radius: 6px;
  background: white;
  color: #f3615a;
  padding: 15px 8px;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 50px;
  margin: 0 auto 20px;
  cursor: pointer;
  margin-bottom: 25px;
  border-radius: 6px;
  background: white;
  color: #f3615a;
  padding: 15px 8px;
  cursor: pointer;
}
.mailbar-toggle span {
  background: #f3615a;
  display: block;
  width: 22px;
  height: 2px;
}
.mailbar-toggle span + span {
  margin-top: 5px;
}

.kb__header-search-form {
  position: relative;
  z-index: 2;
}
.kb__header-search-form .input-group {
  box-shadow: none;
  border-radius: 0;
  transition: all 0.15s ease;
}
.kb__header-search-form .input-group button {
  background: #f3615a;
  padding: 0 33px 0 33px;
  height: 54px;
  width: auto;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: white;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
  opacity: 1;
}
.kb__header-search-form .input-group input {
  border: none;
  padding: 16px 25px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 54px;
  box-shadow: none;
  min-width: 160px;
}
.kb__header-search-form .input-group input::-moz-placeholder {
  color: #868eae;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
}
.kb__header-search-form .input-group input::placeholder {
  color: #868eae;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
}

.testimonial-slider-global.slick-slider .slick-dots li.slick-active button {
  background: #f3615a;
  width: 10px;
  height: 10px;
}
.testimonial-slider-global.slick-slider .slick-dots button {
  width: 10px;
  height: 10px;
}
.testimonial-slider-global.slick-slider .slick-dots li button {
  background: rgba(95, 99, 242, 0.2);
}

.banner-feature--8 {
  background: #f3615a;
  text-align: center;
}
.banner-feature--8 .slick-slider {
  direction: ltr;
  outline: none;
  border: none;
  box-shadow: none;
}
.banner-feature--8 .slick-slider:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.banner-feature--8 .slick-slider .slick-track {
  outline: none;
}
.banner-feature--8 .slick-slider .slick-slide {
  outline: none;
}
.banner-feature--8 .slick-slider .slick-dots button {
  width: 5px;
  height: 5px;
}
.banner-feature--8 .slick-slider .slick-dots li.slick-active button {
  width: 5px;
}
.banner-feature--8 .card-body {
  padding: 60px 20px 64px 20px;
}
.banner-feature--8 .banner-feature__para {
  margin: 19px 0 60px 0;
  color: rgba(255, 255, 255, 0.7);
}
.banner-feature--8 .slick-slider.slick-dots-bottom .slick-dots {
  margin: 0 0 70px;
}

.banner-feature--5 {
  background: #f3615a;
}
.banner-feature--5 .banner-feature__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.banner-feature--5 .card-body {
  padding: 55px 30px 55px 30px;
}
.banner-feature--5 .banner-feature__para {
  margin: 14px 0 18px 0;
  color: rgba(255, 255, 255, 0.7);
}

.banner-feature--2 {
  background: #f3615a;
}
.banner-feature--2 .banner-feature__shape {
  position: absolute;
  bottom: 22px;
  right: 16px;
  z-index: -1;
}
.banner-feature--2 .card-body {
  padding: 55px 30px 55px 30px;
}
.banner-feature--2 .banner-feature__para {
  margin: 15px 0 36px 0;
}

.version-list__single ul.version-primary li::after {
  background: #f3615a;
}
.version-list__single ul.version-success li::after {
  background: #20c997;
}
.version-list__single ul.version-info li::after {
  background: #2c99ff;
}
.version-list__single:not(:last-child) {
  margin-bottom: 30px;
}
.version-list__single ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #5a5f7d;
  font-size: 16px;
}
.version-list__single ul li:not(:last-child) {
  margin-bottom: 12px;
}
.version-list__single ul li::after {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
}

.ail-light:checked + .ail-btn {
  background: #f3615a;
}
.ail-light + .ail-btn {
  background: #f3615a;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.ail-light + .ail-btn:after {
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease;
}

.search-keyword ul li {
  margin: 5px;
}
.search-keyword ul li a.active {
  background: #f3615a;
  color: white;
}
.search-keyword ul li a {
  color: #9299b8;
  padding: 6px 15px;
  box-shadow: 0px 3px 6px #9299b80d;
  border-radius: 4px;
  background-color: white;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 500;
  text-transform: capitalize;
}
.search-keyword ul li:not(:last-child) {
  margin-right: 4px;
}

.wizard9 .checkout-progress2 {
  flex-direction: column;
}
.wizard9 .checkout-progress2 .step.current span:first-child {
  background: #f3615a;
  color: white;
}
.wizard9 .checkout-progress2 .step.current span:last-child {
  color: #272b41;
}
.wizard9 .checkout-progress2 .step.completed span:first-child {
  background: #20c997;
  color: white;
}
.wizard9 .checkout-progress2 .step.completed span:last-child {
  color: #272b41;
}
.wizard9 .checkout-progress2 .step {
  display: flex;
  align-items: center;
}
.wizard9 .checkout-progress2 .step span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(173, 180, 210, 0.5);
  color: white;
  border-radius: 70rem;
  margin-right: 20px;
}
.wizard9 .checkout-progress2 .step span:last-child {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.wizard9 .checkout-progress2 .step:not(:last-child) {
  margin-bottom: 30px;
}

.checkout-progress {
  display: flex;
  flex-flow: row nowrap;
  padding: 0 30px;
  align-items: center;
}
.checkout-progress div.step.current span:nth-of-type(1) {
  background: #f3615a;
  color: white;
}
.checkout-progress div.step.current span:nth-of-type(2) {
  color: #272b41;
  font-weight: 500;
}
.checkout-progress div.step.completed span:nth-of-type(1) {
  background: #20c997;
  color: white;
  font-weight: 900;
}
.checkout-progress div.step.completed span:nth-of-type(2) {
  color: #272b41;
  font-weight: 500;
}
.checkout-progress div.step {
  color: #272b41;
  position: relative;
  max-width: 50px;
  box-shadow: 10px 0px 20px #9299b826;
  border-radius: 50%;
}
.checkout-progress div.step span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.checkout-progress div.step span:nth-of-type(2) {
  color: #9299b8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 13px;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.checkout-progress div.step span:nth-of-type(1) {
  position: relative;
  height: 50px;
  width: 50px;
  list-style-type: none;
  text-align: center;
  line-height: 50px;
  transition: background-color 150ms ease;
  border-radius: 50%;
}
.checkout-progress h3 {
  flex-basis: 100%;
}
.checkout-progress div.current svg {
  width: 94%;
}
.checkout-progress div:not(.step) {
  border: none;
  transition: background-color 150ms ease;
  margin: 0 20px;
}
.checkout-progress div:first-of-type:before {
  content: none;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-range {
  background: #f3615a;
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: default;
  touch-action: none;
  background: white;
  border: 2px solid #f3615a;
}

.fc-daygrid-day .fc-daygrid-event.primary {
  background: #f3615a;
}
.fc-daygrid-day .fc-daygrid-event.secondary {
  background: #ff69a5;
}
.fc-daygrid-day .fc-daygrid-event.success {
  background: #20c997;
}
.fc-daygrid-day .fc-daygrid-event.warning {
  background: #fa8b0c;
}
.fc-daygrid-day .fc-daygrid-event {
  color: #444;
  padding: 5.5px 12px;
  font-size: 13px;
  color: #ffffff !important;
}
.fc-daygrid-day .fc-daygrid-event .fc-event-time {
  display: none;
}
.fc-daygrid-day .fc-daygrid-event .fc-daygrid-event-dot {
  display: none;
}
.fc-daygrid-day .fc-daygrid-event .fc-event-title {
  font-weight: 400;
}
.fc-daygrid-day .fc-daygrid-event.primary.fc-h-event {
  border-color: #f3615a;
}
.fc-daygrid-day .fc-daygrid-event.secondary.fc-h-event {
  border-color: #ff69a5;
}
.fc-daygrid-day .fc-daygrid-event.success.fc-h-event {
  border-color: #20c997;
}
.fc-daygrid-day .fc-daygrid-event.warning.fc-h-event {
  border-color: #fa8b0c;
}
.fc-daygrid-day .fc-daygrid-day-events .fc-daygrid-event-harness {
  margin: 0 6px;
}
.fc-daygrid-day .fc-daygrid-day-events .fc-daygrid-event-harness + .fc-daygrid-event-harness {
  margin-top: 6px;
}

.new-member .modal-header {
  padding: 12px 30px;
}
.new-member .modal-header .close {
  color: #9299b8;
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  background: #f4f5f7;
  border-radius: 50%;
  text-shadow: none;
  opacity: 1;
  transition: all 0.3s ease;
  font-size: 18px;
}
.new-member .modal-header .close:hover {
  background: #f3615a;
  color: #fff;
}
.new-member .modal-header .close svg {
  width: 18px;
}
.new-member .modal-body {
  padding: 25px 30px 30px;
}
.new-member .textarea-group {
  margin-bottom: 28px;
}

.atbd-tab .nav-link {
  color: #272b41;
  position: relative;
  font-size: 14px;
}
.atbd-tab .nav-link:after {
  background: #f3615a;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.atbd-tab .nav-tabs {
  position: relative;
  margin-bottom: 18px;
}
.atbd-tab .nav-tabs:after {
  background: #f4f5f7;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  content: "";
}
.atbd-tab .nav-item:not(:last-child) {
  margin-right: 12px;
}
.atbd-tab .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
.atbd-tab .tab-content p {
  font-size: 14px;
}

.radio-horizontal-list2 .custom-radio input[type=radio] + label:before {
  background: #f3615a;
}
.radio-horizontal-list2 .custom-radio input[type=radio]:checked + label:after {
  background-color: #fff;
}

.custom-radio input[type=radio]:checked + label:after {
  background: #f3615a;
  border: 1px solid #f3615a;
}
.custom-radio input[type=radio]:checked + label:before {
  opacity: 1;
  color: #fff;
}
.custom-radio input[type=radio] + label {
  color: #5a5f7d;
  min-width: 18px;
  min-height: 18px;
  font-size: 14px;
  display: flex;
  flex-flow: column;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
}
.custom-radio input[type=radio] + label:before {
  background: #ffffff;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 5px;
  top: 46%;
  font-weight: 900;
  display: block;
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 2;
  transform: translateY(-50%);
  content: "";
}
.custom-radio input[type=radio] + label:after {
  background: #ffffff;
  border: 1px solid #c6d0dc;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  border-width: 1px;
  border-style: solid;
}
.custom-radio input[type=radio] + label.card:before .card-header {
  background-color: #fff;
}
.custom-radio input[type=radio] + label.card:before .card-body {
  background-color: #fff;
}
.custom-radio input[type=radio] + label.card:after .card-header {
  background-color: #fff;
}
.custom-radio input[type=radio] + label.card:after .card-body {
  background-color: #fff;
}
.custom-radio input {
  display: none;
}
.custom-radio label {
  display: inline-block !important;
  font-size: 14px;
}

.atbd-steps__item.active .atbd-steps__line {
  background: #f3615a;
}
.atbd-steps__item.active .atbd-steps__icon {
  background: #f3615a;
  border: 1px solid #f3615a;
  color: #ffffff;
}

.atbd-tag.tag-primary {
  background: #f3615a;
  font-weight: 600;
}

.atbd-menu__link {
  color: #5a5f7d;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 2.9;
}
.atbd-menu__link:after {
  background: #f3615a;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  content: "";
}
.atbd-menu__link svg {
  color: #adb4d2;
  width: 16px;
  height: 16px;
}
.atbd-menu__link img {
  color: #adb4d2;
  width: 16px;
  height: 16px;
}
.atbd-menu__link .atbd-menu__text {
  font-weight: 500;
  margin-left: 10px;
}

.modal-content.modal-bg-primary {
  background: #f3615a;
}

.atbd-pagination__link {
  color: #5a5f7d;
  border: 1px solid #f1f2f6;
  min-height: 32px;
  font-size: 14px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4.5px 11.75px;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  margin: 2.5px;
}
.atbd-pagination__link:hover {
  background: #f3615a;
  color: #ffffff;
}

.atbd-pagination__link.active {
  background: #f3615a;
  color: #ffffff;
}

.notification-content__body .custom-control-input:checked ~ .custom-control-label::before {
  background: #f3615a;
  border-color: #f3615a;
}
.notification-content__body .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.notification-content__body .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: transparent;
  background-color: #e3e6ef;
}
.notification-content__body span {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
}
.notification-content__body h6 {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
.notification-content__body .custom-control-label::before {
  background-color: #e3e6ef;
  border: transparent;
  box-shadow: none;
}
.notification-content__body .custom-switch .custom-control-label::after {
  background-color: white;
}

.account-profile #remove_pro_pic {
  background: #f3615a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  border: 4px solid #ffffff;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
.account-profile #remove_pro_pic svg {
  width: 16px;
}
.account-profile .pro_img_wrapper {
  width: 120px;
  height: 120px;
  border-radius: 300px;
  position: relative;
}

.account-profile-cards__button button.active {
  background: #f3615a;
  color: white;
}
.account-profile-cards__button button.active span {
  color: white;
}
.account-profile-cards__button span {
  color: #9299b8;
  margin-right: 7px;
  font-size: 18px;
}
.account-profile-cards__button svg {
  color: #9299b8;
  width: 16px;
  margin-right: 8px;
}
.account-profile-cards__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.custom-checkbox.checkbox-theme-2 input[type=checkbox] + label::before {
  background: #f3615a;
  top: 3px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
.custom-checkbox.checkbox-theme-2 input[type=checkbox] + label:after {
  border: 1px solid #9299b8;
  background-color: #fff;
}
.custom-checkbox.checkbox-theme-2 .card .card-header .card-tab input[type=checkbox] + label.btn.btn-white.active:after {
  border-color: #f3615a !important;
}
.custom-checkbox.checkbox-theme-2 .card .card-header .card-tab input[type=checkbox] + label.btn.btn-white:after {
  border-color: #f1f2f6 !important;
}

.custom-switch.switch-primary .custom-control-input:checked ~ .custom-control-label::before {
  background: #f3615a;
  border-color: #f3615a;
}

.custom-switch .custom-control-input .custom-control-input:checked ~ .custom-control-label::before {
  background: #f3615a;
  border-color: #f3615a;
}
.custom-switch .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: transparent;
  background-color: #e3e6ef;
}
.custom-switch .custom-control-label:before {
  background-color: #e3e6ef;
  border: transparent;
  box-shadow: none;
}
.custom-switch .custom-control-label:after {
  top: calc(0.0425rem + 4px);
  left: calc(-3rem + 4px);
  background-color: white;
}

.avatar.avatar-primary {
  background: #f3615a;
}

.atbd-button-group.btn-group-withIcon {
  border: 0 none;
}
.atbd-button-group.btn-group-withIcon .btn {
  padding: 0 0.69rem;
}
.atbd-button-group.btn-group-withIcon .btn:hover {
  background: #f3615a;
}
.atbd-button-group.btn-group-withIcon .btn svg {
  margin-right: 0;
}
.atbd-button-group.btn-group-withIcon .btn.active {
  background-color: #1f1f25;
}

.btn.btn-transparent-primary {
  border-color: transparent;
}
.btn.btn-transparent-primary:hover {
  background: #f3615a;
  color: #ffffff;
  border-color: transparent;
}

.badge-dot.dot-primary {
  background: #f3615a;
}

.daterangepicker {
  border: 0 none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 30px rgba(143, 142, 159, 0.2);
}
.daterangepicker .ranges {
  display: block;
  width: auto;
  padding: 20px;
}
.daterangepicker .ranges li.active {
  background: #f3615a;
  color: white;
}
.daterangepicker .ranges ul {
  width: 100%;
}
.daterangepicker .ranges ul li.active {
  background: #f3615a;
}
.daterangepicker .ranges ul li {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  padding: 10px 18px;
  border: 1px solid #f1f2f6;
  border-radius: 4px;
}
.daterangepicker .ranges ul li:not(:last-child) {
  margin-bottom: 10px;
}
.daterangepicker:before {
  display: none;
}
.daterangepicker:after {
  display: none;
}
.daterangepicker .calendar-table table {
  border-collapse: separate !important;
  border-spacing: 5px 8px !important;
}
.daterangepicker .calendar-table thead th.prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.daterangepicker .calendar-table thead th.prev span {
  margin-left: 3px;
}
.daterangepicker .calendar-table thead th.prev:hover {
  background: #f7f7fe;
}
.daterangepicker .calendar-table thead th.prev:hover span {
  border-color: #f3615a !important;
}
.daterangepicker .calendar-table thead th.next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.daterangepicker .calendar-table thead th.next span {
  margin-right: 3px;
}
.daterangepicker .calendar-table thead th.next:hover {
  background: #f7f7fe;
}
.daterangepicker .calendar-table thead th.next:hover span {
  border-color: #f3615a !important;
}

.daterangepicker.single .calendar-table {
  padding-right: 0 !important;
}
.daterangepicker.single .calendar-table tbody td.today {
  background: #f3615a;
  color: #fff;
}
.daterangepicker.single .calendar-table tbody td.active {
  background: #f3615a;
  color: #fff;
}
.daterangepicker.single .calendar-table tbody td {
  color: #272b41;
  font-size: 13px;
  font-weight: 600;
  height: 32px;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(143, 142, 159, 0.25);
  margin-bottom: 8px;
}
.daterangepicker.single .calendar-table tbody td.off {
  color: #bdbccc;
}
.daterangepicker.single .calendar-table thead th {
  font-size: 12px;
  height: 32px;
}
.daterangepicker.single .calendar-table thead th.available span {
  border-width: 0 1px 1px 0;
  border-color: #272b41;
}
.daterangepicker.single .calendar-table thead .month {
  font-size: 15px;
  font-weight: 500;
}
.daterangepicker.single .calander-title {
  display: block;
  padding: 22px 15px 15px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #f1f2f6;
}
.daterangepicker.single .drp-calendar {
  max-width: 305px;
}
.daterangepicker.single .drp-calendar.left {
  padding: 0 20px 20px;
}

.daterangepicker.show-calendar {
  border-radius: 8px;
  margin-top: 0;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date {
  color: #fff !important;
  border: 0 none !important;
  background-color: #fff;
  position: relative;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date:after {
  background: #f3615a;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  z-index: -1;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date:before {
  background: #f3615a;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  left: 12px;
  background: #f7f7fe;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date {
  color: #fff !important;
  border: 0 none !important;
  background-color: #fff;
  position: relative;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:after {
  background: #f3615a;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  display: block;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:before {
  background: #f3615a;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  left: 12px;
  background: #f7f7fe;
  left: auto;
  right: 12px;
  background: #f7f7fe;
}
.daterangepicker.show-calendar .calendar-table tbody td.today {
  position: relative;
  background-color: #fff;
  border-radius: 50% !important;
}
.daterangepicker.show-calendar .calendar-table tbody td.today:after {
  border: 1px solid #f3615a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
}
.daterangepicker.show-calendar .calendar-table tbody td.today.off:after {
  display: none;
}
.daterangepicker.show-calendar .calendar-table tbody td.active {
  color: #fff !important;
  border: 0 none !important;
  background-color: #fff !important;
  position: relative;
}
.daterangepicker.show-calendar .calendar-table tbody td.active.off {
  background-color: #fff !important;
  color: #adb4d2 !important;
}
.daterangepicker.show-calendar .calendar-table tbody td.active.in-range:after {
  display: none;
}
.daterangepicker.show-calendar .calendar-table tbody td.available {
  font-size: 13px;
  font-weight: 500;
  color: #272b41;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.off {
  color: #adb4d2;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.in-range {
  background: #f7f7fe;
  position: relative;
  z-index: 2;
  border-radius: 0%;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.in-range.active {
  border-radius: 50% !important;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.in-range.today {
  border-radius: 50% !important;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date.in-range::before {
  opacity: 0;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date.in-range::before {
  opacity: 0;
}
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date.in-range:before {
  opacity: 1;
}
.daterangepicker.show-calendar .calendar-table table {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
}
.daterangepicker.show-calendar .calendar-table td {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 32px;
  border: 0 none;
  position: relative;
  z-index: 33;
}
.daterangepicker.show-calendar .calendar-table thead th {
  font-size: 14px;
  color: #272b41;
  font-weight: 500;
  padding: 4px 0;
}
.daterangepicker.show-calendar .calendar-table thead tr:last-child th {
  font-size: 12px;
  color: #666d92;
}
.daterangepicker.show-calendar .calendar-title {
  display: none;
}
.daterangepicker.show-calendar .drp-buttons {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-color: #f1f2f6;
}
.daterangepicker.show-calendar .drp-buttons .drp-selected {
  font-size: 13px;
  color: #666d92;
  font-family: "Inter", sans-serif;
}
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  color: #5a5f7d;
  border: 1px solid #f1f2f6;
  border-radius: 5px;
}
.daterangepicker.show-calendar .drp-buttons .btn {
  font-size: 13px;
  padding: 0 14.5px;
  font-weight: 600;
}

.iborder-primary {
  color: #f3615a;
}

.outline-primary {
  border: 1px solid #f3615a;
  color: #f3615a;
}

.active-color-primary label input:checked + span {
  background: #f3615a;
  border-color: #f3615a;
}

.circle-primary {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.1);
}

.border-primary {
  border: 1px solid #f3615a;
}

.size-control-nav .nav-item {
  margin-bottom: 16px;
}
.size-control-nav .nav-item .nav-link.active {
  border: 1px solid #f3615a;
}
.size-control-nav .nav-item .nav-link {
  color: #9299b8;
  border: 1px solid #c6d0dc;
  font-size: 14px;
  font-weight: 500;
  padding: 0.469rem 0.8rem;
  border-width: 1px;
  border-right-width: 0;
  border-style: solid;
}
.size-control-nav .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 4px;
}
.size-control-nav .nav-item:last-child .nav-link {
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
}

.atbd-slider {
  height: 3px;
  border-radius: 10px;
  background-color: rgba(95, 99, 242, 0.2);
  position: relative;
}
.atbd-slider .ui-slider-handle {
  background: #ffffff;
  position: absolute;
  top: -10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.atbd-slider .ui-slider-handle:after {
  border: 1px solid #f3615a;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border-width: 2px;
  border-radius: 50%;
}
.atbd-slider .tooltip-text {
  background: #272b41;
  color: #ffffff;
  position: absolute;
  top: -40px;
  left: -4px;
  font-size: 13px;
  padding: 0 5px;
  line-height: 2.2;
  border-radius: 5px;
  display: none;
}
.atbd-slider .card.ui-slider-handle:after .card-header {
  background-color: #fff;
}
.atbd-slider .card.ui-slider-handle:after .card-body {
  background-color: #fff;
}
.atbd-slider .card.ui-slider-handle .card-header {
  background-color: #fff;
}
.atbd-slider .card.ui-slider-handle .card-body {
  background-color: #fff;
}
.atbd-slider .ui-slider-handle.ui-state-hover .tooltip-text {
  display: inline-block;
}
.atbd-slider .ui-slider-handle.ui-state-active .tooltip-text {
  display: inline-block;
}

.timeline-box {
  position: relative;
  z-index: 10;
}
.timeline-box .timeline-single__buble.buble-primary {
  border: 1px solid #f3615a;
}
.timeline-box .timeline-single__buble.buble-success {
  border: 1px solid #20c997;
}
.timeline-box .timeline-single__buble.buble-danger {
  border: 1px solid #ff4d4f;
}
.timeline-box .timeline-single__buble.border-extra-light {
  border: 1px solid #adb4d2;
}
.timeline-box .timeline-single__content {
  padding-left: 32px;
  margin-top: -6px;
}
.timeline-box .timeline-single__content p {
  color: #5a5f7d;
  margin-bottom: 10px;
}
.timeline-box .timeline-single__buble {
  background: #ffffff;
  display: inline-table;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border-width: 2px !important;
  border-style: solid;
}
.timeline-box .timeline-single__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 11px;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 500;
  border-radius: 4px;
  text-transform: capitalize;
  margin-left: 7px;
}
.timeline-box .card.timeline-single__buble .card-header {
  background-color: #fff;
}
.timeline-box .card.timeline-single__buble .card-body {
  background-color: #fff;
}
.timeline-box .timeline-single {
  position: relative;
  align-items: flex-end;
}
.timeline-box .timeline-single:not(:last-child) {
  padding-bottom: 25px;
}
.timeline-box .timeline-single .timeline-line {
  position: absolute;
  left: 5px;
  top: 10px;
  height: 100%;
  width: 3px;
  z-index: -1;
  background-color: #e3e6ef;
}
.timeline-box .timeline-single__days {
  font-size: 14px;
  font-weight: 600;
  color: #868eae;
}

.bg-opacity-primary {
  background: rgba(95, 99, 242, 0.15);
}

.ap-tab-header__img img {
  background: rgba(95, 99, 242, 0.15);
  border-radius: 10px;
  box-shadow: 0px 5px 20px #9299b808;
  display: flex;
}

.order-bg-opacity-primary {
  background: rgba(95, 99, 242, 0.1);
}

.hover-primary:hover {
  background: #f3615a;
  color: #ffffff;
}

.color-secondary {
  color: #ff69a5;
}

.upload-product-img {
  width: 100%;
  border: 2px dashed #c6d0dc;
  background: #f8f9fb;
  border-radius: 10px;
  text-align: center;
  padding: 80px 0;
  display: block;
}
.upload-product-img span {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
}
.upload-product-img span a {
  color: #ff69a5;
}
.upload-product-img svg {
  color: #adb4d2;
  width: 60px;
  height: auto;
}
.upload-product-img .pera {
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 20px;
  display: block;
}

.atbd-tag.tag-secondary.tag-transparented {
  color: #ff69a5;
  background-color: rgba(255, 105, 165, 0.15);
}

.signUp-admin-right .card .card-header h6 {
  color: #272b41;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.signUp-admin-right .card .card-header h6 span {
  color: #ff69a5;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0;
  margin-left: 6px;
}
.signUp-admin-right .edit-profile__body .form-group .form-control::-moz-placeholder {
  color: #adb4d2;
}
.signUp-admin-right .edit-profile__body .form-group .form-control::placeholder {
  color: #adb4d2;
}

.badge.badge-outlined.badge-secondary {
  color: #ff69a5;
  border: 1px solid #ff69a5;
}

.bg-secondary {
  background: #ff69a5;
}

.atbd-tag.tag-secondary {
  background: #ff69a5;
  font-weight: 600;
}

.ffw {
  padding: 20px 25px;
  width: 100%;
  transition: all 0.3s ease;
  align-items: center;
}
.ffw:hover {
  box-shadow: 0px 15px 50px #9299b833;
}
.ffw:hover button {
  background: #ff69a5;
  color: #ffffff !important;
}
.ffw:hover button:hover {
  background: #ff69a5;
  color: #ffffff !important;
}
.ffw button.friends-follow {
  color: #5a5f7d;
  border: 1px solid #f1f2f6;
}
.ffw button.friends-follow svg {
  display: none;
}
.ffw button {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #f1f2f6;
}
.ffw button:focus {
  box-shadow: 0 0;
}
.ffw button.friends-follow.following {
  background-color: #f3615a;
  color: #ffffff;
}

.custom-switch.switch-secondary .custom-control-input:checked ~ .custom-control-label::before {
  background: #ff69a5;
  border-color: #ff69a5;
}

.btn.btn-transparent-secondary {
  border-color: transparent;
  color: #ff69a5 !important;
}
.btn.btn-transparent-secondary:hover {
  background: #ff69a5;
  border-color: transparent;
  color: #ffffff !important;
}

.iborder-secondary {
  color: #ff69a5;
}

.outline-secondary {
  border: 1px solid #ff69a5;
  color: #ff69a5;
}

.active-color-secondary label input:checked + span {
  background: #ff69a5;
  border-color: #ff69a5;
}

.circle-secondary {
  color: #ff69a5;
  background: rgba(255, 105, 165, 0.1);
}

.border-secondary {
  border: 1px solid #ff69a5;
}

.bg-opacity-secondary {
  background: rgba(255, 105, 165, 0.15);
}

.order-bg-opacity-secondary {
  background: rgba(255, 105, 165, 0.1);
}

.hover-secondary:hover {
  background: #ff69a5;
  color: #ffffff;
}

.color-success {
  color: #20c997;
  color: #20c997 !important;
}

.pricing__features ul {
  padding-top: 30px;
  padding-bottom: 2px;
}
.pricing__features ul li {
  color: #5a5f7d;
  list-style-type: none;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  position: relative;
  padding-left: 1.33333rem;
  margin-left: 0;
  text-transform: capitalize;
}
.pricing__features ul li span.fa-check {
  color: #20c997;
}
.pricing__features ul li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing__features ul li > span:first-child {
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 4px;
  width: 1.13333rem;
  font-size: 0.73333rem;
}
.pricing__features ul li span.fa-times {
  color: #e23636;
}

.wizard10 .payment-success-modal {
  text-align: center;
  background-color: rgba(17, 18, 23, 0.6);
}
.wizard10 .payment-success-modal .modal-icon {
  border: 1px solid #20c997;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 70rem;
}
.wizard10 .payment-success-modal .modal-icon span {
  color: #20c997;
  font-size: 30px;
}
.wizard10 .payment-success-modal .modal-dialog {
  width: 420px;
}
.wizard10 .payment-success-modal p {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #5a5f7d;
  margin: 12px 0 26px 0;
}
.wizard10 .payment-success-modal .button-group {
  margin: -5px;
}
.wizard10 .payment-success-modal .button-group a {
  margin: 5px;
}
.wizard10 .create-passord-warn {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}
.wizard10 .payment-method-card .select2-container .select2-selection--single .select2-selection__rendered {
  color: #272b41;
}
.wizard10 .payment-method-card .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #272b41;
}
.wizard10 .payment-method-card .card-body .form-control {
  background: #f4f5f7;
  border: 4px;
}
.wizard10 .payment-method-card .card-body .form-control::-moz-placeholder {
  color: #272b41;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
}
.wizard10 .payment-method-card .card-body .form-control::placeholder {
  color: #272b41;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
}
.wizard10 .payment-method-card .card-body .form-control input {
  background-color: transparent;
}
.wizard10 .select2-container .select2-selection--single .select2-selection__rendered {
  color: #272b41;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 400;
}
.wizard10 .select2-container--default .select2-selection--single {
  background: #f4f5f7;
  border: none;
}
.wizard10 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #272b41;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 400;
}
.wizard10 .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #5a5f7d;
}
.wizard10 .select2-container--default .select2-selection--multiple {
  background: #f4f5f7;
  border: none;
}
.wizard10 .checkout-progress3 .step {
  flex-direction: column;
  display: flex;
  border-radius: 5px;
  padding: 15px 30px;
}
.wizard10 .checkout-progress3 .step span:first-child {
  color: #272b41;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 8px;
}
.wizard10 .checkout-progress3 .step span:last-child {
  color: #5a5f7d;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}
.wizard10 .checkout-progress3 .step:not(:last-child) {
  margin-bottom: 7px;
}
.wizard10 .edit-profile__body .form-group .form-control {
  background: #f4f5f7;
  border: none;
  color: #adb4d2;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
}
.wizard10 .edit-profile__body .form-group .form-control::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3333333333;
}
.wizard10 .edit-profile__body .form-group .form-control::placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3333333333;
}
.wizard10 .checkout-shipping-form {
  margin-top: 0;
  padding-left: 50px;
  border: none;
  border-left: 1px solid #e3e6ef;
  padding-right: 27px;
  border-radius: 0;
  padding-bottom: 100px;
}
.wizard10 .checkout-shipping-form .card-header {
  align-items: flex-start;
}
.wizard10 .checkout-shipping-form .card-header h4 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  white-space: normal;
  text-align: left;
}
.wizard10 .quantity .bttn {
  background-color: white;
  border: none;
}

.select-cupon {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 9px;
}
.select-cupon .select2-container .select2-selection--single .select2-selection__rendered {
  color: #20c997;
  padding: 0;
  font-weight: 500;
}
.select-cupon .select2-container .select2-selection--single .select2-selection__clear {
  color: #5a5f7d;
  right: 25px;
}
.select-cupon .select2-container--default .select2-selection--single {
  height: unset;
  border: none;
  background: none;
}
.select-cupon .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #20c997;
  font-weight: 500;
}
.select-cupon .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: unset;
  height: unset;
  right: 0;
  left: unset;
}
.select-cupon .select2-container--default .select2-selection--multiple {
  height: unset;
  border: none;
  background: none;
}
.select-cupon .percent {
  margin-right: 10px;
}
.select-cupon .percent svg {
  width: 20px;
  height: 23px;
}

.product-details__availability .title {
  display: flex;
  align-items: center;
}
.product-details__availability .title span.stock {
  color: #20c997;
}
.product-details__availability .title p {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  flex-basis: 65px;
  margin-bottom: 0;
}
.product-details__availability .title span.free {
  color: #5a5f7d;
  font-weight: 400;
}
.product-details__availability .title:not(:last-child) {
  margin-bottom: 7px;
}
.product-details__availability .title span {
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.statistics-item.statistics-success .statistics-item__number {
  color: #20c997;
}

.atbd-tag.tag-success.tag-transparented {
  color: #20c997;
  background-color: rgba(32, 201, 151, 0.15);
}

.atbd-pop-message.message-success .atbd-pop-message__icon i {
  color: #20c997;
}
.atbd-pop-message.message-success .atbd-pop-message__icon svg {
  color: #20c997;
}
.atbd-pop-message.message-success .atbd-pop-message__icon span {
  color: #20c997;
}

.revenue-chart-box__Icon.order-bg-opacity-success svg {
  color: #20c997;
}

.performance-stats__up {
  background: #fff;
}
.performance-stats__up strong sub {
  color: #20c997;
}

.atbd-notification-box.notification-success .atbd-notification-box__icon svg {
  color: #20c997;
}

.feature-cards6 {
  background: white;
  border-radius: 10px;
  margin-bottom: 0;
}
.feature-cards6 .card-short .card-short-checkbox {
  margin-right: 10px;
}
.feature-cards6 .card-short .card-short-checkbox .checkbox-text {
  color: #20c997;
  text-transform: capitalize;
}
.feature-cards6 .card-short .card-short-checkbox .custom-checkbox input[type=checkbox]:checked + label:after {
  background: #20c997;
  border: 1px solid #20c997;
}
.feature-cards6 .card-short .card-short__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  padding: 25px 25px 0px;
}
.feature-cards6 .card-short .card-short__title img {
  max-width: 50px;
  margin-right: 20px;
}
.feature-cards6 .card-short .card-short__content {
  padding: 0px 25px;
}
.feature-cards6 .card-short .card-short__content p {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
}
.feature-cards6 .card-short .card-short__bottom {
  border-top: 1px solid #f1f2f6;
  padding: 20px 25px 20px;
}
.feature-cards6 .card-short .card-short__bottom.installed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-cards6 .card-short .card-short__bottom.installed .content-installed {
  display: flex;
}
.feature-cards6 .card-short .card-short-actions .content-action {
  display: flex;
  align-items: center;
}
.feature-cards6 .card-short .card-short-actions .content-action > button {
  display: flex;
  align-items: center;
  border-radius: 42px;
  margin-right: 16px;
  min-width: 24px;
  height: 34px;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
}
.feature-cards6 .card-short .card-short-actions .content-action > button span {
  margin: 0;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
}
.feature-cards6 .card-short .card-short-actions .content-action .more svg {
  color: #adb4d2;
  width: 24px;
  height: 24px;
}
.feature-cards6 .card-short .card-short-actions .content-not-installed.content-action {
  justify-content: flex-end;
}
.feature-cards6 .card-short .card-short-actions .content-not-installed.content-action > button {
  box-shadow: rgba(95, 99, 242, 0.125) 0px 10px 15px;
}

.card-overview-progress .card-progress__bar .progress-upword {
  font-size: 13px;
  color: #868eae;
  margin: 16px 0 0;
}
.card-overview-progress .card-progress__bar .progress-upword strong {
  color: #20c997;
  font-weight: 500;
  font-size: 14px;
  margin-right: 6px;
}
.card-overview-progress .card-progress__bar .progress-downword {
  font-size: 13px;
  color: #868eae;
  margin: 16px 0 0;
}
.card-overview-progress .card-progress__bar .progress-downword strong {
  color: #ff4d4f;
  font-weight: 500;
  font-size: 14px;
  margin-right: 6px;
}
.card-overview-progress .card-progress__bar .progress {
  height: 6px;
  box-shadow: none;
}
.card-overview-progress .card-progress__bar .progress-excerpt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.card-overview-progress .card-progress__bar .progress-excerpt p {
  margin: 0;
}
.card-overview-progress .card-progress__bar .progress-excerpt .progress-total {
  display: inline-block;
  font-weight: 500;
  color: #272b41;
  font-size: 14px;
}
.card-overview-progress .card-header {
  background: linear-gradient(to right, #ff69a5, #fa8b0c);
  min-height: 215px;
  padding-top: 15px;
  align-items: flex-start;
}
.card-overview-progress .card-header .btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.card-overview-progress .card-header .btn .la {
  color: #ffffff;
  display: inline-block;
  margin-left: 6px;
  margin-right: 0;
  font-size: 10px;
}
.card-overview-progress .card-header h6 {
  color: #ffffff;
}
.card-overview-progress .card-header .dropdown-toggle {
  font-size: 12px;
  font-weight: 500;
}
.card-overview-progress .card-header .dropdown-toggle:focus {
  outline: none;
  box-shadow: 0 0 !important;
}
.card-overview-progress .card-header .dropdown-toggle:active {
  outline: none;
  box-shadow: 0 0 !important;
}
.card-overview-progress .card-body {
  margin-top: -107px;
}
.card-overview-progress .card-progress {
  background: #fff;
  box-shadow: 0 10px 30px rgba(146, 153, 184, 0.15);
  border-radius: 10px;
  padding: 25px;
}
.card-overview-progress .card-progress:not(:last-child) {
  margin-bottom: 25px;
}
.card-overview-progress .card-progress__summery {
  margin-bottom: 28px;
}
.card-overview-progress .card-progress__summery strong {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.card-overview-progress .card-progress__summery span {
  display: block;
  font-size: 14px;
  color: #868eae;
}
.card-overview-progress .card-progress__summery div + div strong {
  text-align: right;
}

.avatar.avatar-success.avatar-transparent {
  color: #20c997;
  background: rgba(32, 201, 151, 0.15);
}

.badge.badge-transparent.badge-success {
  color: #20c997;
  background-color: rgba(32, 201, 151, 0.1);
}

.customizer-list__item {
  position: relative;
  display: inline-block;
  min-height: 60px;
  background-size: cover;
  margin: 10px;
}
.customizer-list__item a {
  position: relative;
  display: block;
}
.customizer-list__item a i {
  color: #20c997;
  display: none;
  font-size: 16px;
  margin-top: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.customizer-list__item a svg {
  color: #20c997;
  display: none;
  font-size: 16px;
  margin-top: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.customizer-list__item a.active i {
  display: block;
}
.customizer-list__item a.active svg {
  display: block;
}
.customizer-list__item:hover span {
  color: #f3615a;
}
.customizer-list__item img {
  width: 100%;
}
.customizer-list__item span {
  display: inline-block;
  margin-top: 15px;
  color: #272b41;
}

.bg-success {
  background: #20c997;
}

.task-card__header {
  flex: 2;
}
.task-card__header .checkbox-group {
  margin-bottom: 4px;
}
.task-card__header .checkbox-group .custom-checkbox input[type=checkbox]:checked + label:after {
  background: #20c997;
  border: 1px solid #20c997;
}
.task-card__header .checkbox-group .custom-checkbox input[type=checkbox] + label:after {
  width: 18px;
  height: 18px;
}
.task-card__header .checkbox-group .custom-checkbox input[type=checkbox] + label:before {
  left: 4px;
  top: 4px;
}
.task-card__header .custom-checkbox input[type=checkbox] + label {
  color: #272b41;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400;
}
.task-card__header span {
  color: #5a5f7d;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 400;
}

.kanban-modal__list .custom-checkbox input[type=checkbox]:checked + label {
  color: #9299b8;
}
.kanban-modal__list .custom-checkbox input[type=checkbox]:checked + label:after {
  background: #20c997;
  border: 1px solid #20c997;
}
.kanban-modal__list .custom-checkbox input[type=checkbox] + label {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.kanban-modal__list button {
  color: #5a5f7d;
  background: #f4f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  height: 36px;
  padding: 0 37px;
  text-transform: capitalize;
  border: 1px solid transparent;
}
.kanban-modal__list .checkbox-group {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 2px;
  padding: 4px 12px;
}
.kanban-modal__list .checkbox-group:hover {
  background: #f4f5f7;
}
.kanban-modal__list .checkbox-group:hover .dropdown {
  visibility: visible;
  opacity: 1;
}
.kanban-modal__list .checkbox-group .dropdown {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.kanban-modal__list .checkbox-group .dropdown svg {
  color: #868eae;
  width: 24px;
  height: 24px;
}
.kanban-modal__list .dropdown-menu {
  padding: 10px 0;
}
.kanban-modal__list .dropdown-menu .dropdown-item {
  padding: 6px 15px;
}
.kanban-modal__list ul {
  margin-bottom: 10px;
}

.wizard7 .checkout-shipping-form {
  margin-top: 84px;
  min-height: 247px;
}
.wizard7 .checkout-shipping-form .custom-checkbox input[type=checkbox]:checked + label:after {
  background: #20c997;
  border: 1px solid #20c997;
}
.wizard7 .checkout-shipping-form .edit-profile__body .form-control-plaintext {
  padding-left: 6px;
  border-radius: 4px;
}
.wizard7 .checkout-shipping-form .edit-profile__body .form-control-plaintext::-moz-placeholder {
  font-size: 15px;
  line-height: 1.5333333333;
  font-weight: 400;
  color: #adb4d2;
  text-transform: capitalize;
  background-color: transparent;
}
.wizard7 .checkout-shipping-form .edit-profile__body .form-control-plaintext::placeholder {
  font-size: 15px;
  line-height: 1.5333333333;
  font-weight: 400;
  color: #adb4d2;
  text-transform: capitalize;
  background-color: transparent;
}
.wizard7 .checkout-shipping-form .edit-profile__body .form-control-plaintext:focus {
  box-shadow: none;
  background: transparent;
}
.wizard7 .payment-status {
  margin-top: 88px;
}

.avatar-online {
  background: #20c997;
  border: 2px solid #ffffff;
}

.project-task .ptl--hover {
  padding: 0 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-task .ptl--hover .custom-checkbox input[type=checkbox]:checked + label:after {
  background: #20c997;
  border: 1px solid #20c997;
}
.project-task .ptl--hover td {
  padding: 9px 0;
  vertical-align: middle;
}
.project-task .ptl--hover td:first-child {
  padding-left: 25px;
}
.project-task .ptl--hover td:last-child {
  padding-right: 25px;
  float: right;
}
.project-task .ptl--hover:hover {
  box-shadow: 0px 15px 50px #9299b833;
}

.todo-task .ptl--hover {
  padding: 0 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.todo-task .ptl--hover .custom-checkbox input[type=checkbox]:checked + label:after {
  background: #20c997;
  border: 1px solid #20c997;
}
.todo-task .ptl--hover td {
  padding: 9px 0;
  vertical-align: middle;
}
.todo-task .ptl--hover td:first-child {
  padding-left: 25px;
}
.todo-task .ptl--hover td:last-child {
  padding-right: 25px;
  float: right;
}
.todo-task .ptl--hover:hover {
  box-shadow: 0px 15px 50px #9299b833;
}

.atbd-tag.tag-success {
  background: #20c997;
  font-weight: 600;
}

.media-ui--completed .progress-icon {
  background: #20c997;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: unset;
  border-radius: 50%;
}
.media-ui--completed .progress-icon svg {
  width: 12px;
  color: white;
}

.modal-content.modal-bg-success {
  background: #20c997;
}

.top-circle {
  background: #20c997;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  bottom: 87px;
  overflow: hidden;
  top: 88%;
  left: 12%;
  transform: translate(-50%, -50%);
}

.sales-target__progress-bar {
  position: relative;
  margin: 4px;
  float: left;
  text-align: center;
}
.sales-target__progress-bar .left {
  background: #20c997;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  bottom: -24px;
  overflow: hidden;
}
.sales-target__progress-bar .total-count {
  color: #272b41;
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
}
.sales-target__progress-bar .total-count .total-count__text {
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #868eae;
  font-weight: 400;
}
.sales-target__progress-bar .barOverflow {
  position: relative;
  overflow: hidden;
  width: 222px;
  height: 111px;
  margin-bottom: -14px;
}
.sales-target__progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  height: 222px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 15px solid #e8faf4;
  border-bottom-color: #20c997;
  border-right-color: #20c997;
  transform: rotate(45deg);
}
.sales-target__progress-bar .right {
  position: absolute;
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: 0;
  bottom: -24px;
  overflow: hidden;
}
.sales-target__progress-bar .back {
  width: 15px;
  height: 15px;
  background: #e8faf4;
  position: absolute;
}

.label-dot.dot-success {
  background: #20c997;
}

.custom-switch.switch-success .custom-control-input:checked ~ .custom-control-label::before {
  background: #20c997;
  border-color: #20c997;
}

.avatar.avatar-success {
  background: #20c997;
}

.btn.btn-transparent-success {
  border-color: transparent;
}
.btn.btn-transparent-success:hover {
  background: #20c997;
  color: #ffffff;
  border-color: transparent;
}

.badge-dot.dot-success {
  background: #20c997;
}

.iborder-success {
  color: #20c997;
}

.outline-success {
  border: 1px solid #20c997;
  color: #20c997;
}

.active-color-success label input:checked + span {
  background: #20c997;
  border-color: #20c997;
}

.circle-success {
  color: #20c997;
  background: rgba(32, 201, 151, 0.1);
}

.border-success {
  border: 1px solid #20c997;
}

.promo-code {
  text-transform: capitalize;
}
.promo-code div a {
  border: 1px solid #20c997;
  color: #20c997;
}
.promo-code label {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
.promo-code a {
  height: 40px;
  transition: 0.15s ease-in-out;
}
.promo-code input {
  height: 40px;
  transition: 0.15s ease-in-out;
  margin-right: 6px;
  max-width: 212px;
}

.bg-opacity-success {
  background: rgba(32, 201, 151, 0.15);
}

.order-bg-opacity-success {
  background: rgba(32, 201, 151, 0.1);
}

.hover-success:hover {
  background: #20c997;
  color: #ffffff;
}

.color-info {
  color: #2c99ff;
}

.atbd-tag.tag-info.tag-transparented {
  color: #2c99ff;
  background-color: rgba(44, 153, 255, 0.15);
}

.table-social {
  min-height: 382px;
}
.table-social a {
  color: #2c99ff;
}
.table-social a:hover {
  color: #2c99ff;
}
.table-social th {
  background: #f8f9fb;
  border-top: 0 none !important;
  border-bottom: 0 none !important;
  font-size: 14px;
  font-weight: 500;
  color: #272b41;
  padding: 12.8px 15px;
}
.table-social th.card .card-header {
  background: #f8f9fb;
}
.table-social th.card .card-body {
  background: #f8f9fb;
}
.table-social tr th:first-child {
  border-left: 0 none;
}
.table-social tr th:last-child {
  border-right: 0 none;
}
.table-social tr td:first-child {
  border-left: 0 none;
  padding-left: 25px;
}
.table-social tr td:last-child {
  border-right: 0 none;
}
.table-social tbody tr:not(:first-child):hover {
  background: #f8f9fb;
}
.table-social tbody tr td:not(:first-child) {
  text-align: right;
}
.table-social tfoot tr th:not(:first-child) {
  text-align: right;
}
.table-social td {
  font-size: 14px;
  padding: 12.8px 15px;
}

.atbd-notification-box.notification-info .atbd-notification-box__icon svg {
  color: #2c99ff;
}

.avatar.avatar-info {
  color: #2c99ff;
  background: #2c99ff;
}

.btn.btn-link {
  color: #2c99ff;
}

.badge.badge-transparent.badge-info {
  color: #2c99ff;
  background-color: rgba(44, 153, 255, 0.1);
}

.badge.badge-outlined.badge-info {
  color: #2c99ff;
  border: 1px solid #2c99ff;
}

.bg-info {
  background: #2c99ff;
}

.banner-feature--13 {
  background: #2c99ff;
  min-height: 223px;
  max-height: 100%;
  overflow: hidden;
}
.banner-feature--13 .banner-feature__para {
  color: rgba(39, 43, 65, 0.7);
  margin: 15px 0 16px 0;
}
.banner-feature--13 .banner-feature__shape {
  max-width: unset;
}
.banner-feature--13 .card-body {
  padding: 30px 15px 30px 30px;
}

.banner-feature--3 {
  background: #2c99ff;
}
.banner-feature--3 .banner-feature__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.banner-feature--3 .card-body {
  padding: 47px 30px 30px 30px;
}
.banner-feature--3 .banner-feature__para {
  margin: 15px 0 36px 0;
}

.atbd-tag.tag-info {
  background: #2c99ff;
  font-weight: 600;
}

.label-dot.dot-info {
  background: #2c99ff;
}

.custom-switch.switch-info .custom-control-input:checked ~ .custom-control-label::before {
  background: #2c99ff;
  border-color: #2c99ff;
}

.btn.btn-transparent-info {
  border-color: transparent;
}
.btn.btn-transparent-info:hover {
  background: #2c99ff;
  color: #ffffff;
  border-color: transparent;
}

.badge-dot.dot-info {
  background: #2c99ff;
}

.iborder-info {
  color: #2c99ff;
}

.outline-info {
  border: 1px solid #2c99ff;
  color: #2c99ff;
}

.active-color-info label input:checked + span {
  background: #2c99ff;
  border-color: #2c99ff;
}

.circle-info {
  color: #2c99ff;
  background: rgba(44, 153, 255, 0.1);
}

.border-info {
  border: 1px solid #2c99ff;
}

.bg-opacity-info {
  background: rgba(44, 153, 255, 0.15);
}

.order-bg-opacity-info {
  background: rgba(44, 153, 255, 0.1);
}

.hover-info:hover {
  background: #2c99ff;
  color: #ffffff;
}

.color-warning {
  color: #fa8b0c;
}

.contact-list .table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-list .table-actions a.active .feather-star {
  color: #fa8b0c;
}
.contact-list .table-actions .btn-link svg {
  color: #adb4d2;
  width: 18px;
}
.contact-list .table-actions a svg {
  color: #adb4d2;
  width: 18px;
}
.contact-list .table-actions a img {
  color: #adb4d2;
  width: 18px;
}
.contact-list .table-actions a i {
  color: #adb4d2;
  width: 18px;
}
.contact-list .table-actions a:not(:last-child) {
  margin-right: 20px;
}
.contact-list .table-actions .dropdown-menu {
  min-width: 7rem;
}
.contact-list .contact-item {
  min-width: 210px;
}
.contact-list .contact-item .contact_title .location {
  color: #9299b8;
  font-size: 12px;
  font-weight: 400;
}
.contact-list .contact-item .contact_title a {
  color: #272b41;
}
.contact-list .contact-item .contact_title h1 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.contact-list .contact-item .contact_title h2 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.contact-list .contact-item .contact_title h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.contact-list .contact-item .contact_title h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.contact-list .contact-item .contact_title h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.contact-list .contact-item .contact_title h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.contact-list .contact-item .contact-personal-info {
  align-items: center;
  margin-left: 20px;
}
.contact-list .contact-item .contact-personal-info .profile-image {
  margin-right: 12px !important;
}
.contact-list table th.c-name {
  min-width: 120px;
}
.contact-list table th.c-company {
  min-width: 120px;
}
.contact-list table th.c-position {
  min-width: 120px;
}
.contact-list table th.c-phone {
  min-width: 170px;
}
.contact-list table th.c-action {
  min-width: 110px;
}

.stars-rating {
  line-height: normal;
}
.stars-rating span.active {
  color: #fa8b0c;
}
.stars-rating .star-icon.active {
  color: #fa8b0c;
}
.stars-rating .star-icon {
  font-size: 13px;
}
.stars-rating .star-icon.inactive {
  color: #c6d0dc;
}
.stars-rating span.inactive {
  color: #c6d0dc;
}

.todo-list__right li a.active svg {
  color: #fa8b0c;
}
.todo-list__right li a.active i {
  color: #fa8b0c;
}
.todo-list__right li:not(:last-child) {
  margin-right: 20px;
}
.todo-list__right li a svg {
  width: 16px;
  color: #adb4d2;
}
.todo-list__right li a i {
  width: 16px;
  color: #adb4d2;
}
.todo-list__right li a img {
  width: 16px;
  color: #adb4d2;
}

.atbd-tag.tag-warning.tag-transparented {
  color: #fa8b0c;
  background-color: rgba(250, 139, 12, 0.15);
}

.atbd-pop-message.message-warning .atbd-pop-message__icon i {
  color: #fa8b0c;
}
.atbd-pop-message.message-warning .atbd-pop-message__icon svg {
  color: #fa8b0c;
}
.atbd-pop-message.message-warning .atbd-pop-message__icon span {
  color: #fa8b0c;
}

.revenue-chart-box__Icon.order-bg-opacity-warning svg {
  color: #fa8b0c;
}

.atbd-notification-box.notification-warning .atbd-notification-box__icon svg {
  color: #fa8b0c;
}

.avatar.avatar-warning.avatar-transparent {
  color: #fa8b0c;
  background: rgba(250, 139, 12, 0.15);
}

.badge.badge-transparent.badge-warning {
  color: #fa8b0c;
  background-color: rgba(250, 139, 12, 0.1);
}

.badge.badge-outlined.badge-warning {
  color: #fa8b0c;
  border: 1px solid #fa8b0c;
}

.bg-warning {
  background: #fa8b0c;
}

.banner-feature--10 {
  background: #fa8b0c;
  min-height: 450px;
  max-height: 100%;
  z-index: 1;
}
.banner-feature--10 .banner-feature__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  padding-left: 40px;
}
.banner-feature--10 .card-body {
  padding: 39px 25px 44px 40px;
}
.banner-feature--10 .banner-feature__btn {
  margin-top: 25px;
}

.avatar-offline {
  background: #fa8b0c;
  border: 2px solid #ffffff;
}

.atbd-tag.tag-warning {
  background: #fa8b0c;
  font-weight: 600;
}

.modal-content.modal-bg-warning {
  background: #fa8b0c;
}

.label-dot.dot-warning {
  background: #fa8b0c;
}

.custom-switch.switch-warning .custom-control-input:checked ~ .custom-control-label::before {
  background: #fa8b0c;
  border-color: #fa8b0c;
}

.avatar.avatar-warning {
  background: #fa8b0c;
}

.btn.btn-transparent-warning {
  border-color: transparent;
  color: #fa8b0c !important;
}
.btn.btn-transparent-warning:hover {
  background: #fa8b0c;
  border-color: transparent;
  color: #ffffff !important;
}

.badge-dot.dot-warning {
  background: #fa8b0c;
}

.iborder-warning {
  color: #fa8b0c;
}

.outline-warning {
  border: 1px solid #fa8b0c;
  color: #fa8b0c;
}

.active-color-warning label input:checked + span {
  background: #fa8b0c;
  border-color: #fa8b0c;
}

.circle-warning {
  color: #fa8b0c;
  background: rgba(250, 139, 12, 0.1);
}

.border-warning {
  border: 1px solid #fa8b0c;
}

.bg-opacity-warning {
  background: rgba(250, 139, 12, 0.15);
}

.order-bg-opacity-warning {
  background: rgba(250, 139, 12, 0.1);
}

.hover-warning:hover {
  background: #fa8b0c;
  color: #ffffff;
}

.color-danger {
  color: #ff4d4f;
}

.upload-media-area__btn button {
  padding: 0;
  transition: all 0.3s ease;
}
.upload-media-area__btn button svg {
  color: #ff4d4f;
  width: 14px;
  margin: 0;
}
.upload-media-area__btn button:hover {
  background: rgba(146, 153, 184, 0.2);
}

.like-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  position: absolute;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  background-color: white;
  box-shadow: 0px 5px 10px #9299b81a;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}
.like-icon button {
  color: #9299b8;
  border: none;
  box-shadow: none;
  background: transparent;
}
.like-icon button .icon.las {
  color: #ff4d4f;
}
.like-icon button .icon {
  font-size: 16px;
}

.statistics-item.statistics-danger .statistics-item__number {
  color: #ff4d4f;
}

.atbd-tag.tag-danger.tag-transparented {
  color: #ff4d4f;
  background-color: rgba(255, 77, 79, 0.15);
}

.atbd-pop-message.message-danger .atbd-pop-message__icon i {
  color: #ff4d4f;
}
.atbd-pop-message.message-danger .atbd-pop-message__icon svg {
  color: #ff4d4f;
}
.atbd-pop-message.message-danger .atbd-pop-message__icon span {
  color: #ff4d4f;
}

.mobile-nav-wrapper {
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  transform: translateX(280px);
  transition: 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 130px;
  z-index: 22;
  box-shadow: 0 0 30px rgba(146, 153, 184, 0.15);
}
.mobile-nav-wrapper .nav-close {
  color: #ff4d4f;
  position: absolute;
  top: 95px;
  left: 12px;
}
.mobile-nav-wrapper .atbd-menu {
  padding: 0 15px;
}
.mobile-nav-wrapper .atbd-menu.menu-horizontal {
  border-bottom: 0;
}
.mobile-nav-wrapper .atbd-menu.menu-horizontal .atbd-menu__item .atbd-menu__item > .atbd-menu__link:before {
  content: "\f107";
}
.mobile-nav-wrapper .atbd-menu__item {
  padding: 0;
  margin-right: 0 !important;
}
.mobile-nav-wrapper .atbd-menu__item.has-submenu > .atbd-menu__link:before {
  margin: 0 10px 0 0;
}
.mobile-nav-wrapper .atbd-submenu {
  padding: 0 0 0 15px;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  position: static;
  box-shadow: 0 0;
}
.mobile-nav-wrapper .atbd-submenu .atbd-submenu li:first-child a {
  padding-top: 0;
}

.performance-stats__down strong sub {
  color: #ff4d4f;
}

.atbd-notification-box.notification-danger .atbd-notification-box__icon svg {
  color: #ff4d4f;
}

.badge.badge-outlined.badge-danger {
  color: #ff4d4f;
  border: 1px solid #ff4d4f;
}

.bg-danger {
  background: #ff4d4f;
}

.banner-feature--11 {
  background: #ff4d4f;
  min-height: 450px;
  max-height: 100%;
  z-index: 1;
  overflow: hidden;
}
.banner-feature--11 .banner-feature__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.banner-feature--11 .card-body {
  padding: 39px 25px 44px 40px;
}
.banner-feature--11 .banner-feature__para {
  color: rgba(255, 255, 255, 0.7);
  margin: 17px 0 18px 0;
}

.atbd-tag.tag-danger {
  background: #ff4d4f;
  font-weight: 600;
}

.modal-content.modal-bg-danger {
  background: #ff4d4f;
}

.custom-switch.switch-danger .custom-control-input:checked ~ .custom-control-label::before {
  background: #ff4d4f;
  border-color: #ff4d4f;
}

.btn.btn-transparent-danger {
  border-color: transparent;
}
.btn.btn-transparent-danger:hover {
  background: #ff4d4f;
  color: #ffffff;
  border-color: transparent;
}

.badge-dot.dot-danger {
  background: #ff4d4f;
}

.iborder-danger {
  color: #ff4d4f;
}

.outline-danger {
  border: 1px solid #ff4d4f;
  color: #ff4d4f;
}

.active-color-danger label input:checked + span {
  background: #ff4d4f;
  border-color: #ff4d4f;
}

.circle-danger {
  color: #ff4d4f;
  background: rgba(255, 77, 79, 0.1);
}

.border-danger {
  border: 1px solid #ff4d4f;
}

.bg-opacity-danger {
  background: rgba(255, 77, 79, 0.15);
}

.order-bg-opacity-danger {
  background: rgba(255, 77, 79, 0.1);
}

.hover-danger:hover {
  background: #ff4d4f;
  color: #ffffff;
}

.color-light {
  color: #9299b8;
}

.contact-card {
  position: relative;
}
.contact-card .c-info-list__item {
  display: flex;
  align-items: center;
}
.contact-card .c-info-list__item .c-info-item-icon svg {
  color: #9299b8;
  width: 14px;
  margin-right: 12px;
}
.contact-card .c-info-list__item .c-info-item-icon img {
  color: #9299b8;
  width: 14px;
  margin-right: 12px;
}
.contact-card .c-info-list__item .c-info-item-icon i {
  color: #9299b8;
  width: 14px;
  margin-right: 12px;
}
.contact-card .c-info-list__item:not(:last-child) {
  margin-bottom: 4px;
}
.contact-card .c-info-list__item p {
  font-size: 14px;
  color: #8288a4;
  margin-bottom: 0;
}
.contact-card .cp-info__title {
  color: #272b41;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-card .dropdown-menu {
  min-width: 7rem;
}
.contact-card .card__more-action {
  position: absolute;
  right: 30px;
  top: 15px;
}
.contact-card .cp-img {
  margin-bottom: 20px;
}
.contact-card .cp-img img {
  max-width: 120px;
}
.contact-card .cp-info__designation {
  font-size: 14px;
  color: #8288a4;
}
.contact-card .c-info-list {
  margin-bottom: 5px;
  margin-top: -2px;
}

.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form {
  background: #ffffff;
  width: 280px;
  border-radius: 6px;
  box-shadow: 0 5px 5px rgba(146, 153, 184, 0.03);
  height: 40px;
  padding: 15px 18px;
}
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form svg {
  color: #9299b8;
  width: 16px;
}
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form img {
  color: #9299b8;
  width: 16px;
}
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form i {
  color: #9299b8;
  width: 16px;
}
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form .form-control {
  height: 40px;
}
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form .form-control::-moz-placeholder {
  color: #adb4d2;
}
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form .form-control::placeholder {
  color: #adb4d2;
}
.contact-breadcrumb .breadcrumb-main__wrapper .card.add-contact__form .card-header {
  background-color: #fff;
}
.contact-breadcrumb .breadcrumb-main__wrapper .card.add-contact__form .card-body {
  background-color: #fff;
}
.contact-breadcrumb .breadcrumb-main__wrapper .sub-title {
  display: none;
}
.contact-breadcrumb .action-btn .btn {
  box-shadow: 0 5px 10px rgba(95, 99, 242, 0.1);
  padding: 0 0.75rem;
}

.reply-form__right a svg {
  color: #9299b8;
  width: 16px;
  width: 16px;
}
.reply-form__right a img {
  color: #9299b8;
  width: 16px;
  width: 16px;
}

.reply-form__left a {
  display: inline-block;
  display: inline-block;
}
.reply-form__left a svg {
  color: #9299b8;
  width: 16px;
  width: 16px;
}
.reply-form__left a img {
  color: #9299b8;
  width: 16px;
  width: 16px;
}
.reply-form__left a + a {
  margin-left: 20px;
  margin-left: 20px;
}
.reply-form__left .btn-send {
  margin-right: 20px;
  margin-right: 20px;
}

.mdc__excerpt {
  font-size: 13px;
  font-size: 13px;
}
.mdc__excerpt .date-meta {
  color: #9299b8;
  display: inline-block;
  margin: 0 26px 0 20px;
  font-size: 13px;
  display: inline-block;
  margin: 0 26px 0 20px;
  font-size: 13px;
}
.mdc__excerpt svg {
  color: #9299b8;
  width: 16px;
  width: 16px;
}
.mdc__excerpt i {
  color: #9299b8;
}
.mdc__excerpt a {
  color: #9299b8;
}
.mdc__excerpt a:not(:last-child) {
  margin-right: 26px;
  margin-right: 26px;
}
.mdc__excerpt .dropdownMenu svg {
  width: 22px;
  height: 22px;
  width: 22px;
  height: 22px;
}
.mdc__excerpt .feather-paperclip {
  width: 14px;
  width: 14px;
}
.mdc__excerpt img {
  width: 16px;
  width: 16px;
}

.mdc__author .author-info {
  position: relative;
  position: relative;
}
.mdc__author .author-info .mail-info {
  background: #ffffff;
  position: absolute;
  padding: 25px;
  left: 0;
  top: 50px;
  width: 300px;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 40px rgba(146, 153, 184, 0.25);
  transition: all 0.3s ease;
  z-index: 12;
  position: absolute;
  padding: 25px;
  left: 0;
  top: 50px;
  width: 300px;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 40px rgba(146, 153, 184, 0.25);
  transition: all 0.3s ease;
  z-index: 12;
}
.mdc__author .author-info .mail-info li {
  display: flex;
  display: flex;
}
.mdc__author .author-info .mail-info li .mail-info__label {
  color: #9299b8;
  min-width: 60px;
  min-width: 60px;
}
.mdc__author .author-info .mail-info li .mail-info__text {
  color: #5a5f7d;
  display: inline-block;
  margin-left: 32px;
  text-align: left;
  display: inline-block;
  margin-left: 32px;
  text-align: left;
}
.mdc__author .author-info .mail-info li:not(:last-child) {
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.mdc__author .author-info .mail-info li span {
  font-size: 14px;
  font-size: 14px;
}
.mdc__author .author-info .mail-info-btn {
  color: #9299b8;
  font-size: 13px;
  padding: 8px 0;
  cursor: pointer;
  font-size: 13px;
  padding: 8px 0;
  cursor: pointer;
}
.mdc__author .author-info .mail-info-btn:hover .mail-info {
  opacity: 1;
  visibility: visible;
  opacity: 1;
  visibility: visible;
}
.mdc__author .author-info .mail-info-btn svg {
  width: 16px;
  width: 16px;
}
.mdc__author .author-info .mail-info-btn img {
  width: 16px;
  width: 16px;
}
.mdc__author .author-info .card.mail-info .card-header {
  background-color: #fff;
}
.mdc__author .author-info .card.mail-info .card-body {
  background-color: #fff;
}
.mdc__author .author-info h6 {
  font-weight: 500;
  font-weight: 500;
}

.mailCompose-form-content .trumbowyg-box {
  min-height: 260px;
  max-height: 320px;
  margin: 0;
  border: 0 none;
}
.mailCompose-form-content .trumbowyg-box .trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  color: #9299b8;
  font-size: 14px;
}
.mailCompose-form-content .trumbowyg-box p {
  color: #5a5f7d;
  font-size: 15px;
}
.mailCompose-form-content .trumbowyg-box .trumbowyg-button-pane {
  background: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid #f1f2f6;
}
.mailCompose-form-content .trumbowyg-box .trumbowyg-button-pane:after {
  display: none;
}
.mailCompose-form-content .trumbowyg-box .card.trumbowyg-button-pane .card-header {
  background-color: #fff;
}
.mailCompose-form-content .trumbowyg-box .card.trumbowyg-button-pane .card-body {
  background-color: #fff;
}
.mailCompose-form-content .trumbowyg-box .trumbowyg-editor {
  padding: 20px 0;
}
.mailCompose-form-content .trumbowyg-box .trumbowyg-button-group:after {
  display: none;
}
.mailCompose-form-content .form-group {
  position: relative;
  margin-bottom: 0;
}
.mailCompose-form-content .form-group .input-label {
  color: #9299b8;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
}
.mailCompose-form-content .form-group .mail-cc {
  color: #9299b8;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 0;
}
.mailCompose-form-content .form-group input::-moz-placeholder {
  color: #9299b8;
}
.mailCompose-form-content .form-group input::placeholder {
  color: #9299b8;
}
.mailCompose-form-content .form-control-lg {
  padding: 1rem 1rem 1.2em 0em;
  border: 0 none;
  height: 3.44rem;
  width: 100%;
  border-bottom: 1px solid #f1f2f6;
}
.mailCompose-form-content .select2-container--default .select2-selection--multiple {
  min-height: 55px;
  height: auto;
}
.mailCompose-form-content .select2-selection {
  border: 0 none !important;
  border-bottom: 1px solid #f1f2f6 !important;
}
.mailCompose-form-content .select2-selection .select2-selection__rendered {
  padding: 0 20px 0 25px !important;
}
.mailCompose-form-content .select2-selection .select2-selection__rendered .select2-selection__choice {
  font-size: 14px;
  font-weight: 500;
  margin: 5px;
}
.mailCompose-form-content .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 6px;
}
.mailCompose-form-content .select2-selection .select2-selection__rendered .select2-search.select2-search--inline {
  display: flex;
  align-items: center;
  line-height: 2;
  margin-top: 4px;
}
.mailCompose-form-content .select2-selection__choice {
  height: 30px !important;
  padding: 0 14px !important;
  border-radius: 16px !important;
}

.atbd-mailCompose__footer {
  border-top: 1px solid #f1f2f6;
  margin: 0 30px;
  padding: 20px 0px 30px;
  border-radius: 0 0 10px 10px;
}
.atbd-mailCompose__footer .footer-right .btn-remove {
  color: #9299b8;
}
.atbd-mailCompose__footer .footer-right .btn-remove svg {
  width: 16px;
}
.atbd-mailCompose__footer .footer-right .btn-remove img {
  width: 16px;
}
.atbd-mailCompose__footer .footer-left a {
  color: #9299b8;
}
.atbd-mailCompose__footer .footer-left a svg {
  width: 16px;
}
.atbd-mailCompose__footer .footer-left a img {
  width: 16px;
}
.atbd-mailCompose__footer .footer-left a:not(:last-child) {
  margin-right: 20px;
}
.atbd-mailCompose__footer .footer-left button:not(:last-child) {
  margin-right: 20px;
}

.mailbox-top__extra .result-perpage {
  color: #9299b8;
  font-size: 14px;
}
.mailbox-top__extra .icon-action {
  width: 30px;
  height: 30px;
}
.mailbox-top__extra .mail-sliding-control {
  margin: 0 15px 0 8px;
}
.mailbox-top__extra .mail-sliding-control .icon-action i {
  font-size: 12px;
}
.mailbox-top__extra .dropdown {
  margin-left: 20px;
}
.mailbox-top__extra .dropdown .dropdown-menu {
  z-index: 11;
}

.mailbox-top__search {
  margin-right: 50px;
}
.mailbox-top__search .input-container {
  width: 350px;
}
.mailbox-top__search .input-container .input-icon.icon-left svg {
  color: #9299b8;
  width: 16px;
}
.mailbox-top__search .input-container input {
  padding-left: 50px !important;
}
.mailbox-top__search .input-container input::-moz-placeholder {
  color: #adb4d2;
}
.mailbox-top__search .input-container input::placeholder {
  color: #adb4d2;
}
.mailbox-top__search .form-control-lg {
  background: #f4f5f7;
  height: 2.875rem;
  border-radius: 23px;
  border: 0 none;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7280;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0.0625rem solid #d1d5db;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.coming-social p {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  margin-top: 28px;
}
.coming-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: white;
  font-size: 18px;
}
.coming-social ul li:not(:last-child) {
  margin-right: 15px;
}

.pricing__price .pricing_user {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
  margin-left: 8px;
}
.pricing__price .pricing_offer {
  color: #9299b8;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 400;
  margin-right: 10px;
}
.pricing__price sup {
  color: #adb4d2;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.pricing__price .pricing_subtitle {
  color: #5a5f7d;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 500;
  text-transform: capitalize;
}
.pricing__price .pricing_value {
  margin-top: 21px;
}

.application-faqs .panel-title {
  position: relative;
}
.application-faqs .panel-title > a:before {
  color: #9299b8;
  float: right !important;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
  padding-right: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.application-faqs .panel-title > a:hover {
  text-decoration: none;
}
.application-faqs .panel-title > a:active {
  text-decoration: none;
}
.application-faqs .panel-title > a:focus {
  text-decoration: none;
}
.application-faqs .panel-title a {
  color: #272b41;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  width: 90%;
  display: flex;
}
.application-faqs .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.application-faqs .panel-body {
  padding: 21px 25px 29px 25px;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #f1f2f6;
}
.application-faqs .panel-body p {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
}
.application-faqs .button-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 500;
}
.application-faqs .button-group button svg {
  width: 18px;
  height: auto;
}
.application-faqs .panel-heading {
  padding: 19px 25px;
  border-radius: 5px 5px 0 0;
}
.application-faqs .collapse.show .panel-body {
  box-shadow: 0px 15px 40px #9299b826;
}
.application-faqs .panel {
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #f1f2f6;
}

.gc__title span {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}
.gc__title p {
  color: #272b41;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  margin-bottom: 2px;
}

.search-content .keyword-searching {
  color: #272b41;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}
.search-content .keyword-searching span {
  color: #9299b8;
  text-transform: lowercase;
}
.search-content .search-content__keyResult p {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
  margin-top: 10px;
}
.search-content .search-content__keyResult a h6 {
  text-transform: capitalize;
}
.search-content .search-content__keyResult a h6 span {
  font-weight: 600;
}

.upload-media-area__title {
  flex: 8;
  justify-content: space-between;
  word-break: break-all;
}
.upload-media-area__title span {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
.upload-media-area__title p {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 0;
}

table.table-basic .table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
table.table-basic .table-actions a i {
  color: #9299b8;
  width: 16px;
}
table.table-basic .table-actions a svg {
  color: #9299b8;
  width: 16px;
}
table.table-basic .table-actions a img {
  color: #9299b8;
  width: 16px;
}
table.table-basic .table-actions a:not(:last-child) {
  margin-right: 16px;
}
table.table-basic tr td {
  color: #272b41;
  background: #ffffff;
  border: 0 none;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}
table.table-basic tr td.card .card-header {
  background-color: #fff;
}
table.table-basic tr td.card .card-body {
  background-color: #fff;
}
table.table-basic tr:not(:last-child) th {
  border-bottom: 1px solid #f1f2f6;
}
table.table-basic tr:not(:last-child) td {
  border-bottom: 1px solid #f1f2f6;
}

.order-search__form {
  padding: 15px 20px;
  background: #f4f5f7;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}
.order-search__form svg {
  color: #9299b8;
  width: 18px;
}
.order-search__form .form-control {
  padding: 13px;
  background: transparent;
}
.order-search__form .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #adb4d2;
}
.order-search__form .form-control::placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #adb4d2;
}

.create-passord .create-passord-warn {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
  padding-top: 4px;
}
.create-passord input::-moz-placeholder {
  color: #9299b8;
}
.create-passord input::placeholder {
  color: #9299b8;
}

.wizard8 .checkout-shipping-form {
  margin-top: 0;
  padding-left: 50px;
  border: none;
  border-left: 1px solid #e3e6ef;
  padding-right: 27px;
  border-radius: 0;
  padding-bottom: 100px;
}
.wizard8 .checkout-shipping-form .create-passord input {
  color: #9299b8;
}
.wizard8 .checkout-shipping-form .card-header {
  margin-bottom: 22px;
  margin-top: 28px;
}
.wizard8 .checkout-progress div.step {
  box-shadow: none;
  background: rgba(173, 180, 210, 0.5);
  color: white;
  margin-bottom: 0;
}
.wizard8 .payment-method-area--top {
  margin-top: 46px;
}
.wizard8 .checkout-progress-indicator {
  padding-top: 50px;
  padding-right: 20px;
}
.wizard8 .checkout-progress-indicator .card-header {
  text-align: center;
  padding: 0;
}
.wizard8 .checkout-progress-indicator .card-header h4 {
  font-size: 22px;
  line-height: 1.2272727273;
  font-weight: 600;
  padding: 27px 0;
}
.wizard8 .checkout-progress-indicator .card-header p {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-bottom: 50px;
}
.wizard8 .checkout-progress-indicator .card-header svg {
  max-width: 100%;
}

.product-details .product-item__button .like-icon {
  position: unset;
  box-shadow: 0px 5px 15px #9299b826;
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.product-details .product-item__button .like-icon button {
  color: #9299b8;
  padding: 0;
}
.product-details .product-item__button button {
  color: white;
  height: 44px;
  padding: 14px 30px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
.product-details .product-item__button button svg {
  width: 15px;
}
.product-details .product-details-brandName {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 400;
  display: flex;
  margin-top: 10px;
}
.product-details .product-details-brandName span {
  color: #272b41;
  font-weight: 500;
  margin-left: 6px;
}
.product-details .product-item__body {
  flex-basis: 43%;
}
.product-details .product-item__body .product-desc-price {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 0.9090909091;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-details .product-item__body .product-desc-price sub {
  color: #9299b8;
  font-size: 14px;
}
.product-details .product-item__body .product-price {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.product-details .product-deatils-pera {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  margin: 25px 0;
}

.product-ratings ul li {
  text-transform: capitalize;
}
.product-ratings ul li .item-numbers {
  color: #9299b8;
  float: right;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}
.product-ratings ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-ratings ul li label {
  width: 100%;
}
.product-ratings .checkbox-text {
  color: #9299b8;
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
  width: 100%;
  margin-left: 10px;
}
.product-ratings .stars-rating .active {
  font-size: 14px;
}

.product-brands ul li {
  text-transform: capitalize;
}
.product-brands ul li .item-numbers {
  color: #9299b8;
  float: right;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}
.product-brands ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-brands ul li label {
  width: 100%;
}
.product-brands .checkbox-text {
  color: #5a5f7d;
  font-size: 14px;
}

.product-category ul li {
  text-transform: capitalize;
}
.product-category ul li .item-numbers {
  color: #9299b8;
  float: right;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}
.product-category ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-category ul li label {
  width: 100%;
}

.products_page .widget-header-title svg {
  color: #9299b8;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.products_page .columns-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.products_page .columns-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.products_page .widget {
  background-color: #fff;
  box-shadow: 0px 5px 20px #9299b808;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.products_page .category_sidebar {
  padding: 25px;
}

.stars-rating__review {
  color: #9299b8;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
}

.shop-search .user-member__form svg {
  color: #9299b8;
}

.e-info-modal .e-info-list li {
  display: flex;
  align-items: flex-start;
}
.e-info-modal .e-info-list li .list-line {
  font-size: 13px;
}
.e-info-modal .e-info-list li .list-line .list-label {
  color: #9299b8;
}
.e-info-modal .e-info-list li .list-line .list-meta {
  color: #272b41;
  font-weight: 500;
}
.e-info-modal .e-info-list li .list-text {
  color: #5a5f7d;
  font-size: 14px;
}
.e-info-modal .e-info-list li:not(:last-child) {
  margin-bottom: 12px;
}
.e-info-modal .e-info-list li svg {
  min-width: 14px;
  width: 14px;
  height: 18px;
  margin-right: 12px;
}
.e-info-modal .e-info-list li img {
  min-width: 14px;
  width: 14px;
  height: 18px;
  margin-right: 12px;
}
.e-info-modal .e-info-action .btn-icon {
  background-color: transparent;
  border: 0 none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.e-info-modal .e-info-action .btn-icon svg {
  color: #ffffff;
  max-width: 14px;
  opacity: 0.6;
}
.e-info-modal .e-info-action .btn-icon i {
  color: #ffffff;
  max-width: 14px;
  opacity: 0.6;
}
.e-info-modal .e-info-action .btn-icon:hover {
  background-color: rgba(244, 245, 247, 0.15);
}
.e-info-modal .e-info-action .btn-icon:hover svg {
  opacity: 1;
}
.e-info-modal .e-info-action .btn-close {
  padding: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  margin-left: 6px;
}
.e-info-modal .e-info-action .btn-close:hover {
  background-color: transparent;
}
.e-info-modal .e-info-title {
  color: #ffffff;
  font-weight: 500;
}
.e-info-modal .modal-body {
  background: #ffffff;
  padding: 0.95rem 0.95rem 1.15rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.e-info-modal .card.modal-body .card-header {
  background-color: #fff;
}
.e-info-modal .card.modal-body .card-body {
  background-color: #fff;
}
.e-info-modal .modal-header {
  padding: 0.75rem 1.45rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.e-info-modal .modal-content {
  border-radius: 8px;
  background-color: transparent;
}

.c-event-form .e-form-row__left {
  min-width: 82px;
  margin-right: 40px;
}
.c-event-form .e-form-row__left label {
  color: #9299b8;
  font-size: 14px;
}
.c-event-form .form-control-md {
  border: 1px solid #f1f2f6;
  border-radius: 4px;
}
.c-event-form .e-form-row:not(:last-child) {
  margin-bottom: 20px;
}
.c-event-form .e-form-row .radio-theme-default input[type=radio] + label:before {
  top: 44%;
}
.c-event-form .e-form-row__right {
  flex: 1;
}
.c-event-form .e-form-row__right textarea {
  min-height: 100px;
}

.c-event-dialog {
  max-width: 500px;
}
.c-event-dialog .modal-footer {
  border-top: 0 none;
  padding: 0 25px 25px;
}
.c-event-dialog .modal-footer .btn-white {
  color: #9299b8;
}
.c-event-dialog .modal-footer .btn-sm {
  line-height: 2.15;
}
.c-event-dialog .modal-header {
  padding: 20px 25px;
}
.c-event-dialog .modal-header .modal-title {
  color: #272b41;
  font-size: 15px;
  font-weight: 500;
}
.c-event-dialog .modal-content {
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(146, 153, 184, 0.03);
}
.c-event-dialog .modal-body {
  padding: 20px 25px;
}

.draggable-events a svg {
  color: #9299b8;
  width: 18px;
  height: 18px;
}
.draggable-events a img {
  color: #9299b8;
  width: 18px;
  height: 18px;
}
.draggable-events h1 {
  font-weight: 500;
}
.draggable-events h2 {
  font-weight: 500;
}
.draggable-events h3 {
  font-weight: 500;
}
.draggable-events h4 {
  font-weight: 500;
}
.draggable-events h5 {
  font-weight: 500;
}
.draggable-events h6 {
  font-weight: 500;
}

.date-picker__calendar .ui-datepicker-calendar {
  margin: 0 auto;
}
.date-picker__calendar .ui-datepicker-calendar thead tr th span {
  color: #9299b8;
  font-weight: 500;
}
.date-picker__calendar .ui-datepicker-calendar tbody td a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  width: 2.5rem;
  height: 2.5rem;
}
.date-picker__calendar .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
.date-picker__calendar .ui-datepicker-header .ui-datepicker-title span {
  color: #272b41;
}
.date-picker__calendar .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
}
.date-picker__calendar .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
}
.date-picker__calendar .ui-datepicker-header .ui-corner-all {
  top: 5px;
}
.date-picker__calendar .ui-datepicker-header .ui-corner-all:after {
  font-size: 12px;
}
.date-picker__calendar .ui-datepicker-header a.ui-datepicker-next {
  right: 25px;
}
.date-picker__calendar .ui-datepicker-header a.ui-datepicker-prev {
  left: 25px;
}
.date-picker__calendar .ui-datepicker {
  padding: 0;
  box-shadow: 0 0;
  position: relative;
}

.date-picker__top {
  margin-bottom: 5px;
}
.date-picker__top a svg {
  color: #9299b8;
  width: 16px;
  height: 16px;
}
.date-picker__top a img {
  color: #9299b8;
  width: 16px;
  height: 16px;
}

.user-list-item {
  padding: 19px 0;
  transition: all 200ms ease-in-out;
  transform: scale(1);
}
.user-list-item .users-list-body-title {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.user-list-item .users-list-body-title p {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
}
.user-list-item .users-list-body-title h6 {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 6px;
}
.user-list-item .users-list-body {
  flex: 1;
  position: relative;
  min-width: 0px;
  display: flex;
}
.user-list-item .users-list-body .last-chat-time {
  padding-left: 10px;
  position: relative;
  display: inline-grid;
  text-transform: uppercase;
}
.user-list-item .users-list-body .last-chat-time small {
  color: #9299b8;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 400;
}
.user-list-item .users-list-body .last-chat-time .badge {
  border-radius: 10px;
  padding: 0 6px;
  margin: 0;
  z-index: auto;
  min-width: 20px;
  height: 20px;
  font-weight: 400;
  line-height: 20px;
}
.user-list-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.user-list-item:hover:hover {
  box-shadow: 0px 15px 50px #9299b833;
}
.user-list-item .avatar {
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 0;
}

.chat-wrapper {
  height: 646px;
  overflow: hidden;
}
.chat-wrapper form {
  background: #f4f5f7;
  border-radius: 23px;
  height: 46px;
  padding: 0 25px;
}
.chat-wrapper form svg {
  color: #9299b8;
  width: 16px;
}
.chat-wrapper form input {
  background: #f4f5f7;
  padding: 0 13px;
}
.chat-wrapper form input:focus {
  background: #f4f5f7;
}
.chat-wrapper form input::-moz-placeholder {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #adb4d2;
}
.chat-wrapper form input::placeholder {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #adb4d2;
}
.chat-wrapper .search-header {
  padding: 0 25px;
}
.chat-wrapper .search-tab {
  padding: 0 25px;
}

.chat-body .chat-header {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 10px 20px #adb4d226;
  border-radius: 10px 10px 0 0;
  height: 95px;
}
.chat-body .chat-header .dropdown svg {
  color: #9299b8;
  width: 22px;
}
.chat-body .chat-header .dropdown .dropdown-item {
  color: #5a5f7d;
  padding: 4px 25px;
  font-weight: 400;
}
.chat-body .chat-header .dropdown .dropdown-item svg {
  color: #adb4d2;
  width: 14px;
  margin-right: 13px;
}
.chat-body .chat-header .media h5 {
  text-transform: capitalize;
}
.chat-body .social-connector {
  overflow: hidden;
  text-align: center;
}
.chat-body .social-connector:before {
  background-color: #e3e6ef;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  right: 0.5em;
  margin-left: -50%;
}
.chat-body .social-connector:after {
  background-color: #e3e6ef;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  left: 0.5em;
  margin-right: -50%;
}
.chat-body .social-connector span {
  font-weight: 400;
}

.application-ui .btn-group-toggle .btn {
  color: #9299b8;
  height: 35px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #c6d0dc;
  background: white;
  box-shadow: none;
}
.application-ui .action-btn a {
  height: 35px;
  padding: 0 15px;
}

.spin-embadded {
  position: relative;
}
.spin-embadded p {
  color: #9299b8;
}
.spin-embadded .embadden-spin-control {
  margin-top: 10px;
}
.spin-embadded .embadden-spin-control span {
  color: #5a5f7d;
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
}
.spin-embadded .alert-heading {
  color: #5a5f7d;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}
.spin-embadded .alert {
  border-radius: 5px;
  transition: 0.35s ease;
}
.spin-embadded .alert-content {
  padding: 10px 2px;
  transition: 0.35s ease;
}
.spin-embadded .loaded-spin {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.statistics-countdown__title {
  color: #9299b8;
  font-size: 14px;
}

.statistics-item__title {
  color: #9299b8;
  font-size: 14px;
}

.atbd-date-ranger {
  margin: 20px;
  border: 1px solid #f1f2f6;
  border-radius: 5px;
}
.atbd-date-ranger .date-picker-icon {
  position: absolute;
  right: 12px;
  transform: translate(-50%, -50%);
  top: 50%;
}
.atbd-date-ranger .date-picker-icon svg {
  color: #9299b8;
  width: 16px;
}
.atbd-date-ranger .date-picker-icon img {
  color: #9299b8;
  width: 16px;
}
.atbd-date-ranger .form-group {
  width: 100%;
}
.atbd-date-ranger .form-control {
  border: 0 none;
  text-align: center;
}

.atbd-tag.tag-light.tag-transparented {
  color: #9299b8;
  background-color: rgba(146, 153, 184, 0.15);
}

.form-basic .form-inline-action {
  margin-top: 18px;
}
.form-basic .form-inline-action .custom-checkbox .checkbox-text {
  color: #9299b8;
  font-size: 13px;
}
.form-basic .form-inline-action .forgot-pass {
  font-size: 13px;
}
.form-basic select {
  border: 1px solid #9299b8;
  width: 100%;
}
.form-basic label {
  color: #272b41;
  font-size: 14px;
  font-weight: 500;
}
.form-basic .card .card-header .card-tab select.btn.btn-white.active {
  border-color: #f3615a !important;
}
.form-basic .card .card-header .card-tab select.btn.btn-white {
  border-color: #f1f2f6 !important;
}
.form-basic textarea {
  min-height: 100px;
}
.form-basic .btn-submit {
  min-width: 180px;
}
.form-basic .form-control::-moz-placeholder {
  color: #adb4d2;
}
.form-basic .form-control::placeholder {
  color: #adb4d2;
}

.icon-list-social__link {
  color: #9299b8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 10px #9299b81a;
}
.icon-list-social__link:hover {
  color: #9299b8;
}
.icon-list-social__link i {
  font-size: 20px;
}
.icon-list-social__link svg {
  width: 16px;
}

.project-category {
  text-transform: capitalize;
}
.project-category .select2-container .select2-selection--single .select2-selection__rendered {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  padding: 0px 25px 0 25px;
}
.project-category .select2-container--default .select2-selection--single {
  height: 40px;
  border: none;
  border-radius: 5px;
  min-width: 100px;
}
.project-category .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
}
.project-category .select2-container--default .select2-selection--multiple {
  height: 40px;
  border: none;
  border-radius: 5px;
  min-width: 100px;
}

.form-group-calender a {
  content: "";
  position: absolute;
  right: 15px;
  transform: translate(-50%, -50%);
  top: 50%;
}
.form-group-calender a svg {
  color: #9299b8;
  width: 16px;
}

.userDatatable-inline-title p {
  color: #9299b8;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 400;
  text-transform: capitalize;
}
.userDatatable-inline-title h6 {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  text-transform: capitalize;
}

.projectDatatable-title {
  color: #9299b8;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.users-list-body__title span {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}
.users-list-body__title span span {
  color: #272b41;
  font-weight: 600;
}
.users-list-body__title p {
  color: #5a5f7d;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
}
.users-list-body__title h6 {
  margin-bottom: 3px;
}

.atbd-pagination__link.pagination-control {
  color: #9299b8;
  width: 32px;
  height: 32px;
}
.atbd-pagination__link.pagination-control span {
  font-size: 12px;
}

.atbd-pagination__item {
  margin: -2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.atbd-pagination__item .paging-option {
  position: relative;
}
.atbd-pagination__item .paging-option:after {
  color: #9299b8;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(-50%, -50%);
  font-size: 12px;
  pointer-events: none;
}
.atbd-pagination__item .page-selection {
  color: #5a5f7d;
  border: 1px solid #f1f2f6;
  border-radius: 4px;
  font-size: 13px;
  height: 32px;
  padding: 4.5px 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 2px;
  min-width: 103px;
  background-color: white;
}
.atbd-pagination__item:not(:last-child) {
  margin-right: 20px;
}

.social-connector {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.social-connector span {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 500;
}
.social-connector:before {
  background-color: #f1f2f6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  right: 0.5em;
  margin-left: -50%;
}
.social-connector:after {
  background-color: #f1f2f6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  left: 0.5em;
  margin-right: -50%;
}

.signUp-condition {
  margin-bottom: 22px;
}
.signUp-condition .custom-checkbox .checkbox-text {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}
.signUp-condition .custom-checkbox input[type=checkbox] + label:before {
  margin-top: 5px;
  top: 10px;
  left: 10px;
  transform: translate(-50%, -50%);
}
.signUp-condition .custom-checkbox input[type=checkbox] + label:after {
  margin-top: 5px;
  width: 20px;
  height: 20px;
}

.ffw__title {
  margin: 5px 0;
}
.ffw__title span {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
  padding-top: 6px;
}
.ffw__title h6 {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
}

.ap-post-content__feedback {
  padding: 16px 0;
}
.ap-post-content__feedback a {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
  text-transform: capitalize;
}
.ap-post-content__feedback a svg {
  color: #adb4d2;
  width: 15px;
  margin-right: 5px;
}
.ap-post-content__feedback a:not(:last-child) {
  margin-right: 20px;
}

.ap-post-content__title h6 {
  font-size: 14px;
  line-height: 1.4285714286;
}
.ap-post-content__title h6 small {
  color: #9299b8;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}
.ap-post-content__title .dropdown button {
  height: unset;
  padding: 0;
}
.ap-post-content__title .dropdown button svg {
  width: 22px;
}

.ap-content-wrapper .ap-po-details-time small {
  color: #9299b8;
}
.ap-content-wrapper .ap-po-details-time span {
  font-weight: 500;
}
.ap-content-wrapper .ap-po-details .overview-content p {
  color: #5a5f7d;
}
.ap-content-wrapper .card-header svg {
  width: 24px;
}

.user-content-info__item {
  color: #5a5f7d;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
.user-content-info__item svg {
  color: #9299b8;
  width: 16px;
  height: 16px;
  margin-right: 11px;
}

.profile-header-title {
  color: #9299b8;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
}

.po-details__sTitle {
  color: #9299b8;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  text-transform: capitalize;
}

.ap-nameAddress__subTitle {
  color: #9299b8;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7857142857;
  font-weight: 400;
  padding-top: 2px;
}
.ap-nameAddress__subTitle svg {
  width: 13px;
  height: 15px;
  margin-right: 8px;
}

.atbd-comment-box__content .cci__comment-text {
  color: #9299b8;
  font-size: 14px;
  margin: 4px 0 16px;
}
.atbd-comment-box__content .cci__author-info {
  color: #272b41;
  display: block;
  font-size: 12px;
}
.atbd-comment-box__content .cci__comment-actions {
  display: flex;
  align-items: center;
}
.atbd-comment-box__content .cci__comment-actions a {
  color: #adb4d2;
  font-size: 15px;
}
.atbd-comment-box__content .cci__comment-actions a .line-count {
  display: inline-block;
  margin: 0 10px 0 5px;
  font-size: 12px;
}
.atbd-comment-box__content .cci__comment-actions a svg {
  width: 12px;
}
.atbd-comment-box__content .cci__comment-actions a.btn-reply {
  font-size: 12px;
}
.atbd-comment-box__content .cci__comment-actions a.btn-edit, .atbd-comment-box__content .cci__comment-actions a.internal-comment-btn-edit, .atbd-comment-box__content .cci__comment-actions a.internal-comment-btn-reply, .atbd-comment-box__content .cci__comment-actions a.btn-delete, .atbd-comment-box__content .cci__comment-actions a.internal-comment-btn-delete, .atbd-comment-box__content .cci__comment-actions .comment-delete-button, .atbd-comment-box__content .cci__comment-actions .content-edit-button, .atbd-comment-box__content .cci__comment-actions .content-comment-btn-reply {
  font-size: 12px;
}

.atbd-collapse .atbd-collapse-item__body .collapse-body-text {
  padding: 15px 20px;
}
.atbd-collapse .atbd-collapse-item__body .collapse-body-text p {
  color: #9299b8;
  font-size: 14px;
  margin-bottom: 0;
}
.atbd-collapse .atbd-collapse-item__header {
  background: #f8f9fb;
  border-bottom: 1px solid #f1f2f6;
  margin-bottom: -1px;
}
.atbd-collapse .atbd-collapse-item__header .item-link {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.atbd-collapse .atbd-collapse-item__header .item-link i {
  color: #9299b8;
  font-size: 12px;
  margin-right: 18px;
}
.atbd-collapse .atbd-collapse-item__header .item-link span {
  color: #9299b8;
  font-size: 12px;
  margin-right: 18px;
}
.atbd-collapse .atbd-collapse-item__header .item-link svg {
  color: #9299b8;
  font-size: 12px;
  margin-right: 18px;
}
.atbd-collapse .atbd-collapse-item__header .item-link img {
  color: #9299b8;
  font-size: 12px;
  margin-right: 18px;
}
.atbd-collapse .atbd-collapse-item__header h1 {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 400;
}
.atbd-collapse .atbd-collapse-item__header h2 {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 400;
}
.atbd-collapse .atbd-collapse-item__header h3 {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 400;
}
.atbd-collapse .atbd-collapse-item__header h4 {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 400;
}
.atbd-collapse .atbd-collapse-item__header h5 {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 400;
}
.atbd-collapse .atbd-collapse-item__header h6 {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 400;
}
.atbd-collapse .atbd-collapse-item {
  border: 1px solid #9299b8;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.atbd-collapse .atbd-collapse-item .callapse-nested-block {
  padding: 20px;
}
.atbd-collapse .atbd-collapse-item .callapse-nested-block .atbd-collapse-item {
  border: 1px solid #9299b8;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.atbd-collapse .atbd-collapse-item:not(:last-child) {
  border-bottom: 0 none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.atbd-collapse .atbd-collapse-item:not(:last-child) .atbd-collapse-item__header {
  border-radius: 5px 0 0 5px;
}
.atbd-collapse .atbd-collapse-item:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.atbd-collapse .atbd-collapse-item:not(:first-child) .atbd-collapse-item__header {
  border-radius: 0 5px 5px 0;
}
.atbd-collapse .card.atbd-collapse-item__header .card-header {
  background: #f8f9fb;
}
.atbd-collapse .card.atbd-collapse-item__header .card-body {
  background: #f8f9fb;
}
.atbd-collapse .card .card-header .card-tab .btn.btn-white.active.atbd-collapse-item {
  border-color: #f3615a !important;
}
.atbd-collapse .card .card-header .card-tab .btn.btn-white.atbd-collapse-item {
  border-color: #f1f2f6 !important;
}
.atbd-collapse .atbd-collapse-item__header.active i:before {
  content: "\f107";
}
.atbd-collapse .atbd-collapse-item__header.active span:before {
  content: "\f107";
}

.badge.badge-transparent.badge-light {
  color: #9299b8;
  background-color: rgba(146, 153, 184, 0.1);
}

.atbd-badge-text {
  color: #9299b8;
  font-size: 10px;
}
.atbd-badge-text:not(:last-child) {
  margin-bottom: 6px;
}
.atbd-badge-text .badge-dot {
  display: inline-block;
  margin-right: 10px;
}

.badge.badge-outlined.badge-light {
  color: #9299b8;
  border: 1px solid #9299b8;
}

.navbar-right__mobileAction a {
  padding: 15px 0;
  display: inline-block;
}
.navbar-right__mobileAction a svg {
  color: #9299b8;
  width: 20px;
}
.navbar-right__mobileAction a img {
  color: #9299b8;
  width: 20px;
}
.navbar-right__mobileAction a + a {
  margin-left: 15px;
}
.navbar-right__mobileAction .btn-search.search-active .feather-search {
  display: none;
}
.navbar-right__mobileAction .btn-search.search-active .feather-x {
  display: inline-block;
}
.navbar-right__mobileAction .btn-search .feather-x {
  display: none;
}

.bg-light {
  background: #9299b8;
}

.btn.btn-transparent-light {
  border-color: transparent;
}
.btn.btn-transparent-light:hover {
  background: #9299b8;
  color: #ffffff;
  border-color: transparent;
}

.iborder-light {
  color: #9299b8;
}

.outline-light {
  border: 1px solid #9299b8;
  color: #9299b8;
}

.active-color-light label input:checked + span {
  background: #9299b8;
  border-color: #9299b8;
}

.circle-light {
  color: #9299b8;
  background: rgba(146, 153, 184, 0.1);
}

.border-light {
  border: 1px solid #9299b8;
}

.product-item__button button {
  border: 1px solid #9299b8;
  color: #5a5f7d;
  height: 34px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
}
.product-item__button button svg {
  width: 13px;
}
.product-item__button .card .card-header .card-tab button.btn.btn-white.active {
  border-color: #f3615a !important;
}
.product-item__button .card .card-header .card-tab button.btn.btn-white {
  border-color: #f1f2f6 !important;
}
.product-item__button button.btn-primary {
  color: white;
  box-shadow: 0px 3px 5px #20c9970d;
}

.page-title-wrap.wrapper-bordered {
  border: 1px solid #9299b8;
}

.atbd-steps__icon {
  border: 1px solid #9299b8;
  color: #adb4d2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
}

.btn.btn-outline-dashed {
  border: 1px solid #9299b8;
  color: #5a5f7d;
  border-style: dashed;
}

.dynamic-badge-block {
  display: flex;
  align-items: flex-start;
}
.dynamic-badge-block .atbd-button-group {
  border: 1px solid #9299b8;
  border-radius: 3px;
}
.dynamic-badge-block .atbd-button-group .btn-icon {
  padding: 0 0.922rem;
  height: 32px;
  border-width: 0;
  border-right-width: 1px;
}
.dynamic-badge-block .atbd-button-group .btn-icon svg {
  color: #272b41;
  width: 20px;
  height: 20px;
}
.dynamic-badge-block .atbd-button-group .btn-dec {
  border-right: 0;
  border-left: 1px solid #e3e6ef;
}
.dynamic-badge-block .custom-switch {
  margin: 8px 0 0 16px;
}
.dynamic-badge-block .custom-switch.switch-md .custom-control-label:after {
  top: calc(0.0425rem + 4px);
}
.dynamic-badge-block .card .card-header .card-tab .btn.btn-white.active.atbd-button-group {
  border-color: #f3615a !important;
}
.dynamic-badge-block .card .card-header .card-tab .btn.btn-white.atbd-button-group {
  border-color: #f1f2f6 !important;
}

.bg-opacity-light {
  background: rgba(146, 153, 184, 0.15);
}

.order-bg-opacity-light {
  background: rgba(146, 153, 184, 0.1);
}

.hover-light:hover {
  background: #9299b8;
  color: #ffffff;
}

.color-dark {
  color: #272b41;
}

.add-contact .add-new-contact {
  margin-top: -8px;
}
.add-contact .add-new-contact label {
  color: #272b41;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.add-contact .add-new-contact .form-control.form-control-lg {
  height: 3rem;
}
.add-contact .add-new-contact button {
  text-transform: capitalize;
}
.add-contact .close svg {
  width: 18px;
}
.add-contact .close img {
  width: 18px;
}

.task-modal {
  background: rgba(17, 18, 23, 0.3);
}
.task-modal .modal-header {
  border: none;
  padding: 0;
}
.task-modal .modal-header h5 {
  color: #272b41;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.task-modal .modal-header button {
  color: #9299b8;
}
.task-modal .modal-body {
  padding: 19px 30px;
}
.task-modal .modal-body form input {
  border: 1px solid #e3e6ef;
  height: 36px;
}
.task-modal .modal-body form input::-moz-placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #9299b8;
}
.task-modal .modal-body form input::placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #9299b8;
}
.task-modal .modal-body form textarea {
  height: 123px;
  border: 1px solid #e3e6ef;
  resize: none;
}
.task-modal .modal-body form textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #9299b8;
}
.task-modal .modal-body form textarea::placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #9299b8;
}
.task-modal .modal-footer {
  border: none;
}
.task-modal .modal-footer button {
  border-radius: 5px;
  height: 36px;
  padding: 0 22px;
}
.task-modal .modal-footer button:first-child {
  border: 1px solid #e3e6ef;
  background: transparent;
  color: #9299b8;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
}

.task-card .card-header {
  color: #272b41;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.task-card .table-actions a {
  margin-right: 10px;
}
.task-card .table-actions a svg {
  width: 18px;
  color: #adb4d2;
}
.task-card .table-actions a.active svg {
  color: #fa8b0c;
}

.kanban-modal__research {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.kanban-modal__research h6 {
  color: #272b41;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.kanban-modal__research button {
  color: #5a5f7d;
  background: #f4f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  height: 38px;
  text-transform: capitalize;
}

.kanban-modal__form label {
  color: #272b41;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
}
.kanban-modal__form textarea {
  background: #f4f5f7;
  border-radius: 4px;
  resize: none;
  min-height: 88px;
}
.kanban-modal__form textarea::-moz-placeholder {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
  padding: 4px 0px;
}
.kanban-modal__form textarea::placeholder {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
  padding: 4px 0px;
}
.kanban-modal__form button {
  padding: 0 25px 0 20px;
}

.kanban-modal__header .modal-title {
  color: #272b41;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 6px;
}
.kanban-modal__header span {
  color: #868eae;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
}

.kanban-list {
  background: #f4f5f7;
  flex: 0 0 284px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 15.8rem);
  height: 100%;
  border-radius: 5px;
  margin-right: 20px;
}
.kanban-list .list-title {
  color: #272b41;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  padding: 9px 20px 9px 20px;
}
.kanban-list:last-of-type {
  margin-right: 0;
}

.kb__categories {
  margin-top: 23px;
  flex-wrap: wrap;
  padding: 0 30px;
}
.kb__categories li p {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-right: 4px;
  margin-bottom: 0;
}
.kb__categories li:not(:last-child) {
  margin-right: 21px;
}
.kb__categories li a {
  color: #868eae;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
.kb__categories li a:hover {
  text-decoration: underline;
  color: #5a5f7d;
}

.knowledgebase-adv__card .knowledgebase__list li {
  margin-bottom: 17px;
}
.knowledgebase-adv__card .knowledgebase__list li a {
  color: #272b41;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
}
.knowledgebase-adv__card .knowledgebase__list li .knowledgebase__list-collapsed {
  color: #272b41;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
}
.knowledgebase-adv__card .card-body {
  margin-left: 12px;
}

.fileM-card {
  text-align: center;
}
.fileM-card .fileM-excerpt {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 0;
}
.fileM-card .card {
  background-color: #f4f5f7;
}
.fileM-card .fileM-img {
  margin-bottom: 18px;
}

.fileM-wrapper__title {
  color: #272b41;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 20px;
}

.testimonial-slider-global .author-thumb p {
  color: #272b41;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  margin: 16px 0 0 0;
}
.testimonial-slider-global .author-thumb span {
  color: #5a5f7d;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
  color: rgba(90, 95, 125, 0.7);
  margin: 4px 0 0 0;
}
.testimonial-slider-global .author-comment {
  color: #5a5f7d;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
.testimonial-slider-global .slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  color: #868eae;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(146, 153, 184, 0.16);
  background-color: white;
}
.testimonial-slider-global .card {
  border-radius: 8px;
}
.testimonial-slider-global .slick-slide {
  margin: 40px 15px;
  outline: none;
}
.testimonial-slider-global .slider-prev {
  left: -60px;
}
.testimonial-slider-global .slider-next {
  right: -60px;
}
.testimonial-slider-global .slick-dots li button:before {
  color: #fff;
  font-size: 10px;
}
.testimonial-slider-global .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.changelog-history__title {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.v-num {
  color: #272b41;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
}

.counting-area {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  margin: -25px;
  margin-bottom: 40px;
}
.counting-area .number {
  color: #272b41;
  display: flex;
  flex-flow: column;
  font-size: 42px;
  line-height: 0.9047619048;
  font-weight: 600;
  min-width: 50px;
  margin: 25px;
}
.counting-area .number .text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #868eae;
  text-transform: capitalize;
  margin-top: 12px;
}

.ai-list-item {
  margin: 0 8px;
}
.ai-list-item span.active {
  color: #272b41;
}
.ai-list-item span {
  color: #adb4d2;
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 500;
}

.icon-list {
  margin: -10px 0;
}
.icon-list i {
  color: #272b41;
  min-width: 25px;
  margin-right: 8px;
}
.icon-list svg {
  color: #272b41;
  min-width: 25px;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.icon-list .col-sm-6 {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.icon-list .col-sm-6 .icon-text {
  font-size: 14px;
}
.icon-list img {
  width: 18px;
  height: 18px;
}

.add-product-status-radio .custom-radio input[type=radio]:checked + label {
  color: #272b41;
}
.add-product-status-radio .custom-radio input[type=radio] + label {
  color: #5a5f7d;
  transition: 0.3s;
  font-weight: 500;
}

.file-upload__label {
  color: #272b41;
  display: block;
}
.file-upload__label:hover {
  color: #272b41;
  cursor: pointer;
}

.add-product__body {
  padding: 24px 40px;
}
.add-product__body .form-group {
  margin-bottom: 23px;
}
.add-product__body .form-group label {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.add-product__body .form-group .input-group-text {
  color: #5a5f7d;
  background-color: #f8f9fb;
  border: 1px solid #e3e6ef;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
}
.add-product__body .form-group .input-group-text svg {
  width: 16px;
}
.add-product__body .form-group .form-control {
  height: 48px;
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  resize: none;
}
.add-product__body .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #9299b8;
  text-transform: capitalize;
  line-height: 35px;
}
.add-product__body .form-group .form-control::placeholder {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #9299b8;
  text-transform: capitalize;
}
.add-product__body .form-group .form-control:-moz-placeholder {
  line-height: 35px;
}
.add-product__body .form-group textarea {
  padding: 15px 20px;
  min-height: 150px;
}
.add-product__body .form-group .input-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.add-product__body .form-group .input-group input::-moz-placeholder {
  color: #5a5f7d;
}
.add-product__body .form-group .input-group input::placeholder {
  color: #5a5f7d;
}

table.table-rounded tr th {
  color: #272b41;
  font-size: 14px;
  font-weight: 500;
}
table.table-rounded tr td {
  color: #272b41;
  font-size: 14px;
  font-weight: 500;
}
table.table-rounded thead tr th {
  color: #5a5f7d;
  padding: 16px 20px;
  text-transform: capitalize;
  background-color: #f8f9fb;
}
table.table-rounded thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}
table.table-rounded thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}
table.table-rounded tbody tr td {
  background: #ffffff;
  padding: 12px 20px;
  vertical-align: middle;
}
table.table-rounded tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}
table.table-rounded tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}
table.table-rounded tbody tr td.card .card-header {
  background-color: #fff;
}
table.table-rounded tbody tr td.card .card-body {
  background-color: #fff;
}
table.table-rounded tbody tr:hover td {
  background-color: rgba(95, 99, 242, 0.1);
}

.orderDatatable-title {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.payment-invoice-table.userDatatable table thead tr th {
  color: #272b41;
}

.payment-invoice-qr__address {
  float: right;
}
.payment-invoice-qr__address p {
  color: #272b41;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.payment-invoice-qr__address span {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: capitalize;
}

.payment-invoice-qr__code {
  text-align: center;
  -webkit-print-color-adjust: exact;
}
.payment-invoice-qr__code p {
  color: #272b41;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
.payment-invoice-qr__code img {
  width: 270px;
  height: 60px;
}

.payment-invoice-qr__number p {
  color: #272b41;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 500;
  margin-bottom: 0;
}
.payment-invoice-qr__number .display-3 {
  color: #272b41;
  line-height: 1.2777777778;
  font-weight: 600;
  margin-bottom: 5px;
}

.payment-invoice-address__area address {
  color: #272b41;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
  float: right;
  margin-bottom: 0px;
  text-align: right;
}

.payment-invoice-logo {
  display: flex;
}
.payment-invoice-logo span {
  color: #272b41;
  font-size: 27px;
  font-weight: bold;
  text-transform: capitalize;
}
.payment-invoice-logo a svg {
  max-width: 140px;
  width: 100%;
}

.crc__method {
  color: #272b41;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
}
.crc__method img {
  width: 40px;
  height: 23px;
  margin-right: 20px;
}

.check-review__contact {
  flex-basis: 218px;
}
.check-review__contact p {
  color: #272b41;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 500;
  margin-bottom: 5px;
}
.check-review__contact span {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 400;
}

.payment-method-paypal .form-control {
  color: #272b41;
  height: 60px;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  border-radius: 10px;
}
.payment-method-paypal .form-control img {
  width: 103px;
  height: 25px;
}

.payment-method-card {
  border: 1px solid #f1f2f6;
  border-radius: 20px;
}
.payment-method-card .card-body {
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0px 10px 30px #9299b81a;
}
.payment-method-card .card-body label {
  color: #272b41;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
  text-transform: capitalize;
}
.payment-method-card .card-body .form-control {
  height: 48px;
  border-radius: 4px;
}
.payment-method-card .card-body .form-control::-moz-placeholder {
  color: #adb4d2;
  text-transform: capitalize;
}
.payment-method-card .card-body .form-control:-ms-input-placeholder {
  color: #adb4d2;
  text-transform: capitalize;
}
.payment-method-card .card-body .form-control input {
  color: #adb4d2;
  text-transform: capitalize;
}
.payment-method-card .card-body .form-control::-moz-placeholder {
  color: #adb4d2;
  text-transform: capitalize;
}
.payment-method-card .card-body .form-control::placeholder {
  color: #adb4d2;
  text-transform: capitalize;
}
.payment-method-card .card-body .form-control:focus {
  background-color: transparent;
}
.payment-method-card .card-header h5 {
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.payment-method-card .select2-container .select2-selection--single .select2-selection__rendered {
  color: #adb4d2;
  text-transform: capitalize;
}
.payment-method-card .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #adb4d2;
  text-transform: capitalize;
}

.Product-cart-title .media p {
  color: #272b41;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 500;
  text-transform: capitalize;
}
.Product-cart-title .media p span {
  color: #5a5f7d;
  margin-left: 5px;
  font-weight: 400;
}
.Product-cart-title .media p:not(:last-child) {
  margin-right: 20px;
}
.Product-cart-title .media img {
  border-radius: 10px;
}
.Product-cart-title .media h5 {
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-cart__header {
  border-radius: 10px;
}
.product-cart__header th {
  color: #272b41;
  padding: 15px 20px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #f8f9fb;
}
.product-cart__header th:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.product-cart__header th:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

#price-range {
  width: 100%;
  margin: 5% auto;
}
#price-range .price-value {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}

.stars-rating__point {
  color: #272b41;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  margin-left: 6px;
  margin-right: 10px;
}

.fc-listMonth-view .fc-list-day {
  flex: 0 0 20%;
  max-width: 20%;
  border-bottom: 1px solid #f1f2f6;
}
.fc-listMonth-view .fc-list-day th {
  color: #272b41;
  border: 0 none;
}
.fc-listMonth-view .fc-list-day:last-child {
  border-bottom: 1px solid #f1f2f6;
}
.fc-listMonth-view .fc-list-day .fc-list-day-cushion {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  padding: 12px 14px;
}
.fc-listMonth-view .fc-list-day .fc-list-day-cushion .fc-list-day-side-text {
  font-weight: 500;
}
.fc-listMonth-view .fc-list-event {
  cursor: pointer;
}
.fc-listMonth-view .fc-list-event:hover {
  background-color: #fff !important;
}
.fc-listMonth-view .fc-list-event td {
  font-size: 14px;
  background-color: #fff !important;
  padding: 16px 14px;
}
.fc-listMonth-view .fc-list-event + .fc-list-event {
  margin-left: 20%;
  border: 0 none;
}
.fc-listMonth-view .fc-list-event.primary {
  background-color: transparent !important;
}
.fc-listMonth-view .fc-list-event.warning {
  background-color: transparent !important;
}
.fc-listMonth-view .fc-list-event.secondary {
  background-color: transparent !important;
}
.fc-listMonth-view .fc-list-event.success {
  background-color: transparent !important;
}

.drag-drop-wrap {
  margin: 20px 0;
}
.drag-drop-wrap .item_title h6 {
  margin-left: 12px;
  font-size: 14px;
}
.drag-drop-wrap .item_title h6 a {
  color: #272b41;
}
.drag-drop-wrap .item {
  min-width: 200px;
}
.drag-drop-wrap .item svg {
  color: #adb4d2;
}
.drag-drop-wrap .item img {
  color: #adb4d2;
}
.drag-drop-wrap .item i {
  color: #adb4d2;
}
.drag-drop-wrap .item-info {
  margin-left: 30px;
}
.drag-drop-wrap .drag-drop table tr {
  cursor: move;
}
.drag-drop-wrap .date {
  min-width: 150px;
}

.atbd-drawer {
  background: #ffffff;
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(320px);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: all 0.35s ease-in;
}
.atbd-drawer .profile-info__label {
  color: #272b41;
  font-size: 14px;
  font-weight: 400;
}
.atbd-drawer .drawer-content h6 {
  font-weight: 500;
  margin-bottom: 30px;
}
.atbd-drawer .profile-info-box__single:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f2f6;
}
.atbd-drawer .profile-info-box__single h6 {
  margin-bottom: 15px;
}
.atbd-drawer .profile-info__single {
  flex: 0 0 50%;
}
.atbd-drawer .profile-info__single:not(:last-child) {
  margin-bottom: 8px;
}
.atbd-drawer .profile-info__text {
  font-size: 14px;
  font-weight: 400;
}

.area-drawer-wrapper {
  text-align: center;
}
.area-drawer-wrapper h1 {
  color: #272b41;
  font-size: 14px;
  font-weight: 400;
}
.area-drawer-wrapper h2 {
  color: #272b41;
  font-size: 14px;
  font-weight: 400;
}
.area-drawer-wrapper h3 {
  color: #272b41;
  font-size: 14px;
  font-weight: 400;
}
.area-drawer-wrapper h4 {
  color: #272b41;
  font-size: 14px;
  font-weight: 400;
}
.area-drawer-wrapper h5 {
  color: #272b41;
  font-size: 14px;
  font-weight: 400;
}
.area-drawer-wrapper h6 {
  color: #272b41;
  font-size: 14px;
  font-weight: 400;
}
.area-drawer-wrapper .drawer-btn {
  margin-top: 20px;
}
.area-drawer-wrapper .area-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 27, 41, 0.5);
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 9988;
  opacity: 0;
  visibility: hidden;
}
.area-drawer-wrapper .area-overlay.show {
  opacity: 1;
  visibility: visible;
}
.area-drawer-wrapper .area-drawer.show .atbd-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.area-drawer-wrapper .atbd-drawer {
  position: absolute;
}

.atbd-drawer__body {
  padding: 20px 24px 24px;
}
.atbd-drawer__body p {
  color: #272b41;
  font-size: 14px;
}

.atbd-drawer__header {
  padding: 18px 25px;
  border-bottom: 1px solid #f1f2f6;
}
.atbd-drawer__header .drawer-title {
  color: #272b41;
}

.page-title__left {
  display: flex;
  align-items: center;
}
.page-title__left .title-text {
  color: #272b41;
  font-size: 22px;
  font-weight: 600;
  margin-left: 8px;
}
.page-title__left .sub-title {
  color: #adb4d2;
  font-size: 14px;
  margin-left: 10px;
}
.page-title__left a i {
  width: 16px;
  color: #000000;
  font-size: 20px;
  margin-top: 3px;
  margin-right: 9px;
}
.page-title__left a svg {
  width: 16px;
  color: #000000;
}
.page-title__left a img {
  width: 16px;
  color: #000000;
}
.page-title__left a span {
  width: 16px;
  color: #000000;
}

.statistics-countdown__time {
  color: #272b41;
  font-size: 20px;
}

.statistics-item__number {
  color: #272b41;
  display: flex;
  align-items: center;
  margin: 5px 0 0;
  font-size: 20px;
}
.statistics-item__number i {
  font-size: 21px;
  margin-right: 4px;
  margin-left: -3px;
}
.statistics-item__number svg {
  font-size: 21px;
  margin-right: 4px;
  margin-left: -3px;
}
.statistics-item__number span {
  font-size: 21px;
  margin-right: 4px;
}
.statistics-item__number img {
  margin-left: -3px;
}
.statistics-item__number .number-fraction {
  margin: 0;
  font-size: 14px;
}

.atbd-steps__text {
  color: #272b41;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}

.atbd-pop-message__text p {
  color: #272b41;
  font-size: 14px;
  margin-bottom: 0;
}

.timeline-box--3.basic-timeline .timeline {
  padding: 0;
}
.timeline-box--3.basic-timeline .timeline li .timeline-single {
  margin-top: 18px;
  padding-right: 45%;
}
.timeline-box--3.basic-timeline .timeline li .timeline-single .timeline-single__days span {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
.timeline-box--3.basic-timeline .timeline li .timeline-single:before {
  display: none;
}
.timeline-box--3.basic-timeline .timeline li .timeline-single .timeline-single__content p {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #5a5f7d;
  margin-top: 24px;
  margin-bottom: 11px;
}
.timeline-box--3.basic-timeline .timeline li .timeline-single .timeline-single__content span {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #868eae;
}
.timeline-box--3.basic-timeline .timeline > li .timeline-single__buble--svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  margin-left: 0;
  top: 0;
  border-radius: 50%;
}
.timeline-box--3.basic-timeline .timeline > li .timeline-single__buble {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border: none;
  margin-left: -28px;
  top: 0;
  border-radius: 50%;
}
.timeline-box--3.basic-timeline .timeline-single__content {
  padding: 0;
  background-color: transparent;
}

.new-member-modal .form-group label {
  color: #272b41;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 500;
  margin-bottom: 8px;
}
.new-member-modal button.b-light {
  border: 1px solid #e3e6ef;
}
.new-member-modal button.btn-outline-lighten {
  border: 1px solid #e3e6ef;
}
.new-member-modal .form-control {
  height: 48px;
}
.new-member-modal .form-control::-moz-placeholder {
  color: #9299b8;
}
.new-member-modal .form-control::placeholder {
  color: #9299b8;
}
.new-member-modal textarea.form-control {
  padding: 13px 20px;
  height: 120px;
  resize: none;
}

.userDatatable-content {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  text-transform: capitalize;
}

.media-ui .user-group-progress-top p {
  color: #272b41;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
}
.media-ui .user-group-people > p {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
  margin-bottom: 22px;
}

.user-social-profile .edit-profile__body label {
  color: #272b41;
  font-weight: 500;
}
.user-social-profile .input-group {
  border-radius: 4px;
}
.user-social-profile .input-group .input-group-prepend {
  margin-right: 0;
}
.user-social-profile .input-group .input-group-text {
  border-radius: 4px;
}
.user-social-profile .input-group .form-control {
  border-left: none;
  margin-left: -2px;
  background: none;
}

.atbd-notice__content .notice-list__text {
  color: #272b41;
  font-size: 14px;
  margin-left: 6px;
}
.atbd-notice__content .notice-list__text a {
  display: inline-block;
  margin-left: 5px;
}
.atbd-notice__content h1 {
  font-weight: 500;
  margin-bottom: 14px;
}
.atbd-notice__content h2 {
  font-weight: 500;
  margin-bottom: 14px;
}
.atbd-notice__content h3 {
  font-weight: 500;
  margin-bottom: 14px;
}
.atbd-notice__content h4 {
  font-weight: 500;
  margin-bottom: 14px;
}
.atbd-notice__content h5 {
  font-weight: 500;
  margin-bottom: 14px;
}
.atbd-notice__content h6 {
  font-weight: 500;
  margin-bottom: 14px;
}
.atbd-notice__content .notice-listBlock {
  padding: 24px;
}
.atbd-notice__content .notice-list li:not(:last-child) {
  margin-bottom: 9px;
}
.atbd-notice__content .notice-list li svg {
  width: 16px;
}
.atbd-notice__content .notice-list li img {
  width: 16px;
}

.edit-profile__body .form-group label {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
.edit-profile__body .form-group .form-control {
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.edit-profile__body .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #5a5f7d;
}
.edit-profile__body .form-group .form-control::placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #5a5f7d;
}
.edit-profile__body .form-group .form-control:focus {
  border: 1px solid #f3615a;
  transition: all 0.3s ease;
}
.edit-profile__body .form-group textarea.form-control {
  height: auto;
  resize: none;
}
.edit-profile__body label {
  text-transform: capitalize;
}
.edit-profile__body .form-control {
  height: 48px;
}
.edit-profile__body .form-control--social {
  height: 44px;
  padding: 0.375rem 0.9375rem;
}
.edit-profile__body .form-control--social::-moz-placeholder {
  color: #9299b8;
}
.edit-profile__body .form-control--social::placeholder {
  color: #9299b8;
}

.ap-product .table {
  margin-bottom: 25px;
}
.ap-product .table thead tr th {
  color: #272b41;
  border-top: none;
  border-bottom: 1px solid #e3e6ef;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 17px 25px;
}
.ap-product .table thead tr th:first-child {
  width: 60%;
}
.ap-product .table tbody tr {
  border-bottom: 1px solid #e3e6ef;
}
.ap-product .table tbody tr td {
  color: #5a5f7d;
  border: none;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.ap-product .table tbody tr:hover td {
  background: #f8f9fb;
}
.ap-product .table tbody tr:hover td.card .card-header {
  background: #f8f9fb;
}
.ap-product .table tbody tr:hover td.card .card-body {
  background: #f8f9fb;
}

.crm .table-selling-content {
  display: flex;
  align-items: center;
}
.crm .table-selling-content .title {
  color: #272b41;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
}
.crm .table-selling-content img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.crm .table-selling-content span {
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 400;
  color: #9297af;
}
.crm .deals-table-wrap {
  padding-bottom: 9px;
}
.crm .deals-table-wrap .table--default td {
  color: #272b41;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 600;
  border-top: none;
  white-space: nowrap;
}
.crm .deals-table-wrap .table--default tbody tr:first-child td {
  padding-top: 23px;
}
.crm .deals-table-wrap .table--default tbody tr:last-child {
  border-bottom: none;
}
.crm .deals-table-wrap .table--default tbody tr:last-child td {
  padding-bottom: 23px;
}
.crm .revenue-labels .current span:before {
  background: #f3615a;
}
.crm .revenue-labels strong {
  padding-bottom: 8px;
}
.crm .cashflow-display__amount {
  padding-top: 8px;
}
.crm .dropdown svg {
  width: 18px;
}
.crm .selling-table-wrap .table--default tbody tr:last-child {
  border-bottom: none;
}
.crm .leader-table-wrap .table--default tbody tr:last-child {
  border-bottom: none;
}

.revenue-chart-box__data {
  color: #272b41;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.revenue-chart-legend__data span {
  color: #272b41;
  font-size: 18px;
  font-weight: 500;
}

.device-pieChart-wrap .pie-chart-legend {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 200px;
  margin-bottom: 0px;
  display: inline-block;
  transform: translate(-50%, -50%);
}
.device-pieChart-wrap .pie-chart-legend span {
  color: #272b41;
  font-size: 24px;
  display: block;
  font-weight: 600;
}
.device-pieChart-wrap .pie-chart-legend p {
  color: #5a5f7d;
  margin-bottom: 0;
  font-size: 14px;
}

.atbd-empty__text {
  color: #272b41;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.atbd-empty__text p.disabled {
  color: #adb4d2;
}
.atbd-empty__text p {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
  margin-bottom: 0;
}

.atbd-notification-box__close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.atbd-notification-box__close svg {
  color: #272b41;
  max-width: 20px;
}
.atbd-notification-box__close img {
  color: #272b41;
  max-width: 20px;
}

.badge.badge-transparent.badge-danger {
  color: #272b41;
  background-color: rgba(255, 77, 79, 0.1);
}

.customizer__title {
  color: #272b41;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2px;
}

.chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: #fff;
  box-shadow: 0 8px 10px #9299b815;
  padding: 10px 12px !important;
  border-radius: 3px;
  border: 1px solid #f1f2f6;
  min-width: 80px;
  transition: all 0.5s ease;
  pointer-events: none;
  transform: translate(-50%, 5%);
  z-index: 222;
  top: 0;
  left: 0;
}
.chartjs-tooltip table tbody td {
  color: #272b41;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 3px;
  white-space: nowrap;
}
.chartjs-tooltip table tbody td .data-label {
  margin-left: 3px;
  color: #868eae;
}
.chartjs-tooltip:before {
  position: absolute;
  content: "";
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.atbd-message {
  color: #272b41;
  position: fixed;
  top: 0;
  left: 50%;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 40px rgba(146, 153, 184, 0.15);
  z-index: 99999;
  font-size: 14px;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.bg-dark {
  background: #272b41;
}

.atbd-mailCompose__header {
  background: #272b41;
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 10px 40px rgba(146, 153, 184, 0.15);
}
.atbd-mailCompose__header .mailCompose-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.banner-feature--4 {
  background: #272b41;
}
.banner-feature--4 .banner-feature__shape {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}
.banner-feature--4 .card-body {
  padding: 29px 30px 30px 30px;
}
.banner-feature--4 .banner-feature__para {
  margin: 17px 0 17px 0;
}

.btn.btn-transparent-dark {
  border-color: transparent;
}
.btn.btn-transparent-dark:hover {
  background: #272b41;
  color: #ffffff;
  border-color: transparent;
}

.layout-dark .sidebar {
  background: #272b41;
}
.layout-dark .sidebar .sidebar__menu-group ul li ul li > a:hover {
  background: #272b41;
  color: #ffffff;
}
.layout-dark .sidebar .sidebar__menu-group ul li ul li > a.active {
  background: #272b41;
  color: #ffffff;
}
.layout-dark .sidebar .sidebar__menu-group ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.layout-dark .sidebar .sidebar__menu-group ul li a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
.layout-dark .sidebar .sidebar__menu-group ul li a .toggle-icon {
  color: rgba(255, 255, 255, 0.6);
}
.layout-dark .sidebar .sidebar__menu-group ul li a .nav-icon {
  color: rgba(255, 255, 255, 0.6);
}
.layout-dark .sidebar .sidebar__menu-group ul li a.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
.layout-dark .sidebar .sidebar__menu-group ul li.menu-title span {
  color: rgba(255, 255, 255, 0.38);
}
.layout-dark .header-top {
  background-color: #22253a;
}
.layout-dark .mobile-author-actions.show {
  background-color: #22253a;
}
.layout-dark .navbar-brand .light {
  display: block;
}
.layout-dark .navbar-brand .svg.dark {
  display: none;
}
.layout-dark .search-form svg {
  color: rgba(255, 255, 255, 0.6);
}
.layout-dark .search-form input {
  background-color: #22253a;
}
.layout-dark .search-form input::-moz-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
}
.layout-dark .search-form input::placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
}
.layout-dark .navbar-right__menu .nav-item-toggle svg {
  color: rgba(255, 255, 255, 0.6);
}
.layout-dark .navbar-right__menu .nav-item-toggle i {
  color: rgba(255, 255, 255, 0.6);
}
.layout-dark .navbar-right__menu .search-toggle i {
  color: #ffffff60;
}
.layout-dark .navbar-right__menu .search-toggle svg {
  color: #ffffff60;
}
.layout-dark .strikingDash-top-menu > ul > li > a {
  color: #ffffff60;
}

.overlay-dark-sidebar {
  background: #272b41;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  z-index: -1;
}

.customizer-overlay {
  background: #272b41;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  z-index: -1;
  background: #10122130;
}

.iborder-dark {
  color: #272b41;
}

.outline-dark {
  border: 1px solid #272b41;
  color: #272b41;
}

.active-color-dark label input:checked + span {
  background: #272b41;
  border-color: #272b41;
}

.circle-dark {
  color: #272b41;
  background: rgba(39, 43, 65, 0.1);
}

.border-dark {
  border: 1px solid #272b41;
}

.bg-opacity-dark {
  background: rgba(39, 43, 65, 0.15);
}

.order-bg-opacity-dark {
  background: rgba(39, 43, 65, 0.1);
}

.hover-dark:hover {
  background: #272b41;
  color: #ffffff;
}

.color-text {
  color: #666d92;
}

.modal-content.modal-colored .modal-footer .btn {
  color: #666d92;
  background: #ffffff;
}
.modal-content.modal-colored .modal-footer .card.btn .card-header {
  background-color: #fff;
}
.modal-content.modal-colored .modal-footer .card.btn .card-body {
  background-color: #fff;
}
.modal-content.modal-colored .modal-body p {
  color: #ffffff;
}
.modal-content.modal-colored .close svg {
  color: #ffffff;
}
.modal-content.modal-colored .close i {
  color: #ffffff;
}
.modal-content.modal-colored .close span {
  color: #ffffff;
}
.modal-content.modal-colored .modal-title {
  color: #ffffff;
}
.modal-content.modal-colored .btn:hover {
  border-color: transparent;
}

.bg-text {
  background: #666d92;
}

.iborder-text {
  color: #666d92;
}

.outline-text {
  border: 1px solid #666d92;
  color: #666d92;
}

.active-color-text label input:checked + span {
  background: #666d92;
  border-color: #666d92;
}

.circle-text {
  color: #666d92;
  background: rgba(102, 109, 146, 0.1);
}

.border-text {
  border: 1px solid #666d92;
}

.bg-opacity-text {
  background: rgba(102, 109, 146, 0.15);
}

.order-bg-opacity-text {
  background: rgba(102, 109, 146, 0.1);
}

.hover-text:hover {
  background: #666d92;
  color: #ffffff;
}

.color-extra-light {
  color: #adb4d2;
}

.error-page__title {
  color: #adb4d2;
  font-size: 60px;
  line-height: 0.6333333333;
  font-weight: 600;
  margin-top: 107px;
  margin-bottom: 37px;
}

.ordertable-btns li svg {
  color: #adb4d2;
  width: 18px;
}
.ordertable-btns li:not(:last-child) a {
  margin-right: 25px;
}

.payment-invoice__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 77px;
}
.payment-invoice__btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  height: 40px;
  -webkit-print-color-adjust: exact;
}
.payment-invoice__btn button svg {
  color: #adb4d2;
  width: 16px;
}
.payment-invoice__btn button:not(:last-child) {
  margin-right: 10px;
}
.payment-invoice__btn button.download svg {
  color: white;
}

.image-group ul li svg {
  color: #adb4d2;
  width: 14px;
}
.image-group ul li:not(:last-child) {
  margin-right: 4px;
}

.chat-type-text__write {
  background-color: #f4f5f7;
  height: 70px;
  border-radius: 35px;
  padding: 0 25px;
  transition: all 0.3s ease;
  margin-right: 8px;
}
.chat-type-text__write a svg {
  color: #adb4d2;
  width: 24px;
  margin-right: 20px;
}
.chat-type-text__write:hover {
  background: white;
  box-shadow: 0px 5px 30px #9299b826;
}
.chat-type-text__write input::-moz-placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #9299b8;
}
.chat-type-text__write input::placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #9299b8;
}

.chat-text-box__other button svg {
  color: #adb4d2;
  width: 18px;
}
.chat-text-box__other .dropdown-default .dropdown-item {
  color: #5a5f7d;
  font-weight: 400;
  padding: 10px 25px;
  text-transform: capitalize;
}

.files-area__right .dropdown svg {
  color: #adb4d2;
  width: 22px;
}
.files-area__right p {
  text-transform: capitalize;
}

.project-task-list__right ul li {
  display: flex;
  align-items: center;
}
.project-task-list__right ul li button {
  height: unset;
}
.project-task-list__right ul li button svg {
  color: #adb4d2;
  width: 22px;
}
.project-task-list__right ul li:not(:last-child) {
  margin-right: 20px;
}
.project-task-list__right ul li .time-completed {
  width: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.project-task-list__right ul li a svg {
  color: #d8dceb;
  width: 14px;
}

.atbd-select.disabled select {
  color: #adb4d2;
  cursor: not-allowed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.atbd-select.disabled .form-control {
  border: 1px solid #c6d0dc;
  background: #f4f5f7;
}

.drawer-profile-box__single {
  padding: 25px;
}
.drawer-profile-box__single .profile-text {
  margin-left: 10px;
}
.drawer-profile-box__single .profile-text .author-title {
  color: #adb4d2;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
}
.drawer-profile-box__single .profile-text .author-name {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.drawer-profile-box__single:not(:last-child) {
  border-bottom: 1px solid #f1f2f6;
}
.drawer-profile-box__single .profile-author img {
  max-width: 32px;
  border-radius: 50%;
}
.drawer-profile-box__single .drawer-trigger {
  font-size: 14px;
}

.custom-radio.disabled input[type=radio] + label {
  color: #adb4d2;
}
.custom-radio.disabled input[type=radio]:checked + label:after {
  border: 1px solid #c6d0dc;
  background: #c6d0dc;
}
.custom-radio.disabled label {
  cursor: not-allowed;
}

.atbd-date-picker input {
  color: #adb4d2;
}
.atbd-date-picker .date-picker-disabled {
  cursor: not-allowed;
}

.input-container .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.input-container .input-icon svg {
  color: #adb4d2;
  width: 14px;
}
.input-container .input-icon img {
  color: #adb4d2;
  width: 14px;
}
.input-container .input-icon.icon-left {
  left: 20px;
}
.input-container .input-icon.icon-right {
  right: 20px;
}

.project-progress .dropdown svg {
  color: #adb4d2;
  width: 22px;
}
.project-progress .user-group-progress-bar .progress {
  height: 5px;
}

.profile-card-3 {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  border: none;
}
.profile-card-3 .card-dropdown {
  margin-top: 7px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.profile-card-3 .card-dropdown .dropdown svg {
  color: #adb4d2;
  width: 24px;
}
.profile-card-3 .card-dropdown:hover {
  background: #f4f5f7;
}
.profile-card-3 .profile {
  border-radius: 50%;
  border: 8px solid #ffffff;
}
.profile-card-3 .background-block {
  float: left;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.profile-card-3 .background-block .background {
  width: 100%;
  vertical-align: top;
  height: 150px;
  border-radius: 10px 10px 0px 0px;
}
.profile-card-3 .card-content {
  background: #ffffff;
  border-radius: 30px 30px 10px 10px;
}
.profile-card-3 .card-content .card-content__body {
  width: 100%;
  padding: 25px 25px;
}

.userDatatable_actions svg {
  color: #adb4d2;
  width: 16px;
}
.userDatatable_actions li:not(:last-child) {
  margin-right: 20px;
}

.user-group-media button svg {
  color: #adb4d2;
  width: 24px;
}

.tm-card-overlay {
  top: 17px;
  right: 30px;
}
.tm-card-overlay .dropdown svg {
  color: #adb4d2;
  width: 24px;
}
.tm-card-overlay .dropdown button {
  height: unset;
}

.user-member__form {
  padding: 15px 25px;
  background: white;
  height: 46px;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 20px #9299b808;
  border-radius: 23px;
}
.user-member__form svg {
  color: #adb4d2;
  width: 20px;
}
.user-member__form .form-control {
  padding: 10px 13px;
  line-height: 25px;
  height: 46px;
}
.user-member__form .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #adb4d2;
}
.user-member__form .form-control::placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #adb4d2;
}

.ffp__button {
  display: none;
  transition: all 0.3s ease;
}
.ffp__button svg {
  color: #adb4d2;
  width: 22px;
}

.ffp__title p {
  color: #adb4d2;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 2px;
}
.ffp__title h6 {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
}
.ffp__title h6 span {
  font-weight: 500;
}

.ap-post-content-comment__write {
  color: #5a5f7d;
  background-color: #f4f5f7;
  height: 50px;
  border-radius: 25px;
  padding: 0 22px;
  margin-left: 45px;
}
.ap-post-content-comment__write a {
  color: #adb4d2;
}
.ap-post-content-comment__write a svg {
  width: 18px;
}
.ap-post-content-comment__write a:not(:last-child) {
  margin-right: 18px;
}
.ap-post-content-comment__write input {
  color: #5a5f7d;
}
.ap-post-content-comment__write input:focus {
  box-shadow: 0 0 !important;
}
.ap-post-content-comment__write input::-moz-placeholder {
  font-size: 14px;
  color: #9299b8;
}
.ap-post-content-comment__write input::placeholder {
  font-size: 14px;
  color: #9299b8;
}

.ap-post-attach__drop svg {
  color: #adb4d2;
  margin-right: 0;
  width: 18px;
  height: auto;
}

.custom-checkbox.disabled {
  opacity: 0.4;
}
.custom-checkbox.disabled input[type=checkbox]:checked + label:before {
  color: #adb4d2;
  font-size: 8px;
  left: 4px;
  top: 4px;
}
.custom-checkbox.disabled input[type=checkbox]:checked + label:after {
  border: 1px solid #c6d0dc;
  background-color: #fff;
}
.custom-checkbox.disabled label {
  cursor: not-allowed;
}

.atbd-button-group {
  border-radius: 0 3px 3px 0;
}
.atbd-button-group .btn.btn-solid {
  color: #adb4d2;
}
.atbd-button-group .btn {
  padding: 0 0.7rem;
  z-index: 0 !important;
}
.atbd-button-group .btn:focus {
  color: #5a5f7d !important;
  outline: none;
  box-shadow: 0 0px 0px rgba(146, 153, 184, 0) !important;
  border-color: #f1f2f6 !important;
}
.atbd-button-group .btn:active {
  color: #5a5f7d !important;
  outline: none;
  box-shadow: 0 0px 0px rgba(146, 153, 184, 0) !important;
  border-color: #f1f2f6 !important;
}
.atbd-button-group .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.atbd-button-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.atbd-button-group .btn.btn-outline-light.active {
  background-color: #f3615a !important;
  border-color: #f3615a !important;
}
.atbd-button-group .btn.btn-outline-light.active:hover {
  background-color: #f3615a !important;
  border-color: #f3615a !important;
}
.atbd-button-group .btn.btn-outline-light:hover {
  background-color: #f4f5f7 !important;
}

.badge.badge-transparent.badge-default {
  color: #adb4d2;
  background-color: rgba(173, 180, 210, 0.1);
}

.bg-extra-light {
  background: #adb4d2;
}

.slick-slider {
  direction: ltr;
}
.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
}
.slick-slider .slick-dots button {
  background: #adb4d2;
  border: 0 none;
  border-radius: 5px;
  width: 15px;
  height: 3px;
  transition: width 0.3s ease;
  padding: 0;
  text-indent: -9999px;
}
.slick-slider .slick-dots li {
  display: inline-flex;
  padding: 0 3px;
}
.slick-slider .slick-dots li.slick-active button {
  width: 25px;
  background-color: #fff;
}

.badge-dot.dot-default {
  background: #adb4d2;
}

.iborder-extra-light {
  color: #adb4d2;
}

.outline-extra-light {
  border: 1px solid #adb4d2;
  color: #adb4d2;
}

.active-color-extra-light label input:checked + span {
  background: #adb4d2;
  border-color: #adb4d2;
}

.circle-extra-light {
  color: #adb4d2;
  background: rgba(173, 180, 210, 0.1);
}

.border-extra-light {
  border: 1px solid #adb4d2;
}

.bg-opacity-extra-light {
  background: rgba(173, 180, 210, 0.15);
}

.order-bg-opacity-extra-light {
  background: rgba(173, 180, 210, 0.1);
}

.hover-extra-light:hover {
  background: #adb4d2;
  color: #ffffff;
}

.color-gray {
  color: #5a5f7d;
}

.jvectormap-container .jvectormap-zoomin {
  color: #5a5f7d;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  bottom: 25px;
  right: 0;
  top: auto;
  left: auto;
  border: 1px solid #f1f2f6;
  border-radius: 6px 6px 0 0;
}
.jvectormap-container .jvectormap-zoomout {
  color: #5a5f7d;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  bottom: 25px;
  right: 0;
  top: auto;
  left: auto;
  border: 1px solid #f1f2f6;
  bottom: 0px;
  border-top: 0 none;
  border-radius: 0 0 6px 6px;
}
.jvectormap-container .card.jvectormap-zoomin .card-header {
  background-color: #fff;
}
.jvectormap-container .card.jvectormap-zoomin .card-body {
  background-color: #fff;
}
.jvectormap-container .card.jvectormap-zoomout .card-header {
  background-color: #fff;
}
.jvectormap-container .card.jvectormap-zoomout .card-body {
  background-color: #fff;
}

.maintenance-page p {
  color: #5a5f7d;
  font-size: 14px;
}
.maintenance-page svg {
  max-width: 100%;
  height: auto;
}

.mdc__body h1 {
  color: #5a5f7d;
  font-size: 15px;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
}
.mdc__body h2 {
  color: #5a5f7d;
  font-size: 15px;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
}
.mdc__body h3 {
  color: #5a5f7d;
  font-size: 15px;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
}
.mdc__body h4 {
  color: #5a5f7d;
  font-size: 15px;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
}
.mdc__body h5 {
  color: #5a5f7d;
  font-size: 15px;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
}
.mdc__body h6 {
  color: #5a5f7d;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 35px;
}
.mdc__body p {
  color: #5a5f7d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.667;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.667;
}
.mdc__body p:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}
.mdc__body span {
  color: #5a5f7d;
  font-size: 15px;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
}
.mdc__body .mail-signature {
  margin: 42px 0 48px;
  margin: 42px 0 48px;
}
.mdc__body .mail-signature .author-name {
  margin-top: 10px;
  margin-top: 10px;
}

.mailbox-list .time-meta {
  color: #5a5f7d;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
}

.form-element-radioChecks .custom-radio.disabled input[type=radio] + label {
  color: #5a5f7d;
}
.form-element-radioChecks .custom-radio input[type=radio] + label:before {
  top: 44%;
}
.form-element-radioChecks .custom-checkbox.disabled input[type=checkbox]:checked + label:after {
  background-color: #f3615a;
}

.open-popup-modal {
  border: none;
  box-shadow: none;
  background: transparent;
}
.open-popup-modal svg {
  color: #5a5f7d;
  width: 14px;
  height: 14px;
}

.kanban-modal__progress .progress-wrap {
  margin-bottom: 11px;
}
.kanban-modal__progress .progress-wrap .progress-percentage {
  color: #5a5f7d;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 500;
}

.kanban-board__add-card {
  cursor: pointer;
}
.kanban-board__add-card button {
  color: #5a5f7d;
  background: #f4f5f7;
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  width: 100%;
}
.kanban-board__add-card button svg {
  color: #5a5f7d;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.kanban-board__add-card button:hover {
  background: rgba(146, 153, 187, 0.2);
}
.kanban-board__add-card p {
  color: #5a5f7d;
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.kanban-board__add-card p svg {
  color: #5a5f7d;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.kanban-board__add-card p:hover {
  background: rgba(146, 153, 187, 0.2);
}

.add-card-btn {
  color: #5a5f7d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 10px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  border: none;
  margin: 10px 20px 10px 20px;
  background: #e3e6ef;
  text-decoration: none;
}
.add-card-btn svg {
  color: #5a5f7d;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.add-card-btn:hover {
  background-color: #cdd2d4;
  color: #4d4d4d;
}
.add-card-btn::after {
  content: "...";
}

.kanban-items {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  padding: 0 20px 0 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) transparent;
  transition: all 0.3s ease;
}
.kanban-items li {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
  background-color: #fff;
  padding: 16px 15px;
  border-radius: 4px;
  word-wrap: break-word;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(146, 153, 184, 0.1);
  position: relative;
  transition: all 0.3s ease;
}
.kanban-items li button span {
  color: #5a5f7d;
  width: 10px;
  height: 10px;
}
.kanban-items li:not(:last-child) {
  margin-bottom: 10px;
}
.kanban-items li:last-of-type {
  margin-bottom: 0;
}
.kanban-items li:hover {
  background-color: #eee;
}
.kanban-items li .open-popup-modal {
  visibility: hidden;
  opacity: 0;
}
.kanban-items::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  margin-right: -10px;
}
.kanban-items::-webkit-scrollbar-track {
  background: transparent;
}
.kanban-items::-webkit-scrollbar-thumb {
  background-color: rgba(146, 153, 184, 0.3);
  border-radius: 6px;
}
.kanban-items .lists-items-title {
  flex: 1;
}
.kanban-items li.active .open-popup-modal {
  visibility: visible;
  opacity: 1;
}

.kanban-board__inline-body {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
}

.banner-feature--7 .banner-feature__para {
  color: #5a5f7d;
  margin: 14px 0 18px 0;
}
.banner-feature--7 .card-body {
  padding: 40px 30px 40px 0;
  display: flex;
}
.banner-feature--7 .banner-feature__heading {
  margin: 22px 0 19px 0;
}

.payment-invoice-table .unit {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 400;
}
.payment-invoice-table .invoice-quantity {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 400;
}
.payment-invoice-table .order {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 400;
}
.payment-invoice-table table thead tr {
  border-radius: 10px;
}
.payment-invoice-table table thead tr th {
  color: #5a5f7d;
  background: #f8f9fb;
  border-top: 1px solid #f1f2f6;
  border-bottom: 1px solid #f1f2f6;
  white-space: nowrap;
  -webkit-print-color-adjust: exact;
}
.payment-invoice-table table thead tr th:first-child {
  border-left: 1px solid #f1f2f6;
  border-radius: 10px 0px 0px 10px;
}
.payment-invoice-table table thead tr th:last-child {
  border-right: 1px solid #f1f2f6;
  border-radius: 0px 10px 10px 0px !important;
  border-right: 1px solid #f1f2f6;
  border-radius: 0px 10px 10px 0px !important;
}
.payment-invoice-table table thead .product-cart__header th:first-child {
  padding-left: 50px;
  width: 109px;
}
.payment-invoice-table table > thead > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.payment-invoice-table .table {
  border-collapse: separate;
  border-spacing: 0;
}
.payment-invoice-table .table td {
  padding: 20px;
  vertical-align: middle;
  white-space: nowrap;
}
.payment-invoice-table tbody tr th {
  padding: 20px;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid #e3e6ef;
}
.payment-invoice-table tbody tr th:first-child {
  padding-left: 50px;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
}
.payment-invoice-table tbody tr td {
  border-bottom: 1px solid #e3e6ef;
}

.crc-table .table th {
  vertical-align: middle;
}
.crc-table .table th .subtotalTotal span {
  color: #5a5f7d;
  font-size: 15px;
}
.crc-table .table th .taxes span {
  color: #5a5f7d;
  font-size: 15px;
}
.crc-table .table th .shipping span {
  color: #5a5f7d;
  font-size: 15px;
}
.crc-table .table th:first-child {
  padding-left: 0;
}
.crc-table .table th:last-child {
  padding-right: 0;
  text-align: right;
}
.crc-table .table td {
  padding: 8px 10px;
  vertical-align: middle;
}
.crc-table .table td .subtotalTotal span {
  color: #5a5f7d;
  font-size: 15px;
}
.crc-table .table td .taxes span {
  color: #5a5f7d;
  font-size: 15px;
}
.crc-table .table td .shipping span {
  color: #5a5f7d;
  font-size: 15px;
}
.crc-table .table td:first-child {
  padding-left: 0;
}
.crc-table .table td:last-child {
  padding-right: 0;
  text-align: right;
}
.crc-table .table th.subtotal {
  color: #5a5f7d;
}
.crc-table .table td.subtotal {
  color: #5a5f7d;
}
.crc-table tbody tr:first-child td {
  padding-top: 0;
}
.crc-table tbody tr:last-child td {
  padding-bottom: 30px;
}
.crc-table tfoot {
  border-top: 1px solid #e3e6ef;
}
.crc-table tfoot tr:first-child td {
  padding-top: 0;
}
.crc-table tfoot tr:last-child td {
  padding-bottom: 30px;
}
.crc-table tfoot .total {
  margin-top: 25px;
}
.crc-table .order-summery .total > div:not(:last-child) {
  margin-bottom: 0;
}

.product-deatils__social li a {
  color: #5a5f7d;
  font-size: 16px;
}
.product-deatils__social li:not(:first-child) a {
  margin-left: 10px;
}

.product--list .product-item__body .card-title {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.product--list .product-item__body .card-title + p {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 13px;
}
.product--list .product-item__body .product-item__button {
  margin-top: 30px;
}
.product--list .product-item {
  padding: 20px;
}
.product--list .product-item .product-item__title p {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 17px;
}
.product--list .product-item .product-item__image {
  width: 300px;
  height: 200px;
}
.product--list .product-item .product-item__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.product--list .like-icon {
  top: 0;
}

.fc-daygrid-day-top {
  margin-bottom: 8px;
}
.fc-daygrid-day-top .fc-daygrid-day-number {
  color: #5a5f7d;
  font-size: 14px;
  margin: 6px 8px 0 0;
}

.fc-view .fc-col-header {
  background: #f8f9fb;
}
.fc-view .fc-col-header tr th {
  border: 1px solid #f1f2f6;
  padding: 12.5px 0;
}
.fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner {
  text-align: left;
}
.fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  color: #5a5f7d;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
}
.fc-view .card.fc-col-header .card-header {
  background: #f8f9fb;
}
.fc-view .card.fc-col-header .card-body {
  background: #f8f9fb;
}

.draggable-event-list__single {
  cursor: pointer;
}
.draggable-event-list__single .event-text {
  color: #5a5f7d;
  font-size: 14px;
  margin-left: 12px;
}
.draggable-event-list__single:not(:last-child) {
  margin-bottom: 15px;
}

.user-button-top {
  margin: 20px 14px 10px 25px;
}
.user-button-top button {
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
  text-transform: capitalize;
}
.user-button-top button svg {
  color: #5a5f7d;
  margin-right: 11px;
  width: 14px;
}

.about-projects__details p {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
}

.select2-dropdown {
  background: #fff;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  padding: 15px 0;
  z-index: 1;
  border: none;
  z-index: 33;
  z-index: 9999;
}
.select2-dropdown .select2-results__option {
  color: #5a5f7d;
  font-size: 14px;
  display: block;
  line-height: 1.1;
  font-weight: 400;
  padding: 10px 25px;
}

.slider-controller {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.slider-controller span {
  color: #5a5f7d;
  margin-right: 6px;
  font-size: 14px;
}
.slider-controller .custom-switch {
  display: inline;
}

.atbd-rating-wrap .rater-text {
  color: #5a5f7d;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  margin-left: 6px;
}
.atbd-rating-wrap .rater-text .rate-count {
  margin-right: 3px;
}
.atbd-rating-wrap .rater {
  line-height: 1;
}

.atbd-tag {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.4;
  padding: 4px 10px;
  border-radius: 5px;
  margin: 4px;
}
.atbd-tag a {
  color: #5a5f7d;
}
.atbd-tag i {
  color: #5a5f7d;
  font-size: 10px;
}
.atbd-tag span {
  color: #5a5f7d;
  font-size: 10px;
  font-size: 10px;
}

.atbd-tag.tag-light {
  color: #5a5f7d;
  background: #eff0f3;
  font-weight: 500;
}

.atbd-pop-message__icon {
  margin-right: 8px;
}
.atbd-pop-message__icon i {
  color: #5a5f7d;
}
.atbd-pop-message__icon svg {
  color: #5a5f7d;
}
.atbd-pop-message__icon span {
  color: #5a5f7d;
}

.list-box__item {
  color: #5a5f7d;
  font-size: 14px;
  padding: 12px 20px;
  border-left: 1px solid #f1f2f6;
  border-right: 1px solid #f1f2f6;
}
.list-box__item:not(:last-child) {
  border-bottom: 1px solid #f1f2f6;
}
.list-box__item:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #f1f2f6;
  border-left: 1px solid #f1f2f6;
  border-right: 1px solid #f1f2f6;
}
.list-box__item:first-child {
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #f1f2f6;
  border-left: 1px solid #f1f2f6;
  border-right: 1px solid #f1f2f6;
}

.user-group-progress-bar .progress-percentage {
  color: #5a5f7d;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

.userDatatable-title {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.userDatatable-header th {
  border-bottom: none;
  padding: 13px 20px 15px 20px;
  vertical-align: middle;
  background: #f8f9fb;
}
.userDatatable-header th .checkbox-text {
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.user-group .dropdown-default {
  padding: 18px 0;
}
.user-group .dropdown-default .dropdown-item {
  color: #5a5f7d;
  padding: 1px 25px;
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: 400;
}
.user-group .dropdown-default .dropdown-item:hover {
  background: rgba(95, 99, 242, 0.05);
}
.user-group .dropdown-menu {
  padding: 18px 0;
}
.user-group .dropdown-menu .dropdown-item {
  color: #5a5f7d;
  padding: 1px 25px;
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: 400;
}
.user-group .dropdown-menu .dropdown-item:hover {
  background: rgba(95, 99, 242, 0.05);
}
.user-group .media-body {
  margin: -10px 0 !important;
}
.user-group .media-body .media-badge {
  margin: 10px 0 !important;
}
.user-group .progress {
  height: 5px;
}
.user-group .user-group-progress-bar p {
  margin-top: 2px;
}
.user-group .user-group-progress-top {
  margin-top: 14px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.user-group .user-group-progress-top span {
  white-space: nowrap;
}
.user-group:not(.media-ui) .media-body h6 {
  margin-bottom: 6px;
}

.user-group-people p {
  color: #5a5f7d;
  margin-bottom: 23px;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
}

.user-member__title {
  margin-right: 25px;
}
.user-member__title span {
  color: #5a5f7d;
  position: relative;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-left: 0px !important;
}
.user-member__title span:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #e3e6ef;
}
.user-member__title .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: relative;
  top: 14px;
}

.atbd-notice__text {
  max-width: 550px;
  margin: 30px auto auto;
  margin-top: 30px;
}
.atbd-notice__text p {
  color: #5a5f7d;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 18px;
}
.atbd-notice__text h1 {
  font-weight: 500;
  margin-bottom: 20px;
}
.atbd-notice__text h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.atbd-notice__text h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.atbd-notice__text h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.atbd-notice__text h5 {
  font-weight: 500;
  margin-bottom: 20px;
}
.atbd-notice__text h6 {
  font-weight: 500;
  margin-bottom: 20px;
}

.signUp-header-top p {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
}

.signUp-topbar p {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  color: #5a5f7d;
  content: "\f106";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 12px;
}

.ap-post-attach {
  min-height: 60px;
}
.ap-post-attach a {
  color: #5a5f7d;
  line-height: 16px;
  padding: 7px 15px;
  height: 30px;
  background-color: #f4f5f7;
  font-size: 12px;
  font-weight: 500;
}
.ap-post-attach a.ap-post-attach__drop {
  padding: 0;
  width: 48px;
}
.ap-post-attach a.ap-post-attach__drop svg {
  width: 22px;
}

.ap-post-content__p {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
}

.user-skils-parent__item {
  margin: 0 6px 6px 0;
}
.user-skils-parent__item a {
  color: #5a5f7d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid #e3e6ef;
  font-size: 11px;
  line-height: 1.2727272727;
  font-weight: 500;
  border-radius: 4px;
  text-transform: uppercase;
}

.user-bio__content {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  text-transform: capitalize;
}

.revenue-chart-legend__label {
  min-width: 80px;
}
.revenue-chart-legend__label span {
  color: #5a5f7d;
  font-size: 14px;
}

.comment-list__title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f2f6;
}
.comment-list__title h1 {
  color: #5a5f7d;
  font-size: 12px;
  font-weight: 400;
}
.comment-list__title h2 {
  color: #5a5f7d;
  font-size: 12px;
  font-weight: 400;
}
.comment-list__title h3 {
  color: #5a5f7d;
  font-size: 12px;
  font-weight: 400;
}
.comment-list__title h4 {
  color: #5a5f7d;
  font-size: 12px;
  font-weight: 400;
}
.comment-list__title h5 {
  color: #5a5f7d;
  font-size: 12px;
  font-weight: 400;
}
.comment-list__title h6 {
  color: #5a5f7d;
  font-size: 12px;
  font-weight: 400;
}

.alert.alert-dismissible .close {
  padding: 10px 20px;
}
.alert.alert-dismissible .close svg {
  color: #5a5f7d;
  width: 12px;
}
.alert.alert-dismissible .close img {
  color: #5a5f7d;
  width: 12px;
}
.alert.alert-dismissible .close span {
  color: #5a5f7d;
  font-size: 12px;
  font-weight: 500;
  display: block;
  line-height: 1.9;
}
.alert.alert-dismissible .close i {
  color: #5a5f7d;
  font-size: 12px;
  font-weight: 500;
  display: block;
  line-height: 1.9;
}

.button-inline-list .btn.btn-outline-light {
  color: #5a5f7d;
}
.button-inline-list .btn.btn-outline-light:hover {
  color: #5a5f7d;
}
.button-inline-list .btn.btn-outline-light.active {
  color: #ffffff;
}

.btn-light:not(:disabled):not(.disabled):active {
  color: #5a5f7d;
  border-color: transparent;
  background-color: #e2e6ea;
}
.btn-light:not(:disabled):not(.disabled).active {
  color: #5a5f7d;
  border-color: transparent;
  background-color: #e2e6ea;
}

.show > .btn-light.dropdown-toggle {
  color: #5a5f7d;
  border-color: transparent;
  background-color: #e2e6ea;
}

.btn.btn-light {
  color: #5a5f7d;
  background: #f4f5f7;
  border-color: transparent;
}
.btn.btn-light:focus {
  color: #5a5f7d;
  background-color: #e2e6ea;
  border-color: transparent;
}
.btn.btn-light:active {
  color: #5a5f7d;
  background-color: #e2e6ea;
  border-color: transparent;
}
.btn.btn-light:active:focus {
  color: #5a5f7d;
  background-color: #e2e6ea;
  border-color: transparent;
}
.btn.btn-light:hover {
  border-color: transparent;
  background-color: #e2e6ea;
}

.btn.btn-white {
  color: #5a5f7d;
  background: #fff;
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
}
.btn.btn-white:hover {
  border-color: transparent;
}
.btn.btn-white:focus {
  border-color: transparent;
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0);
}
.btn.btn-white:focus:active {
  background-color: transparent;
  box-shadow: 0 0 !important;
  border-color: transparent;
}

.dropdown {
  display: inline-block;
}
.dropdown button {
  padding: 0 21.36px;
  height: 36px;
}
.dropdown button .icon-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -42px;
  top: 0;
  width: 36px;
  height: 36px;
  z-index: 9;
  border: 1px solid #f1f2f6;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
.dropdown button .icon-right svg {
  color: #5a5f7d;
  margin-right: 0;
}
.dropdown button .icon-right i {
  color: #5a5f7d;
  margin-right: 0;
}
.dropdown button .icon-right span {
  color: #5a5f7d;
  margin-right: 0;
}
.dropdown a {
  font-size: 14px;
}
.dropdown i {
  font-size: 14px;
}
.dropdown span {
  font-size: 14px;
}
.dropdown svg {
  font-size: 14px;
  width: 16px;
}
.dropdown img {
  width: 16px;
}
.dropdown .btn-group button {
  border-radius: 5px 0 0 5px;
  padding: 0 16px;
}
.dropdown .btn-group button:first-child {
  border-radius: 5px 0 0 5px !important;
}
.dropdown .dropdown-toggle-split {
  padding: 0 9.5px !important;
  border-radius: 0 5px 5px 0 !important;
}
.dropdown .dropdown-toggle-split svg {
  margin: 0;
}
.dropdown .dropdown-toggle-split i {
  margin: 0;
}
.dropdown .dropdown-toggle-split img {
  margin: 0;
}
.dropdown .dropdown-toggle-split span {
  margin: 0;
}

.navbar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navbar-left form {
  display: flex;
  align-items: center;
}
.navbar-left form svg {
  color: #5a5f7d;
  width: 18px;
  height: 18px;
}
.navbar-left form img {
  color: #5a5f7d;
  width: 18px;
  height: 18px;
}
.navbar-left form span {
  width: 15px;
  color: #5a5f7d;
}
.navbar-left form input {
  height: 25px;
  border: 0 none;
  box-shadow: none;
  padding-left: 10px;
}
.navbar-left form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #adb4d2;
}
.navbar-left form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #adb4d2;
}
.navbar-left .sidebar-toggle {
  margin-right: 15px;
}
.navbar-left .navbar-brand {
  margin-right: 115px;
}
.navbar-left .navbar-brand svg {
  max-width: 120px;
}
.navbar-left .navbar-brand img {
  max-width: 120px;
}
.navbar-left .navbar-brand .light {
  display: none;
}
.navbar-left .navbar-brand .svg.dark {
  display: block;
}

.tooltip-title {
  color: #5a5f7d;
  font-size: 12px;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.btn-outline-lighten {
  color: #5a5f7d;
  border: 1px solid #e3e6ef;
}

.bg-gray {
  background: #5a5f7d;
}

.menu-mob-trigger {
  max-width: 40px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.menu-mob-trigger span {
  background: #5a5f7d;
  display: block;
  width: 30px;
  height: 2px;
}
.menu-mob-trigger span:not(:last-child) {
  margin-bottom: 4px;
}

.slick-slider__single {
  background: #5a5f7d;
  float: left;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}
.slick-slider__single p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.iborder-gray {
  color: #5a5f7d;
}

.outline-gray {
  border: 1px solid #5a5f7d;
  color: #5a5f7d;
}

.active-color-gray label input:checked + span {
  background: #5a5f7d;
  border-color: #5a5f7d;
}

.circle-gray {
  color: #5a5f7d;
  background: rgba(90, 95, 125, 0.1);
}

.border-gray {
  border: 1px solid #5a5f7d;
}

.bg-opacity-gray {
  background: rgba(90, 95, 125, 0.15);
}

.order-bg-opacity-gray {
  background: rgba(90, 95, 125, 0.1);
}

.hover-gray:hover {
  background: #5a5f7d;
  color: #ffffff;
}

.color-third {
  color: #f3615a;
}

.bg-third {
  background: #f3615a;
}

.iborder-third {
  color: #f3615a;
}

.outline-third {
  border: 1px solid #f3615a;
  color: #f3615a;
}

.active-color-third label input:checked + span {
  background: #f3615a;
  border-color: #f3615a;
}

.circle-third {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.1);
}

.border-third {
  border: 1px solid #f3615a;
}

.bg-opacity-third {
  background: rgba(95, 99, 242, 0.15);
}

.order-bg-opacity-third {
  background: rgba(95, 99, 242, 0.1);
}

.hover-third:hover {
  background: #f3615a;
  color: #ffffff;
}

.color-white {
  color: #ffffff;
}

.atbd-mailCompose__action i {
  color: #ffffff;
  width: 16px;
  height: 16px;
  opacity: 0.7;
}
.atbd-mailCompose__action svg {
  color: #ffffff;
  width: 16px;
  height: 16px;
  opacity: 0.7;
}
.atbd-mailCompose__action a + a {
  margin-left: 6px;
}

.btn.btn-ghost {
  color: #ffffff;
  background: transparent;
  border: 1px solid #bfb2f0;
}
.btn.btn-ghost:hover {
  background: #ffffff10;
  color: #fff;
  border-color: transparent;
}

.btn.btn-warning {
  color: #ffffff;
}

.btn.btn-outline-warning:hover {
  color: #ffffff;
}

.btn.btn-outline-secondary:hover {
  color: #ffffff;
}

.btn.btn-secondary {
  color: #ffffff;
}

.badge-circle.badge-warning {
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
}

.contact-list-wrap {
  background: #ffffff;
  padding: 25px 25px 30px 25px;
}

.atbd-mailCompose {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(146, 153, 184, 0.3);
}

.add-lebel-from {
  background: #ffffff;
  position: relative;
  padding: 25px 30px;
  width: calc(100% + 100px);
  left: -50px;
  box-shadow: 0 10px 20px rgba(146, 153, 184, 0.2);
  border-radius: 8px;
  display: none;
}
.add-lebel-from h1 {
  font-weight: 500;
  margin-bottom: 14px;
}
.add-lebel-from h2 {
  font-weight: 500;
  margin-bottom: 14px;
}
.add-lebel-from h3 {
  font-weight: 500;
  margin-bottom: 14px;
}
.add-lebel-from h4 {
  font-weight: 500;
  margin-bottom: 14px;
}
.add-lebel-from h5 {
  font-weight: 500;
  margin-bottom: 14px;
}
.add-lebel-from h6 {
  font-weight: 500;
  margin-bottom: 14px;
}
.add-lebel-from input {
  font-size: 14px;
  border-color: #f1f2f6;
}
.add-lebel-from .label-action {
  margin-top: 16px;
}

.fc-timegrid-slots .fc-timegrid-slot {
  background: #ffffff;
  height: 10px;
  line-height: 1.2;
  padding: 1px 12px;
  border: 0 none;
}
.fc-timegrid-slots .fc-timegrid-slot:first-child {
  border-right: 1px solid #f1f2f6;
}
.fc-timegrid-slots .fc-timegrid-slot .fc-timegrid-slot-label-frame {
  position: relative;
  top: 100%;
  margin-top: 7.5px;
}
.fc-timegrid-slots .card.fc-timegrid-slot .card-header {
  background-color: #fff;
}
.fc-timegrid-slots .card.fc-timegrid-slot .card-body {
  background-color: #fff;
}
.fc-timegrid-slots tr:nth-child(2n) {
  border-bottom: 1px solid #f1f2f6;
}
.fc-timegrid-slots .fc-timegrid-slot-label-cushion {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

.fc-theme-standard .fc-daygrid-day.fc-day-today {
  background: #ffffff;
}
.fc-theme-standard .fc-list {
  border: 1px solid #f1f2f6;
}
.fc-theme-standard .fc-list .fc-list-empty {
  background: #ffffff;
}
.fc-theme-standard .fc-list .card.fc-list-empty .card-header {
  background-color: #fff;
}
.fc-theme-standard .fc-list .card.fc-list-empty .card-body {
  background-color: #fff;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #f1f2f6;
}
.fc-theme-standard td {
  border: 1px solid #f1f2f6;
}
.fc-theme-standard th {
  border: 1px solid #f1f2f6;
}
.fc-theme-standard .card.fc-daygrid-day.fc-day-today .card-header {
  background-color: #fff;
}
.fc-theme-standard .card.fc-daygrid-day.fc-day-today .card-body {
  background-color: #fff;
}

.tooltip .arrow {
  position: relative;
  width: 12px;
  height: 8px;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #f1f2f6;
}
.tooltip .arrow:before {
  background: #ffffff;
  display: block;
  box-sizing: border-box;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid #f1f2f6;
  border-top: 1px solid #f1f2f6;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg) skew(10deg, 10deg);
  left: 0px;
  bottom: -6px;
}
.tooltip .card.arrow:before .card-header {
  background-color: #fff;
}
.tooltip .card.arrow:before .card-body {
  background-color: #fff;
}
.tooltip .tooltip-inner {
  border: 1px solid #f1f2f6;
  box-shadow: 0 8px 15px rgba(146, 153, 184, 0.15);
}

.atbd-steps__content {
  background: #ffffff;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
}

.atbd-pop-message {
  background: #ffffff;
  min-width: 200px;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 4px;
  box-shadow: 0 10px 15px rgba(146, 153, 184, 0.2);
}

.forcast-cardbox {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
}
.forcast-cardbox .forcast-title {
  font-weight: 500;
  padding: 25px 25px 30px;
}
.forcast-cardbox .forcast-details {
  padding: 0 25px 0px 25px;
  margin-bottom: 24px;
}
.forcast-cardbox .forcast-details .forcast-value {
  font-size: 30px;
  margin-bottom: 6px;
}
.forcast-cardbox .forcast-details .forcast-status .percentage {
  font-size: 14px;
  font-weight: 500;
}
.forcast-cardbox .forcast-details .forcast-status .percentage svg {
  width: 14px;
}
.forcast-cardbox .forcast-details .forcast-status .percentage img {
  width: 14px;
}
.forcast-cardbox .forcast-details .forcast-status .forcast-text {
  font-size: 13px;
  margin-left: 4px;
  color: #868eae;
}

.mobile-search {
  background: #ffffff;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 56px;
  z-index: 999;
  display: flex;
  align-items: center;
  transform: translateY(-80px);
  transition: 0.35s;
  box-shadow: 0px 2px 30px rgba(146, 153, 184, 0.063);
}
.mobile-search .search-form {
  display: flex;
  align-items: center;
  width: 100%;
}
.mobile-search .search-form .form-control {
  border: 0 none;
}
.mobile-search .search-form svg {
  margin-left: 15px;
  width: 20px;
}
.mobile-search .search-form img {
  margin-left: 15px;
  width: 20px;
}

.mobile-author-actions {
  background: #ffffff;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 56px;
  z-index: 999;
  display: flex;
  align-items: center;
  transform: translateY(-80px);
  transition: 0.35s;
  box-shadow: 0px 2px 30px rgba(146, 153, 184, 0.063);
  padding: 0 15px;
  display: flex;
}
.mobile-author-actions .search-form {
  display: flex;
  align-items: center;
  width: 100%;
}
.mobile-author-actions .search-form .form-control {
  border: 0 none;
}
.mobile-author-actions .search-form svg {
  margin-left: 15px;
  width: 20px;
}
.mobile-author-actions .search-form img {
  margin-left: 15px;
  width: 20px;
}
.mobile-author-actions .navbar-right__menu {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}

.iborder-white {
  color: #ffffff;
}

.outline-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.active-color-white label input:checked + span {
  background: #ffffff;
  border-color: #ffffff;
}

.circle-white {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.border-white {
  border: 1px solid #ffffff;
}

.bg-opacity-white {
  background: rgba(255, 255, 255, 0.15);
}

.order-bg-opacity-white {
  background: rgba(255, 255, 255, 0.1);
}

.hover-white:hover {
  background: #ffffff;
  color: #ffffff;
}

.color-footer-dark {
  color: #353b58;
}

.bg-footer-dark {
  background: #353b58;
}

.border-footer-dark {
  border-color: #353b58;
}

.border-normal {
  border: 1px solid #f1f2f6;
}

.slider-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.slider-wrapper.disabled .ui-slider-handle:after {
  border: 1px solid #f1f2f6;
}
.slider-wrapper.disabled .atbd-slider {
  background: #f8f9fb;
}
.slider-wrapper.disabled .card.atbd-slider .card-header {
  background: #f8f9fb;
}
.slider-wrapper.disabled .card.atbd-slider .card-body {
  background: #f8f9fb;
}

.card.card-default {
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
  border: 0 none;
}
.card.card-default .card-header {
  border: 1px solid #f1f2f6;
}

.border-deep {
  border: 1px solid #c6d0dc;
}

.border-color {
  border: 1px solid #e3e6ef;
}

.bg-normal {
  background: #f8f9fb;
}

.columnCard-wrapper {
  background: #f8f9fb;
  padding: 50px 30px 30px;
  border-radius: 4px;
}
.columnCard-wrapper .card .card-header {
  border-bottom: 1px solid #f1f2f6;
}

.card.columnCard-wrapper .card-header {
  background: #f8f9fb;
}
.card.columnCard-wrapper .card-body {
  background: #f8f9fb;
}

.payment-invoice-qr {
  background: #f8f9fb;
  border-radius: 20px;
  flex-wrap: wrap;
  -webkit-print-color-adjust: exact;
}

.card.payment-invoice-qr .card-header {
  background: #f8f9fb;
}
.card.payment-invoice-qr .card-body {
  background: #f8f9fb;
}

.product-cart__cupon {
  display: flex;
}
.product-cart__cupon input {
  background: #f8f9fb;
  width: 180px;
  border: 1px solid #f1f2f6;
  margin-right: 10px;
  height: 44px;
}
.product-cart__cupon input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #9299b8;
}
.product-cart__cupon input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #9299b8;
}
.product-cart__cupon input.card .card-header {
  background: #f8f9fb;
}
.product-cart__cupon input.card .card-body {
  background: #f8f9fb;
}

table.fc-scrollgrid thead .fc-scroller-harness .fc-scroller {
  background: #f8f9fb;
  overflow-y: hidden !important;
}
table.fc-scrollgrid thead .fc-scroller-harness .card.fc-scroller .card-header {
  background: #f8f9fb;
}
table.fc-scrollgrid thead .fc-scroller-harness .card.fc-scroller .card-body {
  background: #f8f9fb;
}

.atbd-collapse.atbd-collapse-custom .atbd-collapse-item {
  background: #f8f9fb;
  border-width: 0px;
  border-bottom: 0 none;
  border-radius: 0px;
}
.atbd-collapse.atbd-collapse-custom .atbd-collapse-item:not(:last-child) {
  margin-bottom: 20px;
}
.atbd-collapse.atbd-collapse-custom .card.atbd-collapse-item .card-header {
  background: #f8f9fb;
}
.atbd-collapse.atbd-collapse-custom .card.atbd-collapse-item .card-body {
  background: #f8f9fb;
}
.atbd-collapse.atbd-collapse-custom .atbd-collapse-item__header {
  border-bottom: 0;
  border-radius: 3px !important;
}
.atbd-collapse.atbd-collapse-custom .atbd-collapse-item__body .collapse-body-text {
  padding-top: 0;
}

.card.bg-normal .card-header {
  background: #f8f9fb;
}
.card.bg-normal .card-body {
  background: #f8f9fb;
}

.bg-lighter {
  background: #f4f5f7;
}

.list__add-card {
  background: #f4f5f7;
  padding: 14px 20px 14px;
  border-radius: 5px;
}

.kanban-board__body {
  background: #f4f5f7;
  padding: 14px 20px 14px;
  border-radius: 5px;
  margin-top: 16px;
  margin-bottom: 14px;
}
.kanban-board__body h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 14px;
  padding-top: 6px;
}
.kanban-board__body li {
  padding: 16px 15px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(146, 153, 187, 0.15);
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.kanban-board__body li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.atbd-date-ranger.date-picker-disabled {
  background: #f4f5f7;
}
.atbd-date-ranger.date-picker-disabled .divider {
  background: #f4f5f7;
  display: flex;
  align-content: center;
  height: 42px;
  line-height: 2.5;
}
.atbd-date-ranger.date-picker-disabled .form-control {
  border-radius: 0;
}

.atbd-button-group.btn-group-solid {
  background: #f4f5f7;
}
.atbd-button-group.btn-group-solid .btn-light {
  color: #adb4d2 !important;
}

.badge-dot.dot-light {
  background: #f4f5f7;
}

.dropdown.dropdown-disable {
  background: #f4f5f7;
}
.dropdown.dropdown-disable button {
  color: #adb4d2 !important;
  cursor: not-allowed !important;
}

.contents {
  background: #f4f5f7;
  padding: 74px 15px 72px 270px;
  transition: all 0.3s ease;
}

.listdetailspage {
  padding: 20px 15px 72px 270px;
}

.listdetailspage.expanded {
  padding-left: 93px;
  transition: 0s;
}

.cbg-light {
  background: #f4f5f7;
}

.bg-deep {
  background: #eff0f3;
}

.color-facebook {
  color: #2366b8;
}

.bg-facebook {
  background: #2366b8;
}

.border-facebook {
  border: 1px solid #2366b8;
}

.color-twitter {
  color: #00abe4;
}

.bg-twitter {
  background: #00abe4;
}

.border-twitter {
  border: 1px solid #00abe4;
}

.color-pinterest {
  color: #ef1b25;
}

.bg-pinterest {
  background: #ef1b25;
}

.border-pinterest {
  border: 1px solid #ef1b25;
}

.color-gplus {
  color: #dc4e41;
}

.bg-gplus {
  background: #dc4e41;
}

.border-gplus {
  border: 1px solid #dc4e41;
}

.color-linkedin {
  color: #007cbc;
}

.bg-linkedin {
  background: #007cbc;
}

.border-linkedin {
  border: 1px solid #007cbc;
}

.color-tumblr {
  color: #35465c;
}

.bg-tumblr {
  background: #35465c;
}

.border-tumblr {
  border: 1px solid #35465c;
}

.color-vk {
  color: #4a76a8;
}

.bg-vk {
  background: #4a76a8;
}

.border-vk {
  border: 1px solid #4a76a8;
}

.color-youtube {
  color: #e32212;
}

.bg-youtube {
  background: #e32212;
}

.border-youtube {
  border: 1px solid #e32212;
}

.color-ruby {
  color: #c2185b;
}

.bg-ruby {
  background: #c2185b;
}

.border-ruby {
  border: 1px solid #c2185b;
}

.color-instagram {
  color: #9c27b0;
}

.bg-instagram {
  background: #9c27b0;
}

.border-instagram {
  border: 1px solid #9c27b0;
}

.btn-shadow-primary {
  box-shadow: 0 10px 15px rgba(95, 99, 242, 0.2);
}

.btn-shadow-secondary {
  box-shadow: 0 10px 15px rgba(255, 105, 165, 0.2);
}

.btn-shadow-success {
  box-shadow: 0 10px 15px rgba(32, 201, 151, 0.2);
}

.btn-shadow-info {
  box-shadow: 0 10px 15px rgba(44, 153, 255, 0.2);
}

.btn-shadow-warning {
  box-shadow: 0 10px 15px rgba(250, 139, 12, 0.2);
}

.btn-shadow-danger {
  box-shadow: 0 10px 15px rgba(255, 77, 79, 0.2);
}

.btn-shadow-light {
  box-shadow: 0 10px 15px rgba(146, 153, 184, 0.2);
}

.btn-shadow-dark {
  box-shadow: 0 10px 15px rgba(39, 43, 65, 0.2);
}

.btn-shadow-text {
  box-shadow: 0 10px 15px rgba(102, 109, 146, 0.2);
}

.btn-shadow-extra-light {
  box-shadow: 0 10px 15px rgba(173, 180, 210, 0.2);
}

.btn-shadow-gray {
  box-shadow: 0 10px 15px rgba(90, 95, 125, 0.2);
}

.btn-shadow-third {
  box-shadow: 0 10px 15px rgba(95, 99, 242, 0.2);
}

.btn-shadow-white {
  box-shadow: 0 10px 15px rgba(255, 255, 255, 0.2);
}

.outline-lg-primary {
  border: 2px solid #f3615a;
  background: none;
  color: #f3615a;
}

.outline-lg-secondary {
  border: 2px solid #ff69a5;
  background: none;
  color: #ff69a5;
}

.outline-lg-success {
  border: 2px solid #20c997;
  background: none;
  color: #20c997;
}

.outline-lg-info {
  border: 2px solid #2c99ff;
  background: none;
  color: #2c99ff;
}

.outline-lg-warning {
  border: 2px solid #fa8b0c;
  background: none;
  color: #fa8b0c;
}

.outline-lg-danger {
  border: 2px solid #ff4d4f;
  background: none;
  color: #ff4d4f;
}

.outline-lg-light {
  border: 2px solid #9299b8;
  background: none;
  color: #9299b8;
}

.outline-lg-dark {
  border: 2px solid #272b41;
  background: none;
  color: #272b41;
}

.outline-lg-text {
  border: 2px solid #666d92;
  background: none;
  color: #666d92;
}

.outline-lg-extra-light {
  border: 2px solid #adb4d2;
  background: none;
  color: #adb4d2;
}

.outline-lg-gray {
  border: 2px solid #5a5f7d;
  background: none;
  color: #5a5f7d;
}

.outline-lg-third {
  border: 2px solid #f3615a;
  background: none;
  color: #f3615a;
}

.outline-lg-white {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}

.btn-transparent-primary {
  background: rgba(95, 99, 242, 0.15);
  color: #f3615a;
}

.btn-transparent-secondary {
  background: rgba(255, 105, 165, 0.15);
  color: #ff69a5;
}

.btn-transparent-success {
  background: rgba(32, 201, 151, 0.15);
  color: #20c997;
}

.btn-transparent-info {
  background: rgba(44, 153, 255, 0.15);
  color: #2c99ff;
}

.btn-transparent-warning {
  background: rgba(250, 139, 12, 0.15);
  color: #fa8b0c;
}

.btn-transparent-danger {
  background: rgba(255, 77, 79, 0.15);
  color: #ff4d4f;
}

.btn-transparent-light {
  background: rgba(146, 153, 184, 0.15);
  color: #9299b8;
}

.btn-transparent-dark {
  background: rgba(39, 43, 65, 0.15);
  color: #272b41;
}

.btn-transparent-text {
  background: rgba(102, 109, 146, 0.15);
  color: #666d92;
}

.btn-transparent-extra-light {
  background: rgba(173, 180, 210, 0.15);
  color: #adb4d2;
}

.btn-transparent-gray {
  background: rgba(90, 95, 125, 0.15);
  color: #5a5f7d;
}

.btn-transparent-third {
  background: rgba(95, 99, 242, 0.15);
  color: #f3615a;
}

.btn-transparent-white {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.checkbox-primary .custom-control-label::before {
  background: #f3615a;
}
.checkbox-primary .custom-control-input:checked ~ .custom-control-label::before {
  background: #f3615a;
  border: 1px solid #f3615a;
}
.checkbox-primary .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-secondary .custom-control-label::before {
  background: #ff69a5;
}
.checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {
  background: #ff69a5;
  border: 1px solid #ff69a5;
}
.checkbox-secondary .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-success .custom-control-label::before {
  background: #20c997;
}
.checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
  background: #20c997;
  border: 1px solid #20c997;
}
.checkbox-success .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-info .custom-control-label::before {
  background: #2c99ff;
}
.checkbox-info .custom-control-input:checked ~ .custom-control-label::before {
  background: #2c99ff;
  border: 1px solid #2c99ff;
}
.checkbox-info .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-warning .custom-control-label::before {
  background: #fa8b0c;
}
.checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {
  background: #fa8b0c;
  border: 1px solid #fa8b0c;
}
.checkbox-warning .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-danger .custom-control-label::before {
  background: #ff4d4f;
}
.checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {
  background: #ff4d4f;
  border: 1px solid #ff4d4f;
}
.checkbox-danger .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-light .custom-control-label::before {
  background: #9299b8;
}
.checkbox-light .custom-control-input:checked ~ .custom-control-label::before {
  background: #9299b8;
  border: 1px solid #9299b8;
}
.checkbox-light .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-dark .custom-control-label::before {
  background: #272b41;
}
.checkbox-dark .custom-control-input:checked ~ .custom-control-label::before {
  background: #272b41;
  border: 1px solid #272b41;
}
.checkbox-dark .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-text .custom-control-label::before {
  background: #666d92;
}
.checkbox-text .custom-control-input:checked ~ .custom-control-label::before {
  background: #666d92;
  border: 1px solid #666d92;
}
.checkbox-text .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-extra-light .custom-control-label::before {
  background: #adb4d2;
}
.checkbox-extra-light .custom-control-input:checked ~ .custom-control-label::before {
  background: #adb4d2;
  border: 1px solid #adb4d2;
}
.checkbox-extra-light .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-gray .custom-control-label::before {
  background: #5a5f7d;
}
.checkbox-gray .custom-control-input:checked ~ .custom-control-label::before {
  background: #5a5f7d;
  border: 1px solid #5a5f7d;
}
.checkbox-gray .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-third .custom-control-label::before {
  background: #f3615a;
}
.checkbox-third .custom-control-input:checked ~ .custom-control-label::before {
  background: #f3615a;
  border: 1px solid #f3615a;
}
.checkbox-third .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-white .custom-control-label::before {
  background: #ffffff;
}
.checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.checkbox-white .custom-control-input:checked ~ .custom-control-label::after {
  color: #9299b8;
}

.checkbox-outline-primary .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-primary .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #f3615a;
  background: #f3615a;
}
.checkbox-outline-primary .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-secondary .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-secondary .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #ff69a5;
  background: #ff69a5;
}
.checkbox-outline-secondary .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-success .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-success .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #20c997;
  background: #20c997;
}
.checkbox-outline-success .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-info .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-info .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #2c99ff;
  background: #2c99ff;
}
.checkbox-outline-info .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-warning .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-warning .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #fa8b0c;
  background: #fa8b0c;
}
.checkbox-outline-warning .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-danger .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-danger .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #ff4d4f;
  background: #ff4d4f;
}
.checkbox-outline-danger .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-light .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-light .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #9299b8;
  background: #9299b8;
}
.checkbox-outline-light .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-dark .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-dark .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #272b41;
  background: #272b41;
}
.checkbox-outline-dark .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-text .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-text .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #666d92;
  background: #666d92;
}
.checkbox-outline-text .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-extra-light .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-extra-light .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #adb4d2;
  background: #adb4d2;
}
.checkbox-outline-extra-light .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-gray .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-gray .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #5a5f7d;
  background: #5a5f7d;
}
.checkbox-outline-gray .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-third .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-third .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #f3615a;
  background: #f3615a;
}
.checkbox-outline-third .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.checkbox-outline-white .custom-control-label:before {
  border: 1px solid #e3e6ef;
}
.checkbox-outline-white .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.checkbox-outline-white .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1f1f25;
  border-color: #1f1f25;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #e34a87;
  border-color: #e34a87;
}

.btn-success:hover {
  color: #fff;
  background-color: #0cab7c;
  border-color: #0cab7c;
}

.btn-info:hover {
  color: #fff;
  background-color: #0d79df;
  border-color: #0d79df;
}

.btn-warning:hover {
  color: #fff;
  background-color: #d47407;
  border-color: #d47407;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e30d0f;
  border-color: #e30d0f;
}

.btn-dark:hover {
  color: #fff;
  background-color: #131623;
  border-color: #131623;
}

.btn-gray:hover {
  color: #fff;
  background-color: #363a51;
  border-color: #363a51;
}

.btn-ruby:hover {
  color: #fff;
  background-color: #c2185b;
  border-color: #c2185b;
}

.vertical-tabs::-webkit-scrollbar-track {
  background-color: rgba(39, 43, 65, 0.05);
}
.vertical-tabs::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.vertical-tabs::-webkit-scrollbar-thumb {
  background-color: #e3e6ef;
  border-radius: 5px;
}

.table-top-regions {
  border: 1px solid #f1f2f6;
  max-height: 289px;
  max-width: 300px;
  overflow-y: auto;
}
.table-top-regions::-webkit-scrollbar-track {
  background-color: rgba(39, 43, 65, 0.05);
}
.table-top-regions::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.table-top-regions::-webkit-scrollbar-thumb {
  background-color: #e3e6ef;
  border-radius: 5px;
}
.table-top-regions table {
  margin-bottom: 0;
}
.table-top-regions table thead {
  background: #f8f9fb;
}
.table-top-regions table th {
  padding: 12px 15px;
}
.table-top-regions table td {
  padding: 8px 15px;
}
.table-top-regions table tbody tr:first-child td {
  padding-top: 20px;
}
.table-top-regions table tbody tr:last-child td {
  padding-bottom: 20px;
}

.search-body {
  flex: 1;
  width: 100%;
  overflow-y: auto;
  height: 495px;
  overflow: hidden auto;
}
.search-body::-webkit-scrollbar-track {
  background-color: rgba(39, 43, 65, 0.05);
}
.search-body::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.search-body::-webkit-scrollbar-thumb {
  background-color: #e3e6ef;
  border-radius: 5px;
}
.search-body .user-list {
  height: 495px;
  overflow: hidden auto;
  padding: 9px 0;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.search-body .user-list::-webkit-scrollbar {
  width: 11px;
}
.search-body .user-list::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.search-body .user-list::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.chat-box {
  height: 450px;
  overflow: hidden auto;
  padding: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.chat-box::-webkit-scrollbar-track {
  background-color: rgba(39, 43, 65, 0.05);
  background: var(--scrollbarBG);
}
.chat-box::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  width: 11px;
}
.chat-box::-webkit-scrollbar-thumb {
  background-color: #e3e6ef;
  border-radius: 5px;
  background-color: var(--thumbBG);
  border-radius: 10px;
  border: 3px solid var(--scrollbarBG);
}

#list-data-comments-card .comment-list__ul {
  height: 450px;
  overflow: hidden auto;
}
#list-data-comments-card .comment-list__ul .comment-list__ul {
  height: auto;
  overflow: auto;
}

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

.layout-button {
  margin: -7px;
  display: flex;
  flex-wrap: wrap;
}
.layout-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 500;
  height: 44px;
  text-transform: capitalize;
  margin: 7px;
}
.layout-button button.btn-primary {
  box-shadow: 0 3px 5px rgba(32, 201, 151, 0.05);
}

.form-control.ih-small {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}

.form-control.ih-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.form-control.ih-large {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.bookmark__button {
  margin: -5px;
}
.bookmark__button .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  text-transform: capitalize;
  border-radius: 3px;
  height: 32px;
  padding: 0 15px;
}

.comment-respond {
  padding: 30px;
  border: 1px solid #e3e6ef;
  border-radius: 5px;
  margin-top: 30px;
}
.comment-respond button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  height: 46px;
  padding: 0 34px;
}
.comment-respond h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 23px;
}
.comment-respond label {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-bottom: 10px;
}
.comment-respond textarea {
  min-height: 150px;
  resize: none;
}
.comment-respond .form-group {
  margin-bottom: 23px;
}

.knowledgebase-help {
  border-radius: 5px;
  margin: 25px 0;
  border: 1px solid #e3e6ef;
  box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
}
.knowledgebase-help .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 35px 30px;
  margin: 0 -20px;
}
.knowledgebase-help .card-body button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  height: 36px;
  text-transform: capitalize;
}
.knowledgebase-help .card-body button svg {
  width: 20px;
  height: 20px;
}
.knowledgebase-help .card-body h6 {
  margin-right: 40px;
}

.knowledgebase-adv__collapse .changelog__accordingArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.24s;
  width: 28px;
  height: 28px;
  box-shadow: 0 2px 2px rgba(146, 148, 159, 0.3);
  border-radius: 50%;
}
.knowledgebase-adv__collapse .changelog__accordingArrow svg {
  width: 18px;
  color: #272b41;
}
.knowledgebase-adv__collapse:not(.collapsed) .changelog__accordingArrow {
  transform: rotate(90deg);
  transition: transform 0.24s;
}

.fileM-Modal-overlay .modal-footer {
  border-top: none;
  padding: 0 30px 30px 30px;
}
.fileM-Modal-overlay .modal-footer button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: none;
}
.fileM-Modal-overlay .modal-footer > * {
  margin: 5px;
}
.fileM-Modal-overlay .modal {
  background-color: rgba(17, 18, 23, 0.6);
}
.fileM-Modal-overlay .modal-header {
  border-bottom: none;
  padding-bottom: 30px;
}
.fileM-Modal-overlay .modal-content {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
}
.fileM-Modal-overlay .modal-body {
  padding: 0 30px;
}
.fileM-Modal-overlay .modal-body input {
  height: 36px;
  border-radius: 4px;
}
.fileM-Modal-overlay .modal-body input::-moz-placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #9299b8;
}
.fileM-Modal-overlay .modal-body input::placeholder {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #9299b8;
}
.fileM-Modal-overlay .modal-title button svg {
  width: 20px;
  color: #9299b8;
}

.banner-feature--15 {
  border-radius: 6px;
  padding: 30px;
  transition: all 0.3s ease;
  border: 1px solid #f1f2f6;
}
.banner-feature--15 button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 30px;
}
.banner-feature--15:hover {
  box-shadow: 0 15px 25px rgba(146, 153, 187, 0.15);
  border: 1px solid transparent;
}
.banner-feature--15 h4 {
  line-height: 1.2;
  font-weight: 500;
  margin-top: 27px;
}
.banner-feature--15 p {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  color: #5a5f7d;
  margin-top: 20px;
  margin-bottom: 0;
}

.banner-feature--14 {
  background: #f8f9fb;
}
.banner-feature--14 button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  box-shadow: 0 5px 10px rgba(0, 111, 255, 0.15);
  padding: 10px 20px;
}
.banner-feature--14 h1 {
  line-height: 1.2;
  margin-bottom: 17px;
}
.banner-feature--14 p {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  color: #5a5f7d;
  margin-bottom: 30px;
}
.banner-feature--14 .card-body {
  padding: 0;
}

.pricing__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #ffffff;
  margin-left: 12px;
  height: 20px;
  border-radius: 3px;
  padding: 3px 6px;
}

.pricing__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 500;
  padding: 7px 22px;
  height: 32px;
}

.orderDatatable-status span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
}

.order-button-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin: 4px;
}

.date-picker__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.date-picker__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.ui-datepicker-header a.ui-corner-all {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
}
.ui-datepicker-header a span {
  display: none;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-header a.ui-datepicker-prev::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f104";
  font-size: 18px;
  color: #272b41;
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-header a.ui-datepicker-next::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  font-size: 18px;
  color: #272b41;
}

.userDatatable-content-status {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  height: 25px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

.users-list__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 2.9230769231;
  font-weight: 500;
  height: 38px;
}

.user-member .action-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  height: 40px;
  border-radius: 6px;
  text-transform: capitalize;
}
.user-member .action-btn a svg {
  width: 13px;
  height: 13px;
  margin-right: 7px;
}

.wig-overlay__iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(39, 43, 65, 0.6);
}
.wig-overlay__iconWrapper svg {
  width: 9px;
  color: #ffffff;
}

.wig-overlay__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-radius: 6px;
  background: rgba(39, 43, 65, 0.2);
  flex-direction: column;
}

.ffp__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-right: 15px;
}
.ffp__icon svg {
  width: 15px;
}

.ap-post-attach__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  height: 35px;
  text-transform: capitalize;
  box-shadow: 0px 8px 13px #f3615a33;
}

.db-social-parent__item {
  margin: 5px 10px;
}
.db-social-parent__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  box-shadow: 0px 5px 15px #9299b81a;
  padding: 11px;
}

.selling-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  text-transform: capitalize;
}

.revenue-chart-box__Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 8px;
}
.revenue-chart-box__Icon svg {
  width: 25px;
}

.media-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 700;
  display: inline-block;
}

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

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

.gradient1 {
  background: #f3615a;
  background: linear-gradient(to right, #f3615a, #ff69a5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f3615a, endColorstr=#ff69a5);
}

.gradient2 {
  background: #ff69a5;
  background: linear-gradient(to right, #ff69a5, #fa8b0c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff69a5, endColorstr=#fa8b0c);
}

.gradient3 {
  background: #2cb7ff;
  background: linear-gradient(to right, #2cb7ff, #f3615a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2cb7ff, endColorstr=#f3615a);
}

.gradient4 {
  background: #009646;
  background: linear-gradient(to right, #009646, #62de04);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#009646, endColorstr=#62de04);
}

.gradientInstra {
  background: #ffc107;
  background: linear-gradient(to right, #ffc107, #9c27b0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffc107, endColorstr=#9c27b0);
}

.b-light {
  border: 1px solid #e3e6ef;
}

.b-deep {
  border: 1px solid #c6d0dc;
}

.shadow1 {
  box-shadow: 0px 5px 10px #9299b81a;
}

.shadow2 {
  box-shadow: 0px 3px 5px #9299b80d;
}

.radius-xl {
  border-radius: 10px;
}

.radius-xs {
  border-radius: 4px;
}

.radius-md {
  border-radius: 6px;
}

.flex-1 {
  flex: 1;
}

.wh-18 {
  width: 18px;
  height: 18px;
}

.wh-20 {
  width: 20px;
  height: 20px;
}

.wh-24 {
  width: 24px;
  height: 24px;
}

.wh-25 {
  width: 25px;
  height: 25px;
}

.wh-26 {
  width: 26px;
  height: 26px;
}

.wh-30 {
  width: 30px;
  height: 30px;
}

.wh-32 {
  width: 32px;
  height: 32px;
}

.wh-36 {
  width: 36px;
  height: 36px;
}

.wh-38 {
  width: 38px;
  height: 38px;
}

.wh-34 {
  width: 34px;
  height: 34px;
}

.wh-40 {
  width: 40px;
  height: 40px;
}

.wh-42 {
  width: 42px;
  height: 42px;
}

.wh-44 {
  width: 44px;
  height: 44px;
}

.wh-46 {
  width: 46px;
  height: 46px;
}

.wh-48 {
  width: 48px;
  height: 48px;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.wh-55 {
  width: 55px;
  height: 55px;
}

.wh-60 {
  width: 60px;
  height: 60px;
}

.wh-70 {
  width: 70px;
  height: 70px;
}

.wh-80 {
  width: 80px;
  height: 80px;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.wh-100 {
  width: 100px;
  height: 100px;
}

.w-100px {
  width: 100px;
}

.wh-120 {
  width: 120px;
  height: 120px;
}

.wh-150 {
  width: 150px;
  height: 150px;
}

.svg-w-10 svg {
  width: 10px;
}

.svg-w-12 svg {
  width: 12px;
}

.svg-w-18 svg {
  width: 18px;
}

.w-unset {
  width: unset;
}

.h-unset {
  height: unset;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

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

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700;
}

.transparent {
  background-color: transparent;
}

.rounded-xl {
  border-radius: 10px;
}

.global-shadow {
  box-shadow: 0px 5px 20px #9299b808;
}

.lh-normal {
  line-height: normal;
}

.d-grid {
  display: grid;
}

.text-normal {
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 400;
}

.text-small {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
  overflow-x: auto !important;
}

.clear-both {
  clear: both;
}

.mh-v-50 {
  min-height: 50vh;
}

.gradient-color-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-control.box-shadow-none:focus {
  box-shadow: none !important;
}

input.box-shadow-none {
  box-shadow: none !important;
}

.space-nowrap {
  white-space: nowrap;
}

.cursor-true {
  cursor: pointer;
}

.h-100vh {
  height: 100vh;
}

.btn-outline-lighten__height {
  height: 36px;
}

html {
  font-size: 16px;
  direction: ltr;
  --scrollbarbg: rgb(65, 62, 62);
  --thumbbg: #eff0f3;
}

body {
  position: relative;
  background: #f4f5f7;
  min-height: 100vh;
  font-size: 16px;
  overflow-x: hidden;
  direction: ltr;
}

button:focus {
  outline: none;
  box-shadow: 0 0 !important;
}
button:active {
  outline: none;
  box-shadow: 0 0 !important;
}
button .far {
  margin-right: 5px;
}

select:focus {
  outline: none;
  box-shadow: 0 0 !important;
}
select:active {
  outline: none;
  box-shadow: 0 0 !important;
}

input {
  transition: 0s;
}
input:focus {
  outline: none;
  box-shadow: 0 5px 20px rgba(95, 99, 242, 0.1);
}

textarea {
  transition: 0s;
}
textarea:focus {
  outline: none;
  box-shadow: 0 5px 20px rgba(95, 99, 242, 0.1);
}

.form-control {
  transition: 0s;
}
.form-control:focus {
  outline: none;
  box-shadow: 0 5px 20px rgba(95, 99, 242, 0.1);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.outline-0:focus {
  outline: none;
}

.site-logo {
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  height: 44px;
  width: 194px;
}

.collapsed .site-logo {
  background-image: url("../img/fav.svg");
  background-repeat: no-repeat;
  height: 35px;
  width: 45px;
}

.xsbrand {
  margin-left: 10px !important;
}

.contents.expanded {
  padding-left: 93px;
  transition: 0s;
}
.contents.expanded + .footer-wrapper {
  padding-left: 93px;
}
.contents.expanded:focus {
  outline: none;
  box-shadow: 0 5px 20px rgba(95, 99, 242, 0.1);
}

.main-content {
  min-height: 100vh;
  position: relative;
}

.atbd-message.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px);
}

.chart-desc span {
  display: block;
  font-size: 14px;
  color: #868eae;
}
.chart-desc strong {
  font-size: 22px;
  font-weight: 600;
  color: #272b41;
}
.chart-desc sub {
  font-size: 14px;
  font-weight: 600;
  bottom: 0;
}

.border-line-chart {
  border-bottom: 1px solid #c6d0dc;
}

.overlay-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 27, 41, 0.5);
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 9988;
  opacity: 0;
  visibility: hidden;
}

.overlay-dark-l2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 27, 41, 0.5);
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 9988;
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
}

.overlay-dark.show {
  opacity: 1;
  visibility: visible;
}

.overlay-dark-l2.show {
  opacity: 1;
  visibility: visible;
}

.customizer-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 9998;
}

.top-menu {
  min-height: 596px;
}
.top-menu .search-form {
  display: none;
}
.top-menu .navbar-right__menu .nav-search {
  display: block !important;
}
.top-menu .sidebar-toggle {
  display: none;
}
.top-menu .sidebar {
  display: none;
}
.top-menu .contents {
  padding-left: 20px;
}
.top-menu .footer-wrapper {
  padding-left: 10px;
  padding-left: 7px;
}
.top-menu .linechart-overview-wrap .mb-3 {
  margin-bottom: 28px !important;
}
.top-menu .ratio-box {
  min-height: 245px;
}
.top-menu .table-social {
  margin-bottom: 64px;
}
.top-menu .traffic-table {
  margin-bottom: 35px;
}
.top-menu .table-top-location {
  margin-bottom: 38px;
}
.top-menu .table-revenue {
  margin-bottom: 42px;
}
.top-menu .selling-table-wrap {
  padding-bottom: 110px;
}

.sidebar {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0px;
  box-shadow: 0 0 30px rgba(146, 153, 184, 0.1);
  width: 260px;
  background: #1f2937;
  padding: 0px;
  transition: all 0.3s ease;
  z-index: 999;
}
.sidebar::-webkit-scrollbar {
  background-color: #1f2937;
  width: 8px;
}
.sidebar::-webkit-scrollbar-track {
  background-color: #1f2937;
}
.sidebar::-webkit-scrollbar-track:hover {
  background-color: #1f2937;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #7d8da5;
  border-radius: 16px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #536277;
}
.sidebar::-webkit-scrollbar-button {
  display: none;
}
.sidebar .menuItem {
  display: inline-block;
}

.stylescroll::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
}
.stylescroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.stylescroll::-webkit-scrollbar-track:hover {
  background-color: #1f2937;
}
.stylescroll::-webkit-scrollbar-thumb {
  background-color: #7d8da5;
  border-radius: 16px;
}
.stylescroll::-webkit-scrollbar-thumb:hover {
  background-color: #536277;
}
.stylescroll::-webkit-scrollbar-button {
  display: none;
}

.side-menu .top-menu {
  display: none;
}

.regions-svg {
  width: 100%;
  height: 100%;
  min-height: 160px;
}
.regions-svg .svdg {
  width: auto;
  height: 200px;
}
.regions-svg .jvectormap-container {
  width: 100%;
  height: 100%;
  text-align: center;
  min-height: 160px;
}
.regions-svg #region-map {
  height: 100%;
  width: 100%;
}
.regions-svg #s_region-map_T {
  height: 100%;
  width: 100%;
}
.regions-svg #s_region-map_W {
  height: 100%;
  height: 100%;
  width: 100%;
  width: 100%;
}
.regions-svg #s_region-map_M {
  height: 100%;
  width: 100%;
}
.regions-svg #s_region-map_Y {
  height: 100%;
  width: 100%;
}

.ui-datepicker {
  z-index: 11 !important;
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.2);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: "pink";
  margin-right: 10px;
}

.tooltip-value {
  color: #63b963;
  font-size: 22px;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif;
}
.tooltip-value sup {
  font-size: 12px;
}

.laIcon-list-box .la {
  font-family: "Line Awesome Free", "Line Awesome Brands";
}

.customizer-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px 0 0 10px;
  background-color: #f3615a;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 10px 15px rgba(95, 99, 242, 0.2);
}
.customizer-trigger svg {
  width: 20px;
  color: #fff;
  animation: rotate 3s infinite linear;
}
.customizer-trigger img {
  width: 20px;
  color: #fff;
  animation: rotate 3s infinite linear;
}

.customizer-trigger.show {
  right: 200px;
}

.customizer-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  transform: translateX(350px);
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0 30px #9299b810;
  z-index: 9999;
  transition: all 0.3s ease;
}

.customizer-wrapper.show {
  transform: translateX(0);
}

.customizer {
  height: 100%;
}

.customizer__head {
  position: relative;
  padding: 18px 24px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
}
.customizer__head .customizer-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.customizer__head .customizer-close svg {
  color: #ff4d4f;
}
.customizer__head .customizer-close i {
  color: #ff4d4f;
}
.customizer__head .customizer__sub-title {
  font-size: 14px;
}

.customizer__body {
  padding: 25px;
}

.customizer__single:not(:last-child) {
  margin-bottom: 35px;
}
.customizer__single h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #272b41;
}

.customizer-list {
  margin: -10px;
}

.customizer-list__item.top i {
  top: 35px;
}
.customizer-list__item.top svg {
  top: 35px;
}

.trumbowyg-modal-box label input {
  line-height: 19px;
}

.daterangepicker.show-calendar.ltr .drp-calendar.left {
  border: 0 none;
}

.social-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 22px;
}

.header-top {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9988;
  background: #fff;
  box-shadow: 0px 2px 30px #9299b81a;
}

.navbar {
  padding: 0 30px 0 10px;
}

.nav-notification {
  margin-top: 3px;
  margin-right: 0px;
}

.affm_notify_box {
  position: relative;
  color: #9299b8;
  top: -3px;
}
.affm_notify_box svg {
  width: 18px;
}
.affm_notify_box:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
}

.hasitem {
  top: 0px !important;
}
.hasitem:before {
  background: #fa8b0c !important;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
}

.search-form-topMenu {
  display: none;
  position: absolute;
  padding: 0 15px;
  min-width: 320px;
  top: 4px;
  right: 40px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f1f2f6;
  border-radius: 6px;
}
.search-form-topMenu .search-icon {
  width: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.search-form-topMenu input {
  border: 0 none;
  padding-left: 30px;
}

.search-form-topMenu.show {
  display: flex;
  align-items: center;
}

.mobile-search.show {
  transform: translateY(0px);
}

.mobile-author-actions.show {
  transform: translateY(0px);
}

.list-settings {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.list-settings li {
  width: 50%;
  flex: 0 0 50%;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.list-settings li:hover {
  background: #fff;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.15);
}
.list-settings li p {
  font-size: 14px;
  margin: 0;
}
.list-settings li a {
  color: #272b41;
}
.list-settings li h6 {
  font-weight: 500;
}

.dropdown-list {
  margin: -4px -2px;
}
.dropdown-list .dropdown {
  margin: 4px 2px;
}

.dropdown-custom {
  position: relative;
}
.dropdown-custom .dropdown-wrapper {
  position: absolute;
  right: 0;
  top: 40px;
  min-width: 360px;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  transform: scale(1.2);
  transform-origin: top right;
}
.dropdown-custom .dropdown-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  top: -35px;
  left: 0;
}
.dropdown-custom .dropdown-wrapper--large {
  min-width: 700px;
}
.dropdown-custom .dropdown-wrapper--small {
  min-width: 130px;
}
.dropdown-custom:hover .dropdown-wrapper {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

.icon-custom {
  position: relative;
}
.icon-custom .dropdown-wrapper {
  position: absolute;
  right: 0;
  top: 40px;
  min-width: 360px;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  transform: scale(1.2);
  transform-origin: top right;
}
.icon-custom .dropdown-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  top: -35px;
  left: 0;
}

.visible_notify {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all !important;
  transform: scale(1) !important;
}

.dropdown-hover {
  position: relative;
}
.dropdown-hover:hover .dropdown-default {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.dropdown-hover:hover .dropdown-default.dropdown-bottomCenter {
  transform: translate(-50%, 0px) !important;
}
.dropdown-hover:hover .dropdown-default.dropdown-topLeft {
  transform: translateY(-130%) !important;
}
.dropdown-hover:hover .dropdown-default.dropdown-topCenter {
  transform: translate(-50%, -130%) !important;
}
.dropdown-hover:hover .dropdown-default.dropdown-topRight {
  transform: translateY(-130%) !important;
}
.dropdown-hover:hover.dropdown-btn .dropdown-default {
  transform: translateY(15px);
  top: 40px !important;
}
.dropdown-hover .dropdown-default {
  left: 0 !important;
  right: auto !important;
  top: 30px !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.dropdown-default.dropdown-bottomRight {
  left: auto !important;
  right: 0;
}

.dropdown-default.dropdown-bottomCenter {
  left: 50%;
  transform: translate(-50%, 0px) !important;
}

.dropdown-default.dropdown-topLeft {
  top: 0;
  transform: translateY(-110%) !important;
}

.dropdown-default.dropdown-topCenter {
  top: 0;
  transform: translate(-50%, -110%) !important;
  left: 50%;
}

.dropdown-default.dropdown-topRight {
  top: 0;
  transform: translateY(-110%) !important;
  left: auto !important;
  right: 0;
}

.center-it {
  display: flex;
  justify-content: center;
  align-items: center;
}

.smalllogo {
  max-width: 35px;
  margin-top: 15px;
}

.mCSB_container {
  top: 0;
}

.badge-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6.64px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
}

.badge-sm {
  height: 14px;
  padding: 0 5.12px;
  font-size: 8px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6.64px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
}

.badge.badge-lg {
  height: 20px;
  padding: 0 8.23px;
  font-size: 12px;
}

.badge.badge-md {
  height: 15px;
  padding: 0 6.64px;
  font-size: 11px;
}

.badge.badge-sm {
  height: 14px;
  padding: 0 5.12px;
  font-size: 8px;
}

.badge.badge-circle {
  border-radius: 50%;
}

.badge.badge-round {
  border-radius: 15px;
}

.badge.badge-outlined {
  background: #fff;
}

.badge-dot-wrap {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  height: 8px;
  width: 8px;
  top: -2.5px;
  right: -2.5px;
}

.badge-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.badge-red {
  position: relative;
}
.badge-red svg {
  width: 15px;
}
.badge-red img {
  width: 15px;
}
.badge-red .badge-dot-wrap {
  width: 10px;
  height: 10px;
  top: -2px;
  right: 0px;
}
.badge-red .badge-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 1px;
  right: 1px;
}

.badge-red.atbd-badge-text {
  font-size: 12px;
}
.badge-red.atbd-badge-text .badge-dot-wrap {
  right: -8px;
}

.status-list-inline .badge-dot {
  margin-right: 10px;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.btn span {
  font-size: 15px;
  display: inline-block;
  margin-right: 8px;
}
.btn i {
  font-size: 15px;
  display: inline-block;
  margin-right: 8px;
}
.btn:disabled {
  cursor: not-allowed;
}

.btn.btn-white.btn-shadow-white {
  box-shadow: 0 10px 15px rgba(146, 153, 184, 0.15);
}

.btn.btn-light.btn-transparent-light {
  background: rgba(244, 245, 247, 0.15);
}

.btn.btn-rounded {
  border-radius: 20px;
}

.btn.btn-circle {
  border-radius: 50%;
}

.btn.btn-icon {
  height: 42px;
  padding: 0 0.845rem;
}
.btn.btn-icon svg {
  margin: 0;
}

.btn.btn-outline-light {
  border-color: #f1f2f6;
}
.btn.btn-outline-light:hover {
  background-color: #e2e6ea;
}

.btn-xs {
  font-size: 12px;
  border-radius: 4px;
  padding: 0 0.86rem 2px 0.86rem;
  line-height: 2.4;
}

.btn-dropdown i {
  margin-left: 10px;
}

.btn-group > .btn {
  z-index: 1;
}

.btn.btn-block {
  width: 100%;
  display: block;
}

.button-group {
  display: flex;
  margin: -5px;
}
.button-group button {
  margin: 5px;
}

.nav-controller-content .nav-link {
  border: 0 none;
}

.alert {
  display: flex;
  min-height: 44px;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert .alert-icon {
  margin-right: 10px;
  display: flex;
}
.alert .alert-icon svg {
  width: 15px;
  margin-top: -3px;
}
.alert .alert-heading {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.alert p {
  font-size: 14px;
  margin-bottom: 0;
}

.alert.alert-icon-area {
  align-items: center;
  padding: 0.5313rem 1.25rem;
}
.alert.alert-icon-area .alert-icon svg {
  margin-top: 1px;
}

.alert.alert-icon-big {
  padding: 1.125rem 1.25rem;
}

.alert.alert-big {
  padding: 0.8125rem 20px;
}

.avatar.avatar-light {
  background: #f1f2f6;
}

.avatar.avatar-light.avatar-transparent {
  background: rgba(146, 153, 184, 0.15);
}

.avatar.avatar-info.avatar-transparent {
  background: rgba(44, 153, 255, 0.15);
}

.avatar.avatar-lg {
  width: 64px;
  height: 64px;
}
.avatar.avatar-lg svg {
  transform: scale(1.25);
}
.avatar.avatar-lg i {
  transform: scale(1.25);
}
.avatar.avatar-lg .avatar-letter {
  font-size: 24px;
}
.avatar.avatar-lg .avatar-text {
  font-size: 14px;
}

.avatar.avatar-md {
  width: 40px;
  height: 40px;
}
.avatar.avatar-md svg {
  transform: scale(1);
}
.avatar.avatar-md i {
  transform: scale(1);
}
.avatar.avatar-md .avatar-letter {
  font-size: 22px;
}
.avatar.avatar-md .avatar-text {
  font-size: 12px;
}

.avatar.avatar-sm {
  width: 32px;
  height: 32px;
}
.avatar.avatar-sm svg {
  transform: scale(0.85);
}
.avatar.avatar-sm i {
  transform: scale(0.85);
}
.avatar.avatar-sm .avatar-letter {
  font-size: 20px;
}
.avatar.avatar-sm .avatar-text {
  font-size: 10px;
}

.avatar.avatar-xs {
  width: 24px;
  height: 24px;
}
.avatar.avatar-xs svg {
  transform: scale(0.6);
}
.avatar.avatar-xs i {
  transform: scale(0.6);
}
.avatar.avatar-xs .avatar-letter {
  font-size: 18px;
}
.avatar.avatar-xs .avatar-text {
  font-size: 8px;
}

.avatar.avatar-circle {
  border-radius: 50%;
}

.avatar.avatar-square {
  border-radius: 3px;
}

.custom-switch.switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.85rem);
}
.custom-switch.switch-md .custom-control-label:before {
  width: 2.188rem;
  height: 1.25rem;
}
.custom-switch.switch-md .custom-control-label:after {
  top: calc(0.0425rem + 3px);
  width: calc(1.25rem - 6px);
  height: calc(1.25rem - 6px);
}

.custom-switch.switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.88rem);
}
.custom-switch.switch-sm .custom-control-label:before {
  width: 1.875rem;
  height: 0.938rem;
}
.custom-switch.switch-sm .custom-control-label:after {
  top: calc(0.041rem + 2.9px);
  left: calc(-3rem + 3px);
  width: calc(1.125rem - 8px);
  height: calc(1.125rem - 8px);
}

.bigpercnt {
  font-size: 24px;
  font-weight: 600;
  display: block;
  text-align: right;
}

.secparc {
  margin: 0;
}
.secparc strong {
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-right: 6px !important;
  display: inline-block !important;
}
.secparc span {
  display: inline-block !important;
}

.notgreen {
  color: #868eae;
}

.notitalic {
  font-style: normal !important;
}

.color-argument i {
  font-style: normal !important;
}
.color-argument span {
  color: inherit !important;
}

.leftpr {
  margin: 1.5px 0 0 0;
  font-size: 13px;
  color: #868eae;
}
.leftpr i {
  font-style: normal !important;
}
.leftpr strong {
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-right: 6px !important;
  word-wrap: break-word;
  display: inline-block !important;
  direction: ltr;
}
.leftpr strong span {
  display: inline-block !important;
  font-size: 14px !important;
}

.levcard {
  height: 500px !important;
}

.levconts {
  height: inherit;
  overflow-y: auto;
  border: 1px solid red;
}

.iblock {
  display: inline-block !important;
}

.card-progress:nth-child(odd) .color-head {
  color: #031b4e;
}
.card-progress:nth-child(even) .color-head {
  color: #031b4e;
}

.card.card-md .card-header {
  padding: 18px 25px;
}

.card.card-sm .card-header {
  padding: 12px 15px;
}

.card.card-bordered {
  border-radius: 4px;
  border: 1px solid #f1f2f6;
}
.card.card-bordered .card-header {
  border-bottom: 1px solid #f1f2f6;
}

.card.bg-white .card-header {
  background-color: #fff;
}
.card.bg-white .card-body {
  background-color: #fff;
}

.card.contact-list-wrap .card-header {
  background-color: #fff;
}
.card.contact-list-wrap .card-body {
  background-color: #fff;
}

.card.atbd-mailCompose .card-header {
  background-color: #fff;
}
.card.atbd-mailCompose .card-body {
  background-color: #fff;
}

.card.add-lebel-from .card-header {
  background-color: #fff;
}
.card.add-lebel-from .card-body {
  background-color: #fff;
}

.card.atbd-drawer .card-header {
  background-color: #fff;
}
.card.atbd-drawer .card-body {
  background-color: #fff;
}

.card.atbd-steps__content .card-header {
  background-color: #fff;
}
.card.atbd-steps__content .card-body {
  background-color: #fff;
}

.card.atbd-pop-message .card-header {
  background-color: #fff;
}
.card.atbd-pop-message .card-body {
  background-color: #fff;
}

.card.mobile-nav-wrapper .card-header {
  background-color: #fff;
}
.card.mobile-nav-wrapper .card-body {
  background-color: #fff;
}

.card.atbd-submenu .card-header {
  background-color: #fff;
}
.card.atbd-submenu .card-body {
  background-color: #fff;
}

.card.forcast-cardbox .card-header {
  background-color: #fff;
}
.card.forcast-cardbox .card-body {
  background-color: #fff;
}

.card.mobile-search .card-header {
  background-color: #fff;
}
.card.mobile-search .card-body {
  background-color: #fff;
}

.card.mobile-author-actions .card-header {
  background-color: #fff;
}
.card.mobile-author-actions .card-body {
  background-color: #fff;
}

.card-grid-table tr:last-child td {
  border-bottom: 0 none;
}
.card-grid-table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.card-grid-table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.card-grid-table tr td {
  padding: 22px;
  text-align: center;
  border-top: 0 none;
  border-bottom: 1px solid #f1f2f6;
  border-left: 1px solid #f1f2f6;
}
.card-grid-table tr td p {
  font-size: 14px;
}

.feature-cards__top {
  display: flex;
  justify-content: space-between;
}
.feature-cards__top span {
  font-size: 12px;
  font-weight: 500;
  color: #868eae;
}

.feature-card--1 figcaption {
  padding: 21px 25px 25px 25px;
}
.feature-card--1 figcaption h5 {
  margin: 18px 0px 15px;
}
.feature-card--1 figcaption p {
  margin-bottom: 17px;
}
.feature-card--1 figcaption .author {
  margin: 5px 0;
}
.feature-card--1 figcaption .feedback {
  margin: 5px 0;
  display: flex;
}
.feature-card--1 figcaption .feedback .like {
  margin-right: 5px;
}
.feature-card--1 figcaption .feedbackSection .author img {
  width: 35px;
  height: 35px;
}

.feature-cards2 {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  min-height: 253px;
}
.feature-cards2 > img {
  height: 253px;
}
.feature-cards2 figcaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 25px;
  background: rgba(39, 43, 65, 0.314);
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.feature-cards2 figcaption .feedbackSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.feature-cards2 figcaption .feedbackSection .author {
  color: white;
}
.feature-cards2 figcaption .feedbackSection .author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}
.feature-cards2 figcaption .feedbackSection .author span {
  font-weight: 500;
  font-size: 13px;
}
.feature-cards2 figcaption h2 {
  color: white;
  margin: 0 0 19px;
  font-size: 18px;
  font-weight: 600;
}
.feature-cards2 figcaption p {
  line-height: 25px;
  font-size: 13px;
}

.feature-cards3 {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 0px;
}
.feature-cards3 svg {
  width: 60px;
}
.feature-cards3 figcaption h2 {
  margin: 18px 0px 10px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.feature-cards3 figcaption p {
  line-height: 1.79;
  color: #5a5f7d;
  font-size: 14px;
}
.feature-cards3 figcaption a {
  color: #f3615a;
  font-size: 15px;
  font-weight: 600;
}

.feature-cards4 {
  background: white;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin: 0px;
  min-height: 324px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.feature-cards4 svg {
  height: 107px;
  width: 100%;
}
.feature-cards4 figcaption h2 {
  margin: 30px 0px 15px;
  font-size: 20px;
  font-weight: 500;
}
.feature-cards4 figcaption p {
  line-height: 1.79;
  color: #5a5f7d;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.card__more-action svg {
  width: 24px;
  height: 24px;
  color: #adb4d2;
}

.feature-cards5 .card__more-action {
  margin-top: -17px;
}

.feature-cards7 {
  margin-bottom: 0;
}
.feature-cards7 .banner-card {
  padding: 20px 25px 25px;
  border-radius: 10px;
}
.feature-cards7 .banner-card .banner-card__action {
  margin-top: -23px;
}
.feature-cards7 .banner-card .banner-card__top {
  display: flex;
  align-items: center;
}
.feature-cards7 .banner-card .banner-card__top .banner-card__title {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 17px;
}
.feature-cards7 .banner-card .banner-card__top .banner-card__title img {
  margin-right: 10px;
}
.feature-cards7 .banner-card .banner-card__top .banner-card__title svg {
  margin-right: 10px;
}
.feature-cards7 .banner-card .banner-card__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px 0;
}
.feature-cards7 .banner-card .banner-card__bottom .card-author {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.feature-cards7 .banner-card .banner-card__bottom .card-author img {
  max-width: 30px;
  border-radius: 50%;
}
.feature-cards7 .banner-card .banner-card__bottom .card-author .author-name {
  margin-left: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.565);
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
}
.feature-cards7 .banner-card .banner-card__bottom .card-meta {
  margin: 5px 0;
}
.feature-cards7 .banner-card .banner-card__bottom .card-meta ul {
  display: flex;
  align-items: center;
}
.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li {
  display: flex;
  align-items: center;
}
.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li img {
  color: #adb4d2;
  margin-right: 6px;
  width: 16px;
}
.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li svg {
  color: #adb4d2;
  margin-right: 6px;
  width: 16px;
}
.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li:not(:last-child) {
  margin-right: 10px;
}
.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li span {
  font-size: 13px;
  color: white;
}
.feature-cards7 .banner-card .banner-card__body p {
  margin-bottom: 20px;
  line-height: 1.786;
  color: rgba(255, 255, 255, 0.565);
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
}
.feature-cards7 .banner-card.banner-card-border {
  border: 1px solid #f1f2f6;
}
.feature-cards7 .banner-card.banner-card-border .banner-card__top .banner-card__title {
  color: #272b41;
}
.feature-cards7 .banner-card.banner-card-border .banner-card__body p {
  color: #5a5f7d;
}
.feature-cards7 .banner-card.banner-card-border .banner-card__bottom .card-author .author-name {
  color: #5a5f7d;
}
.feature-cards7 .banner-card.banner-card-border .banner-card__bottom .card-meta li span {
  color: #adb4d2;
}
.feature-cards7 .banner-card-image {
  background-image: url(/images/feature-card-image7.png?c9e008c9f95d174bdde20015207e884d);
  background-size: cover;
  background-position: center center;
}

.carousel-position .carouse-position-content {
  margin-top: 16px;
}

.slick-slider.slick-dots-top .slick-dots {
  bottom: auto;
  top: 0;
  margin: 25px 0 0;
}

.slick-slider.slick-dots-bottom .slick-dots {
  bottom: 0;
  margin: 0 0 25px;
}

.slick-slider.slick-dots-left .slick-dots {
  flex-direction: column;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  margin: 0 0 0 25px;
}
.slick-slider.slick-dots-left .slick-dots button {
  width: 3px;
  height: 15px;
}
.slick-slider.slick-dots-left .slick-dots li {
  display: block;
  padding: 3px 0;
}
.slick-slider.slick-dots-left .slick-dots li.slick-active button {
  width: 3px;
  height: 25px;
}

.slick-slider.slick-dots-right .slick-dots {
  flex-direction: column;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  left: auto;
  right: 0;
  margin: 0 25px 0 0;
}
.slick-slider.slick-dots-right .slick-dots button {
  width: 3px;
  height: 15px;
}
.slick-slider.slick-dots-right .slick-dots li {
  display: block;
  padding: 3px 0;
}
.slick-slider.slick-dots-right .slick-dots li.slick-active button {
  width: 3px;
  height: 25px;
}

.checkbox-controll__actions {
  margin-top: 35px;
}
.checkbox-controll__actions .btn-checkToggle {
  min-width: 95px;
  margin-right: 10px;
}
.checkbox-controll__actions .btn-activeToggle {
  min-width: 70px;
}

.checkbox-group-header {
  border-bottom: 1px solid #f1f2f6;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.checkbox-group__single:not(:last-child) {
  margin-right: 10px;
}

.atbd-collapse.atbd-collapse-borderless .atbd-collapse-item {
  border-width: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #f1f2f6;
}

.atbd-comment-box__author {
  margin-right: 15px;
}
.atbd-comment-box__author figure {
  margin-bottom: 0;
}
.atbd-comment-box__author figure img {
  max-width: 32px;
  border-radius: 50%;
}

.comment-list__ul .comment-list__ul {
  padding-left: 45px;
}

.reply-editor__author {
  margin-right: 15px;
}
.reply-editor__author img {
  max-width: 32px;
}

.reply-editor__form textarea {
  font-size: 14px;
  min-height: 170px;
  resize: none;
}

.notification-modal-box__btn {
  font-size: 14px;
  padding: 0px 15px;
  line-height: 34px;
  font-weight: 400;
  border-radius: 5px;
}

.notification-wrapper {
  position: fixed;
  z-index: 9999;
}

.notification-wrapper.top-left {
  top: 20px;
  left: 20px;
}

.notification-wrapper.top-right {
  top: 20px;
  right: 20px;
}

.notification-wrapper.bottom-left {
  bottom: 20px;
  left: 20px;
}

.notification-wrapper.bottom-right {
  bottom: 20px;
  right: 20px;
}

.atbd-notification-box {
  position: relative;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  padding: 15px;
  background-color: #fff;
}
.atbd-notification-box:not(:last-child) {
  margin-bottom: 20px;
}

.atbd-notification-box__icon {
  margin-right: 15px;
}

.atbd-notification-box__text h1 {
  margin-bottom: 15px;
}
.atbd-notification-box__text h2 {
  margin-bottom: 15px;
}
.atbd-notification-box__text h3 {
  margin-bottom: 15px;
}
.atbd-notification-box__text h4 {
  margin-bottom: 15px;
}
.atbd-notification-box__text h5 {
  margin-bottom: 15px;
}
.atbd-notification-box__text h6 {
  margin-bottom: 15px;
}

.notification-placement-wrap {
  margin: -10px;
}
.notification-placement-wrap .atbd-select {
  min-width: 140px;
  margin: 10px;
}

.atbd-empty__action {
  margin-top: 17px;
}

.social-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -22px 0;
}
.social-overview li {
  width: 33.33%;
  text-align: center;
  padding: 22px 0;
}
.social-overview li .social-box {
  margin-bottom: 14px;
}
.social-overview li .social-box.gradientInstragram {
  background: #9c27b0;
  background: linear-gradient(to bottom, #9c27b0 0%, #9c27b0 35%, #f44336 67%, #ffc107 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9c27b0", endColorstr="#ffc107",GradientType=0 );
}
.social-overview li h1 {
  margin-bottom: 5px;
}
.social-overview li h2 {
  margin-bottom: 5px;
}
.social-overview li h3 {
  margin-bottom: 5px;
}
.social-overview li h4 {
  margin-bottom: 5px;
}
.social-overview li h5 {
  margin-bottom: 5px;
}
.social-overview li h6 {
  margin-bottom: 5px;
}
.social-overview li p {
  font-size: 14px;
  color: #868eae;
  margin-bottom: 0;
}

.card-overview .br-1 {
  border-right: 1px solid #f1f2f6;
}

.card-overview__left .col-xl-6 {
  padding-right: 12.5px;
}
.card-overview__left .col-xl-6.br-1 {
  padding-right: 25px;
  padding-left: 12.5px;
}

.card-overview__right {
  margin-right: 3px;
}
.card-overview__right .col-xl-6 {
  padding-left: 25px;
}
.card-overview__right .col-xl-6.co-last {
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.overview-single {
  padding: 30px 0 25px;
}
.overview-single .overview-content p {
  font-size: 14px;
  margin-top: 2px;
  color: #868eae;
}
.overview-single .overview-content small {
  font-size: 13px;
  margin-left: 6px;
  color: #868eae;
}
.overview-single .overview-content svg {
  width: 15px;
  margin-right: 6px;
}
.overview-single .overview-content strong {
  font-weight: 500;
}

.overview-single__chart {
  margin-top: 55px;
}

.ap-po-timeChart .overview-single__chart {
  margin-top: 16px;
}
.ap-po-timeChart .parentContainer {
  position: relative;
  bottom: -6px;
}

.card-chart-bar {
  align-items: flex-end;
  margin-bottom: 25px;
}

.legend-static li {
  font-size: 13px;
}
.legend-static li:not(:last-child) {
  margin-right: 15px;
}
.legend-static li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 7px;
}
.legend-static li.custom-label {
  display: inline-flex;
  align-items: center;
}

.card-bar-top p {
  margin-bottom: 6px;
  color: #868eae;
}
.card-bar-top .card-bar-info sub {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 6px;
}
.card-bar-top .card-bar-info sub svg {
  width: 14px;
}
.card-bar-top .card-bar-info sub img {
  width: 14px;
}

.perfomence-chart .legend-static {
  margin-top: 20px;
}

.linechart-overview-wrap .border-line-chart {
  max-width: 220px;
}

.session-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px -30px -15px;
}
.session-wrap .session-single {
  text-align: center;
  padding: 15px 30px;
}
.session-wrap .session-single .chart-label {
  display: flex;
  align-items: center;
  color: #5a5f7d;
  font-size: 14px;
  margin-bottom: 5px;
}
.session-wrap .session-single strong {
  font-weight: 500;
  font-size: 18px;
  color: #272b41;
}
.session-wrap .session-single sub {
  bottom: 0;
  font-size: 13px;
  color: #868eae;
}

.label-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 9px;
}

.revenue-labels {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 20px;
}
.revenue-labels div {
  padding: 25px;
}
.revenue-labels strong {
  font-size: 24px;
  display: block;
  font-weight: 600;
  color: #272b41;
}
.revenue-labels span {
  font-size: 14px;
  color: #868eae;
  display: block;
  position: relative;
  padding-left: 17px;
}
.revenue-labels span:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f11042;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.revenue-labels span.visits:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fa8b0c;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.revenue-chart-legend-list {
  margin-top: 25px;
}

.revenue-chart-legend:not(:last-child) {
  margin-bottom: 12px;
}

.revenue-chart-legend__percentage span {
  font-size: 13px;
  color: #868eae;
}

.revenue-pieChart-wrap {
  margin-top: 5px;
}

.revenue-chart-box-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.overview-content3 .revenue-chart-box__Icon svg {
  width: 32px;
}

.revenue-chart-box__label {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #5a5f7d;
  margin-top: 8px;
}

.cashflow-chart .legend-static {
  margin-top: 12px;
}

.ratio-box .ratio-title {
  font-weight: 500;
  margin-bottom: 30px;
}
.ratio-box .ratio-info {
  margin-bottom: 12px;
}
.ratio-box .ratio-info .ratio-point {
  font-size: 30px;
}
.ratio-box .ratio-info .ratio-percentage {
  font-size: 14px;
  font-weight: 500;
}
.ratio-box .progress {
  height: 6px;
}
.ratio-box .progress-text {
  display: inline-block;
  font-size: 14px;
  margin-top: 12px;
}
.ratio-box .progress-text .dark {
  font-weight: 500;
}
.ratio-box .progress-text .progress-target {
  color: #868eae;
  font-size: 13px;
  margin-left: 4px;
}

.progress-text {
  display: inline-block;
  font-size: 14px;
  margin-top: 12px;
}

.inEx-wrap .inEx-box {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 25px 0;
  border-right: 1px solid #f1f2f6;
}
.inEx-wrap .inEx-chart {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 25px;
}
.inEx-wrap .inEx-chart .legend-static {
  margin-top: 12px;
}
.inEx-wrap .inEx-chart .legend-static li:not(:last-child) {
  margin-right: 22px;
}

.admin_inEx-wrap .inEx-box {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 25px 0;
  border-right: 1px solid #f1f2f6;
}
.admin_inEx-wrap .inEx-chart {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 25px;
}
.admin_inEx-wrap .inEx-chart .legend-static {
  margin-top: 12px;
}
.admin_inEx-wrap .inEx-chart .legend-static li:not(:last-child) {
  margin-right: 22px;
}

.inEx__single:not(:last-child) {
  margin-bottom: 30px;
}
.inEx__single .inEx-subtitle {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #868eae;
}

.inEx__info .inEx__percentage {
  font-size: 14px;
  font-weight: 500;
  margin: 0 8px -2px 10px;
}
.inEx__info .inEx__percentage svg {
  width: 14px;
  margin-right: 4px;
}
.inEx__info .inEx__percentage img {
  width: 14px;
  margin-right: 4px;
}
.inEx__info .inEx-tail {
  font-size: 13px;
  color: #868eae;
}

.cashflow-display {
  margin: -20px -20px 10px;
}

.cashflow-display__single {
  margin: 20px;
}

.cashflow-display__title {
  font-size: 14px;
  color: #868eae;
}

.cashflow-display__amount {
  margin-top: 6px;
}

.cashflow-display2 {
  padding: 17px 0px 5px 6px;
}

.sales .revenue-labels div {
  padding: 17px 0px 0px 25px;
}

.sales-target {
  margin-top: 90px;
}

.sales-target__single h3 {
  margin-bottom: 8px;
}

.profile-sider .card {
  max-width: 570px;
  margin: 0 auto 1.5625rem;
}
.profile-sider .card .card-header {
  align-items: flex-start;
}
.profile-sider .profile-overview {
  margin: -8px -2px;
}

.ap-nameAddress__title {
  line-height: 1.25;
  font-weight: 500;
}

.ap-button button {
  border-radius: 6px;
  font-size: 13px;
  line-height: 2.8461538462;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.ap-button button svg {
  width: 16px;
  margin-right: 8px;
}

.po-details {
  margin: 8px 2px;
}

.po-details__title {
  padding-bottom: 4px;
}

.user-bio .card-body {
  padding-top: 18px;
  padding-bottom: 21px;
}

.user-skils .card-body {
  padding-top: 22px;
}

.user-skils-parent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -6px 0;
}

.db-social-parent {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}

.ap-tab-header {
  box-shadow: 0px 5px 20px #9299b808;
  background: #ffffff;
  border-radius: 10px;
}

.projects-tab-content .nav-item .nav-link {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 20px 0;
}
.projects-tab-content .projectDatatable tbody tr {
  border-bottom: 1px solid #e3e6ef;
}

.ap-po-details {
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
  padding: 24px 25px 20px 25px;
}
.ap-po-details .overview-content p {
  margin: 2px 0 24px;
  color: #868eae;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  text-transform: capitalize;
}

.ap-po-details-time i {
  font-size: 14px;
}
.ap-po-details-time strong {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
.ap-po-details-time small {
  color: #868eae;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
}

.ap-profile-image {
  width: 46px;
  height: 46px;
}

.ap-main-post__header {
  padding-top: 14px;
}

.ap-post-content textarea {
  resize: none;
}

.ap-post-attach__headImg {
  border-radius: 8px;
}

.ap-post-content-comment button {
  box-shadow: 0px 8px 13px #f3615a33;
}
.ap-post-content-comment button svg {
  margin-right: 0;
  width: 16px;
}
.ap-post-content-comment button.wh-50 {
  padding: 0 !important;
}

.wig {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -4px;
}

.ap-post-gallery-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.ap-post-gallery-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.wig__item {
  display: flex;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 3.5px;
}
.wig__item img {
  border-radius: 6px;
  width: 100%;
}

.ap-post-gallery__item {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin: 4px;
}
.ap-post-gallery__item img {
  border-radius: 6px;
  width: 100%;
}

.ap-post-gallery-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ap-post-gallery-overlay__content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(39, 43, 65, 0.5);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  border-radius: 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.ap-post-cc-reply p {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
  text-transform: capitalize;
}

.ap-post-cc-reply__reply {
  padding-top: 19px;
}

.view-more-comment {
  display: block;
  margin-top: 18px;
}

.ffp {
  padding: 13px 25px;
  transition: all 0.3s ease;
}

.ffp.ffp--hover:hover {
  border-radius: 4px;
  box-shadow: 0px 15px 50px #9299b833;
}
.ffp.ffp--hover:hover .ffp__button {
  display: block;
}

.ffw__imgWrapper {
  align-items: center;
  display: flex;
}

.wig-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ap-post-form .card {
  position: relative;
  transform: scale(1);
  transition: 0.3s;
}
.ap-post-form .card .card-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ap-post-form .card .form-control::-moz-placeholder {
  color: #9299b8;
}
.ap-post-form .card .form-control::placeholder {
  color: #9299b8;
}
.ap-post-form textarea:focus {
  box-shadow: 0 0;
}

.ap-post-form.highlighted .ap-post-attach__btn {
  display: flex;
}
.ap-post-form.highlighted .card {
  z-index: 9999;
  transform: scale(1.004);
}

.as-cover__imgWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.as-cover__imgWrapper label {
  width: 100%;
}
.as-cover__imgWrapper img {
  min-height: 120px;
}

.ap-cover__changeImgBtn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.ap-cover__changeImgBtn .cover-btn {
  border: 1px solid #ffffff80;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2307692308;
  font-weight: 500;
}
.ap-cover__changeImgBtn button {
  border: 1px solid #ffffff80;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2307692308;
  font-weight: 500;
}

.table .select2 {
  width: 100% !important;
}
.table .multisheet:not(:first-child) {
  border-top: 15px solid white !important;
}
.table .multisheet:before {
  content: attr(title);
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.sortdropdown .select2-container--default .select2-selection--single {
  height: 42px;
}
.sortdropdown .select2-container--default .select2-selection--multiple {
  height: 42px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #5a5f7d;
  text-transform: normal;
  width: 100%;
}
.select2-container .select2-selection--single .select2-selection__clear {
  right: 0;
  display: none;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.select2-results__option {
  text-transform: normal;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #f3615a;
}
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #f3615a;
}

.field-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}

.notification-content {
  border-radius: 10px;
  background-color: #f8f9fb;
}

.signUP-admin-left {
  background-color: #f9eff8;
  height: 100vh;
  border-radius: 0px 70px 70px 0px;
  padding: 147px 75px;
}

.signUP-admin-left__content {
  font-size: 23px;
  line-height: 1.2173913043;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.signUP-admin-left__content h1 {
  line-height: 1.2222222222;
  font-weight: 700;
}

.signUP-admin-left__img {
  top: 64%;
  left: 42%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.signUP-admin {
  background-color: #ffffff;
}

.signUp-socialBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.signUp-socialBtn li button {
  box-shadow: 0px 5px 15px #9299b81a;
  border: 1px solid #f1f2f6;
  background: #f8f9fb;
  white-space: nowrap;
}
.signUp-socialBtn li svg {
  margin-right: 0;
  width: 20px;
  height: 20px;
}
.signUp-socialBtn li:first-child button {
  height: 48px;
}
.signUp-socialBtn li:first-child svg {
  margin-right: 8px;
}
.signUp-socialBtn li:not(:last-child) {
  margin-right: 10px;
}

.signUp-createBtn {
  width: 185px;
}

.signIn-createBtn {
  border-radius: 6px;
  white-space: nowrap;
}

.signupTop {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
  transform: scaleX(1);
}

.signupBottom {
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(-1);
  transform: scaleX(1);
}

.profile-setting .card .card-header {
  padding-top: 24px;
  padding-bottom: 17px;
}
.profile-setting .card .card-header .edit-profile__title h6 {
  padding-bottom: 1px;
}

.nogeo {
  display: none;
}

.resultable {
  margin-bottom: 0px;
}
.resultable thead td {
  font-weight: 500;
}
.resultable thead td:not(:first-child) {
  text-align: right;
}
.resultable tbody td {
  padding-top: 18px;
  padding-bottom: 18px;
}

.mh450 {
  min-height: 450px;
}

.table--default th {
  border-top: 0 none !important;
  border-bottom: 0 none !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #272b41;
  padding: 16px 15px;
}
.table--default tr th:first-child {
  border-left: 0 none;
  padding-left: 25px;
}
.table--default tr th:last-child {
  border-right: 0 none;
  padding-right: 25px;
}
.table--default tr td:first-child {
  border-left: 0 none;
  padding-left: 25px;
}
.table--default tr td:last-child {
  border-right: 0 none;
  padding-right: 25px;
}
.table--default tbody tr {
  transition: all 0.3s ease;
  color: #5a5f7d;
}
.table--default tbody tr:hover {
  background: #f8f9fb;
}
.table--default tbody tr:last-child {
  border-bottom: 1px solid #f1f2f6;
}
.table--default tbody tr td:not(:first-child) {
  text-align: right;
}
.table--default thead tr th:not(:first-child) {
  text-align: right;
}
.table--default td {
  font-size: 14px;
  vertical-align: middle;
  padding: 16px 15px;
}

.table-borderless tr:last-child {
  border-bottom: 0 none !important;
}

.traffic-table .progress {
  height: 5px;
}

.table-top-location {
  border-top: 1px solid #f1f2f6;
  margin-top: 18px;
  padding-top: 10px;
  margin-bottom: -8px;
}
.table-top-location table thead th {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #868eae;
}
.table-top-location table tbody tr:hover {
  background: #fff;
}
.table-top-location table tbody tr:hover td {
  background-color: #fff;
}
.table-top-location table th {
  padding: 7px 0 !important;
}
.table-top-location table td {
  padding: 7px 0 !important;
}

.table-revenue {
  min-height: 378px;
}
.table-revenue th {
  padding: 15px 18px;
}
.table-revenue td {
  padding: 10px 18px;
}

.modal-header {
  align-items: center;
}
.modal-header button.close {
  margin: 0;
  padding: 0;
}

.modal-content p {
  font-size: 14px;
}
.modal-content p:last-child {
  margin-bottom: 0;
}
.modal-content .modal-footer {
  padding: 0.625rem;
}
.modal-content .modal-footer .btn.btn-sm {
  line-height: 2rem;
}

.modal-info .modal-body {
  padding-bottom: 10px;
}
.modal-info .modal-footer {
  padding: 0.5rem 0.5rem 1rem;
  border-top: 0 none;
}

.modal-btn-group {
  margin: -5px;
}
.modal-btn-group button {
  margin: 5px;
}

#noteModal .close {
  position: absolute;
  top: 15px;
  right: 20px;
}
#noteModal textarea {
  height: 110px;
}

.progress-wrap .progress {
  flex: 28;
}
.progress-wrap .progress .progress-bar {
  border-radius: 10px;
}
.progress-wrap .progress-percentage {
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
.progress-wrap .progress-icon {
  flex: 1;
  margin-left: 10px;
}
.progress-wrap .progress-icon svg {
  width: 14px;
}
.progress-wrap .progress-icon i {
  width: 14px;
}
.progress-wrap .progress-icon span {
  width: 14px;
}
.progress-wrap .progress-icon img {
  width: 14px;
}
.progress-wrap .progress-height {
  height: 5px;
}

.progress-box .progress {
  background-color: rgba(255, 255, 255, 0.2);
}

.atbd-notice__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.atbd-notice__icon svg {
  font-size: 30px;
  width: 30px;
}
.atbd-notice__icon img {
  font-size: 30px;
  width: 30px;
}
.atbd-notice__icon i {
  font-size: 30px;
  width: 30px;
}
.atbd-notice__icon i.fa {
  font-size: 26px;
}
.atbd-notice__icon i.fas {
  font-size: 26px;
}

.atbd-notice__action {
  margin-top: 20px;
}
.atbd-notice__action a + a {
  margin-left: 10px;
}
.atbd-notice__action .btn.btn-sm {
  padding: 0 0.88rem;
  line-height: 2.65;
  border-radius: 3px;
  min-width: 100px;
  font-weight: 400;
}

.users-list-body__bottom span {
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
}

.status-radio .radio-horizontal-list .custom-radio {
  padding-left: 0;
  margin-right: 35px;
}

.edit-social .input-group {
  border-radius: 4px;
}
.edit-social .input-group .input-group-prepend {
  margin-right: 0;
}
.edit-social .input-group .input-group-text {
  border-radius: 4px;
}
.edit-social .input-group .form-control {
  border-left: none;
  margin-left: -2px;
  background: none;
}

.user-group-people__parent li:not(:last-child) {
  margin-right: 4px;
}

.media-ui.user-group .user-group-progress-top {
  margin-top: 0;
  margin-bottom: 22px;
}

.userDatatable table {
  border-bottom: 1px solid #f1f2f6;
  border-collapse: separate;
  border-spacing: 0;
}
.userDatatable table td {
  border-top: 0;
  border-bottom: none;
  padding: 10px 20px;
  vertical-align: middle;
  white-space: nowrap;
}
.userDatatable table thead tr {
  border-radius: 10px;
}
.userDatatable table thead tr th {
  color: #5a5f7d;
  background: #f8f9fb;
  border-top: 1px solid #f1f2f6;
  border-bottom: 1px solid #f1f2f6;
  white-space: nowrap;
}
.userDatatable table thead tr th:first-child {
  border-left: 1px solid #f1f2f6;
  border-radius: 10px 0px 0px 0px;
}
.userDatatable table thead tr th:last-child {
  border-right: 1px solid #f1f2f6;
  border-radius: 0px 10px 0px 0px !important;
}
.userDatatable table tbody tr:first-child td {
  padding-top: 11px;
}
.userDatatable table tbody tr:last-child td {
  padding-bottom: 11px;
}
.userDatatable table > thead > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.userDatatable .userDatatable__imgWrapper {
  margin-right: 12px;
}
.userDatatable tbody .custom-checkbox input[type=checkbox] + label {
  margin-right: 18px;
}
.userDatatable table.adv-table {
  border-bottom: none;
}
.userDatatable table.adv-table .pagination {
  border-top: 1px solid #f1f2f6;
  margin: 0;
  margin-top: 2;
  padding-top: 27px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.project-table .userDatatable-inline-title h6 {
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
}

.listspage .userDatatable-inline-title h6 {
  font-weight: 400;
}
.listspage .userDatatable-content {
  font-weight: 400;
}

.checkbox-text.userDatatable-title {
  margin-left: 18px;
}

.projectDatatable.userDatatable .table th {
  padding: 14px 20px;
}
.projectDatatable.userDatatable .table td {
  padding: 16px 20px;
}

.project-search--height .user-member__form {
  height: 40px;
}
.project-search--height .form-control {
  height: 40px;
}

.project-search.shop-search .form-control {
  height: 46px;
}

.projectDatatable.project-table .table {
  border-bottom: none;
}
.projectDatatable.project-table .table td {
  border-bottom: 1px solid #e3e6ef;
}
.projectDatatable.project-table .table td:last-child {
  padding-right: 0;
}

.new-member-calendar .form-control::-moz-placeholder {
  color: #adb4d2;
}
.new-member-calendar .form-control::placeholder {
  color: #adb4d2;
}

.select2-dropdown.category-member {
  z-index: 9999;
}

.input-list-wrap {
  margin-bottom: -10px;
}

.input-list__single {
  margin: 0 10px 10px 0;
  flex: 0 0 33.33%;
}

.input-container.icon-left input {
  padding-left: 40px;
  padding-right: 40px;
}

.form-group {
  position: relative;
}
.form-group input::-moz-placeholder {
  color: #9299b8;
}
.form-group input::placeholder {
  color: #9299b8;
}
.form-group .ip-light::-moz-placeholder {
  color: #9299b8;
}
.form-group .ip-light::placeholder {
  color: #9299b8;
}
.form-group .ip-gray::-moz-placeholder {
  color: #5a5f7d;
}
.form-group .ip-gray::placeholder {
  color: #5a5f7d;
}

.basic-form-wrapper {
  max-width: 420px;
}

.form-control-md {
  height: 2.875rem;
}

.was-validated input:invalid ~ label {
  color: #ff4d4f;
}
.was-validated input:invalid ~ label .invalid-feedback {
  color: #ff4d4f;
  display: block;
}
.was-validated input:invalid ~ label::after {
  background-color: rgba(255, 77, 79, 0.3);
  border: 1px solid transparent;
}
.was-validated .custom-select:invalid {
  background: none;
}
.was-validated .custom-select:invalid::-ms-expand {
  display: none;
}

input.is-invalid ~ label {
  color: #ff4d4f;
}
input.is-invalid ~ label::after {
  background-color: rgba(255, 77, 79, 0.3);
  border: 1px solid transparent;
}

.valid-feedback {
  margin-top: 8px;
}

.invalid-feedback {
  margin-top: 8px;
}

.timeline-vertical .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline-vertical .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #e3e6ef;
  left: 50%;
  margin-left: -1.5px;
}
.timeline-vertical .timeline li {
  position: relative;
}
.timeline-vertical .timeline li:before {
  content: " ";
  display: table;
}
.timeline-vertical .timeline li:after {
  content: " ";
  display: table;
  clear: both;
}
.timeline-vertical .timeline li .timeline-single {
  width: 45%;
  float: left;
  position: relative;
}
.timeline-vertical .timeline li .timeline-single:before {
  position: absolute;
  top: 65px;
  right: -11px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-left: 11px solid #eff0f3;
  border-right: 0 solid #eff0f3;
  border-bottom: 7px solid transparent;
  content: " ";
}
.timeline-vertical .timeline li .timeline-single:after {
  position: absolute;
  top: 30%;
  right: -11px;
  display: inline-block;
  border-top: 8px solid #eff0f3;
  border-bottom: 7px solid #eff0f3;
  content: " ";
}
.timeline-vertical .timeline > li .timeline-single__buble {
  color: #fff;
  width: 10px;
  height: 10px;
  border: 10px solid #f8f9fb;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 62px;
  left: 50%;
  margin-left: -10px;
  z-index: 100;
  border-radius: 50%;
}
.timeline-vertical .timeline > li .timeline-single__buble span {
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 1.4em;
  text-align: center;
  margin-left: -10px;
  z-index: 100;
  border-radius: 50%;
  top: -5px;
  left: 5px;
}
.timeline-vertical .timeline > li.timeline-inverted > .timeline-single {
  float: right;
}
.timeline-vertical .timeline > li.timeline-inverted > .timeline-single:before {
  border-left-width: 0;
  border-right-width: 12px;
  left: -12px;
  right: auto;
}
.timeline-vertical .timeline > li.timeline-inverted > .timeline-single:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-vertical.left-middle li {
  margin-bottom: 25px;
}
.timeline-vertical.left-middle .timeline:before {
  left: 0;
}
.timeline-vertical.left-middle .timeline > li .timeline-single__buble {
  left: 0;
}
.timeline-vertical.left-middle .timeline li .timeline-single {
  width: 94%;
}

.timeline-box--3.scroll-timeline {
  height: 100vh;
  overflow-x: auto;
  padding: 0 20px;
}
.timeline-box--3.scroll-timeline::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: #f5f5f5;
}
.timeline-box--3.scroll-timeline::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
.timeline-box--3.scroll-timeline::-webkit-scrollbar-thumb {
  background-color: #e3e6ef;
  border: 3px solid #e3e6ef;
  border-radius: 4px;
}

.timeline-box--3 .timeline-single__content {
  background: #eff0f3;
  border-radius: 10px;
  padding: 20px;
}
.timeline-box--3 .timeline-single__content p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #5a5f7d;
  margin-bottom: 0;
}
.timeline-box--3 .timeline-single__days {
  text-align: flex-end;
  margin-bottom: 7px;
}
.timeline-box--3 .timeline-single__days span {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #adb4d2;
}
.timeline-box--3 .timeline-inverted .timeline-single__days {
  text-align: flex-start;
}

.menu-wrapper .atbd-menu.menu-vertical {
  max-width: 280px;
}

.atbd-menu.menu-collapsable .atbd-menu__item.has-submenu > .atbd-menu__link:before {
  content: "\f107";
}
.atbd-menu.menu-collapsable .atbd-submenu {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  box-shadow: 0 0;
  padding: 0 0 0 20px;
  background: transparent;
}
.atbd-menu.menu-collapsable .atbd-submenu .atbd-menu__link {
  min-width: auto;
}

.mobile-nav-wrapper.show {
  transform: translateX(0);
}

.message-wrapper {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-message {
  height: 48px;
}

.atbd-tag-wrap h6 {
  font-size: 14px;
  margin-bottom: 15px;
}
.atbd-tag-wrap .tag-box {
  margin: -4px;
}

.atbd-tag-mode .select2-search__field {
  text-align: left;
}

.ui-datepicker-month {
  border: none;
  color: #666d92;
}

.ui-datepicker-year {
  border: none;
  color: #666d92;
}

.ui-datepicker-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  color: #272b41;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 50%;
  line-height: 2rem;
  transition: 0.3s all;
  color: #272b41;
  font-size: 0.875rem;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid transparent;
  margin: 4px;
}
.ui-datepicker-calendar tbody td a:hover {
  border: 1px solid #f3615a;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  color: #f3615a;
  border: 1px solid #f3615a;
}
.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background: #f3615a;
  color: #ffffff;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #272b41;
  font-weight: 400;
  font-size: 0.75rem;
}

.ui-datepicker-multi {
  z-index: 11 !important;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  width: 48%;
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-first {
  margin-right: 2%;
}
.ui-datepicker-multi .ui-datepicker-calendar tbody td a {
  width: 32px;
  height: 32px;
  margin: 2px;
}

.atbd-nav-controller.date-picker-size .date-picker-list {
  margin-top: 35px;
}

.date-picker-list {
  margin: -20px;
}
.date-picker-list .atbd-date-picker {
  margin: 20px;
}

.rating-basic {
  display: flex;
  align-items: center;
}

.rating-half-star {
  display: flex;
  align-items: center;
}

.rater {
  display: flex;
  align-items: center;
}

.rating-readOnly {
  display: flex;
  align-items: center;
}

.jq-star {
  margin-right: 2px;
  display: flex;
  align-items: center;
}
.jq-star .jq-star-svg {
  padding-left: 0;
}
.jq-star polygon {
  stroke: none !important;
}

.atbd-steps__item {
  position: relative;
  flex: 1;
  z-index: 10;
}
.atbd-steps__item:last-child {
  flex: none;
  padding-right: 0;
}
.atbd-steps__item:first-child {
  padding-left: 0;
}

.atbd-steps__line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #f1f2f6;
  z-index: -1;
}

.statistics-item {
  flex: 1;
}
.statistics-item .text-gray {
  letter-spacing: 1.5px;
  margin-left: 3px;
  font-size: 14px;
}

.statistics-item__action {
  margin-top: 16px;
}
.statistics-item__action a {
  display: inline-block;
}

.statistics-countdown ul {
  margin-top: 10px;
}
.statistics-countdown ul li {
  display: inline-block;
}

.spin-list .atbd-spin-dots:not(:last-child) {
  margin-right: 20px;
}

.atbd-spin-dots {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(45deg);
  animation: rotate 1.2s infinite linear;
}
.atbd-spin-dots .spin-dot {
  transform: scale(0.75);
  position: absolute;
  opacity: 0.3;
  animation: spinMove 1s infinite linear alternate;
}
.atbd-spin-dots .spin-dot:nth-child(1) {
  left: 0;
  top: 0;
}
.atbd-spin-dots .spin-dot:nth-child(2) {
  right: 0;
  top: 0;
  animation-delay: 0.3s;
}
.atbd-spin-dots .spin-dot:nth-child(3) {
  left: 0;
  bottom: 0;
  animation-delay: 0.5s;
}
.atbd-spin-dots .spin-dot:nth-child(4) {
  right: 0;
  bottom: 0;
  animation-delay: 0.7s;
}

.spin-embadded.spin-active .alert-primary {
  background: rgba(95, 99, 242, 0.06);
  border-color: #e7e8fd06;
}
.spin-embadded.spin-active .alert-content {
  opacity: 0.4;
}
.spin-embadded.spin-active .loaded-spin {
  display: inline-block;
}

.atbd-spin-dots.spin-md {
  font-size: 24px;
}
.atbd-spin-dots.spin-md .spin-dot {
  width: 8px;
  height: 8px;
}

.atbd-spin-dots.spin-lg {
  font-size: 30px;
}
.atbd-spin-dots.spin-lg .spin-dot {
  width: 10px;
  height: 10px;
}

.atbd-upload .btn-upload {
  border-radius: 5px;
  line-height: 2.9rem;
}
.atbd-upload .btn-upload svg {
  width: 16px;
  height: 16px;
}
.atbd-upload .btn-upload img {
  width: 16px;
  height: 16px;
}
.atbd-upload .upload-one {
  display: none;
}
.atbd-upload .avatar-up .upload-avatar-input {
  display: none;
}

.atbd-upload-avatar {
  cursor: pointer;
}
.atbd-upload-avatar .avatrSrc {
  max-width: 100px;
}
.atbd-upload-avatar .upload-avatar-input {
  display: none;
}
.atbd-upload-avatar * {
  pointer-events: none;
}

.page-title__right .page-top-action {
  flex-wrap: wrap;
  margin: -5px;
}
.page-title__right .page-top-action a {
  margin: 5px;
  min-height: 34px;
}
.page-title__right .page-top-action .btn-xs {
  padding: 0 1.134rem;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
}

.page-title-block.bg-container {
  padding: 25px;
}

.page-title-block .page-title-bg {
  border-radius: 5px;
}

.page-info {
  padding: 0px 30px 12px 30px;
}

.page-info__item {
  flex: 0 0 32%;
}

.atbd-skeleton__title {
  width: 30%;
  height: 16px;
  background: #f1f2f6;
  margin-bottom: 15px;
}

.atbd-skeleton__list li {
  height: 16px;
  width: 100%;
  margin-bottom: 15px;
}
.atbd-skeleton__list li:last-child {
  width: 40%;
  margin-bottom: 0;
}

.shimmer-effect {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmerEffect;
  animation-timing-function: linear;
}

.radio-vertical-list .custom-radio:not(:last-child) {
  margin-bottom: 14px;
}

.radio-horizontal-list:not(:last-child) {
  margin-bottom: 14px;
}
.radio-horizontal-list .custom-radio {
  margin-right: 20px;
}

.time-picker .input-container {
  width: 34%;
}
.time-picker .input-container .input-icon i {
  width: 18px;
  height: 18px;
}
.time-picker .input-container .input-icon svg {
  width: 18px;
  height: 18px;
}
.time-picker .input-container .input-icon img {
  width: 18px;
  height: 18px;
}
.time-picker .input-container .form-control-lg {
  height: 3rem;
}

.wickedpicker {
  z-index: 1;
}

.slider-wrapper {
  padding: 20px 0;
}

.drawer-basic-wrap.show .atbd-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.drawer-basic-wrap.basic .drawer-basic {
  display: block !important;
}

.drawer-basic-wrap.account.bottom {
  right: 0;
  left: auto;
}
.drawer-basic-wrap.account.bottom .atbd-drawer {
  width: 570px;
  height: 100%;
  transform: translateX(570px);
}

.drawer-basic-wrap.account.top {
  right: 0;
  left: auto;
}
.drawer-basic-wrap.account.top .atbd-drawer {
  width: 570px;
  height: 100%;
  transform: translateX(570px);
}

.drawer-basic-wrap.account.left {
  right: 0;
  left: auto;
}
.drawer-basic-wrap.account.left .atbd-drawer {
  width: 570px;
  height: 100%;
  transform: translateX(570px);
}

.drawer-basic-wrap.account .drawer-account {
  display: block !important;
  width: 730px;
}

.drawer-basic-wrap.profile.bottom {
  right: 0;
  left: auto;
}
.drawer-basic-wrap.profile.bottom .atbd-drawer {
  width: 570px;
  height: 100%;
  transform: translateX(570px);
}

.drawer-basic-wrap.profile.top {
  right: 0;
  left: auto;
}
.drawer-basic-wrap.profile.top .atbd-drawer {
  width: 570px;
  height: 100%;
  transform: translateX(570px);
}

.drawer-basic-wrap.profile.left {
  right: 0;
  left: auto;
}
.drawer-basic-wrap.profile.left .atbd-drawer {
  width: 570px;
  height: 100%;
  transform: translateX(570px);
}

.drawer-basic-wrap.profile .drawer-profile {
  display: block !important;
  width: 730px;
}

.drawer-placement-wrap .radio-horizontal-list {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.drawer-basic-wrap.left.show .atbd-drawer {
  transform: translateX(0);
}

.drawer-basic-wrap.left .atbd-drawer {
  right: auto;
  left: 0;
  transform: translateX(-320px);
}

.drawer-basic-wrap.top.show .atbd-drawer {
  transform: translate(0, 0);
}

.drawer-basic-wrap.top .atbd-drawer {
  height: 320px;
  width: 100%;
  transform: translate(0, -320px);
}

.drawer-basic-wrap.bottom.show .atbd-drawer {
  transform: translate(0, 0);
}

.drawer-basic-wrap.bottom .atbd-drawer {
  height: 320px;
  width: 100%;
  top: auto;
  bottom: 0;
  transform: translate(0, 320px);
}

.drawer-profile-box {
  border: 1px solid #f1f2f6;
  border-radius: 3px;
}

.drawer-multiLevel.level-one.show {
  color: #fff;
}
.drawer-multiLevel.level-one.show .drawer-level-one {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.drawer-multiLevel.level-two.show {
  color: #fff;
}
.drawer-multiLevel.level-two.show .drawer-level-two {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 9999;
}

.drawer-multiLevel .atbd-drawer.drawer-level-one {
  width: 570px;
}

.atbd-tab.tab-vertical {
  display: flex;
  max-height: 200px;
  overflow: hidden;
}
.atbd-tab.tab-vertical .nav-tabs {
  flex: 1;
  flex-flow: column;
  margin: 0 20px 0 0;
  overflow-y: scroll;
  min-width: 80px;
}
.atbd-tab.tab-vertical .nav-tabs:after {
  width: 2px;
  height: 100%;
  left: auto;
  right: 0;
}
.atbd-tab.tab-vertical .nav-tabs .nav-item {
  margin-right: 0;
}
.atbd-tab.tab-vertical .nav-tabs .nav-link:after {
  width: 3px;
  height: 100%;
  left: auto;
  right: 0;
}
.atbd-tab.tab-vertical .tab-content {
  flex: 19;
}

.atbd-tab.tab-small .nav-tabs {
  margin-bottom: 12px;
}
.atbd-tab.tab-small .nav-link {
  padding: 6px 12px;
}

.atbd-tab.tab-large .nav-tabs {
  margin-bottom: 25px;
}
.atbd-tab.tab-large .nav-link {
  padding: 15px 12px;
}

.nav-controller-slide .nav-controller-content {
  margin-top: 20px;
}

.atbd-select-list .atbd-select + .atbd-select {
  margin-left: 10px;
}

.atbd-select {
  min-width: 110px;
  position: relative;
  font-weight: 900;
}
.atbd-select .select2-selection {
  height: 42px;
}
.atbd-select .select2-selection[aria-labelledby=select2-select-search-container] {
  min-width: 200px;
}
.atbd-select .select2-selection__arrow {
  display: none;
}
.atbd-select:after {
  font-size: 10px;
  font-family: "Line Awesome Free";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
}
.atbd-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.excelsubmit .atbd-select .select2-selection {
  min-width: 140px;
}
.excelsubmit .atbd-select:after {
  display: none !important;
}
.excelsubmit .atbd-select .select2-selection__arrow {
  display: block;
}
.excelsubmit .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 48%;
  right: -10px;
  transform: translate(-50%, -50%);
}

.select-size-content {
  margin-top: 40px !important;
}

.select-size-content__single {
  margin: -20px 0;
}
.select-size-content__single .atbd-select {
  margin: 20px 0;
}

select.select-arrow-none {
  background: none;
}
select.select-arrow-none::-ms-expand {
  display: none;
}

.custom-select.is-invalid {
  background: none;
}
.custom-select.is-invalid::-ms-expand {
  display: none;
}

.select-px-15 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 15px;
}
.select-px-15 .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 15px;
}

.application-task .application-task-icon {
  border-radius: 12px;
  margin-right: 20px;
}
.application-task .application-task-content {
  flex: 1;
}

.application-task-icon-small {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.icon-circle {
  border-radius: 50% !important;
}

.about-projects ul {
  margin-top: 35px;
  margin-bottom: -10px;
  flex-wrap: wrap;
}
.about-projects ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-projects ul li:not(:last-child) {
  margin-right: 80px;
}

.acButton {
  text-transform: capitalize;
  padding: 3px 15px;
  margin: 4px 0;
  display: flex;
  align-items: center;
}
.acButton svg {
  width: 14px;
  margin-right: 7px;
}

input[type=checkbox]:checked + label.strikethrough {
  text-decoration: line-through;
}

.task-list-btn button {
  font-weight: 500;
  font-size: 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  width: 100%;
  padding: 13px 20px;
  background-color: rgba(95, 99, 242, 0.08);
}
.task-list-btn button svg {
  margin-right: 5px;
  width: 18px;
}

.files-area__img {
  margin-right: 20px;
}

.breadcrumb-edit {
  text-transform: capitalize;
  padding: 5px 15px;
}
.breadcrumb-edit svg {
  width: 14px;
  margin-right: 8px;
}

.breadcrumb-remove {
  text-transform: capitalize;
  padding: 5px 15px;
}
.breadcrumb-remove svg {
  width: 14px;
  margin-right: 8px;
}

.media-ui__title {
  margin-right: 10px;
}

.media-ui__start {
  margin-right: 30px;
}

.app-ui-tab.ap-tab-main .nav-link:after {
  bottom: -1px;
  height: 1px;
}

.sidebar-group {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  margin: 0 30px 0 15px;
  height: 100%;
}
.sidebar-group .left-sidebar-wrap {
  background: #fbfbfb;
  width: 420px;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: 0px 5px 20px #9299b808;
}
.sidebar-group .sidebar:not(.active) {
  display: none;
}

.chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  width: 100%;
  padding-right: 15px;
}

.chat-area {
  justify-content: center;
}

.user-list-item__wrapper {
  padding: 0 25px;
  padding-right: 20px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
}

.badge-direction-bottom {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  height: 12px;
  width: 12px;
  bottom: 0;
  right: 0;
}

.chat-badge-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.search-tab .ap-tab-main {
  height: 66px;
  justify-content: space-between;
}
.search-tab .ap-tab-main .nav-link {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 23px 0;
}
.search-tab .ap-tab-main .nav-link.group-notification {
  display: flex;
  align-items: center;
}
.search-tab .ap-tab-main .nav-link.active {
  font-weight: 500;
}
.search-tab .ap-tab-main .nav-link.active .total-message {
  display: none;
}

.incoming-chat .chat-text-box__subtitle {
  border-radius: 0 15px 15px 15px;
}

.outgoing-chat {
  margin: 5px 0;
}
.outgoing-chat .chat-text-box__subtitle {
  border-radius: 15px 15px 0 15px;
}

.chat-text-box {
  max-width: 80%;
}

.chat-text-box__subtitle.typing {
  padding: 16px 13px;
}

.chat-text-box__subtitle p {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-bottom: 0;
}

.chat-type-text__btn svg {
  width: 18px;
}
.chat-type-text__btn button:last-child {
  box-shadow: 0px 8px 13px #f3615a33;
}

.chat-footer {
  padding: 20px;
}

.seen-chat-group ul li:not(:last-child) {
  margin-right: 3px;
}

.emotions .dropdown-menu {
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 15px 20px;
  border-radius: 5px;
}

.emotions__parent li a img {
  width: 30px;
  transition: all 0.3s ease;
}
.emotions__parent li a img:hover {
  transform: scale(1.2);
}
.emotions__parent li:not(:last-child) {
  margin-right: 15px;
}

.atbd-calendar-left .card {
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
}
.atbd-calendar-left .btn-create-event {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 25px;
}

.date-picker__date {
  border: 0 none;
  font-size: 16px;
  font-weight: 500;
  background: none;
}

.draggable-event-list {
  margin-top: 20px;
}

.fc-timegrid-event {
  min-width: 140px;
}
.fc-timegrid-event .fc-event-resizer {
  display: block !important;
}
.fc-timegrid-event .fc-event-resizer.fc-event-resizer-end {
  position: relative;
}
.fc-timegrid-event .fc-event-resizer.fc-event-resizer-end:after {
  position: absolute;
  left: 50%;
  height: 1px;
  width: 10px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
  top: -8px;
}
.fc-timegrid-event .fc-event-resizer.fc-event-resizer-end:before {
  position: absolute;
  left: 50%;
  height: 1px;
  width: 10px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
  top: -8px;
  top: -5px;
}

.fc-timegrid-event.primary {
  background-color: #efeffe !important;
  border-left-color: #f3615a;
  border-left-width: 2px;
}
.fc-timegrid-event.primary .fc-event-resizer.fc-event-resizer-end:after {
  background-color: rgba(95, 99, 242, 0.5);
}
.fc-timegrid-event.primary .fc-event-resizer.fc-event-resizer-end:before {
  background-color: rgba(95, 99, 242, 0.5);
}
.fc-timegrid-event.primary .fc-event-main {
  color: #fff;
}
.fc-timegrid-event.primary .fc-event-main .fc-event-time {
  color: #f3615a;
}
.fc-timegrid-event.primary .fc-event-main .fc-event-title {
  color: #f3615a;
}
.fc-timegrid-event.primary:hover {
  background-color: #efeffe !important;
}

.fc-timegrid-event.secondary {
  background-color: #fff0f6 !important;
  border-left-color: #ff69a5;
  border-left-width: 2px;
  color: #ff69a5;
}
.fc-timegrid-event.secondary .fc-event-resizer.fc-event-resizer-end:after {
  background-color: rgba(255, 105, 165, 0.5);
}
.fc-timegrid-event.secondary .fc-event-resizer.fc-event-resizer-end:before {
  background-color: rgba(255, 105, 165, 0.5);
}
.fc-timegrid-event.secondary .fc-event-main {
  color: #ff69a5;
}
.fc-timegrid-event.secondary .fc-event-time {
  color: #ff69a5;
}
.fc-timegrid-event.secondary .fc-event-title {
  color: #ff69a5;
}
.fc-timegrid-event.secondary:hover {
  background-color: #fff0f6 !important;
}

.fc-timegrid-event.success {
  background-color: #e8faf4 !important;
  border-left-color: #20c997;
  border-left-width: 2px;
}
.fc-timegrid-event.success .fc-event-resizer.fc-event-resizer-end:after {
  background-color: rgba(32, 201, 151, 0.5);
}
.fc-timegrid-event.success .fc-event-resizer.fc-event-resizer-end:before {
  background-color: rgba(32, 201, 151, 0.5);
}
.fc-timegrid-event.success .fc-event-time {
  color: #20c997;
}
.fc-timegrid-event.success .fc-event-title {
  color: #20c997;
}
.fc-timegrid-event.success:hover {
  background-color: #e8faf4 !important;
}

.fc-timegrid-event.warning {
  background-color: #fff3e6 !important;
  border-left-color: #fa8b0c;
  border-left-width: 2px;
}
.fc-timegrid-event.warning .fc-event-resizer.fc-event-resizer-end:after {
  background-color: rgba(250, 139, 12, 0.5);
}
.fc-timegrid-event.warning .fc-event-resizer.fc-event-resizer-end:before {
  background-color: rgba(250, 139, 12, 0.5);
}
.fc-timegrid-event.warning .fc-event-time {
  color: #fa8b0c;
}
.fc-timegrid-event.warning .fc-event-title {
  color: #fa8b0c;
}

.fc-media-screen .fc-timegrid-event {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-left: 10px;
  padding: 4px 10px 4px;
  border-radius: 3px 6px 6px 3px;
  background-color: #efeffe;
  border-color: #efeffe;
}
.fc-media-screen .fc-timegrid-event .fc-event-main-frame .fc-event-time {
  font-size: 12px;
}
.fc-media-screen .fc-timegrid-event .fc-event-main-frame .fc-event-title-container {
  margin-bottom: 1px;
  flex-grow: 0;
  order: -1;
}
.fc-media-screen .fc-timegrid-event .fc-event-main-frame .fc-event-title {
  font-weight: 500;
  font-size: 13px;
}

.fc-timegrid-event.warning.success {
  background-color: #fff3e6 !important;
  border-left-color: #20c997;
  border-left-width: 2px;
}
.fc-timegrid-event.warning.success .fc-event-time {
  color: #20c997;
}
.fc-timegrid-event.warning.success .fc-event-title {
  color: #20c997;
}
.fc-timegrid-event.warning.success:hover {
  background-color: rgba(32, 201, 151, 0.1) !important;
}

.fc-timeGridWeek-view .fc-event-resizer {
  display: none !important;
}

.todo-list td {
  padding: 12px 25px !important;
}
.todo-list .custom-checkbox input[type=checkbox]:checked + label {
  color: #f3615a !important;
}
.todo-list .custom-checkbox input[type=checkbox] + label {
  color: #5a5f7d !important;
}

.add-task-action {
  margin: 15px 0 0 25px;
}
.add-task-action button {
  padding: 0 1.018rem;
  font-size: 12px;
  width: auto;
  background-color: rgba(95, 99, 242, 0.08);
}

.add-todo-modal .modal-header .close svg {
  width: 18px;
}
.add-todo-modal .modal-header .close img {
  width: 18px;
}

.product_page--grid .project-category p {
  margin-bottom: 0;
  margin-right: 20px;
}
.product_page--grid .project-top-wrapper {
  justify-content: space-between;
}
.product_page--grid .shop_products_top_filter {
  margin-bottom: 30px;
}

.product_page--list .project-category p {
  margin-bottom: 0;
  margin-right: 20px;
}
.product_page--list .project-top-wrapper {
  justify-content: space-between;
}
.product_page--list .shop_products_top_filter {
  margin-bottom: 30px;
}

.product {
  transition: all 0.3s ease;
}
.product .product-item__button button {
  height: 36px;
  margin: 5px;
}

.product--grid .product-item__button {
  margin: -5px;
}
.product--grid:hover {
  transform: scale(1.1);
}

.bookmark-page .columns-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bookmark-page .columns-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bookmark-page__list .cus-xl-3 {
  padding: 0 12.5px;
}

.product-sidebar-widget .widget_title h6 {
  font-size: 15px;
  line-height: 1.3333333333;
}

.ui-state-default {
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  outline: 0;
}

.ui-widget-content .ui-state-default {
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  outline: 0;
}

.ui-widget-header .ui-state-default {
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  outline: 0;
}

.ui-slider-horizontal {
  height: 3px;
  border: 0;
  background-color: rgba(95, 99, 242, 0.2);
  border-radius: 10px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.product-item__image .list-thumb-gallery {
  padding: 0;
  list-style-type: none;
  padding-top: 1rem;
  list-style-type: none;
}
.product-item__image .list-thumb-gallery > li {
  margin-bottom: 1rem;
  width: 80px;
  height: 80px;
}
.product-item__image .list-thumb-gallery > li:not(:last-child) {
  margin-right: 10px;
}
.product-item__image .list-thumb-gallery > li img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.product-item__image .carousel-control-prev {
  display: none;
}
.product-item__image .carousel-control-next {
  display: none;
}
.product-item__image .carousel-indicators {
  display: none;
}
.product-item__image .carousel-item {
  width: 580px;
  height: 450px;
  max-width: 100%;
}
.product-item__image .carousel-item img {
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

.product-quantity {
  margin-top: 30px;
}
.product-quantity .bttn {
  width: 38px;
  height: 38px;
}
.product-quantity p {
  margin-bottom: 0;
  margin-right: 40px;
}
.product-quantity button + span {
  margin-left: 15px;
}

.product-item__content .product-item__button {
  margin-bottom: -5px;
}
.product-item__content .product-item__button .product-item__action {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-item__content .product-item__button .product-deatils__social {
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-cart__quantity .bttn {
  font-size: 17px;
}

td.order-summery .total > div {
  padding-bottom: 15px;
}

.wizard9.wizard7 .checkout-shipping-form {
  height: 218px;
}

.wizard7.checkout-review .checkout-progress div:not(.step) {
  padding: 0 30px;
}

.wizard6.checkout-review .checkout-progress div:not(.step) {
  padding: 0 30px;
}

.wizard6 .checkout-review-title {
  margin-top: 83px;
  margin-bottom: 50px;
}
.wizard6 .checkout-shipping-form {
  margin-top: 64px;
}
.wizard6 .payment-method-area--top {
  margin-top: 83px;
}
.wizard6 .checkout-progress div.step {
  box-shadow: none;
}
.wizard6 .checkout-progress div.step.current span:nth-of-type(1) {
  background-color: transparent;
}
.wizard6 .checkout-progress div.step.completed span:nth-of-type(1) {
  background-color: transparent;
}

.checkout-progress-indicator .button {
  margin: 0 auto;
  display: block;
}

.card.checkout-shipping-form .card-header h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  white-space: normal;
}

.checkout-shipping-form {
  margin-top: 90px;
}
.checkout-shipping-form .edit-profile__body .form-group {
  margin-bottom: 25px;
}
.checkout-shipping-form .edit-profile__body .form-group label {
  font-size: 15px;
  font-weight: 400;
}
.checkout-shipping-form .edit-profile__body .form-group .form-control::-moz-placeholder {
  color: #adb4d2;
}
.checkout-shipping-form .edit-profile__body .form-group .form-control::placeholder {
  color: #adb4d2;
}

.payment-method-area--top {
  margin-top: 109px;
}

.payment-way img {
  width: 50px;
  height: 29px;
}
.payment-way img:not(:last-child) {
  margin-right: 8px;
}

.form-cc-img {
  width: 40px;
  height: 23px;
}

.payment-method-csv input {
  width: 120px;
}

.checkout-review-title {
  margin-top: 109px;
  margin-bottom: 50px;
}

.crc__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crc__title h5 {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 400;
}

.crc__title-btn {
  text-transform: capitalize;
}
.crc__title-btn svg {
  margin-right: 8px;
  width: 15px;
}

.crc .card-body {
  box-shadow: 0px 10px 30px #9299b81a;
}
.crc .check-review__contact p {
  margin-top: -5px;
}

.checkout-review .checkout-progress {
  padding: 0 30px;
}

.payment-status {
  margin-top: 112px;
}

.payment-invoice__body {
  margin: 80px 60px 40px 60px;
}

.payment-invoice-address {
  margin-bottom: 57px;
  justify-content: space-between;
}

.project-tap.order-project-tap {
  border: 1px solid #e3e6ef;
}
.project-tap.order-project-tap:not(:first-child):after {
  background-color: #f1f2f6;
}

.orderDatatable .table thead tr th {
  padding: 15px 20px;
}
.orderDatatable .table tbody tr td {
  padding: 6px 20px;
}
.orderDatatable .table-hover tbody tr {
  transition: all 0.3s ease;
}
.orderDatatable .table-hover tbody tr:hover {
  background: #f8f9fb;
}
.orderDatatable .table-hover tbody tr td:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.orderDatatable .table-hover tbody tr td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.orderDatatable tbody .custom-checkbox input[type=checkbox] + label {
  margin-right: 0;
}

.orderDatatable.sellerDatatable .table tbody tr td {
  padding: 8px 20px;
}
.orderDatatable.sellerDatatable .table tbody tr:first-child td {
  padding-top: 9px;
}
.orderDatatable.sellerDatatable .table tbody tr:last-child td {
  padding-bottom: 9px;
}

.selling-table-wrap table tbody td {
  white-space: nowrap;
}

.table4 {
  border-radius: 10px;
}
.table4 .checkbox-group-wrapper {
  margin-right: 20px;
}
.table4 .table td {
  border-bottom: 1px solid #e3e6ef;
  padding: 18px 20px;
}
.table4 .table thead th {
  border-bottom: 1px solid #e3e6ef;
  border-top: none;
}
.table4 .table thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.table4 tbody tr {
  transition: all 0.3s ease;
}
.table4 tbody tr:hover {
  background-color: #fafafa;
}
.table4 .userDatatable-header th {
  background-color: #fafafa;
  padding: 15px 20px 15px 20px;
}
.table4 .userDatatable-title {
  color: rgba(0, 0, 0, 0.85);
}
.table4 .userDatatable-content {
  font-weight: 400;
  white-space: nowrap;
}

.table5.table4 .userDatatable-header th {
  background-color: unset;
  transition: all 0.3s ease;
  padding: 15px 20px 15px 20px;
}
.table5.table4 .userDatatable-header th:hover {
  background-color: #f2f2f2;
}

.adv-search-area form {
  padding: 0 20px;
  background: white;
  height: 40px;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 20px #9299b808;
  border-radius: 6px;
  border: 1px solid #e3e6ef;
  width: 280px;
}
.adv-search-area form svg {
  width: 20px;
  color: #9299b8;
}
.adv-search-area form .form-control {
  padding: 10px 13px;
  line-height: 25px;
  height: 36px;
}
.adv-search-area form .form-control::-moz-placeholder {
  color: #adb4d2;
}
.adv-search-area form .form-control::placeholder {
  color: #adb4d2;
}

.adv-table-table__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.adv-table-table__button a {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 93px;
  padding-right: 35px;
  height: 40px;
  border-radius: 6px;
}
.adv-table-table__button a:after {
  font-weight: 900;
  font-size: 12px;
}
.adv-table-table__button .table-responsive {
  overflow-y: hidden;
}

.footable-filtering + tr {
  background-color: #f8f9fb;
}

#filter-form-container .form-inline {
  justify-content: center;
  margin-top: 5px;
}
#filter-form-container label {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #5a5f7d;
  text-transform: capitalize;
}
#filter-form-container .footable-filtering-search {
  margin: 25px 0;
}
#filter-form-container .footable-filtering-search .input-group {
  font-weight: 900;
}
#filter-form-container .footable-filtering-search .input-group:after {
  font-size: 18px;
  font-family: "Line Awesome Free";
  position: absolute;
  left: 20px;
  top: 8px;
  transform: scaleX(-1);
  content: "\f002";
  color: #9299b8;
  z-index: 3;
}
#filter-form-container .footable-filtering-search .input-group-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#filter-form-container .footable-filtering-search .input-group-btn button:first-child {
  background-color: transparent;
  border: none;
  color: #9299b8;
}
#filter-form-container .footable-filtering-search .input-group-btn .fooicon-search {
  visibility: hidden;
}
#filter-form-container .footable-filtering-search .form-control {
  width: 280px;
  padding-left: 46px;
}
#filter-form-container .form-control {
  border-radius: 6px;
  height: 40px;
  border: 1px solid #e3e6ef;
  color: #5a5f7d;
  text-transform: capitalize;
  width: 200px;
}
#filter-form-container input {
  border: 1px solid #e3e6ef;
}

.footable.adv-table .pagination > li {
  margin: 3px;
}
.footable.adv-table .pagination > li > a {
  border: 1px solid #f1f2f6;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #5a5f7d;
  font-size: 14px;
  line-height: 25px;
}
.footable.adv-table .pagination > li.active a {
  background-color: #f3615a;
  color: white;
}

.adv-table .footable-filtering-search {
  height: 40px;
  margin-left: auto !important;
}
.adv-table .fooicon {
  color: #9299b8;
}
.adv-table tfoot {
  padding-top: 27px;
}
.adv-table tfoot td {
  padding: 0;
}

.footable-pagination-wrapper .label-default {
  display: none;
}

.fooicon {
  font-weight: 900;
  font-family: "Font Awesome 5 Free" !important;
}

.fooicon.fooicon-sort {
  font-family: "Line Awesome Free" !important;
}
.fooicon.fooicon-sort:before {
  content: "\f338";
}

.add-product {
  border-radius: 20px;
  border: 1px solid #f1f2f6;
  background-color: #f8f9fb;
  padding: 30px;
}
.add-product .card-body {
  box-shadow: 0px 10px 30px #9299b81a;
  border-radius: 20px;
  background-color: #ffffff;
}
.add-product .card-body .card-header {
  background-color: white;
  border-bottom: 1px solid #e3e6ef;
  padding: 27px 40px;
}

.add-product__body-img {
  padding: 30px 40px;
}

.add-product-btn button:last-child {
  box-shadow: 0px 8px 13px #f3615a33;
}

.file-upload {
  position: relative;
  display: inline-block;
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}

.upload-media-area {
  width: 100%;
}
.upload-media-area img {
  border-radius: 6px;
  width: 100px;
  height: 80px;
  flex: 1;
}

.quantity-appearance input[type=number] {
  -moz-appearance: textfield;
}
.quantity-appearance input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-appearance input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-appearance .input-group-prepend {
  flex: 1;
}
.quantity-appearance .pt_Quantity {
  position: relative;
  display: flex;
  flex: 12;
}
.quantity-appearance .pt_Quantity input {
  font-size: 15px;
}
.quantity-appearance .pt_Quantity input:focus {
  outline: 0;
}
.quantity-appearance .pt_Quantity:hover .pt_QuantityNav {
  opacity: 1;
}
.quantity-appearance .pt_QuantityNav {
  float: left;
  position: relative;
  height: 48px;
  opacity: 0;
  transition: all 0.3s ease;
}
.quantity-appearance .pt_QuantityButton {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #e3e6ef;
  width: 25px;
  text-align: center;
  height: 24px;
  color: #9299b8;
  font-size: 9px;
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-appearance .pt_QuantityButton:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.quantity-appearance .pt_QuantityButton.pt_QuantityUp {
  position: absolute;
  height: 52%;
  top: 0;
  border-bottom: 1px solid #e3e6ef;
}
.quantity-appearance .pt_QuantityButton.pt_QuantityDown {
  position: absolute;
  bottom: 0px;
  height: 50%;
}

.order-dateTitle {
  margin-left: 94px;
}

.shipped-dataTable table tbody tr:not(:last-child) {
  border-bottom: 1px solid #f1f2f6;
}

.dashboard-base {
  margin-top: 95px;
  margin-bottom: 90px;
}
.dashboard-base .table th {
  vertical-align: middle;
  padding: 0 15px;
  white-space: nowrap;
}
.dashboard-base .table td {
  vertical-align: middle;
  padding: 0 15px;
  white-space: nowrap;
}
.dashboard-base .table tbody tr th {
  padding-left: 0;
}
.dashboard-base .type-info {
  font-size: 15px;
  line-height: 3.2;
  font-weight: 400;
  padding: 0;
}

.dashcard {
  max-height: 520px;
}
.dashcard .card-header {
  background: linear-gradient(to right, #260633, #ec615d);
  min-height: 160px;
  padding-top: 15px;
  transition: all 0.1s;
}
.dashcard .dropdown {
  background: #131623;
  padding: 2px 10px !important;
  border-radius: 20px;
}
.dashcard .dropdown a {
  font-weight: 600 !important;
}
.dashcard .btn {
  background-color: transparent !important;
}
.dashcard .card-body {
  margin-top: 0px;
}
.dashcard .card-progress {
  padding: 18px 25px 20px 25px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.dashcard .card-progress:hover {
  background: #e9f5ff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 1px 4px 5px rgba(146, 153, 184, 0.15);
}
.dashcard .card-progress:not(:last-child) {
  margin-bottom: 15px;
}
.dashcard .card-progress__summery {
  margin-bottom: 0px;
}
.dashcard .card-progress__summery strong {
  font-size: 18px;
  font-weight: 600;
}

.scrolltab {
  height: inherit;
  overflow: auto;
  z-index: 999;
  margin-top: -90px;
  scrollbar-width: auto;
  scrollbar-color: #8f54a0 #ffffff;
}
.scrolltab::-webkit-scrollbar {
  width: 8px;
}
.scrolltab::-webkit-scrollbar-track {
  background: transparent;
}
.scrolltab::-webkit-scrollbar-thumb {
  background-color: #8f54a0;
  border-radius: 10px;
}

.progbar {
  margin-top: 20px;
  width: 100%;
  max-width: 90%;
}
.progbar .checked {
  display: none;
}
.progbar .progressvalue {
  display: none;
}

.md-shadow {
  box-shadow: 0 8px 24px #e5e4e6;
}

.light-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

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

.fsz14 {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dz-drag-hover {
  background: #f1f1f1 !important;
}

.collpshide {
  min-height: 70px !important;
  transition: all 0.01s;
  margin-bottom: 90px;
}

.push-down--style {
  margin: 0 -25px;
  direction: ltr;
}

.fltr-controls.active {
  color: #f3615a;
}

.filtr-item--style {
  flex: 0 0 25%;
  width: 25%;
}
.filtr-item--style img {
  width: 100%;
}

.error-page {
  padding: 30px;
  padding-top: 0;
}
.error-page svg {
  max-width: 100%;
  height: auto;
}

.task-activities .ffp {
  padding: 9px 0;
}
.task-activities .ffp span svg {
  width: 12px;
}

.faq-support svg {
  max-width: 100%;
}
.faq-support button {
  white-space: nowrap;
}

.pricing-action button {
  border-radius: 6px;
}

.ai-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ail {
  display: none;
  box-sizing: border-box;
}
.ail:after {
  box-sizing: border-box;
}
.ail:after::-moz-selection {
  background: none;
}
.ail:after::selection {
  background: none;
}
.ail:before {
  box-sizing: border-box;
}
.ail:before::-moz-selection {
  background: none;
}
.ail:before::selection {
  background: none;
}
.ail * {
  box-sizing: border-box;
}
.ail *:after {
  box-sizing: border-box;
}
.ail *:after::-moz-selection {
  background: none;
}
.ail *:after::selection {
  background: none;
}
.ail *:before {
  box-sizing: border-box;
}
.ail *:before::-moz-selection {
  background: none;
}
.ail *:before::selection {
  background: none;
}
.ail *::-moz-selection {
  background: none;
}
.ail *::selection {
  background: none;
}
.ail + .ail-btn {
  box-sizing: border-box;
  outline: 0;
  display: block;
  width: 45px;
  height: 24px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0;
}
.ail + .ail-btn::-moz-selection {
  background: none;
}
.ail + .ail-btn::selection {
  background: none;
}
.ail + .ail-btn:after {
  position: relative;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px;
}
.ail + .ail-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  display: none;
}
.ail::-moz-selection {
  background: none;
}
.ail::selection {
  background: none;
}
.ail:checked + .ail-btn:after {
  left: 53%;
}

.note-contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.note-contents .note-sibebar-wrapper {
  width: 320px;
  margin: 0 12px;
}
.note-contents .note-grid-wrapper {
  margin: 0 12px;
  flex: 1;
}
.note-contents .note-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.note-contents .note-grid .note-single {
  width: 33.33%;
  padding: 12px;
}

.note-sidebar {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.note-sidebar .note-types {
  margin: 20px 0 35px 0;
}
.note-sidebar ul li a {
  color: #5a5f7d;
  font-size: 14px;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.note-sidebar ul li a svg {
  color: #adb4d2;
  width: 18px;
  margin-right: 13px;
}
.note-sidebar ul li a span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #9299b8;
  margin-right: 14px;
}
.note-sidebar ul li a:hover {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.1);
}
.note-sidebar ul li a.active {
  color: #f3615a;
  background: rgba(95, 99, 242, 0.1);
}
.note-sidebar ul li a.active svg {
  color: #f3615a;
}
.note-sidebar .note-labels p {
  padding: 0 20px;
  font-size: 12px;
  color: #9299b8;
  margin-bottom: 7px;
}
.note-sidebar .note-labels p svg {
  width: 18px;
  color: #868eae;
  margin-right: 6px;
}
.note-sidebar .note-labels .label-personal span {
  background: #f3615a;
}
.note-sidebar .note-labels .label-work span {
  background: #20c997;
}
.note-sidebar .note-labels .label-social span {
  background: #fa8b0c;
}
.note-sidebar .note-labels .label-important span {
  background: #2c99ff;
}

.notes-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.notes-wrapper .row {
  margin-bottom: -30px;
}

.note-card {
  border-radius: 10px;
}
.note-card .card {
  background: none;
}
.note-card .note-title {
  font-size: 16px;
  color: #272b41;
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}
.note-card .note-title .note-status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
  background: transparent;
  position: relative;
  top: -2px;
}
.note-card p {
  margin-bottom: 10px;
}

.note-default {
  background: rgba(222, 222, 222, 0.4);
}

.note-social {
  background: rgba(250, 139, 12, 0.4);
}
.note-social .note-title .note-status {
  background: #fa8b0c;
}

.note-work {
  background: rgba(32, 201, 151, 0.4);
}
.note-work .note-title .note-status {
  background: #20c997;
}

.note-important {
  background: rgba(44, 153, 255, 0.4);
}
.note-important .note-title .note-status {
  background: #2c99ff;
}

.note-personal {
  background: rgba(95, 99, 242, 0.4);
}
.note-personal .note-title .note-status {
  background: #f3615a;
}

.note-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.note-action__left {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.note-action__left a {
  padding: 0 5px;
}
.note-action__left a svg {
  width: 16px;
  color: #5a5f7d;
}
.note-action__left a.favorite svg {
  color: #fa8b0c;
}

.note-action__right a svg {
  width: 16px;
  color: #868eae !important;
}
.note-action__right .label-dropdown .dropdown-default {
  border-radius: 5px;
}

.label-dropdown .dropdown-default {
  left: auto;
  right: 0;
}
.label-dropdown a.dropdown-item {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.label-dropdown a.dropdown-item:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}
.label-dropdown a.dropdown-item.nl-personal:before {
  background: #f3615a;
}
.label-dropdown a.dropdown-item.nl-work:before {
  background: #20c997;
}
.label-dropdown a.dropdown-item.nl-social:before {
  background: #fa8b0c;
}
.label-dropdown a.dropdown-item.nl-important:before {
  background: #2c99ff;
}

.coming-soon {
  padding: 120px 0;
}
.coming-soon h1 {
  font-size: 58px;
  line-height: 1.0689655172;
  font-weight: 600;
}
.coming-soon .subtitle {
  font-size: 17px;
  line-height: 1.6470588235;
  font-weight: 400;
  color: #5a5f7d;
  max-width: 580px;
  margin: 30px auto 53px;
}
.coming-soon .form-inline .form-control {
  width: 320px;
  max-width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #e3e6ef;
}

.coming-soon__body {
  margin-top: 168px;
  margin-bottom: 163px;
  padding: 0 30px;
}

.subscribe-bar button {
  height: 48px;
}

.changelog__according {
  margin-top: 30px;
}
.changelog__according .card {
  border: 1px solid #e3e6ef;
  border-radius: 6px;
}
.changelog__according .card:not(:last-child) {
  margin-bottom: 20px;
}
.changelog__according .card .card-header {
  border-radius: 6px;
  background-color: #f8f9fb;
  height: 66px;
  display: flex;
  align-items: center;
}
.changelog__according .card .card-body {
  border-top: 1px solid #e3e6ef;
}

.changelog__accordingCollapsed {
  height: 66px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.changelog__accordingCollapsed:not(.collapsed) .changelog__accordingArrow {
  transform: rotate(90deg);
  transition: transform 0.24s;
}
.changelog__accordingCollapsed .changelog__accordingArrow {
  transition: transform 0.24s;
}
.changelog__accordingCollapsed .changelog__accordingArrow svg {
  width: 18px;
  color: #868eae;
}

.changelog__accordingTitle .v-num {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.version-list__top .badge {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 8px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 14px;
  color: white;
  text-transform: capitalize;
}

.history-title {
  font-size: 11px;
  line-height: 1.3636363636;
  margin-bottom: 24px;
  color: #868eae;
}

.v-arrow {
  color: #5c637e;
  margin: 0px 4px 0 14px;
}

.rl-date {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #5a5f7d;
}

.v-history-list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-history-list li .version-name {
  font-size: 14px;
  font-weight: 500;
  color: #272b41;
  margin-right: 10px;
}
.v-history-list li .version-date {
  font-size: 14px;
  color: #868eae;
}
.v-history-list li:not(:last-child) {
  margin-bottom: 24px;
}

.banner-feature {
  margin-bottom: 70px;
  z-index: 1;
  overflow: hidden;
}
.banner-feature svg {
  max-width: 100%;
}
.banner-feature .card-body {
  padding: 43px 30px 40px 30px;
}

.banner-feature__heading {
  line-height: 1.2666666667;
}

.banner-feature__para {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  margin: 15px 0 18px 0;
}

.banner-feature__btn {
  text-transform: capitalize;
}

.banner-feature--6 {
  background-image: url(/images/rectangle381.png?fbef84ca502019076fc4aaada48df200);
  background-size: cover;
  background-position: center center;
}
.banner-feature--6 .card-body {
  padding: 55px 30px 55px 30px;
}
.banner-feature--6 .banner-feature__para {
  margin: 14px 0 18px 0;
  color: rgba(255, 255, 255, 0.7);
}
.banner-feature--6 .banner-feature__heading {
  margin: 19px 0 18px 0;
}

.banner-feature--9 .card-body {
  text-align: center;
  padding: 37px 0 25px 0;
}

.banner-feature--12 {
  min-height: 223px;
  max-height: 100%;
  overflow: hidden;
  background-color: rgba(250, 139, 12, 0.3);
  margin-bottom: 24px;
}
.banner-feature--12 .card-body {
  padding: 0 30px;
}

.banner-feature--16 {
  padding: 100px 0 0 0;
}

.banner-feature--17 {
  margin-top: 85px;
}
.banner-feature--17 .card-header h4 {
  white-space: normal;
}

.banner-feature__shape svg {
  max-width: 100%;
}

.testimonial-section {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(146, 153, 184, 0.03);
  margin-bottom: 50px;
}

.testimonial-section__padding {
  padding: 85px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.testimonial-slider-global.testimonial-slider1 .card {
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
}
.testimonial-slider-global.testimonial-slider1 .card-body {
  text-align: center;
  padding: 40px;
  box-shadow: 0 10px 20px rgba(146, 153, 184, 0.1);
  border-radius: 8px;
}
.testimonial-slider-global.testimonial-slider1 .card-body .slick-initialized .slick-slide {
  outline: none;
}
.testimonial-slider-global.testimonial-slider1 .card-body .author-thumb span {
  margin-bottom: 24px;
}
.testimonial-slider-global.testimonial-slider1 .slick-slide.slick-center .card-body {
  box-shadow: 0 20px 30px rgba(146, 153, 184, 0.2);
}

.testimonial-slider-global.testimonial-slider2 .author-comment {
  margin-top: 22px;
  margin-bottom: 0;
}
.testimonial-slider-global.testimonial-slider2 .card {
  box-shadow: 0 10px 30px rgba(146, 153, 184, 0.1);
}
.testimonial-slider-global.testimonial-slider2 .card-body {
  padding: 40px 30px;
}

.testimonial-slider-global.testimonial-slider3-nav {
  margin-top: 50px;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-slide {
  transition: transform 0.4s;
  position: relative;
  transform: scale(0.7) translate(640px);
  margin: 15px;
  cursor: move;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-slide:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.4s;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-slide.slick-center {
  transform: scale(1);
  z-index: 30;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-slide.slick-center + .slick-slide {
  transform: scale(0.9) translate(-225px);
  z-index: 10;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-slide.slick-center + .slick-slide + .slick-slide {
  transform: scale(0.7) translate(-640px);
  z-index: 5;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-slide.slick-active {
  transform: scale(0.9) translate(225px);
}
.testimonial-slider-global.testimonial-slider3-nav .slick-center:after {
  opacity: 0;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-center img {
  min-width: 100px;
  min-height: 100px;
  opacity: 1;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-list {
  height: 100px;
  transform: none;
}
.testimonial-slider-global.testimonial-slider3-nav img {
  min-width: 70px;
  min-height: 70px;
  opacity: 0.4;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-track {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.testimonial-slider-global.testimonial-slider3-nav .slick-track .slick-slide:not(.slick-active) img {
  opacity: 0;
}

.testimonial-slider-global.testimonial-slider3-for .slick-slide {
  margin: 20px 15px 0px 15px;
  cursor: move;
}
.testimonial-slider-global.testimonial-slider3-for .card-body {
  padding-bottom: 0;
}

.testimonial-slider-global.testimonial-slider4 .author-comment {
  margin-top: 25px;
}
.testimonial-slider-global.testimonial-slider4 .card-body {
  padding: 50px;
}

.fileM-contents .fileM-grid-wrapper {
  padding: 30px;
  background-color: white;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
  border-radius: 10px;
}

.fileM-progress {
  margin: 0 15px;
}
.fileM-progress .user-group-progress-bar .progress {
  height: 5px;
  border-radius: 100px;
}
.fileM-progress .user-group-progress-bar .progress span {
  color: #5a5f7d;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 500;
}
.fileM-progress .user-group-progress-bar .progress .progress-bar {
  border-radius: 100px;
}
.fileM-progress .user-group-progress-bar p {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 3px;
}
.fileM-progress .user-group-progress-bar span {
  color: #868eae;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 400;
}

.fileM-top-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.fileM-top-search form {
  border: 1px solid #e3e6ef;
  border-radius: 6px;
  padding: 0 20px;
}
.fileM-top-search form svg {
  color: #9299b8;
  width: 15px;
}
.fileM-top-search form input::-moz-placeholder {
  color: #adb4d2;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
}
.fileM-top-search form input::placeholder {
  color: #adb4d2;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
}

.fileM-action .fileM-action__right .dropdown {
  top: 9px;
  right: 12px;
}

.filleM-table .projectDatatable-title {
  font-weight: 500;
  color: #5a5f7d;
}
.filleM-table .files-area__title span {
  line-height: 1.8333333333;
  margin-top: 2px;
  text-transform: uppercase;
}
.filleM-table .table thead tr th {
  border-top: 1px solid #f1f2f6;
  padding: 14px 10px;
}
.filleM-table .table thead tr th:first-child {
  border-left: 1px solid #f1f2f6;
}
.filleM-table .table thead tr th:last-child {
  border-right: 1px solid #f1f2f6;
}
.filleM-table .table th {
  white-space: nowrap;
  padding: 9px 10px;
  vertical-align: middle;
  border-top: none;
}
.filleM-table .table th:first-child {
  padding-left: 38px;
}
.filleM-table .table td {
  white-space: nowrap;
  padding: 9px 10px;
  vertical-align: middle;
  border-top: none;
}
.filleM-table .table td:first-child {
  padding-left: 38px;
}
.filleM-table tbody tr {
  transition: all 0.3s ease;
}
.filleM-table tbody tr:hover {
  box-shadow: 0 15px 50px rgba(146, 153, 184, 0.2);
}

.media-import {
  margin: 10px auto 30px;
  position: relative;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 280px;
  border: 2px dashed #c6d0dc;
  background-color: #ffffff;
  border-radius: 10px;
}
.media-import svg {
  color: #adb4d2;
  width: 80px;
  height: auto;
}
.media-import p {
  line-height: 1.25;
  font-weight: 500;
  margin-top: 27px;
  margin-bottom: 0;
}

.exportDatatable .order-button-group button {
  height: 44px;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 600;
}
.exportDatatable .order-search__form {
  background-color: transparent;
  border: 1px solid #e3e6ef;
  padding: 12px 13px;
  width: 250px;
}
.exportDatatable .export-table .custom-checkbox input[type=checkbox] + label {
  padding-left: 60px;
}
.exportDatatable .modal-dialog {
  max-width: 390px;
}
.exportDatatable .fileM-Modal-overlay .modal-body input {
  border: 1px solid #e3e6ef;
}
.exportDatatable .fileM-Modal-overlay .modal-body .select2-container--default .select2-selection--single {
  height: 36px;
  border: 1px solid #e3e6ef;
}
.exportDatatable .fileM-Modal-overlay .modal-body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9299b8;
}
.exportDatatable .fileM-Modal-overlay .modal-body .select2-container--default .select2-selection--multiple {
  height: 36px;
  border: 1px solid #e3e6ef;
}
.exportDatatable .fileM-Modal-overlay .modal-body .select2-container .select2-selection--single .select2-selection__rendered {
  color: #9299b8;
}

.exportDatatable.orderDatatable .table tbody tr td {
  padding: 20px 20px;
}
.exportDatatable.orderDatatable .table-hover tbody tr:hover {
  box-shadow: 0 15px 50px rgba(146, 153, 184, 0.2);
  background: transparent;
  border-radius: 10px;
}

.dropzone-lg-s {
  min-height: 180px;
}

.dropzone-md-s {
  min-height: 100px;
}

.knowledgebase {
  background-color: #f8f9fb;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
  padding: 68px 0;
}

.knowledgebase__nav {
  border-bottom: 1px solid #e3e6ef;
}
.knowledgebase__nav li .nav-link {
  padding: 0;
  padding-bottom: 21px;
  border-bottom: 1px solid transparent;
  color: #5a5f7d;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.knowledgebase__nav li .nav-link.active {
  color: #272b41;
  font-weight: 500;
  border-bottom: 1px solid #272b41;
}
.knowledgebase__nav li:not(:last-child) {
  margin-right: 36px;
}

.knowledgebase__cta {
  text-align: center;
}
.knowledgebase__cta h3 {
  line-height: 1.2272727273;
}
.knowledgebase__cta p {
  margin-top: 17px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  color: #5a5f7d;
}
.knowledgebase__cta button {
  height: 46px;
}

.knowledgebase__list-plugin h3 {
  line-height: 1.2272727273;
}

.knowledgebase__plugin-wrapper {
  margin-top: 46px;
}

.knowledgebase__hr {
  background: #e3e6ef;
  width: 100%;
  height: 1px;
  margin: 70px 0;
}

.knowledgebase__article span {
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.knowledgebase__article h3 {
  line-height: 1.3636363636;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 15px;
  margin-bottom: 25px;
}
.knowledgebase__article a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  position: relative;
}
.knowledgebase__article a i {
  visibility: hidden;
  opacity: 0;
}
.knowledgebase__article a:hover i {
  visibility: visible;
  opacity: 1;
}

.knowledgebase__article-title {
  margin-bottom: 30px;
}
.knowledgebase__article-title h2 {
  line-height: 1.25;
}

.knowledgebase-adv__right h1 {
  line-height: 1.2666666667;
  margin-bottom: 27px;
}

.knowledgebase-updateDate {
  color: #868eae;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 0;
}
.knowledgebase-updateDate span {
  color: #272b41;
  font-weight: 500;
}

.knowledgebase-hr {
  width: 100%;
  height: 1px;
  background: #eaebef;
  margin-top: 40px;
  margin-bottom: 25px;
}

.knowledgebase-details {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
  padding: 68px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.related-article {
  margin-top: 50px;
  border: 1px solid #e3e6ef;
  border-radius: 5px;
  box-shadow: none;
}
.related-article .card-body {
  padding: 27px 30px 30px 30px;
}
.related-article .card-body h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 23px;
}
.related-article .card-body ul li {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  color: #5a5f7d;
}
.related-article .card-body ul li i {
  color: #ccd4de;
  margin-right: 9px;
}
.related-article .card-body ul li:not(:last-child) {
  margin-bottom: 14px;
}

.cr-form-control {
  border-radius: 4px;
  height: 50px;
  border: 1px solid #e3e6ef;
}

.kb h1 {
  margin-bottom: 30px;
}

.kb__header-search {
  margin: 0 39px 0px 39px;
  transition: background 0.4s ease;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.1);
}

.kb__select {
  border: none;
  border-right: 1px solid #e3e6ef;
  outline: 0;
  z-index: 9;
  padding: 0 0.75rem;
  width: 160px;
  height: 54px;
}

.kb__select-wrapper {
  max-width: 100%;
}
.kb__select-wrapper .select2-container--default .select2-selection--single {
  height: unset;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
  border-right: 1px solid #e3e6ef;
}
.kb__select-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #5a5f7d;
}
.kb__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #a0a4b4;
}
.kb__select-wrapper .select2-container--default .select2-selection--multiple {
  height: unset;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
  border-right: 1px solid #e3e6ef;
}
.kb__select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  width: 160px;
  height: 54px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #5a5f7d;
}
.kb__select-wrapper .select2-container .select2-selection--single .select2-selection__clear {
  display: none;
}
.kb__select-wrapper .select2 {
  width: 300px;
  text-align: right;
  direction: ltr;
  position: relative;
}
.kb__select-wrapper .select2 .select2-container--open + .select2-container--open {
  left: auto;
  right: 0;
  width: 100%;
}
.kb__select-wrapper .select2 .select2-selection--single .select2-selection__arrow {
  left: unset;
}
.kb__select-wrapper .select2 .select2-selection--multiple .select2-selection__arrow {
  left: unset;
}
.kb__select-wrapper .select2 .select2-selection--multiple .select2-selection__rendered {
  padding-right: 30px;
}

.knowledgebase-breadcrumb .breadcrumb-item {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
}
.knowledgebase-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.knowledgebase-breadcrumb .breadcrumb-item a {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
}
.knowledgebase-breadcrumb .breadcrumb-item a.active {
  color: #868eae;
}
.knowledgebase-breadcrumb .breadcrumb-item.active {
  color: #868eae;
}

.tagSelect-rtl .select2 {
  width: 300px;
  text-align: right;
  direction: ltr;
  position: relative;
}
.tagSelect-rtl .select2 .select2-container--open + .select2-container--open {
  left: auto;
  right: 0;
  width: 100%;
}
.tagSelect-rtl .select2 .select2-selection--single .select2-selection__arrow {
  left: unset;
}
.tagSelect-rtl .select2 .select2-selection--multiple .select2-selection__arrow {
  left: unset;
}
.tagSelect-rtl .select2 .select2-selection--multiple .select2-selection__rendered {
  padding-right: 30px;
}

.kanban-board .card-header h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.kanban-board__card {
  padding: 30px;
  background: white;
  border-radius: 10px;
}
.kanban-board__card .kanban-header {
  margin-bottom: 20px;
}

.kanban-container {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  height: calc(100vh - 13.6rem);
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) rgba(146, 153, 184, 0.3);
  transition: all 0.3s ease;
}
.kanban-container::-webkit-scrollbar {
  height: 10px;
}
.kanban-container::-webkit-scrollbar-track {
  background: rgba(146, 153, 184, 0.3);
}
.kanban-container:hover::-webkit-scrollbar-thumb {
  background-color: #9299b8;
  border-radius: 6px;
  border: 3px solid #9299b8;
}

.add-list-btn::after {
  content: "...";
}

.kanban-tops svg {
  width: 24px;
  color: #868eae;
  margin-right: 18px;
}

.kanban-modal__header-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 27px 30px 17px 30px;
}
.kanban-modal__header-wrapper .close svg {
  color: #9299b8;
}

.kanban-modal__body {
  padding: 0 30px 30px 30px;
}

.kanban-modal__card {
  background-color: rgba(17, 18, 23, 0.6);
}

.popup-overlay {
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  border-radius: 4px;
  min-height: 116px;
  box-shadow: 0 5px 5px rgba(146, 153, 184, 0.1);
  display: none;
}

.popup-overlay.active {
  visibility: visible;
  text-align: center;
  display: block;
}

.popup-content {
  visibility: hidden;
  transition: all 0.3s ease;
  transition: none;
}
.popup-content textarea {
  resize: none;
}

.popup-content.active {
  visibility: visible;
}

.close-popup-modal {
  text-transform: capitalize;
}

.is-open {
  transition: all 0.3s ease;
  overflow: hidden;
}
.is-open:after {
  content: "";
  display: block;
  position: fixed;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(39, 43, 65, 0.3);
  z-index: 9998;
}

.task-card__body {
  padding: 19px 30px;
}
.task-card__body:not(:last-child) {
  border-bottom: 1px solid #f1f2f6;
}

.task-card__content .dropdown-item {
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: 400;
  color: #5a5f7d;
  height: 32px;
  display: flex;
  align-items: center;
}
.task-card__content .dropdown-item svg {
  color: #adb4d2;
  width: 14px;
  height: 14px;
  margin-right: 11px;
}
.task-card__content .dropdown-item:active {
  color: #fa8b0c;
}

.task-types ul li {
  width: 100%;
}

.bookmark--grid {
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(146, 153, 184, 0.14);
}

.bookmark__image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bookmark__image .like-icon {
  width: 30px;
  height: 30px;
}
.bookmark__image .like-icon i {
  font-size: 16px;
}

.bookmark__body h6 {
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  margin-bottom: 4px;
}
.bookmark__body a {
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
  color: #9299b8;
}

.bookmark-card .card-body {
  padding: 30px 22px;
}
.bookmark-card .card-header {
  padding: 0 30px;
}

.bookmark-sidebar {
  max-height: calc(100vh - 10.8rem);
  height: 100%;
}

.with-icon {
  position: relative;
}
.with-icon .form-control {
  padding-left: 40px;
}
.with-icon span {
  font-size: 18px;
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-light::-moz-placeholder {
  color: #9299b8;
}
.ip-light::placeholder {
  color: #9299b8;
}

.ip-gray::-moz-placeholder {
  color: #5a5f7d;
}
.ip-gray::placeholder {
  color: #5a5f7d;
}

.il-gray {
  color: #5a5f7d;
}

.il-dark {
  color: #272b41;
}

.form-element-textarea textarea {
  height: 80px;
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  resize: none;
}

.form-element .atbd-select .select2-selection {
  min-height: 48px;
}
.form-element .atbd-select.disabled .form-control {
  border: 1px solid #e3e6ef;
  background: #eff0f3;
  color: #9299b8;
}
.form-element .custom-file-label {
  overflow: hidden;
  height: 48px;
  padding: 0.375rem 0.75rem;
  line-height: 33px;
  font-size: 14px;
  color: #9299b8;
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-shadow: none;
}
.form-element .custom-file-label::after {
  height: 48px;
  padding: 0 23px;
  line-height: 1.5;
  color: #9299b8;
  content: "Browse";
  background-color: transparent;
  display: flex;
  align-items: center;
}

.select-style2 .select2-container .select2-selection--single .select2-selection__rendered {
  color: #9299b8;
}
.select-style2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9299b8;
}

.alert2 {
  border: 1px solid #e3e6ef;
  box-shadow: none;
  padding: 16px 15px;
}
.alert2 .select2-results__option {
  padding: 0;
  color: #5a5f7d;
  font-size: 14px;
  line-height: 2.5;
  font-weight: 400;
}
.alert2 .select2-search--dropdown {
  padding: 0;
}
.alert2 .select2-search--dropdown .select2-search__field {
  height: 48px;
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(146, 153, 184, 0.15);
}
.alert2 .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
.alert2 .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
}
.alert2 .select2-results > .select2-results__options {
  padding: 13px 0;
}

.option2 {
  border: 1px solid #e3e6ef;
  box-shadow: none;
  padding: 16px 15px;
}
.option2 .select2-results__option {
  padding: 0;
  color: #5a5f7d;
  font-size: 14px;
  line-height: 2.5;
  font-weight: 400;
}
.option2 .select2-search--dropdown {
  padding: 0;
}
.option2 .select2-search--dropdown .select2-search__field {
  height: 48px;
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(146, 153, 184, 0.15);
}
.option2 .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
.option2 .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
}
.option2 .select2-results > .select2-results__options {
  padding: 13px 0;
}

.formElement-editor .trumbowyg-editor {
  min-height: 160px;
  font-size: 15px;
}
.formElement-editor .trumbowyg-textarea {
  min-height: 160px;
}
.formElement-editor .trumbowyg-button-pane {
  background-color: transparent;
  border-bottom: 1px solid #f1f2f6;
  min-height: 56px;
  display: flex;
  align-items: center;
}
.formElement-editor .trumbowyg-button-pane::after {
  background: #f1f2f6;
  display: none;
}
.formElement-editor .trumbowyg-button-pane .trumbowyg-button-group::after {
  background: #f1f2f6;
  display: none;
}
.formElement-editor .trumbowyg-box {
  border: 1px solid #f1f2f6;
  border-radius: 4px;
  margin: 0;
  min-height: 160px;
}

.color-picker input {
  padding: 9px 0;
}

.bd-example-row .row > .col {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(95, 99, 242, 0.584);
  color: white;
}
.bd-example-row .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(95, 99, 242, 0.584);
  color: white;
}
.bd-example-row .row > div:nth-last-child(odd) {
  background-color: #f3615a;
}
.bd-example-row .row + .row {
  margin-top: 1rem;
}
.bd-example-row .flex-items-top {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}
.bd-example-row .flex-items-middle {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}
.bd-example-row .flex-items-bottom {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99998;
  background: white;
  top: 0;
  left: 0;
  max-height: 100vh;
}

.loader-overlay {
  display: inline-block;
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlayScroll {
  overflow: hidden;
}

.footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px 0 24px 280px;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: rgba(146, 153, 184, 0.05) 0px -5px 10px;
}
.footer-wrapper p {
  margin: 0;
}

.social-overview-wrap .card .card-body {
  padding: 1.56rem 1rem;
}

.atbd-button-list {
  margin: -5px -6px;
}
.atbd-button-list button {
  margin: 5px 6px;
}
.atbd-button-list .dropdown .btn {
  height: auto;
  line-height: 2.65rem;
}
.atbd-button-list .dropdown .btn i {
  margin: 0 0 0 6px;
}
.atbd-button-list .dropdown .btn span {
  margin: 0 0 0 6px;
}
.atbd-button-list .dropdown .btn svg {
  margin: 0 0 0 6px;
}
.atbd-button-list .dropdown .btn img {
  margin: 0 0 0 6px;
}
.atbd-button-list .btn:focus {
  box-shadow: 0 0;
}

.atbd-button-block h1 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.atbd-button-block h2 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.atbd-button-block h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.atbd-button-block h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.atbd-button-block h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.atbd-button-block h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.atbd-button-block .button-inline-list .btn-group:not(:last-child) {
  margin-right: 18px;
}

.atbd-avatar-list {
  margin: 0 -10px;
}
.atbd-avatar-list:not(:last-child) {
  margin-bottom: 20px;
}

.atbd-badge-list {
  margin: -5px -6px;
}
.atbd-badge-list .badge {
  margin: 5px 6px;
}
.atbd-badge-list .badge-text {
  background: transparent;
}

.columnGrid-wrapper .card .card-body {
  padding: 0;
}
.columnGrid-wrapper .card .card-body table {
  margin: 0;
}

.mailbox-wrapper .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
.mailbox-wrapper .col-lg-10 {
  flex: 0 0 80%;
  max-width: 80%;
}

.atbd-mail-sidebar.show {
  transform: translateX(0);
}

.add-lebel-from.show {
  display: block;
}

.mailbox-top__actions li:not(:last-child) {
  margin-right: 8px;
}
.mailbox-top__actions .custom-checkbox input[type=checkbox] + label {
  padding-left: 20px;
  cursor: pointer;
}
.mailbox-top__actions .checkbox-theme-default svg {
  width: 16px;
  height: 16px;
}
.mailbox-top__actions .checkbox-theme-default img {
  width: 16px;
  height: 16px;
}

.mailbox-container .card .card-body {
  padding: 0;
}

.atbd-mailCompose--position {
  position: fixed;
  right: 30px;
  bottom: 60px;
  width: 600px;
  display: none;
  z-index: 12;
}

.atbd-mailCompose.show {
  display: block;
}

.atbd-mailCompose__body {
  padding: 0px 20px 30px;
}

.mail-read-content {
  padding: 30px;
}

.mail-details__top {
  margin-bottom: 20px;
}

.mail-details__title {
  display: flex;
  align-content: center;
  font-weight: 500;
}
.mail-details__title .badge {
  margin: 5px 0 0 20px;
  padding: 0 7.58px !important;
  border-radius: 3px !important;
}

.mail-details__content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f2f6;
}

.maptable {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.maptable .userDatatable-header th {
  background-color: #fafafa;
  padding: 15px 15px 15px 15px !important;
  background-color: #fafafa;
  padding: 15px 15px 15px 15px !important;
  background-color: #fafafa;
  padding: 15px 15px 15px 15px !important;
  background-color: #fafafa;
  padding: 15px 15px 15px 15px !important;
  background-color: #fafafa;
  padding: 15px 15px 15px 15px !important;
  background-color: #fafafa;
  padding: 15px 10px 15px 10px !important;
}

.mappers {
  margin-bottom: 50px;
  margin-bottom: 50px;
  margin-bottom: 50px;
  margin-bottom: 50px;
  margin-bottom: 50px;
  margin-bottom: 50px;
}
.mappers form:not(:last-child) .mapbox {
  margin-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 40px;
}

.mapbox .table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
}
.mapbox .table-responsive::-webkit-scrollbar {
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
}
.mapbox .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  width: 2px !important;
  -webkit-box-shadow: none !important;
  background-color: #999;
  cursor: pointer;
}
.mapbox .select2-selection__placeholder {
  text-transform: none !important;
}
.mapbox .select2-selection__clear {
  position: absolute !important;
  right: 20px !important;
  display: block !important;
  color: #f3615a;
  font-size: 30px;
  top: -8px;
}
.mapbox .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
}
.table-responsive::-webkit-scrollbar {
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
  height: 12px;
  background-color: #f4f4f4;
  cursor: pointer;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
  cursor: pointer;
  border-radius: 10px;
  width: 2px !important;
  -webkit-box-shadow: none !important;
  background-color: #999;
  cursor: pointer;
}

.mapsubmit {
  margin-top: 25px;
  min-width: 150px;
  padding: 1px 20px;
  margin-top: 25px;
  min-width: 150px;
  padding: 1px 20px;
  margin-top: 25px;
  min-width: 150px;
  padding: 1px 20px;
  margin-top: 25px;
  min-width: 150px;
  padding: 1px 20px;
  margin-top: 25px;
  min-width: 150px;
  padding: 1px 20px;
  margin-top: 25px;
  min-width: 150px;
  padding: 1px 20px;
}

.hidden {
  display: none;
  display: none;
  display: none;
  display: none;
  display: none;
  display: none;
}

.multilist:first-child {
  margin-top: -10px;
  margin-top: -10px;
  margin-top: -10px;
  margin-top: -10px;
  margin-top: -10px;
  margin-top: -10px;
}
.multilist:not(:first-child) {
  margin-top: 30px;
  margin-top: 30px;
  margin-top: 30px;
  margin-top: 30px;
  margin-top: 30px;
  margin-top: 30px;
}

.mr20 {
  margin-right: 10px;
  margin-right: 10px;
  margin-right: 10px;
  margin-right: 10px;
  margin-right: 10px;
  margin-right: 10px;
}

.disallowedClick::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}

.date-ranger {
  padding-right: 10px !important;
  width: 220px !important;
}

.campaign-erformance thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.ws-normal {
  white-space: normal !important;
}

.mdc__head {
  margin-bottom: 30px;
  margin-bottom: 30px;
}

.mail-reply__single {
  margin: 0 -30px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(146, 153, 184, 0.1);
  margin: 0 -30px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(146, 153, 184, 0.1);
}

.mail-reply .mail-reply-box figure {
  margin-right: 20px;
  margin-right: 20px;
}
.mail-reply .mail-details__content {
  margin: 0;
  padding: 0;
  border: 0 none;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.mail-reply .mdc__head {
  margin-bottom: 6px;
  margin-bottom: 6px;
}

.reply-form {
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  border: 1px solid #f1f2f6;
  box-shadow: 0 10px 40px rgba(146, 153, 184, 0.15);
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  border: 1px solid #f1f2f6;
  box-shadow: 0 10px 40px rgba(146, 153, 184, 0.15);
}
.reply-form .mailCompose-form-content .trumbowyg-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f2f6;
  min-height: 180px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f2f6;
  min-height: 180px;
}
.reply-form .mailCompose-form-content .trumbowyg-editor {
  min-height: 180px;
  min-height: 180px;
}
.reply-form .select2-selection .select2-selection__rendered {
  padding: 0 20px 0 60px !important;
  padding: 0 20px 0 60px !important;
}

.reply-form__header {
  padding: 20px;
  color: white;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #272b41;
  padding: 20px;
  color: white;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #272b41;
}
.reply-form__header p {
  margin-bottom: 0;
}
.reply-form__header .icon-right svg {
  cursor: pointer;
  opacity: 0.7;
  cursor: pointer;
  opacity: 0.7;
}
.reply-form__header .icon-right svg:hover {
  opacity: 1;
  opacity: 1;
}
.reply-form__header .icon-right svg:not(:last-child) {
  margin-right: 20px;
  margin-right: 20px;
}
.reply-form__header px {
  margin-bottom: 0;
}

.sheetname {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 0px;
}

.hideprog {
  display: none;
}

.upspin {
  display: none;
}

.prslist {
  text-transform: none;
  margin-left: 10px;
  color: #5a5f7d;
}

.flexleft {
  justify-content: left !important;
}

.processinglist {
  display: none;
}

.mapinpt {
  margin-right: 10px;
}
.mapinpt .input-container.icon-left input {
  padding-left: 45px;
  min-width: 320px;
}

.leadconfig {
  background-color: #fff;
  padding: 10px 5px 10px 5px;
  justify-content: space-between;
  align-items: center;
}
.leadconfig input {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7280;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0.0625rem solid #d1d5db;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.leadconfig .select2-selection--single {
  box-shadow: inset 0px 2px 3px #dddddd !important;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd !important;
  -moz-box-shadow: inset 0px 2px 3px #dddddd !important;
  background: #fbfbfb !important;
  padding: 0.5rem 1rem 0.5rem 0.3rem !important;
  color: #999999 !important;
}
.leadconfig .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999 !important;
}

.svginline {
  display: inline-block !important;
  margin-top: -2px !important;
}

.leadtype {
  min-width: 200px;
}
.leadtype .select2 {
  width: 162.8px !important;
}

.swal2-container {
  z-index: 9999988899 !important;
}

.justify-content-lg-space-between {
  justify-content: space-between;
}

.pie-chart-legend sub {
  bottom: 0px;
  font-size: 12px;
}

.detailspage .about-projects ul li {
  max-width: 250px;
  margin-right: 20px !important;
}

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

.notify {
  z-index: 999999999;
}

.invoiceupload:-moz-placeholder {
  font-size: 18px;
}
.invoiceupload .select2-selection.select2-selection--multiple {
  min-height: 50px;
  max-height: 50px;
}
.invoiceupload .select2-container .select2-search--inline:first-child {
  float: none !important;
}
.invoiceupload .select2-container .select2-search--inline:first-child .select2-search__field {
  width: 100% !important;
}
.invoiceupload::-webkit-input-placeholder {
  font-size: 18px;
}
.invoiceupload::-moz-placeholder {
  font-size: 18px;
}
.invoiceupload:-ms-input-placeholder {
  font-size: 18px;
}

.cursor-pointer {
  cursor: pointer;
  cursor: pointer !important;
}

.wsnormal {
  white-space: normal !important;
}

.project-search {
  position: relative;
}

.statrting_search {
  background: #5f63f2;
  padding: 6px 10px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 1px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #5f63f2;
  transform: scale(1);
  animation: pulse 2s infinite;
}

.application-task-content h4 {
  font-size: 18px;
}

.mdc__left img {
  max-width: 50px;
  margin-right: 20px;
}

.maintenance-page__title {
  font-weight: 500;
  margin: 70px 0 14px;
}

#world-map {
  height: 650px;
}

#leaflet-basic {
  height: 450px;
}

#leaflet-multiIcon {
  height: 450px;
}

#leaflet-customIcon {
  height: 450px;
}

#leaflet-cluster {
  height: 450px;
}

.google-map {
  height: 450px;
}

.table-responsive.table-campaigns::-webkit-scrollbar {
  width: 5px !important;
}

#listname {
  display: none;
  padding: 18px 20px 20px 15px;
  font-size: 16px;
  width: auto;
}

.setsuccess {
  display: none;
}

.reminderset {
  display: none;
}

.updone span {
  color: #dadada !important;
}

.uploaded {
  display: none;
}
.uploaded h3 {
  font-size: 20px;
}

.tickbox {
  display: none;
  cursor: pointer;
  font-size: 20px;
  margin-left: 6px;
}

.editbox {
  cursor: pointer;
  font-size: 20px;
  margin-left: 6px;
}

.listconversation .commentbox:not(:last-child) {
  margin-bottom: 25px;
}
.listconversation .atbd-comment-box__content {
  margin-top: -8px;
}
.listconversation .cci__author-info {
  font-weight: 500;
  color: #272b41;
  font-size: 16px;
}
.listconversation .cci__comment-text {
  color: #5a5f7d;
  font-size: 16px;
}

.time {
  font-size: 12px;
  display: block;
  color: #9299b8;
}

.commentbox {
  border-bottom: 1px solid #d1d5db;
  padding-top: 5px;
  padding-bottom: 25px;
}
.commentbox .trumbowyg-box {
  min-height: 150px !important;
}
.commentbox .trumbowyg-editor {
  min-height: 150px !important;
  min-height: 150px !important;
}
.commentbox .trumbowyg-textarea {
  min-height: 150px !important;
}

.comment-list .fa-times {
  cursor: pointer;
}

.replybox {
  padding-left: 45px;
  padding-top: 20px;
}

.cancelreply {
  margin-top: 15px;
  margin-left: 10px;
}

.replyparent {
  padding-left: 15px;
}

.editcommentbox {
  max-width: 70%;
}

.no-padding {
  padding: 0 !important;
}

.table.campaign-erformance thead {
  background: #f9f9f9;
}

.toggle-up {
  height: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

#toggle-body-card {
  background: #e9e9e9c2;
  position: absolute;
  right: 10px;
  padding: 8px 13px;
  border-radius: 50%;
  cursor: pointer;
}

.mxw-180 {
  max-width: 180px;
}

.mxw-630 {
  max-width: 630px;
}

.countrybox:after {
  top: 70% !important;
}
.countrybox .select2 {
  width: 100% !important;
}
.countrybox .select2-selection {
  width: 100% !important;
  margin-left: 0 !important;
}

.flag-icon-squared {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.mh-110 {
  min-height: 110px;
}

.loading_wait {
  bottom: -100px;
  left: 40%;
  position: absolute;
  max-width: 150px;
  border-radius: 5px;
  padding: 6px 25px;
  font-size: 14px;
  z-index: 99999999999 !important;
}
.loading_wait i {
  margin-right: 3px;
}

li.has-child.open {
  background: #27354a;
}

.no-dash {
  border-left: none !important;
}

td.positive {
  color: #06aa45;
  font-weight: 600;
}

td.negative {
  color: red;
  font-weight: 600;
}

td.zero {
  color: #27354a;
  font-weight: 600;
}

table.dataTable.no-footer {
  border: none !important;
}

.dataTables_info {
  display: none !important;
}

.empty-list {
  display: none;
}

.list_card_head {
  display: none;
}

.tt-none {
  text-transform: none !important;
}

.pb-sm-5 {
  padding-bottom: 5px !important;
  padding-bottom: 5px !important;
}

.pc-mw-105 {
  min-width: 105px;
}

.pc-mw-80 {
  max-width: 40px !important;
}

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

.select2-selection--single {
  border: 1px solid #ccc !important;
}

.inactive_select .select2-selection--single {
  background-color: #f3f1f1 !important;
  border: 1px solid #a9a9a9 !important;
}
.inactive_select .select2-selection--single .select2-selection__placeholder {
  color: #5b5b5b !important;
}

.tipwrap {
  position: relative;
}

.tool {
  cursor: help;
  position: relative;
  left: 5px;
  top: -2px;
  line-height: 1.25em;
  font-size: 16px;
}
.tool::before {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3e474f transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.65s 0.5s;
  transform: scale(0.6) translateY(-90%);
}
.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
  background: #3e474f;
  border-radius: 0.25em;
  bottom: 180%;
  color: #edeff0;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 1em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
  width: 17.5em;
  text-transform: none !important;
}
.tool:hover::before {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}
.tool:hover::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}
.tool:focus::before {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}
.tool:focus:px:after {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}

.vcost_card .tool {
  left: 3px;
}

.cost_card .tool {
  left: 6px;
}

.zerocost {
  background: red;
  color: #fff;
  width: 13px;
  height: 13px;
  font-size: 8px;
  text-align: center;
  border-radius: 50%;
  line-height: 12px;
}

.grayinput {
  box-shadow: inset 0px 2px 3px #dddddd !important;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd !important;
  -moz-box-shadow: inset 0px 2px 3px #dddddd !important;
  background: #fbfbfb !important;
}

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

.p0 {
  padding: 0 !important;
}

.modal-body .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
}

.grayselect .select2-selection--single {
  box-shadow: inset 0px 2px 3px #dddddd !important;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd !important;
  -moz-box-shadow: inset 0px 2px 3px #dddddd !important;
  background: #fbfbfb !important;
  padding: 0.5rem 1rem 0.5rem 0.3rem !important;
  color: #999999 !important;
}

.focus-none:focus {
  border: 0 !important;
  outline: 0 !important;
}
.focus-none:active {
  border: 0 !important;
  outline: 0 !important;
}

.fast-spin {
  animation: fa-spin 1.2s infinite linear;
}

#listresults_count {
  margin-left: 20px !important;
}

.slheight-40 .select2-container--default .select2-selection--single {
  height: 40px !important;
  border-radius: 10px !important;
}
.slheight-40 .select2-container--default .select2-selection--multiple {
  height: 40px !important;
  border-radius: 10px !important;
}

.card-soft {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.paid_result {
  background-color: #20c997;
  color: #fff;
  border-radius: 50% !important;
}

.copyID {
  font-weight: 600 !important;
  cursor: pointer;
}

#offline {
  position: fixed;
  top: 64px;
  left: 50%;
  z-index: 99999999999;
  padding: 16px 50px;
  transform: translate(-50%, 0);
}

#online {
  position: fixed;
  top: 64px;
  left: 50%;
  z-index: 99999999999;
  padding: 16px 50px;
  transform: translate(-50%, 0);
}

.voluum_page .nav-link {
  min-height: 60px !important;
  min-width: 280px !important;
  font-size: 16px !important;
}
.voluum_page .nav-link:hover {
  opacity: 0.9 !important;
}
.voluum_page .atbd-notice__text h2 {
  font-size: 22px;
}
.voluum_page .atbd-notice__text p {
  font-size: 16px;
}

.manual_sync h2 {
  font-size: 22px;
}
.manual_sync p {
  font-size: 14px;
}

.syncbox {
  max-width: 700px;
  margin: 15px auto 20px auto;
}

.select2-42 .select2-container--default .select2-selection--single {
  height: 42px !important;
}
.select2-42 .select2-container--default .select2-selection--multiple {
  height: 42px !important;
}

.selet2-mw-300 {
  max-width: 300px;
}

.select2-mw-200 .select2 {
  min-width: 200px !important;
}

.date-ranger-full {
  width: 100% !important;
}

.badge-admin {
  padding: 2px 5px 2px 5px !important;
}

.lh12 {
  line-height: 1.3em !important;
}

.select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap;
  display: flex !important;
  flex-wrap: wrap;
}

.p-status-adj {
  padding-top: 4px;
  padding-bottom: 2.5px;
}

.transform-none {
  text-transform: none;
}

.endpoint {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2px 8px 5px 8px;
  border-radius: 3px;
}

.ml-pc-2 {
  margin-left: 2px !important;
}

.bb-0 {
  border-bottom: 0px !important;
}

.pl-pc-0 {
  padding-left: 0px !important;
}

.pl-pc-10 {
  padding-left: 10px !important;
}

.card-docs {
  background: #f4f5f8 !important;
}

.border-top-0 th {
  border-top: 0px !important;
}

.docs_desc {
  max-width: 250px !important;
}

.table--docs th {
  font-weight: 400;
}
.table--docs tr th:nth-child(3) {
  font-size: 14px;
  max-width: 200px;
}

.card-code {
  background: #1f2933;
  border-radius: 10px;
  position: relative;
  margin: 20px 10px 0 0;
}

.livefeed_code {
  padding: 40px 20px 30px 20px;
}

.ctag {
  position: absolute;
  background-color: #555;
  color: #20b442;
}

.clang {
  padding: 0 10px;
  top: 0px;
  left: 0px;
  border-top-left-radius: 10px;
}

.ccopy {
  padding: 0 5px;
  top: 0px;
  right: 0px;
  border-top-right-radius: 10px;
}

.rtoken {
  padding: 0 5px;
  bottom: 0px;
  right: 0px;
  border-bottom-right-radius: 10px;
}
.rtoken button:hover {
  border: 0;
  outline: 0;
  color: red !important;
}
.rtoken button:focus {
  border: 0;
  outline: 0;
  color: red !important;
}

.code_spacer {
  margin-top: 10px;
}

.cvalues {
  color: #abcdef;
}

.invisible_code {
  position: absolute;
  width: 1px;
  z-index: -99999;
}

.c_leftbar {
  min-height: 100vh;
}

.border0 {
  border: 0 !important;
  outline: 0 !important;
}

.select2-hidden-accessible {
  bottom: 0 !important;
  left: 40% !important;
}

.error_field {
  border: 2px solid red !important;
}

.disabled {
  border: 2px solid #f1f2f6;
  cursor: not-allowed;
  color: #cecece;
}

.checkboxsmall input[type=checkbox] + label {
  margin-right: 0px !important;
}

.bulk_update_buttons {
  padding: 5px 5px 15px 15px;
}

.swal2-select {
  border: 2px solid #777;
  border-radius: 5px;
}

td .tool::after {
  text-align: left !important;
}

.log_in_as {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 12px;
  padding: 4px 10px 5px 10px;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .fs-18 {
    font-size: calc(16.2px + 0.15vw);
  }

  .fs-20 {
    font-size: calc(16.4px + 0.3vw);
  }

  .fs-22 {
    font-size: calc(16.6px + 0.45vw);
  }

  .fs-24 {
    font-size: calc(16.8px + 0.6vw);
  }

  .feature-cards4 figcaption h2 {
    font-size: calc(16.4px + 0.3vw);
  }

  .revenue-labels strong {
    font-size: calc(16.8px + 0.6vw);
  }

  .revenue-chart-box__data {
    font-size: calc(16.4px + 0.3vw);
  }

  .forcast-cardbox .forcast-details .forcast-value {
    font-size: calc(17.4px + 1.05vw);
  }

  .ap-post-gallery-overlay__content {
    font-size: calc(16.4px + 0.3vw);
  }

  .signUP-admin-left__content {
    font-size: calc(16.7px + 0.525vw);
  }

  .signUp-admin-right .card .card-header h6 {
    font-size: calc(16.8px + 0.6vw);
  }
  .signUp-admin-right .card .card-header h6 span {
    font-size: calc(16.8px + 0.6vw);
  }

  .icon-list-social__link {
    font-size: calc(16.2px + 0.15vw);
  }

  .product--list .product-item__body .card-title {
    font-size: calc(16.2px + 0.15vw);
  }

  .product-details .product-item__body .product-desc-price {
    font-size: calc(16.6px + 0.45vw);
  }

  .quantity .bttn {
    font-size: calc(16.4px + 0.3vw);
  }

  .product-cart .actions button i {
    font-size: calc(16.2px + 0.15vw);
  }

  .product-cart__quantity .bttn {
    font-size: calc(16.1px + 0.075vw);
  }

  .checkout-progress div.step span {
    font-size: calc(16.2px + 0.15vw);
  }

  .wizard10 .payment-success-modal .modal-icon span {
    font-size: calc(17.4px + 1.05vw);
  }

  .wizard8 .checkout-progress-indicator .card-header h4 {
    font-size: calc(16.6px + 0.45vw);
  }

  .card.checkout-shipping-form .card-header h4 {
    font-size: calc(16.4px + 0.3vw);
  }

  .crc__title h5 {
    font-size: calc(16.2px + 0.15vw);
  }

  .payment-invoice-logo span {
    font-size: calc(17.1px + 0.825vw);
  }

  .error-page__title {
    font-size: calc(20.4px + 3.3vw);
  }

  .counting-area .number {
    font-size: calc(18.6px + 1.95vw);
  }

  .coming-soon h1 {
    font-size: calc(20.2px + 3.15vw);
  }
  .coming-soon .subtitle {
    font-size: calc(16.1px + 0.075vw);
  }

  .v-num {
    font-size: calc(16.2px + 0.15vw);
  }

  .related-article .card-body h4 {
    font-size: calc(16.4px + 0.3vw);
  }

  .comment-respond h4 {
    font-size: calc(16.4px + 0.3vw);
  }

  .kanban-board .card-header h4 {
    font-size: calc(16.4px + 0.3vw);
  }

  .kanban-modal__header .modal-title {
    font-size: calc(16.4px + 0.3vw);
  }

  .with-icon span {
    font-size: calc(16.2px + 0.15vw);
  }
}
@media only screen and (min-width: 992px) {
  .desktoplogo {
    display: none !important;
  }

  .mobilelogo {
    display: block !important;
  }

  .collapsedlogo {
    display: none;
  }

  .header-top {
    width: calc(100% - 260px);
    transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .fullheader {
    width: calc(100% - 76px);
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .revenueChartTwo {
    min-height: 470px !important;
    max-height: 480px !important;
  }

  .chartcontain {
    height: 250px !important;
    width: 100% !important;
  }

  .p-mh-320 {
    min-height: 320px;
  }

  .p-mh-410 {
    min-height: 410px;
  }
}
@media only screen and (max-width: 991px) {
  .t-mt-10 {
    margin-top: 10px;
  }

  .contents {
    padding: 73px 15px 64px 16px;
  }

  .contents.expanded {
    padding-left: 0px !important;
    transition: 0s;
  }
  .contents.expanded + .footer-wrapper {
    padding-left: 8px;
  }

  .sidebar__menu-group ul.sidebar_nav {
    margin: 25px 0 0 0 !important;
  }

  .logoarea {
    display: none !important;
  }

  .mobilelogo {
    display: none !important;
  }

  .collapsedlogo {
    display: none !important;
  }

  .header-top {
    width: 100%;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .fullheader {
    width: 100%;
    transition: all 0.3s ease !important;
  }

  .sidebar {
    top: 40px !important;
  }

  .xslogo {
    width: 100% !important;
  }

  .sidebar.collapsed {
    left: -76px;
    width: 76px;
    padding: 0px;
  }

  .overlay-dark-sidebar.show {
    z-index: 99;
  }

  .customizer-overlay.show {
    z-index: 99;
  }

  .top-menu .sidebar {
    display: block;
  }
  .top-menu .contents {
    padding: 73px 15px 64px 16px;
  }

  .navbar-left .navbar-brand {
    margin-right: 25px;
    margin-left: 25px;
  }

  .navbar-right__menu > li {
    padding: 10px 9px;
  }

  .strikingDash-top-menu {
    display: none;
  }

  .card .card-header .card-tab {
    margin: 5px 0 5px;
  }
  .card .card-header .dropdown {
    margin: 0;
  }
  .card .card-header .card-tab-links {
    margin: 0;
  }
  .card .card-header .card-tab-links li a.active:before {
    display: none;
  }

  .session-wrap {
    margin: 10px 0px -5px;
  }
  .session-wrap .session-single {
    padding: 10px;
  }

  .user-skils-parent {
    margin: 0;
  }

  .wig__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .ffw {
    flex-flow: row;
    align-items: center;
  }
  .ffw > .d-flex {
    margin-bottom: 0;
  }

  .ffw__imgWrapper {
    margin: 0 1rem 0 0 !important;
  }

  .drawer-basic-wrap.account .drawer-account {
    width: 520px;
  }

  .text-right-pc {
    text-align: center;
    margin-bottom: 10px;
  }

  .drawer-basic-wrap.profile .drawer-profile {
    width: 520px;
  }

  .tab-slide-content .vertical-tabs {
    justify-content: center;
  }

  .about-projects ul {
    flex-flow: column;
  }

  .sidebar-group {
    margin: 0;
  }

  .chat {
    padding-right: 0;
  }

  .chat-area {
    flex-wrap: wrap;
  }

  .calendar-grid .col-xl-3 {
    flex: 0 0 100%;
    max-width: 390px;
    margin: 0 auto;
  }
  .calendar-grid .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .project-search {
    display: flex;
    justify-content: center;
  }
  .project-search .user-member__form {
    min-width: 370px;
  }

  .product--list .product-item__body .product-item__button {
    margin-top: 20px;
  }

  .project-tap .nav-link {
    font-size: 13px;
    padding: 0 12px;
  }

  .shop_products_top_filter .project-top-left .project-search {
    width: 100%;
  }
  .shop_products_top_filter .project-top-left .project-result-showing {
    width: 100%;
  }
  .shop_products_top_filter .project-top-right .project-category {
    width: 100%;
    justify-content: center;
  }
  .shop_products_top_filter .project-top-right .project-icon-selected {
    width: 100%;
  }

  .product-item__image .carousel-item {
    height: 100%;
  }

  .checkout-progress div.current svg {
    width: 100%;
  }

  #filter-form-container .form-inline {
    margin-bottom: 15px;
  }
  #filter-form-container .footable-filtering-search {
    margin: 15px 0;
  }

  .adv-table .footable-filtering-search {
    margin-left: 0 !important;
  }

  .filtr-item--style {
    flex: 0 0 50%;
    width: 50%;
  }

  .note-contents .note-grid .note-single {
    width: 50%;
  }

  .counting-area {
    margin-bottom: 12px;
  }

  .coming-soon {
    padding: 60px 0;
  }
  .coming-soon .subtitle {
    margin: 37px auto 42px;
  }

  .coming-soon__body {
    margin: 97px 0;
  }

  .knowledgebase-details {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-wrapper {
    padding: 14px 0 14px 8px;
    padding: 20px 0 20px 0 !important;
  }

  .mdc__head {
    flex-flow: column;
    flex-flow: column;
  }

  .project-category p {
    margin-right: 20px;
    margin-bottom: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .payment-invoice-qr {
    flex-flow: column;
    flex-flow: column;
  }
  .payment-invoice-qr .payment-invoice-qr__address {
    text-align: center;
    text-align: center;
  }
  .payment-invoice-qr .payment-invoice-qr__number {
    text-align: center;
    text-align: center;
  }

  .contact-card-group .col-xl-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-custom .dropdown-wrapper {
    top: 50px !important;
  }

  .icon-custom .dropdown-wrapper {
    top: 50px !important;
  }

  .contents {
    padding: 55px 0 85px 0;
  }

  .top-menu .contents {
    padding: 56px 0 85px 0;
  }

  .navbar-right__menu > li {
    padding: 0;
  }
  .navbar-right__menu > li .dropdown-custom {
    padding: 10px 12px 10px 12px;
  }
  .navbar-right__menu > li .icon-custom {
    padding: 10px 12px 10px 12px;
  }
  .navbar-right__menu .dropdown-custom .dropdown-wrapper:before {
    display: none;
  }
  .navbar-right__menu .icon-custom .dropdown-wrapper:before {
    display: none;
  }
  .navbar-right__menu .nav-author .dropdown-wrapper {
    min-width: 100%;
    position: fixed;
  }

  .breadcrumb-main {
    flex-flow: column;
    justify-content: center;
  }
  .breadcrumb-main .breadcrumb-action {
    margin: 10px 4px 0 -4px;
  }

  .card .card-header h1 span {
    display: block;
    margin: 8px 0 0 0;
  }
  .card .card-header h2 span {
    display: block;
    margin: 8px 0 0 0;
  }
  .card .card-header h3 span {
    display: block;
    margin: 8px 0 0 0;
  }
  .card .card-header h4 span {
    display: block;
    margin: 8px 0 0 0;
  }
  .card .card-header h5 span {
    display: block;
    margin: 8px 0 0 0;
  }
  .card .card-header h6 span {
    display: block;
    margin: 8px 0 0 0;
  }
  .card .card-body {
    padding: 1rem;
  }

  .card-overview__left .col-xl-6 {
    padding-right: 12.5px;
  }

  .card-overview__right .col-xl-6 {
    padding-right: 12.5px;
  }

  .overview-single__chart {
    margin-top: 25px;
  }

  .revenue-labels div {
    padding-bottom: 0;
  }

  .revenue-chart-box {
    text-align: center;
  }

  .profile-content .card-body {
    padding: 1rem;
  }

  .signUP-admin-left {
    height: 540px;
    padding: 30px 30px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .signUP-admin-left__img {
    top: 60%;
    left: 50%;
    width: 100%;
    padding: 30px;
  }

  .signUp-admin-right .card .card-header {
    justify-content: center;
  }

  .table-top-regions {
    margin: 0 auto 25px;
  }

  .user-member .breadcrumb-main__wrapper {
    margin-bottom: 0px;
  }

  .user-pagination .justify-content-end {
    justify-content: center !important;
  }

  .ui-datepicker {
    width: auto !important;
  }

  .ui-datepicker-multi .ui-datepicker-group {
    width: 100%;
    float: none;
  }
  .ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-first {
    margin-right: 0;
  }

  .page-title {
    flex-flow: column;
  }

  .page-title__right {
    margin-top: 12px;
  }

  .page-info {
    flex-flow: column;
  }

  .project-top-progress .project-top-right {
    justify-content: space-between;
  }
  .project-top-progress .project-tap {
    padding: 0 10px;
  }

  .chat {
    padding-right: unset;
    padding: 0 15px;
  }

  .chat-area .chat-sidebar {
    width: calc(100% - 30px);
  }
  .chat-area .chat-sidebar .left-sidebar-wrap {
    width: 100%;
  }

  .outgoing-chat .dropdown-default.dropdown-bottomRight {
    right: auto !important;
    left: 0;
  }

  .emotions__parent li a img {
    width: 17px;
  }

  .product_page--grid .project-top-wrapper {
    justify-content: center;
  }
  .product_page--grid .shop_products_top_filter {
    margin-bottom: 20px;
  }

  .product_page--list .project-top-wrapper {
    justify-content: center;
  }
  .product_page--list .shop_products_top_filter {
    margin-bottom: 20px;
  }

  .project-search.order-search {
    margin: 10px 50px;
  }

  .product-details .product-item__button {
    flex-flow: column;
    align-items: flex-start;
  }

  .project-top-left {
    justify-content: center;
  }

  .project-top-right {
    justify-content: center;
  }

  .shop-breadcrumb .breadcrumb-main {
    flex-flow: column;
    align-items: center;
    margin-bottom: 19px;
  }
  .shop-breadcrumb .breadcrumb-main h4 {
    margin-bottom: 6px;
  }

  .checkout .col-xl-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .wizard6 .checkout-shipping-form {
    margin-top: 8px;
  }

  .payment-invoice-address {
    margin-bottom: 30px;
  }

  .search-keyword {
    display: flex;
    justify-content: center;
  }
  .search-keyword ul {
    justify-content: center;
  }

  .filtr-item--style {
    flex: 0 0 100%;
    width: 100%;
  }

  .error-page__title {
    margin-top: 60px;
  }

  .breadcrumb-main.application-ui {
    flex-flow: column;
    justify-content: center;
  }
  .breadcrumb-main.application-ui .breadcrumb-action {
    margin-bottom: 11px;
  }

  .note-contents .note-sibebar-wrapper {
    width: 200px;
  }
  .note-contents .note-grid .note-single {
    width: 100%;
  }

  .coming-soon {
    padding: 50px 0;
  }

  .coming-soon__body {
    margin: 34px 0;
  }

  .banner-feature--14 .card-body {
    padding: 1rem;
  }

  .banner-feature--16 {
    padding: 50px 0 0 0;
  }

  .testimonial-slider-global .slider-arrow {
    top: 100%;
  }
  .testimonial-slider-global .slider-arrow.slider-prev {
    left: 30px;
  }
  .testimonial-slider-global .slider-arrow.slider-next {
    right: 30px;
  }

  .fileM-progress {
    margin: 0;
  }

  .fileM-top-search {
    flex-flow: column;
  }
  .fileM-top-search form {
    margin-bottom: 15px;
  }

  .knowledgebase-adv__right {
    margin-top: 50px;
  }

  .footer-wrapper {
    padding: 15px 0 15px 0 !important;
  }

  .footer-copyright {
    text-align: center;
    padding-left: 0;
  }

  .footer-menu.text-right {
    margin-top: 10px;
    text-align: center !important;
    padding-right: 0;
  }

  .mailbox-wrapper .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .atbd-mail-sidebar {
    position: fixed;
    top: 55px;
    left: 0;
    width: 280px;
    height: 100%;
    z-index: 99;
  }
  .atbd-mail-sidebar > .card {
    border-radius: 0;
    height: 100%;
    padding-top: 60px;
  }

  .mailbox-container .card .card-body {
    padding: 0;
  }

  .mail-read-content {
    padding: 15px;
  }

  .signUp-header-top {
    flex-flow: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .contact-breadcrumb .breadcrumb-main__wrapper {
    margin-bottom: 15px;
  }

  .mobspacing1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .card-code {
    margin: 20px 10px 10px 10px !important;
  }

  .pr-m-35 {
    padding-right: 35px !important;
  }

  .m-mw-100 {
    max-width: 100px;
  }

  .m-mw-80 {
    max-width: 80px;
  }

  .m-pr-5 {
    padding-right: 5px !important;
  }

  .m-mr-10 {
    margin-right: 10px !important;
  }

  .m-mw-60 {
    max-width: 60px;
  }

  .m-mw-55 {
    max-width: 55px;
  }

  .m-mw-50 {
    max-width: 50px;
  }

  #admin_update_data {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .contents.expanded {
    padding-left: 0px !important;
  }

  .navbar {
    padding: 0 1rem 0 0.1rem;
  }

  .loading_wait {
    bottom: -110px !important;
    left: 30% !important;
  }

  .p-pt-10 {
    padding-top: 10px !important;
  }

  .cashflow-display__amount {
    margin-top: 0px !important;
  }

  .flex-xs-column {
    flex-flow: column !important;
  }

  .align-items-center-xs {
    align-items: center;
  }

  .cashflow-display2 {
    padding-top: 0px;
  }

  .m-mb-10 {
    margin-bottom: 10px !important;
  }

  .col-xl-custom {
    margin-bottom: 15px !important;
  }

  .project-top-progress .project-category {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .m-mb15 {
    margin-bottom: 15px;
  }

  .partner_style {
    flex-flow: row !important;
  }

  .user-member__title {
    margin: 0 10px;
    padding-bottom: 10px;
    flex-flow: row;
  }

  .sidebar .sidebar__menu-group .has-child ul li a {
    padding: 6px 0;
    width: 100%;
    height: auto;
    padding: 8px 0;
    text-align: left;
    justify-content: flex-start;
  }
  .sidebar .sidebar__menu-group li {
    position: relative !important;
  }
  .sidebar .sidebar__menu-group li a.algnleft {
    display: block !important;
    align-items: flex-start !important;
    width: 100% !important;
    padding: 0px !important;
    margin-top: 15px !important;
  }
  .sidebar .sidebar__menu-group li:not(:last-child) a.algnleft {
    margin-bottom: 20px !important;
  }
  .sidebar .sidebar__menu-group li.menu-title {
    display: none !important;
  }

  .mobilemenu {
    position: relative !important;
    height: 65px;
    left: 0;
    top: 0px;
    width: 100%;
    padding: 0px;
    transition: all 0.3s ease;
  }
  .mobilemenu .sidebar__menu-group ul.sidebar_nav {
    margin: 0px 0 0 0;
    padding: 15px 5px 5px 40px;
    list-style: none;
    justify-content: space-evenly;
    display: flex !important;
  }

  .midstep-lr {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .media-import {
    min-height: 100px;
  }
  .media-import p {
    line-height: 1.2;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
  }
  .media-import .fa-4x {
    font-size: 2.5em;
    margin-top: 20px;
  }

  .m-w-100 {
    width: 100% !important;
  }

  .m-ml-0 {
    margin-left: 0px !important;
    margin-left: 0px;
  }

  .card-responsive {
    min-height: 65px !important;
    flex-flow: row nowrap !important;
    justify-content: space-evenly !important;
  }
  .card-responsive h6 {
    display: flex !important;
  }
  .card-responsive .card-extra {
    margin-top: 0px !important;
  }

  .mapinpt .input-container.icon-left input {
    padding-left: 45px;
    min-width: auto;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .mapinpt .select2 {
    margin-bottom: 10px;
  }

  .invoiceupload .select2-selection.select2-selection--multiple {
    height: auto !important;
    min-height: 50px !important;
    max-height: none !important;
  }
  .invoiceupload .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: -10px !important;
  }
  .invoiceupload .select2-selection--multiple {
    padding: 10px 0 !important;
  }

  #invoiceprocess .media-import p {
    margin-bottom: 20px !important;
  }

  .fileinfo h3 {
    font-size: 13px !important;
  }

  #proceedupload {
    margin-bottom: 15px;
  }

  .mapsubmit {
    min-width: 100%;
  }

  .editbox {
    margin-top: 8px;
  }

  .m-padd-10 {
    padding: 10px;
  }

  .flexrow-mb {
    flex-flow: row;
  }

  .m-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .m-mt-0 {
    margin-top: 0px !important;
  }

  .m-mt-10 {
    margin-top: 10px !important;
  }

  .mb-jc {
    justify-content: center !important;
  }

  .m-m-bottom-5 {
    margin-bottom: 5px;
  }

  .m-mb-0 {
    margin-bottom: 0px !important;
  }

  .py-m-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .m-pb-0 {
    padding-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .m-pr-20 {
    padding-right: 20px !important;
  }

  .rmb-10 {
    margin-bottom: 10px !important;
  }

  .d-block-m {
    display: block !important;
  }

  .db-mb-10 {
    margin-bottom: 10px !important;
  }

  .m-mb-5 {
    margin-bottom: 5px !important;
  }

  .sidebar.collapsed .sidebar__menu-group .has-child ul {
    width: 240px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    right: 10%;
    position: absolute;
    top: 48px;
    padding: 10px 20px;
    transform: scale(0.8);
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    max-height: 350px;
    overflow: auto;
    z-index: 999;
  }
}
@media (max-width: 1150px) {
  .contents.expanded + .footer-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1599px) {
  .col-xxl.col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xxl.col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xxl.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-4.col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6.col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-3.col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-4.col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sidebar.collapsed .sidebar__menu-group .has-child ul li a {
    padding: 6px 0;
  }

  .top-menu {
    min-height: auto;
  }
  .top-menu .linechart-overview-wrap .mb-3 {
    margin-bottom: 1rem !important;
  }
  .top-menu .ratio-box {
    min-height: 100%;
  }
  .top-menu .table-social {
    margin-bottom: 15px;
  }
  .top-menu .table-top-location {
    margin-bottom: 0;
  }
  .top-menu .table-revenue {
    margin-bottom: 0;
  }
  .top-menu .selling-table-wrap {
    padding-bottom: 64px;
  }

  .linechart-overview-wrap .d-flex {
    flex-flow: column;
    align-items: flex-start !important;
  }
  .linechart-overview-wrap .d-flex:not(:last-child) .border-line-chart {
    margin-bottom: 10px !important;
  }
  .linechart-overview-wrap .border-line-chart {
    width: 100%;
    max-width: 100%;
  }

  .inEx-wrap {
    flex-flow: column;
  }
  .inEx-wrap .inEx-box {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 0 0;
    border-right: 0 none;
  }
  .inEx-wrap .inEx-chart {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 18px;
  }

  .admin_inEx-wrap {
    flex-flow: column;
  }
  .admin_inEx-wrap .inEx-box {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 0 0;
    border-right: 0 none;
  }
  .admin_inEx-wrap .inEx-chart {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 18px;
  }

  .inEx__single {
    flex: 0 0 20%;
  }
  .inEx__single .inEx__info {
    flex-flow: column;
    align-items: flex-start !important;
  }

  .inEx__info .inEx__percentage {
    display: inline-block;
    margin: 15px 8px 0 0;
  }

  .ap-content-wrapper .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .landing-pages-table {
    padding-bottom: 58px;
  }

  .table-top-regions {
    max-width: 400px;
  }

  .projects-tab-content--progress .col-xl-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .calendar-grid .col-xl-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .calendar-grid .col-xl-9 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .date-picker__calendar .ui-datepicker-calendar tbody td a {
    width: 2.4rem;
    height: 2.4rem;
  }

  #full-calendar .fc-toolbar-chunk .fc-button-group .fc-button {
    padding: 6.5px 10px;
  }

  .project-top-left {
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-between;
  }

  .project-top-right {
    width: 100%;
    justify-content: space-between;
  }

  .product-item__image .carousel-item {
    width: 100%;
    height: 400px;
  }

  .checkout .col-xl-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .checkout .col-xl-4 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .userDatatable table.adv-table .pagination {
    justify-content: flex-start;
  }

  .exportDatatable .order-search__form {
    width: 100%;
  }

  .mailbox-wrapper .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mailbox-wrapper .col-lg-10 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .mailbox-top {
    flex-flow: column;
    align-items: center;
  }

  .mailbox-top__left {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .col-xl-4.col-xxl-5.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-6.col-xxl-7.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-6.col-xxl-7.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-6.col-xxl-7.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-3.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-4.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-3.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-4.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-3.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-4.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .chartjs-tooltip {
    padding: 6px 8px !important;
  }
  .chartjs-tooltip table tbody td {
    font-size: 12px;
  }

  .tooltip-value sup {
    font-size: 11px;
  }

  .navbar-left .navbar-brand {
    margin-right: 30px;
  }

  .strikingDash-top-menu ul li:not(:last-child) {
    margin-right: 26px;
  }

  .card .card-header h1 {
    font-size: 15px;
  }
  .card .card-header h2 {
    font-size: 15px;
  }
  .card .card-header h3 {
    font-size: 15px;
  }
  .card .card-header h4 {
    font-size: 15px;
  }
  .card .card-header h5 {
    font-size: 15px;
  }
  .card .card-header h6 {
    font-size: 15px;
  }

  .card-overview .br-1 {
    border: 0 none;
  }

  .card-overview__left .col-xl-6.br-1 {
    padding-right: 12.5px;
  }

  .card-overview__right .col-xl-6 {
    padding-left: 12.5px;
  }

  .inEx__single {
    flex: 0 0 30%;
  }

  .ap-po-details-time span {
    display: block;
  }

  .landing-pages-table {
    padding-bottom: 0px;
  }

  .table-revenue {
    min-height: 100%;
  }

  .user-group-people__parent li:not(:last-child) {
    margin-bottom: 4px;
  }

  .drawer-placement-wrap {
    flex-flow: column;
  }
  .drawer-placement-wrap .radio-horizontal-list .custom-radio {
    margin-bottom: 15px;
  }

  .atbd-drawer {
    width: 280px;
  }

  .product--list .like-icon {
    right: -10px;
  }
  .product--list .product-item .product-item__title {
    flex: 1.5;
    padding: 0 15px;
    padding-right: 0;
  }
  .product--list .product-item .product-item__content {
    flex: 1;
    padding: 0 15px;
  }
  .product--list .product-item .product-item__image {
    width: 307px;
    height: auto;
  }

  .products_page .category_sidebar {
    padding: 25px;
  }

  .project-top-left {
    margin-bottom: 20px;
  }

  .product-item__image .carousel-item {
    height: 350px;
  }

  .wizard10 .checkout-shipping-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wizard8 .checkout-progress-indicator {
    height: unset;
    border-right: none;
    padding-right: 0;
  }
  .wizard8 .checkout-shipping-form {
    height: unset;
    border-left: none;
    padding-left: 0;
  }

  .payment-invoice__body {
    margin: 30px;
  }

  .payment-invoice-table table thead .product-cart__header th:first-child {
    padding-left: 30px;
  }
  .payment-invoice-table table thead .product-cart__header th:last-child {
    padding-right: 50px;
  }
  .payment-invoice-table tbody tr th:first-child {
    padding-left: 30px;
  }
  .payment-invoice-table tbody tr td:last-child {
    padding-right: 50px;
  }
  .payment-invoice-table tfoot tr td:last-child {
    padding-right: 50px;
  }

  .orderDatatable.sellerDatatable .project-top-wrapper {
    flex-flow: unset;
  }

  .orderDatatable .project-top-wrapper {
    flex-flow: column;
  }

  .selling-table-wrap {
    padding-bottom: 0;
  }

  .search-content .card .card-header {
    flex-flow: unset;
  }

  .filtr-item--style {
    flex: 0 0 33%;
    width: 33%;
  }

  .breadcrumb-main.application-ui {
    flex-flow: unset;
    justify-content: space-between;
  }
  .breadcrumb-main.application-ui .breadcrumb-action {
    margin: 0;
  }

  .banner-feature--12 {
    margin-bottom: 0;
  }

  .knowledgebase-help .card-body h6 {
    margin: 5px 20px;
    margin-right: 0;
  }
  .knowledgebase-help .card-body .button-group {
    margin: 0 20px;
  }

  .mailbox-wrapper .col-lg-2 {
    flex: 0 0 33.333%;
    max-width: 33.33%;
  }
  .mailbox-wrapper .col-lg-10 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .add-lebel-from {
    padding: 20px;
  }

  .mailbox-top__right {
    flex-flow: column;
  }

  .mailbox-top__search {
    margin-bottom: 15px;
  }

  .mailbox-list__single {
    padding: 15px 20px;
  }
  .mailbox-list__single .mail-authorBox .auhor-info {
    white-space: unset;
  }
  .mailbox-list__single .mail-authorBox .auhor-info .author-name {
    margin: 5px 0 0;
  }
  .mailbox-list__single .mail-content__top .mail-title .badge {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 8px 0 0;
  }

  .mail-details__content {
    flex-flow: column;
  }

  .mdc__left img {
    margin: 0 0 15px 0;
    margin: 0 0 15px 0;
  }

  .mdc__author {
    margin: 0 0 8px 0;
    margin: 0 0 8px 0;
  }

  .mail-reply__single .mdc__head .date-meta {
    margin-left: 0;
    margin-left: 0;
  }

  .mail-reply__action {
    padding-left: 0;
    padding-left: 0;
  }

  .mail-reply .mail-reply-box {
    flex-flow: column;
    flex-flow: column;
  }

  .mail-details .mail-attatched__item {
    flex: 0 0 30.75%;
  }

  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 575px) {
  .col-xl-3.col-ssm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-4.col-ssm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .customizer-wrapper {
    width: 280px;
    transform: translateX(280px);
  }

  .navbar-right__menu .dropdown-wrapper {
    min-width: 90% !important;
    position: fixed !important;
  }

  .dropdown-custom .dropdown-wrapper {
    right: 7% !important;
  }

  .icon-custom .dropdown-wrapper {
    right: 7% !important;
  }

  .breadcrumb-main {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .breadcrumb-main .breadcrumb-action {
    margin: 5px 4px 0 -4px;
  }

  .card .card-header {
    flex-flow: column;
    text-align: center;
    padding: 15px 0;
    min-height: auto;
    align-items: center;
  }
  .card .card-header .card-tab {
    margin: 0 !important;
  }
  .card .card-header .card-tab + .dropdown {
    margin: 10px 0 -6px;
  }
  .card .card-header .card-extra {
    flex-flow: column;
    margin-top: 15px;
  }
  .card .card-header .dropdown {
    padding: 0;
    line-height: 1;
  }
  .card .card-header .card-tab-links.mr-3 {
    margin-right: 0 !important;
  }
  .card .card-header .card-tab-links li a {
    padding: 0;
  }
  .card .card-header .card-tab-links + .dropdown {
    margin: 10px 0 -6px;
  }

  .card-header {
    padding: 20px;
    min-height: 180px;
  }

  .device-pieChart-wrap .pie-chart-legend span {
    font-size: 20px;
  }

  .inEx-wrap .inEx-box {
    justify-content: center;
    margin-bottom: 30px;
  }
  .inEx-wrap .inEx-chart .legend-static li {
    display: flex !important;
  }
  .inEx-wrap .inEx-chart .legend-static li:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .admin_inEx-wrap .inEx-box {
    justify-content: center;
    margin-bottom: 30px;
  }
  .admin_inEx-wrap .inEx-chart .legend-static li {
    display: flex !important;
  }
  .admin_inEx-wrap .inEx-chart .legend-static li:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .inEx__single {
    text-align: center !important;
    flex: 0 0 100%;
  }
  .inEx__single .inEx__info {
    align-items: center !important;
  }

  .cashflow-display {
    margin: -10px -10px 15px;
  }

  .cashflow-display__single {
    text-align: center;
    margin: 10px;
  }

  .sales-target {
    margin-top: 70px;
  }

  .ap-tab-main .nav-link {
    font-size: 14px;
  }
  .ap-tab-main .nav-link.active:after {
    visibility: hidden;
    opacity: 0;
  }

  .user-info-tab .ap-tab-main .nav-item .nav-link.active {
    border-bottom: 2px solid transparent;
  }

  .input-list__single {
    flex: 0 0 100%;
  }

  .timeline-box .timeline-single__content {
    padding-left: 16px;
  }

  .timeline-vertical .timeline:before {
    left: 0;
  }
  .timeline-vertical .timeline li {
    margin-bottom: 20px;
  }
  .timeline-vertical .timeline li .timeline-single {
    width: 92%;
    float: right;
  }
  .timeline-vertical .timeline li .timeline-single:before {
    border-left-width: 0;
    border-right-width: 12px;
    left: -12px;
    right: auto;
  }
  .timeline-vertical .timeline > li .timeline-single__buble {
    left: 0;
  }

  .timeline-vertical.left-middle .timeline li .timeline-single {
    width: 92%;
    float: right;
  }

  .timeline-box--3 .timeline-single__days {
    text-align: left;
  }

  .atbd-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    box-shadow: 0 0;
    padding: 0;
  }

  .atbd-steps .nav {
    flex-flow: column;
  }

  .atbd-steps__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .atbd-steps__line {
    transform: translate(0, 0);
    top: 30px;
    left: 25px;
    height: 100%;
    width: 1px;
  }

  .time-picker .input-container {
    width: 100%;
  }

  .drawer-basic-wrap.account .drawer-account {
    width: 320px;
    width: 280px;
  }

  .drawer-basic-wrap.profile .drawer-profile {
    width: 320px;
  }

  .drawer-multiLevel .atbd-drawer.drawer-level-one {
    width: 320px;
    width: 280px;
  }

  .acButton {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .task-activities__left {
    flex-flow: column;
    width: 100%;
  }
  .task-activities__left .task-activities__month {
    padding: 30px 0;
    display: flex;
  }

  .task-activities__right {
    padding-top: 17px;
  }

  .projects-tab-content--progress .col-xl-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .chat-type-text__write {
    width: 100%;
    height: unset;
    padding: 6px 25px;
    margin-right: 0;
  }

  .chat-type-text__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .chat-type-text__btn button:not(:last-child) {
    margin-right: 8px;
  }

  .fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    padding: 0;
    text-overflow: ellipsis;
    font-size: 11px;
  }

  .fc-daygrid-day .fc-daygrid-event {
    font-size: 10px;
    margin: 0;
    padding: 2px 5px;
  }

  .product--list .product-item .like-icon {
    top: 50%;
    right: -28px;
    transform: translate(-50%, -50%);
  }
  .product--list .product-item .product-item__image {
    width: 100%;
    height: 100%;
  }
  .product--list .product-item .product-item__title {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product--list .product-item .product-item__content {
    padding: 0;
  }

  .checkout-progress div.step {
    margin-bottom: 40px;
  }
  .checkout-progress div.step span:nth-of-type(1) {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .checkout-progress div.step span:nth-of-type(2) {
    font-size: 12px !important;
  }
  .checkout-progress div:not(.step) {
    opacity: 0;
  }

  .checkout-shipping-form {
    margin-top: 8px;
  }

  .payment-method-card .card-header {
    flex-flow: column;
  }
  .payment-method-card .card-header .payment-way {
    margin-top: 10px;
  }

  .payment-method-area--top {
    margin-top: 27px;
  }

  .checkout-review-title {
    margin-top: 36px;
    margin-bottom: 25px;
  }

  .orderDatatable.sellerDatatable .project-top-wrapper {
    flex-flow: column;
  }
  .orderDatatable.sellerDatatable .order-button-group {
    margin-top: 15px;
  }

  #filter-form-container .form-group {
    width: 100%;
    flex-wrap: wrap;
  }
  #filter-form-container .form-group select {
    width: 100%;
  }
  #filter-form-container .form-group:after {
    top: auto;
    bottom: 7%;
  }

  .dashboard-base {
    margin-bottom: 9px;
    margin-top: 40px;
  }
  .dashboard-base .table th {
    padding: 0 10px;
  }
  .dashboard-base .table td {
    padding: 0 10px;
  }

  .filtr-item--style {
    flex: 0 0 100%;
    width: 100%;
  }

  .gallery-filter .ap-tab-main {
    padding: 15px 0;
  }
  .gallery-filter .ap-tab-main .nav-link {
    padding: 6px 0;
    margin-bottom: 0px;
  }

  .error-page__title {
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .breadcrumb-main.application-ui .breadcrumb-action {
    flex-flow: column;
    margin-bottom: 15px;
  }
  .breadcrumb-main.application-ui .breadcrumb-action .action-btn {
    margin-bottom: 15px;
  }

  .note-contents {
    display: block;
  }
  .note-contents .note-sibebar-wrapper {
    width: auto;
  }

  .coming-soon .subtitle {
    margin: 29px auto 42px;
  }
  .coming-soon .form-inline .form-control {
    width: 100%;
  }

  .banner-feature--12 .banner-feature__shape {
    width: 100%;
  }

  .banner-feature--13 .banner-feature__shape {
    width: 100%;
  }

  .knowledgebase-adv__content article h3 {
    width: 85%;
  }

  .knowledgebase-help .card-body {
    flex-direction: column;
  }
  .knowledgebase-help .card-body h6 {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .kb__header-search {
    box-shadow: none;
  }

  .kb__header-search-form {
    outline: none;
  }
  .kb__header-search-form .input-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .kb__header-search-form .input-group .kb__select-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .kb__header-search-form .input-group .kb__select-wrapper .select2-container--default .select2-selection--single {
    border-right: none;
  }
  .kb__header-search-form .input-group .kb__select-wrapper .select2-container--default .select2-selection--multiple {
    border-right: none;
  }
  .kb__header-search-form .input-group input {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px !important;
  }
  .kb__header-search-form .input-group .select2-selection--single {
    border-radius: 4px;
  }
  .kb__header-search-form .input-group button {
    border-radius: 4px !important;
  }

  .columnCard-wrapper {
    padding: 40px 20px 30px;
  }

  .orderDatatable .project-category {
    flex-flow: column;
    flex-flow: column;
    flex-flow: column;
    flex-flow: column;
    flex-flow: column;
    flex-flow: column;
  }

  .project-top-progress .project-top-right {
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .project-top-progress .project-category {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .payment-invoice-logo {
    align-items: center;
    align-items: center;
    align-items: center;
    align-items: center;
    align-items: center;
    align-items: center;
  }

  .payment-invoice-qr__code img {
    width: 180px;
    width: 180px;
    width: 180px;
    width: 180px;
    width: 180px;
    width: 180px;
  }

  .payment-invoice-address {
    flex-flow: column;
    align-items: center;
    flex-flow: column;
    align-items: center;
    flex-flow: column;
    align-items: center;
    flex-flow: column;
    align-items: center;
    flex-flow: column;
    align-items: center;
    flex-flow: column;
    align-items: center;
  }

  .payment-invoice-address__area address {
    margin-top: 15px;
    text-align: center;
    margin-top: 15px;
    text-align: center;
    margin-top: 15px;
    text-align: center;
    margin-top: 15px;
    text-align: center;
    margin-top: 15px;
    text-align: center;
    margin-top: 15px;
    text-align: center;
  }

  .user-member__title {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 8px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 8px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 8px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 8px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 8px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 8px;
  }
  .user-member__title span {
    padding-left: 15px;
    margin-left: 15px;
    padding-left: 15px;
    margin-left: 15px;
    padding-left: 15px;
    margin-left: 15px;
    padding-left: 15px;
    margin-left: 15px;
    padding-left: 15px;
    margin-left: 15px;
    padding-left: 15px;
    margin-left: 15px;
  }

  .contact-breadcrumb .breadcrumb-main__wrapper {
    flex-flow: column;
  }
  .contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form {
    margin: 10px 0 2px 0;
  }

  .contact-card-group .col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .admin-dash .inEx-wrap .inEx-chart .legend-static li {
    display: inline-flex !important;
  }
  .admin-dash .inEx-wrap .inEx-chart .legend-static li:not(:last-child) {
    margin: 0 0 0px 0 !important;
  }
  .admin-dash .legend-static {
    padding: 0 15px !important;
  }

  .m-pl-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .w-md-50 {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .daterangepicker {
    width: 270px;
  }

  .mailbox-top__extra .mail-sliding-control {
    display: flex;
  }

  .mdc__excerpt .dropdownMenu svg {
    width: 17px;
    height: 17px;
    width: 17px;
    height: 17px;
  }
  .mdc__excerpt a:not(:last-child) {
    margin-right: 5px;
    margin-right: 5px;
  }
  .mdc__excerpt .date-meta {
    margin-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .navbar-left .navbar-brand {
    margin-right: 25px;
    margin-left: 0;
  }

  .navbar-right__menu .dropdown-wrapper {
    width: 90% !important;
  }
  .navbar-right__menu .nav-message ul li {
    align-items: flex-start !important;
  }
  .navbar-right__menu .nav-message .dropdown-wrapper ul li {
    padding: 10px 25px;
  }
  .navbar-right__menu .nav-message .dropdown-wrapper .user-avater {
    margin: 0 10px 10px 0;
  }
  .navbar-right__menu .nav-message .dropdown-wrapper .user-message {
    width: 100%;
  }
  .navbar-right__menu .nav-message .dropdown-wrapper .user-message p .msg-count {
    margin-left: 10px;
  }

  .list-settings {
    height: 300px;
    overflow-y: auto;
  }
  .list-settings li {
    padding: 10px;
    width: 100%;
    flex: 0 0 100%;
    flex-flow: column;
  }
  .list-settings li .mr-3 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .notification-wrapper.top-left {
    left: 10px;
  }

  .notification-wrapper.top-right {
    right: 10px;
  }

  .notification-wrapper.bottom-left {
    left: 10px;
  }

  .notification-wrapper.bottom-right {
    right: 10px;
  }

  .notification-placement-wrap {
    flex-flow: column;
  }

  .ap-post-content-comment button svg {
    width: 12px;
  }
  .ap-post-content-comment button.wh-50 {
    width: 30px;
    height: 30px;
  }

  .ap-post-content-comment__write {
    height: 40px;
    padding: 0 10px;
  }
  .ap-post-content-comment__write a svg {
    width: 14px;
  }
  .ap-post-content-comment__write a:not(:last-child) {
    margin-right: 8px;
  }

  .ffw > .d-flex {
    margin: -5px 0;
  }

  .atbd-pagination {
    flex-flow: column;
  }

  .atbd-pagination__item:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .timeline-vertical .timeline li .timeline-single {
    width: 88%;
  }

  .timeline-vertical.left-middle .timeline li .timeline-single {
    width: 88%;
  }

  .chat-wrapper {
    height: 750px;
    height: 750px;
    height: 750px;
    height: 750px;
    height: 750px;
  }
  .chat-wrapper .search-header {
    padding: 0 15px;
  }
  .chat-wrapper .search-tab {
    padding: 0 15px;
  }

  .user-list-item__wrapper {
    padding: 0 15px;
  }

  .user-list-item .users-list-body {
    display: grid;
  }
  .user-list-item .users-list-body .last-chat-time {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: space-between;
  }

  .chat-text-box__subtitle p {
    font-size: 14px;
  }

  .chat-text-box__other .dropdown-default .dropdown-item {
    padding: 10px 15px;
  }

  .dropdown-menu .dropdown-item {
    padding: 10px 15px;
  }

  .emotions .dropdown-menu {
    padding: 9px 20px;
  }

  .date-picker__calendar .ui-datepicker-calendar tbody td a {
    width: 1.5rem;
    height: 1.5rem;
  }

  #full-calendar .fc-toolbar-chunk .fc-today-button {
    margin-right: 15px;
    padding: 6px 10px;
  }
  #full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button {
    padding: 0.2rem 0.4rem;
  }
  #full-calendar .fc-toolbar-chunk .fc-button.fc-next-button {
    padding: 0.2rem 0.4rem;
  }
  #full-calendar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 12px;
    margin: 10px;
  }

  .fc-daygrid-day .fc-daygrid-event .fc-event-title {
    display: none;
  }

  .product_page--grid .project-category p {
    margin: 8px 20px 8px;
  }

  .product_page--list .project-category p {
    margin: 8px 20px 8px;
  }

  #filter-form-container .form-control {
    width: 150px;
    max-width: 100%;
  }

  .counting-area .number {
    margin: 20px;
  }

  .subscribe-bar {
    width: 100%;
  }
  .subscribe-bar button {
    width: 100%;
  }
  .subscribe-bar .form-group {
    width: 100%;
  }

  .changelog__according .card .card-header {
    height: auto;
  }

  .changelog__accordingCollapsed {
    height: auto;
  }

  .rl-date {
    margin: 4px 0;
  }

  .banner-feature--17 {
    margin-top: 30px;
  }
  .banner-feature--17 .application-faqs .panel-title > a:before {
    right: -15px;
  }

  .knowledgebase__nav li .nav-link {
    font-size: 14px;
  }
  .knowledgebase__nav li:not(:last-child) {
    margin-right: 20px;
  }

  .mailbox-top__actions li {
    line-height: 1;
  }

  .mailbox-top .mail-selection {
    padding: 0;
  }
  .mailbox-top .icon-action {
    height: 25px;
    width: 25px;
  }

  .mailbox-list__single {
    flex-flow: column;
  }
  .mailbox-list__single:not(.attach-file) {
    align-items: flex-start;
  }
  .mailbox-list__single .mail-authorBox {
    margin: 0 0 12px 0;
  }
  .mailbox-list__single .mail-authorBox .auhor-info .author-name {
    margin: 0 0 0 5px;
  }
  .mailbox-list__single .mail-content__top .mail-title {
    margin-bottom: 10px;
  }
  .mailbox-list__single .mail-content__bottom {
    margin: 8px -3px -5px -3px;
  }

  .mailbox-list .time-meta {
    margin-top: 10px;
  }

  .project-top-progress .project-tap {
    height: auto;
    height: auto;
    height: auto;
    height: auto;
    height: auto;
  }
  .project-top-progress .project-tap .nav-item:not(:first-child):after {
    display: none;
    display: none;
    display: none;
    display: none;
    display: none;
  }
  .project-top-progress .project-tap .nav-link {
    padding: 6px 7.5px;
    padding: 6px 7.5px;
    padding: 6px 7.5px;
    padding: 6px 7.5px;
    padding: 6px 7.5px;
  }
  .project-top-progress .project-tap ul {
    justify-content: center;
    padding: 5px 0;
    justify-content: center;
    padding: 5px 0;
    justify-content: center;
    padding: 5px 0;
    justify-content: center;
    padding: 5px 0;
    justify-content: center;
    padding: 5px 0;
  }

  .breadcrumb-main__wrapper {
    flex-flow: column;
    flex-flow: column;
    flex-flow: column;
    flex-flow: column;
    flex-flow: column;
  }

  .user-member {
    justify-content: center;
    justify-content: center;
    justify-content: center;
    justify-content: center;
    justify-content: center;
  }

  .user-member__title {
    margin: 0 10px;
    padding-bottom: 10px;
    margin: 0 10px;
    padding-bottom: 10px;
    margin: 0 10px;
    padding-bottom: 10px;
    margin: 0 10px;
    padding-bottom: 10px;
  }
  .user-member__title span {
    margin: 0;
    padding: 0;
    position: unset;
    margin-top: 15px;
    margin: 0;
    padding: 0;
    position: unset;
    margin: 0;
    padding: 0;
    position: unset;
    margin-top: 15px;
    margin: 0;
    padding: 0;
    position: unset;
    margin-top: 5px;
    margin: 0 0 0 20px;
    padding: 0;
    position: unset;
  }

  .shop-breadcrumb .breadcrumb-action .action-btn {
    margin: 10px 4px;
    margin: 10px 4px;
    margin: 10px 4px;
    margin: 10px 4px;
    margin: 10px 4px;
  }

  .product-details .product-item__image .list-thumb-gallery > li {
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
  }

  .upload-include-area img {
    width: 60px;
    height: 50px;
    width: 60px;
    height: 50px;
    width: 60px;
    height: 50px;
    width: 60px;
    height: 50px;
    width: 60px;
    height: 50px;
  }

  .orderDatatable .button-group {
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .orderDatatable .project-tap {
    height: auto;
    height: auto;
    height: auto;
    height: auto;
    height: auto;
  }
  .orderDatatable .project-tap ul {
    justify-content: center;
    justify-content: center;
    justify-content: center;
    justify-content: center;
    justify-content: center;
  }
  .orderDatatable .project-tap .nav-link {
    padding: 5px 7.5px;
    padding: 5px 7.5px;
    padding: 5px 7.5px;
    padding: 5px 7.5px;
    padding: 5px 7.5px;
  }
  .orderDatatable .project-tap .nav-item:not(:first-child):after {
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
  }

  .payment-invoice__btn {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .payment-invoice__btn button {
    margin-bottom: 15px;
    margin-bottom: 15px;
    margin-bottom: 15px;
    margin-bottom: 15px;
    margin-bottom: 15px;
  }

  .payment-invoice-address__area address {
    font-size: 13px;
    font-size: 13px;
    font-size: 13px;
    font-size: 13px;
    font-size: 13px;
  }

  .payment-invoice-qr__address span {
    font-size: 13px;
    font-size: 13px;
    font-size: 13px;
    font-size: 13px;
    font-size: 13px;
  }

  .user-info-tab .ap-tab-main .nav-item .nav-link {
    padding: 10px 0;
    padding: 10px 0;
    padding: 10px 0;
    padding: 10px 0;
    padding: 10px 0;
  }

  .chat-body .chat-header {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    height: unset;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    height: unset;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    height: unset;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    height: unset;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    height: unset;
  }
  .chat-body .chat-header .chat-name {
    margin-bottom: 5px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    margin-bottom: 5px;
  }
  .chat-body .chat-header .chat-name .include-body__content {
    justify-content: center;
    justify-content: center;
    justify-content: center;
    justify-content: center;
    justify-content: center;
  }

  .chat-box {
    padding: 20px 10px;
    padding: 20px 10px;
    padding: 20px 10px;
    padding: 20px 10px;
    padding: 20px 10px;
  }

  .search-tab .ap-tab-main {
    height: unset;
    justify-content: unset;
    flex-direction: column;
    padding: 15px 0;
    height: unset;
    justify-content: unset;
    flex-direction: column;
    padding: 15px 0;
    height: unset;
    justify-content: unset;
    flex-direction: column;
    padding: 15px 0;
    height: unset;
    justify-content: unset;
    flex-direction: column;
    padding: 15px 0;
    height: unset;
    justify-content: unset;
    flex-direction: column;
    padding: 15px 0;
  }
  .search-tab .ap-tab-main .nav-link {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
  .search-tab .ap-tab-main .nav-link:after {
    display: none;
    display: none;
    display: none;
    display: none;
    display: none;
  }

  .sidebar-group {
    margin: 0 15px;
    margin: 0 15px;
    margin: 0 15px;
    margin: 0 15px;
    margin: 0 15px;
  }
  .sidebar-group .left-sidebar-wrap {
    width: 100%;
    width: 100%;
    width: 100%;
    width: 100%;
    width: 100%;
  }

  .order-summery .checkout {
    font-size: 11px;
    padding: 0 10px;
  }

  .mail-reply__single {
    margin: 0;
    padding: 15px;
    margin: 0;
    padding: 15px;
  }

  .reply-form {
    padding: 10px 15px 15px 15px;
    padding: 10px 15px 15px 15px;
  }

  .mail-details .mail-attatched__item {
    flex: 0 0 46%;
  }
}
@media only screen and (max-width: 900px) {
  .navbar-right__menu .nav-settings .dropdown-custom .dropdown-wrapper--large {
    min-width: 100%;
    position: fixed;
  }
  .navbar-right__menu .nav-settings .dropdown-custom .dropdown-wrapper--large:before {
    display: none;
  }
  .navbar-right__menu .nav-settings .icon-custom .dropdown-wrapper--large {
    min-width: 100%;
    position: fixed;
  }
  .navbar-right__menu .nav-settings .icon-custom .dropdown-wrapper--large:before {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .strikingDash-top-menu ul li:not(:last-child) {
    margin-right: 30px;
  }
  .strikingDash-top-menu ul li > ul li:hover .subMenu {
    left: 180px;
  }
  .strikingDash-top-menu .subMenu {
    width: 180px;
  }
  .strikingDash-top-menu .subMenu .subMenu {
    width: 200px;
    left: 180px;
  }
  .strikingDash-top-menu > ul > li .megaMenu-wrapper.megaMenu-wide {
    width: 800px;
  }

  .date-picker__calendar .ui-datepicker-calendar tbody td a {
    font-size: 12px;
    width: 1.5rem;
    height: 1.5rem;
    width: 2rem;
    height: 2rem;
  }

  #full-calendar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 14px;
    margin: 0 14px;
  }

  .fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    padding-left: 5px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .strikingDash-top-menu ul li:not(:last-child) {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .sidebar.collapsed .sidebar__menu-group .has-child ul {
    max-height: 300px;
  }

  .card .card-header .card-tab-links li {
    padding: 0 6px;
  }

  .card-progress {
    padding: 15px;
  }

  .card-progress__summery strong {
    font-size: 20px;
  }
  .card-progress__summery span {
    font-size: 13px;
  }

  .performance-stats div {
    padding: 10px;
  }
  .performance-stats div strong {
    font-size: 20px;
  }

  .session-wrap .session-single {
    padding: 15px;
  }

  .ap-content-wrapper .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wig__item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ffw {
    padding: 15px 25px;
  }
  .ffw > .d-flex {
    margin-bottom: 15px;
  }

  .landing-pages-table {
    padding-bottom: 40px;
  }

  .timeline-box--3.basic-timeline .timeline li .timeline-single {
    padding-left: 20px;
  }

  .chat-body .chat-header {
    padding: 25px 20px;
  }

  .chat-text-box {
    max-width: 100%;
  }

  .date-picker__calendar .ui-datepicker-calendar tbody td a {
    width: 2rem;
    height: 2rem;
  }

  #full-calendar .fc-header-toolbar {
    flex-flow: column;
    justify-content: center;
  }
  #full-calendar .fc-toolbar-chunk:last-child {
    margin-top: 20px;
  }

  .product--grid:hover {
    transform: unset;
  }

  .product--list .product-item .product-item__image {
    width: 300px;
    height: unset;
  }
  .product--list .product-item .product-item__image img {
    height: unset;
  }

  .products_page .category_sidebar {
    padding: 15px;
  }

  .product-item__image .carousel-item img {
    height: 100%;
  }

  .order-summery--width {
    margin: 0 auto;
  }

  .banner-feature {
    margin-bottom: 25px;
  }

  .mailbox-wrapper .col-lg-2 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .mailbox-wrapper .col-lg-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .mailbox-top__search {
    margin-right: 10px;
  }
  .mailbox-top__search .input-container {
    max-width: 250px;
  }

  .mailbox-list__single .mail-authorBox .auhor-info .author-name {
    margin-left: 5px;
  }

  .contact-card-group .col-xl-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media only screen and (max-width: 375px) {
  .breadcrumb-main .breadcrumb-action .input-container .icon-left {
    left: 8px;
  }
  .breadcrumb-main .breadcrumb-action .input-container .icon-right {
    right: 4px;
  }

  .atbd-comment-box__author {
    margin-right: 10px;
  }

  .performance-stats div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ap-tab-main {
    justify-content: center;
  }
  .ap-tab-main .nav-link {
    padding: 10px 0;
  }
  .ap-tab-main .nav-link.active {
    border-bottom: 0 none;
  }

  .signUp-condition.signIn-condition {
    flex-flow: column;
  }
  .signUp-condition.signIn-condition a {
    margin-top: 10px;
  }

  .drawer-basic-wrap.profile .drawer-profile {
    width: 280px;
  }

  .atbd-drawer {
    width: 260px;
  }

  .drawer-profile-box__single {
    padding: 15px;
  }

  .table5 .userDatatable-title .userDatatable-filter {
    padding-left: 60px;
  }

  .upload-media-area img {
    width: 70px;
    height: 60px;
  }

  .gallery-filter .ap-tab-main {
    justify-content: center;
  }

  .kanban-list {
    flex: 0 0 230px;
  }

  .kanban-modal__list .checkbox-group__single {
    flex: 3;
  }

  .mail-details .mail-attatched__item {
    flex: 0 0 96%;
  }
}
@media (min-width: 1200px) {
  .breadcrumb-main .user-member__form {
    width: 350px;
  }

  .signUP-admin-left__content {
    padding-right: 85px;
  }
  .signUP-admin-left__content h1 {
    font-size: 36px;
  }

  .users-list__button {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }

  .user-list-item .users-list-body-title p {
    white-space: nowrap;
  }

  .product--list .product-item .product-item__title {
    flex: 1.5;
    padding: 0 30px;
  }
  .product--list .product-item .product-item__content {
    flex: 1;
    padding: 0 30px;
  }
}
@media (max-width: 1460px) {
  .ratio-box .ratio-info .ratio-point {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 992px) {
  .ratio-box .ratio-info .ratio-point {
    font-size: 18px;
  }
}
@media only screen and (max-width: 380px) {
  .ratio-box .ratio-info .ratio-point {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .profile-content .cos-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .ap-statistics-charts canvas {
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100% !important;
  }

  .signUp-admin-right .edit-profile {
    margin: 0 99px;
  }

  .cos-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bookmark-page .columns-1 {
    flex: 0 0 20.7%;
    max-width: 20.7%;
  }
  .bookmark-page .columns-2 {
    flex: 1 0 79.3%;
    max-width: 79.3%;
  }

  .products_page .columns-1 {
    flex: 0 0 20.7%;
    max-width: 20.7%;
  }
  .products_page .columns-2 {
    flex: 1 0 79.3%;
    max-width: 79.3%;
  }

  .bookmark-page__list .cus-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .product-page-list .cus-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wizard7.checkout-review .cus-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wizard6.checkout-review .cus-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .changelog-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .changelog-5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}
@media (min-width: 992px) {
  .ap-tab-header__img img {
    height: 220px;
  }

  .navbar-brand {
    display: none !important;
  }

  .project-progress .user-group-progress-bar {
    width: 340px;
  }

  .text-right-pc {
    text-align: right;
  }

  .order-search__form {
    width: 300px;
  }

  .search-content .card-header {
    width: 1001px;
  }
  .search-content .card-body {
    width: 1001px;
  }
}
@media (max-width: 575.98px) {
  .ap-post-content-comment__write input::-moz-placeholder {
    font-size: 12px;
  }
  .ap-post-content-comment__write input::placeholder {
    font-size: 12px;
  }

  .bookmark-page .columns-1 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .products_page .columns-1 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}
@media (min-width: 768px) {
  .signUP-admin-left__content {
    padding-right: 0;
  }
  .signUP-admin-left__content h1 {
    font-size: 27px;
  }

  .product--list .product-item__body .product-item__button button {
    width: 132px;
    height: 38px;
  }

  .changelog-19 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .changelog-5 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .banner-feature {
    min-height: 270px;
    max-height: 100%;
  }
}
@media only screen and (max-width: 1399px) and (max-width: 575px) {
  .timeline-box--3.basic-timeline .timeline li .timeline-single {
    padding-right: 30%;
  }
}
@media only screen and (max-width: 1399px) and (max-width: 479px) {
  .timeline-box--3.basic-timeline .timeline li .timeline-single {
    padding-right: 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 992px) {
  .sidebar-group .left-sidebar-wrap {
    width: 360px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .chat-type-text__write {
    width: 100%;
    height: unset;
    padding: 6px 25px;
    margin-right: 0;
  }

  .chat-type-text__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .chat-type-text__btn button:not(:last-child) {
    margin-right: 8px;
  }
}
@media (max-width: 700px) {
  #full-calendar .fc-toolbar-chunk .fc-button-group {
    margin-top: 10px;
  }

  .checkout-progress div {
    margin: 0 30px;
  }
  .checkout-progress #bar1 {
    display: none;
  }
  .checkout-progress #bar2 {
    display: none;
  }
  .checkout-progress .step {
    margin-bottom: 50px;
  }
  .checkout-progress .current svg {
    display: none;
  }
  .checkout-progress .current span svg {
    display: block;
  }

  .wizard8 .checkout-progress div.step:not(:last-child) {
    margin-bottom: 20px;
  }

  .wizard7 .checkout-shipping-form {
    margin-top: 40px;
  }

  .payment-method-area--top {
    margin-top: 25px;
  }

  .payment-status {
    margin-top: 28px;
  }
}
@media (max-width: 414px) {
  .product_page--grid .project-top-left {
    margin-bottom: 5px;
  }

  .product_page--list .project-top-left {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .project-search.order-search {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .project-search .user-member__form {
    min-width: 350px;
  }

  .project-tap .nav-link {
    padding: 0 7.5px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 479px) {
  .project-search .user-member__form {
    min-width: 250px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 375px) {
  .project-search .user-member__form {
    min-width: 250px !important;
  }
}
@media (min-width: 576px) {
  .product--list .product-item {
    display: flex;
  }
  .product--list .product-item__body {
    display: flex;
  }

  .fileM-sidebar .modal-dialog {
    max-width: 390px;
    margin: 1.75rem auto;
  }

  .task-modal .modal-dialog {
    max-width: 390px;
    margin: 1.75rem auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .bookmark-page .columns-1 {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .bookmark-page .columns-2 {
    max-width: 70%;
    flex: 0 0 70%;
  }

  .products_page .columns-1 {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .products_page .columns-2 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 4320px) {
  .cartPage .cus-xl-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .cartPage .cus-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .order-summery--width {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 4320px) {
  .order-summery--width {
    max-width: 400px;
  }
}
@media (min-width: 700px) {
  .wizard8 .checkout-progress div.step:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1300px) {
  .search-content .card-header {
    width: 100%;
  }
  .search-content .card-body {
    width: 100%;
  }

  .note-contents .note-sibebar-wrapper {
    width: 240px;
  }
}
@media (min-width: 1399px) {
  .fileM-contents .col-20 {
    flex: 0 0 20.5%;
    max-width: 20.5%;
  }
  .fileM-contents .col-79 {
    flex: 0 0 79.5%;
    max-width: 79.5%;
  }

  .kanban-board__card .cus-xl {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1699px) {
  .knowledgebase .cus-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .kanban-board__card .cus-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
}
@media (min-width: 1599px) {
  .knowledgebase-details .cus-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media (min-width: 767px) {
  .ui-datepicker-multi {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1650px) {
  .mailbox-top__search {
    margin-right: 25px;
  }
}
@media (max-width: 650px) {
  .atbd-mailCompose--position {
    right: 15px;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 639px) {
  .project-top-progress .project-category {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .xs-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sendToFinances {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 479px) and (max-width: 479px) {
  .sidebar-group.chat_sidebar {
    margin: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 320px) {
  .user-member__title {
    margin: 0;
  }

  .shop-breadcrumb .breadcrumb-action .action-btn .btn {
    padding: 0 8px;
  }

  .project-category p {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-wrapper {
    padding: 20px 30px 18px;
  }

  .order-summery .checkout {
    padding: 0 10px;
    font-size: 11px;
  }

  .payment-invoice-qr__code img {
    width: 170px;
  }

  .error-page__title {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .chat-box {
    padding: 19px 0;
  }
}
@media (min-width: 1400px) {
  .col-xl-custom {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 768px) {
  .col-xl-custom .feature-cards5 {
    min-height: 120px;
    padding-right: 1.21rem !important;
    padding-left: 1.21rem !important;
  }
  .col-xl-custom .application-task .application-task-icon {
    margin-right: 15px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .project-search {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
  /* 	.dash_cards {
  		.cost_card {
  			position: absolute !important;
  			right: 25px !important;
  			top: 38px !important;
  			position: absolute !important;
  			right: 25px !important;
  			top: 38px !important;
  		}
  		.vcost_card {
  			position: absolute !important;
  			right: 15px !important;
  			top: 38px !important;
  			position: absolute !important;
  			right: 15px !important;
  			top: 38px !important;
  		}
  	} */
}
@media only screen and (min-width: 1200px) {
  .geobox {
    height: 480px;
  }

  .revenueChartTwo {
    min-height: 470px;
  }

  .cardboxes {
    margin-bottom: 3.125rem !important;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (min-width: 769px) {
  .sidebar.collapsed {
    width: 76px !important;
    padding: 0px !important;
    transition: all 0.3s ease !important;
  }

  .m-mt-25 {
    margin-top: 0px;
  }

  .p-mh-100 {
    min-height: 100px;
  }

  .p-mh-60 {
    min-height: 60px;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 1119px) {
  .cardboxes {
    margin: 20px 0 0px 0 !important;
  }

  .geobox {
    padding-bottom: 20px;
  }

  .revenueChartTwo {
    padding-bottom: 20px;
  }

  .tab-mb-20 {
    margin-bottom: 20px !important;
  }

  .progress-step .application-task {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 992px) {
  .t-m-bottom-5 {
    margin-bottom: 5px;
  }

  .tab-mb-10 {
    margin-bottom: 10px;
  }

  .tab-mb-15 {
    margin-bottom: 15px;
  }

  .tab-mb-20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 562px) {
  .flexrow-mb {
    flex-flow: row;
  }

  .mb-jc {
    justify-content: center !important;
  }

  .m-mt-20 {
    margin-top: 20px !important;
  }

  .m-mb-20 {
    margin-bottom: 20px !important;
  }

  .m-mb-10 {
    margin-bottom: 10px !important;
  }

  .result_cards .mb-25 {
    margin-bottom: 15px !important;
  }

  .result_share_header {
    padding: 15px 5px 0px 5px !important;
  }

  .ratio-box {
    padding: 5px 10px 10px 10px;
  }
}
@media (max-width: 760px) {
  .tool::after {
    font-size: 0.75em;
    margin-left: -5em;
    width: 10em;
  }

  .drp-calendar.right {
    display: none !important;
  }
}
@media only screen and (max-width: 1316px) and (min-width: 769px) {
  .tr-mt-20 {
    margin-top: 20px !important;
  }
}
.merge_loading {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: 0em;
  right: 0em;
  height: 100%;
  text-align: center;
  border-radius: 10px;
}
.merge_loading .fa {
  opacity: 0.8;
}

.circleimg {
  border-radius: 50%;
}

.incoming-chat .adjust-bg {
  background: #1f2937;
}
.incoming-chat .bodytextcolor {
  color: #ffffff;
}
.incoming-chat .replay-comment-box {
  border-bottom: 1px solid #c6c9d3;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
.incoming-chat .replay-comment-box p.replay-to-text {
  font-style: italic;
  font-size: 16px;
  color: #c7c7c7;
}
.incoming-chat .replay-comment-box .replay-to-comment-user {
  font-size: 12px;
  display: flex;
  color: #aaaaaa;
}

.action-edit {
  display: none;
}

.action-edit, .action-reply, .action-delete {
  color: #666d92;
}

.outgoing-chat .adjust-bg {
  background: #eff0f3;
}
.outgoing-chat .adjust_jce {
  justify-content: flex-end !important;
}
.outgoing-chat .bodytextcolor {
  color: #5a5f7d;
}
.outgoing-chat .commenter_name {
  display: none;
}
.outgoing-chat .chat-text-box__other {
  order: -1;
  margin-right: 10px;
  margin-left: 0px !important;
}
.outgoing-chat .chat-text-box__subtitle {
  order: 13;
}
.outgoing-chat .action-edit, .outgoing-chat .action-delete {
  display: block !important;
}
.outgoing-chat .action-reply {
  display: none !important;
}
.outgoing-chat .replay-comment-box {
  border-bottom: 1px solid #c6c9d3;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
.outgoing-chat .replay-comment-box p.replay-to-text {
  font-style: italic;
  font-size: 16px;
  color: #5a5f7d;
}
.outgoing-chat .replay-comment-box .replay-to-comment-user {
  font-size: 12px;
  display: flex;
  color: #5a5f7d;
}

.chat-footer .replay-comment-box {
  position: absolute;
  background: #fafafa;
  width: 76%;
  height: 70px;
  top: -63%;
  color: #5a5f7d;
  border-radius: 50px;
  padding: 10px 25px;
}
.chat-footer p.replay-to-text {
  font-style: italic;
  font-size: 16px;
}
.chat-footer .replay-to-comment-user {
  font-size: 12px;
  display: flex;
}

table.dataTable tbody tr {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .parner-quick-upload-nav a {
    background: #14c490;
    border-radius: 53px;
    display: inline-block;
    padding: 4px 10px 5px 6px;
    color: #fff;
    font-size: 14px;
  }
  .parner-quick-upload-nav a i {
    background: #097c41;
    border-radius: 53px;
    display: inline-block;
    height: 22px;
    width: 26px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0px;
    font-size: 12px;
  }
  .parner-quick-upload-nav a span.hidden {
    display: inline-block;
    font-size: 13px;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 370px) {
  .navbar-left .sidebar-toggle {
    margin-right: 0px;
  }

  .navbar-left a.navbar-brand.xsbrand {
    margin-right: 0px;
  }

  .navbar-right ul.navbar-right__menu li.nav-notification {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 330px) {
  .navbar-left a.navbar-brand.xsbrand {
    margin-left: 0px !important;
  }

  .navbar-left .navbar-brand img {
    max-width: 90px;
  }

  .navbar-right ul.navbar-right__menu li.nav-author .icon-custom {
    padding: 5px 8px 5px 0px;
  }

  .navbar-right__menu .nav-author img {
    width: 28px;
  }
}
.swal2-toast {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.hiddendiv {
  display: none;
}

.upspin {
  font-size: 30px !important;
}

.sweet_loader {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: ro;
  transform-origin: 50% 50%;
  transform: rotate(0) translate(0, 0);
  margin-bottom: 10px;
}

@keyframes ro {
  100% {
    transform: rotate(-360deg) translate(0, 0);
  }
}
.breadcrumb-main.user-member .user-member button,
.breadcrumb-main.user-member .user-member .table-selling-content {
  height: 42px;
}

.breadcrumb-main.user-member .user-member .table-selling-content img {
  height: 32px;
}
.breadcrumb-main.user-member .user-member .table-selling-content .box .title {
  line-height: 20px;
}

.breadcrumb-main.user-member .breadcrumb-action button.btn.btn-default {
  height: 42px;
}

.bg-pink {
  background: #ff69a5;
}

.width-320 {
  width: 320px;
}

.sidebar__menu-group ul.sidebar_nav li.has-child li > a {
  padding-right: 0px;
}

.sidebar.collapsed .sidebar__menu-group .has-child.menu-up ul {
  top: auto;
  bottom: 0px;
}

.footer-copyright {
  font-size: 0.9rem;
}

.verionname {
  font-size: 0.9rem;
}

ul.error-list li {
  color: red;
}

.hasitem:before {
  background: red !important;
  position: absolute;
  content: var(--content);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -11px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.hasitem svg {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.select2-container--default .select2-selection--single {
  height: 37px !important;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 20px;
  padding-right: 2px !important;
}

.listsHeader {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  border-bottom: 1px solid #eee;
}
.listsHeader .list_lable_name {
  display: flex;
  align-items: center;
}
.listsHeader .list_tabs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.listsHeader .list_tabs li {
  padding: 18px;
}
.listsHeader .list_tabs li a.tab_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.listsHeader .list_tabs li a.tab_link i {
  font-size: 21px;
  color: #1f2937;
}
.listsHeader .list_tabs li a.tab_link span.tab_name {
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
}
.listsHeader .list_tabs li.active a {
  color: #fff;
}
.listsHeader .list_tabs li.active i {
  color: #fff !important;
}
.listsHeader .list_tabs li:hover a {
  color: #fff;
}
.listsHeader .list_tabs li:hover i {
  color: #fff !important;
}

.tabs-wrapper {
  display: none;
}
.tabs-wrapper.active {
  display: block;
}
.tabs-wrapper .contents {
  padding-top: 0px !important;
}

.directtablink {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.directtablink i {
  color: #1f2937;
}

.directtablink span {
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
}

@media only screen and (max-width: 769px) {
  .directtablink {
    padding: 10px;
  }
}
#admin_dash {
  /* #calander_custome {
                                              position: absolute;
                                              top: 0;
                                              right: 0;
                                              opacity: 0;
                                              z-index: -1;
                                          } */
  /* .inEx__title {
                                                  font-size: 22px !important;
                                                  font-weight: 600;
                                              } */
}
#admin_dash .cost_container,
#admin_dash .profit_container {
  display: none;
}
#admin_dash .profit_container .inEx__single {
  flex: 0 0 45%;
}
#admin_dash .h-100 {
  min-height: 400px;
}
@media (max-width: 560px) {
  #admin_dash .h-100 {
    min-height: 200px;
  }
}
#admin_dash .nested_costs {
  z-index: 9;
  top: 100px;
  position: absolute;
  background: #f9f9f9;
  width: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 15px 10px 0px 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 10px;
  /* display:none; */
}
#admin_dash .profit_container .nested_costs {
  top: 350px !important;
  left: 55% !important;
}
#admin_dash .nested_costs .inEx__single {
  background: #ffffff;
  margin: 0 10px 18px 10px !important;
  min-width: auto !important;
  width: inherit;
}
#admin_dash .digg_link:hover,
#admin_dash .active_costbox {
  background: #f6f6f6;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 560px) {
  #admin_dash .daterangepicker .ranges ul li {
    border: 1px solid #f1f2f6;
    border-radius: 4px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 11px 5px;
    width: 31.5%;
    display: inline-block;
    margin: 3px !important;
  }
  #admin_dash .daterangepicker {
    width: 327px;
  }
  #admin_dash .drp-calendar.left {
    max-width: 100%;
    /* margin-right: 0 !important; */
    padding: 20px !important;
  }
}
@media only screen and (min-width: 769px) {
  #admin_dash .mh-pc-600 {
    min-height: 600px !important;
  }
  #admin_dash .mh-pc-550 {
    min-height: 550px !important;
  }
}
#admin_dash .link {
  color: #0056b3 !important;
}
#admin_dash .inEx__title {
  font-size: 22px !important;
  font-weight: 600;
}
#admin_dash .dash .visual {
  padding-top: 35px;
  margin-bottom: 40px;
}
#admin_dash .dash .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 15px;
  padding-left: 5px;
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 35px;
}
#admin_dash .dash .bg-teal {
  background: #3598dc;
}
#admin_dash .dash .visual > i {
  color: #FFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
#admin_dash .dash .visual > i {
  margin-left: -35px;
  font-size: 110px;
  line-height: 110px;
}
#admin_dash .dash .topcard h1 {
  padding-top: 10px;
  text-align: right;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: 300;
}
#admin_dash .dash .topcard .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}
#admin_dash .dash .topcard .ap-po-details-time {
  text-align: right;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 300;
  color: #fff;
}
#admin_dash .dash .bg-red {
  background: #e7505a;
}
#admin_dash .dash .bg-cyan {
  background: #e7505a;
}
#admin_dash .dash .bg-purple {
  background: #8E44AD;
}
#admin_dash .smalltxt {
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 400;
  color: #9297af;
}
#admin_dash .circle-img {
  border-radius: 50%;
}
#admin_dash .pre-loading-dash {
  padding: 0 20px;
}
#admin_dash .h-0-ov-hidden {
  height: 0;
  overflow: hidden;
  padding: 0 !important;
}
#admin_dash .headTable {
  background: #f2f3f7ad;
}
#admin_dash a#calendarCustome.active,
#admin_dash a#calendarCustome.active span {
  color: #f3615a;
}
#admin_dash a#calendarCustome.active::after {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f3615a;
}
#admin_dash #admin_update_data {
  margin-left: 8px;
}
#admin_dash #admin_update_data .syncer {
  cursor: pointer !important;
}
#admin_dash #admin_update_data .fa-spin {
  cursor: not-allowed;
}
#admin_dash .bc1 {
  color: #FF3562;
}
#admin_dash .bc2 {
  color: #1B1B3A;
}
#admin_dash .bc3 {
  color: #0077b6;
}
#admin_dash .bc4 {
  color: #b5179e;
}
#admin_dash .bc5 {
  color: #06d6a0;
}
#admin_dash .bc6 {
  color: #0c0f0a;
}
#admin_dash .bc7 {
  color: #3d348b;
}
#admin_dash .bc8 {
  color: #f79d65;
}
#admin_dash .admin-dash .inEx__single {
  border-left: 5px solid;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 15px 10px 15px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#admin_dash .admin-dash .inEx__single {
  margin-right: 20px;
}
#admin_dash .inEx__single .inEx__title {
  font-size: 20px !important;
  font-weight: 600;
}
#admin_dash .inEx__single .inEx-subtitle {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1599px) {
  #admin_dash .admin-dash .inEx__single {
    min-width: 23%;
  }
  #admin_dash .profit_container .nested_costs {
    top: 180px !important;
    left: 55% !important;
  }
  #admin_dash .inEx-wrap .inEx-box {
    padding: 15px 0 20px 0;
  }
  #admin_dash .nested_costs {
    top: 200px;
    background: #f9f9f9;
  }
  #admin_dash .nested_costs .inEx__single {
    background: #ffffff;
    margin: 0 10px 18px 10px !important;
    min-width: auto !important;
    width: inherit;
  }
}
@media only screen and (max-width: 1199px) {
  #admin_dash .m-mt-20 {
    margin-top: 20px;
  }
  #admin_dash .profit_container .nested_costs {
    top: 280px !important;
    left: 50% !important;
  }
  #admin_dash .m-mb-20 {
    margin-bottom: 20px;
  }
  #admin_dash .m-mb-10 {
    margin-bottom: 10px;
  }
  #admin_dash .nested_costs {
    display: block !important;
    top: 220px;
    position: absolute;
    background: #f9f9f9;
    width: 80%;
    left: 50%;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #admin_dash .nested_costs .inEx__single {
    background: #ffffff;
    margin: 10px auto 15px auto !important;
    min-width: auto !important;
    width: inherit;
  }
  #admin_dash .inEx-wrap .charts {
    flex-direction: column;
  }
  #admin_dash .inEx-wrap .charts .inEx-chart {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #admin_dash .nested_costs {
    display: block !important;
    top: 350px !important;
    position: absolute;
    background: #f9f9f9;
    width: 80% !important;
    left: 50%;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #admin_dash .nested_costs .inEx__single {
    background: #ffffff;
    margin: 10px auto 5px auto !important;
    min-width: auto !important;
    width: inherit;
  }
}
@media only screen and (min-width: 1600px) {
  #admin_dash .inEx-wrap .inEx-box {
    padding: 20px 0 5px 0;
  }
  #admin_dash .inEx__single .inEx__title {
    font-size: 20px !important;
    font-weight: 600;
  }
  #admin_dash .inEx__single .inEx-subtitle {
    margin-bottom: 5px;
  }
  #admin_dash .admin-dash .inEx__single {
    padding: 15px 10px 15px 15px;
    margin-bottom: 20px;
    border-left-width: 3px;
  }
}
@media only screen and (max-width: 575px) {
  #admin_dash .admin-dash .inEx__single {
    margin-left: 5px;
    margin-right: 5px;
  }
  #admin_dash .profit_container .nested_costs {
    top: 350px !important;
    left: 50% !important;
  }
  #admin_dash .admin-dash .inEx__single {
    flex: 0 0 45%;
  }
  #admin_dash .chartbody {
    padding: 0 0rem !important;
  }
  #admin_dash .dash .visual {
    width: 1px;
    height: 1px;
    display: block;
    float: left;
    padding-top: 0px;
    padding-left: 0px;
  }
  #admin_dash .dash .topcard .desc {
    font-size: 14px;
  }
  #admin_dash .dash .topcard .desc {
    margin-bottom: 0px;
  }
  #admin_dash .dash .topcard h1 {
    padding-top: 5px;
    font-size: 30px;
    line-height: 30px;
  }
  #admin_dash .dash .visual > i {
    margin-left: -30px;
    font-size: 50px;
    line-height: 50px;
    margin-top: 40px;
  }
  #admin_dash .dash .ap-po-details {
    box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
    padding: 15px 10px 15px 10px;
  }
  #admin_dash .col-full-m {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
  }
  #admin_dash .col-half-m {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 10px !important;
  }
  #admin_dash .col-half-m:nth-child(even) {
    padding-right: 5px;
  }
  #admin_dash .col-half-m:nth-child(odd) {
    padding-left: 5px;
  }
  #admin_dash .col-full-m:nth-child(1) {
    margin-top: 10px !important;
  }
  #admin_dash .col-half-m:nth-child(1) {
    margin-top: 10px !important;
  }
  #admin_dash .inEx__single:not(:last-child) {
    margin-bottom: 20px !important;
  }
  #admin_dash .table--default tr th:first-child,
#admin_dash .table--default tr td:first-child {
    padding-left: 15px;
  }
  #admin_dash .table--default th,
#admin_dash .table--default td {
    padding: 10px 10px;
  }
  #admin_dash .pr-m-10 {
    padding-right: 20px !important;
  }
  #admin_dash .table--default tbody tr td:not(:first-child) {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #admin_dash .daterangepicker .ranges {
    padding: 0px;
  }
}
@media only screen and (max-width: 560px) {
  #admin_dash .daterangepicker {
    left: 50% !important;
    transform: translate(-50%, 0) !important;
  }
  #admin_dash html {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 575px) {
  #admin_dash .selling-table-wrap .selling-product-img img,
#admin_dash .selling-table-wrap .item-info img {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  #admin_dash .profit_container .nested_costs {
    top: 380px !important;
  }
}
#admin_dash .inEx-wrap .inEx-chart {
  padding: 25px;
  flex: 1;
  width: 50%;
  max-width: 100% !important;
  padding-left: 0 !important;
}

#profile-page .image_area {
  position: relative;
}
#profile-page .overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  width: 100%;
}
#profile-page .image_area:hover .overlay {
  height: 50%;
  cursor: pointer;
}
#profile-page .text {
  color: #333;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#profile-page .nav .nav-link i {
  margin-right: 7px;
}
#profile-page .edit-profile .fa {
  cursor: pointer;
}

#crop_modal img {
  display: block;
  max-width: 100%;
}
#crop_modal .preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 10px auto;
  border: 1px solid red;
}
#crop_modal .modal-lg {
  max-width: 650px !important;
}
@media only screen and (max-width: 767px) {
  #crop_modal .modal-lg {
    max-width: 100% !important;
  }
  #crop_modal .croppercontainer {
    max-width: 92% !important;
    padding: 0px;
    margin: 0 auto;
  }
}
#crop_modal .modal-body {
  padding: 0;
}
#crop_modal .submit-buttons {
  padding: 10px 12px 0 12px;
}
#crop_modal .submit-buttons .btn-wide {
  width: 100%;
  margin-bottom: 10px;
}

#campaigns-page {
  /* .orderDatatable_actions {
                                                                                                                                                                                                                                                                                  justify-content: fs
                                                                                                                                                                                                                                                                              } */
}
#campaigns-page .total {
  font-size: 13px;
  text-align: center;
}
#campaigns-page .valid {
  font-size: 15px;
  color: #04ac7a;
  background: #b7fae6;
  text-align: center;
  border-radius: 5 px;
}
#campaigns-page .noDataMatch {
  text-align: center;
  color: #222;
  font-weight: 200;
}
#campaigns-page .orderDatatable_actions .fas {
  color: #9299b8ad;
}
#campaigns-page .text-end {
  text-align: end;
}
#campaigns-page .list-delete {
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  #campaigns-page .space-mt-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  #campaigns-page .m-mr-10 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 500px) {
  #campaigns-page .m-ml-20 {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 400px) {
  #campaigns-page .m-ml-20 {
    margin-top: 0px !important;
  }
}
#campaigns-page .ignoreSerchTerme {
  font-size: 11px;
  text-align: center;
  color: #5a5f7d;
}

@media only screen and (max-width: 1057px) {
  .in-mb-20 {
    margin-bottom: 10px !important;
  }

  .m-mr-10 {
    margin-right: 10px !important;
  }
}
.table--default tbody tr:last-child {
  border-bottom: 0px solid #f1f2f6;
}

.tablecards .card {
  min-height: 300px;
}

.ap-po-details h2 {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.border0 {
  border: 0px;
}

#edit {
  margin: 0 5px 0 10px;
}

.daterangepicker.show-calendar {
  z-index: 9999999;
}

.input-edit {
  background: #adb4d252;
  border-color: #272b41;
}

#additional_profits_header {
  background: #4caf50;
}

#additional_profits_header h6 {
  color: #fff;
}

#dual-box {
  width: 100%;
  justify-content: space-around;
}

/* make date picker on cost management bigger and centered */
.daterangepicker.ltr.single.openscenter.show-calendar {
  transform: translate(0, -50%);
}

.daterangepicker .ranges {
  padding: 0 !important;
}

.daterangepicker.single .drp-calendar {
  max-width: 500px;
  width: 500px;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:after,
.daterangepicker.show-calendar .calendar-table tbody td.today {
  border-radius: 5px !important;
}

.btn.update_cost,
.btn.update_doamin_cost,
.btn.update_additional_cost {
  padding: 8px 16px;
  margin-right: 15px;
  display: inline;
}

#glm-page .view-lead-details {
  cursor: pointer;
}
#glm-page .card .card-header .breadcrumb-main {
  margin: 0px;
}
#glm-page .pagination-container {
  justify-content: left !important;
  background: rgba(243, 244, 246, 0.761);
  padding: 15px 20px;
}
#glm-page .content-item-table-warp table thead tr th {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 10px !important;
}
#glm-page .content-item-table-warp table tbody tr td {
  font-size: 13px;
  font-weight: 400;
  padding: 8px 10px !important;
}
#glm-page .content-item-table-warp .table td {
  border-bottom: none;
}
#glm-page .content-item-table-warp table tbody tr td:first-child {
  border-left: 1px solid #ddd !important;
}
#glm-page .content-item-table-warp table tbody tr td:last-child {
  border-right: 1px solid #ddd !important;
}
#glm-page .content-item-table-warp table tbody tr:last-child td {
  border-bottom: 1px solid #ddd !important;
}
#glm-page .daterangepicker.show-calendar {
  z-index: 99999;
}
#glm-page .daterangepicker.ltr.single.openscenter.show-calendar {
  transform: translate(0, -50%);
}
#glm-page .daterangepicker.show-calendar {
  box-shadow: 1px 1px 143px 1143px #2228;
}
#glm-page .daterangepicker.show-calendar {
  z-index: 9999999;
}
#glm-page .daterangepicker .ranges {
  padding: 0 !important;
}
#glm-page .daterangepicker.single .drp-calendar {
  max-width: 500px;
  width: 500px;
}
#glm-page .daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:after,
#glm-page .daterangepicker.show-calendar .calendar-table tbody td.today {
  border-radius: 5px !important;
}

#reporting_page .card-body.about-projects {
  padding: 20px 15px 15px 15px;
}
#reporting_page .about-projects ul.total_container {
  margin-top: 35px;
  margin-bottom: -10px;
  margin-left: -16px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  #reporting_page .about-projects ul.total_container {
    flex-flow: wrap;
  }
}
#reporting_page .about-projects ul.total_container li {
  width: calc(14.2857142857% - 16px);
  margin-right: 0px !important;
  text-align: center;
  padding: 20px 10px;
  color: #fff;
  background: #fff;
  border-radius: 5px;
  margin: 0px 0px 16px 16px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 6px 24px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
@media only screen and (max-width: 1200px) {
  #reporting_page .about-projects ul.total_container li {
    width: calc(20% - 16px);
  }
}
@media only screen and (max-width: 991px) {
  #reporting_page .about-projects ul.total_container li {
    width: calc(20% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  #reporting_page .about-projects ul.total_container li {
    width: calc(33.3333333333% - 16px);
  }
}
@media only screen and (max-width: 576px) {
  #reporting_page .about-projects ul.total_container li {
    width: calc(50% - 16px);
  }
}
#reporting_page .about-projects ul.total_container li span {
  font-size: 16px;
  font-weight: 400;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.step-card.card {
  border-radius: 5px;
}
.step-card.card .card-header {
  padding: 24px 24px;
}
.step-card.card .card-body {
  padding: 0rem !important;
  min-height: 510px;
}
.step-card.card .card-body .processing-step-warp {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.step-card.card .card-body .processing-step-warp .left, .step-card.card .card-body .processing-step-warp .right {
  flex: 0 0 50%;
  width: 50%;
}
.step-card.card .card-body .processing-step-warp .left {
  background-color: #f7fcff;
  padding: 40px 50px 40px 100px;
  border-right: 1px solid #edf0f2;
  position: relative;
  transition: all 1s ease;
}
.step-card.card .card-body .processing-step-warp .left .progessbar {
  height: calc(100% - 80px);
  width: 2px;
  background-color: #eceff1;
  position: absolute;
  left: 50px;
  top: 40px;
  z-index: 1;
  display: none;
}
.step-card.card .card-body .processing-step-warp .left .progessbar .inner {
  height: 100%;
  position: relative;
}
.step-card.card .card-body .processing-step-warp .left .progessbar .inner .processing-line, .step-card.card .card-body .processing-step-warp .left .progessbar .inner .completed-line {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.step-card.card .card-body .processing-step-warp .left .progessbar .inner .processing-line {
  background-color: #2c99ff;
}
.step-card.card .card-body .processing-step-warp .left .progessbar .inner .completed-line {
  background-color: #20c997;
  z-index: 1;
}
.step-card.card .card-body .processing-step-warp .left ul {
  position: relative;
}
.step-card.card .card-body .processing-step-warp .left ul li {
  border: 1px solid #f0f3f5;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px 25px 20px 65px;
  border-radius: 8px;
  position: relative;
}
.step-card.card .card-body .processing-step-warp .left ul li::before {
  content: "";
  position: absolute;
  top: -88%;
  left: -51px;
  background: #eceff1;
  height: calc(100% + 32px);
  width: 2px;
}
.step-card.card .card-body .processing-step-warp .left ul li::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -51px;
  background: #f0f3f5;
  height: 2px;
  width: 51px;
}
.step-card.card .card-body .processing-step-warp .left ul li:last-child {
  margin-bottom: 0px;
}
.step-card.card .card-body .processing-step-warp .left ul li:first-child::before {
  display: none;
}
.step-card.card .card-body .processing-step-warp .left ul li.action-required {
  border-color: #fa8b0c;
}
.step-card.card .card-body .processing-step-warp .left ul li.action-required::before {
  background-color: #fa8b0c;
}
.step-card.card .card-body .processing-step-warp .left ul li.action-required::after {
  background-color: #fa8b0c;
}
.step-card.card .card-body .processing-step-warp .left ul li.action-required .li-inner::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: calc(50% - 18px);
  left: -68px;
  background: #fff;
  color: #fa8b0c;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 15px;
  border: 1px solid #fa8b0c;
  z-index: 1;
}
.step-card.card .card-body .processing-step-warp .left ul li.completed {
  border-color: #20c997;
}
.step-card.card .card-body .processing-step-warp .left ul li.completed::before {
  background-color: #20c997;
}
.step-card.card .card-body .processing-step-warp .left ul li.completed::after {
  background-color: #20c997;
}
.step-card.card .card-body .processing-step-warp .left ul li.completed .li-inner::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: calc(50% - 18px);
  left: -68px;
  background: #fff;
  color: #20c997;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 15px;
  border: 1px solid #20c997;
  z-index: 1;
}
.step-card.card .card-body .processing-step-warp .left ul li.processing {
  border-color: #2c99ff;
}
.step-card.card .card-body .processing-step-warp .left ul li.processing::before {
  background-color: #2c99ff;
}
.step-card.card .card-body .processing-step-warp .left ul li.processing::after {
  background-color: #2c99ff;
}
.step-card.card .card-body .processing-step-warp .left ul li.processing .li-inner::before {
  content: "\f1ce";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: calc(50% - 18px);
  left: -68px;
  background: #fff;
  color: #2c99ff;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 15px;
  border: 1px solid #2c99ff;
  z-index: 1;
  animation: spin 2s linear infinite;
}
.step-card.card .card-body .processing-step-warp .left ul li.pending {
  border-color: #eceff1;
}
.step-card.card .card-body .processing-step-warp .left ul li.pending::before {
  background-color: #eceff1;
}
.step-card.card .card-body .processing-step-warp .left ul li.pending::after {
  background-color: #eceff1;
}
.step-card.card .card-body .processing-step-warp .left ul li.pending .li-inner::before {
  content: "\f254";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: calc(50% - 18px);
  left: -68px;
  background: #fff;
  color: #eceff1;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 15px;
  border: 1px solid #eceff1;
  z-index: 1;
}
.step-card.card .card-body .processing-step-warp .left ul li.failed {
  border-color: #ff4d4f;
}
.step-card.card .card-body .processing-step-warp .left ul li.failed::before {
  background-color: #ff4d4f;
}
.step-card.card .card-body .processing-step-warp .left ul li.failed::after {
  background-color: #ff4d4f;
}
.step-card.card .card-body .processing-step-warp .left ul li.failed .li-inner::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: calc(50% - 18px);
  left: -68px;
  background: #fff;
  color: #ff4d4f;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 15px;
  border: 1px solid #ff4d4f;
  z-index: 1;
}
.step-card.card .card-body .processing-step-warp .left ul li .li-inner .title {
  font-size: 16px;
  font-weight: 500;
}
.step-card.card .card-body .processing-step-warp .left ul li .li-inner .sub-title {
  color: #94a1a9;
  font-size: 14px;
  font-weight: 300;
}
.step-card.card .card-body .processing-step-warp .left ul li .li-inner .icon {
  position: absolute;
  top: calc(50% - 18px);
  left: 18px;
  background: #f7f7f7;
  color: #6b7880;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 15px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-header {
  padding: 40px 50px 40px 50px;
  border-bottom: 1px solid #edf0f2;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-header h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-header p {
  color: #94a1a9;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px 40px 50px;
  position: relative;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .select2-container {
  width: 100% !important;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.offer-input-group .atbd-skeleton__list li:last-child, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.route-did-input-group .atbd-skeleton__list li:last-child {
  width: 100%;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.offer-input-group label, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.route-did-input-group label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.offer-input-group label button.add-offer-row, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.offer-input-group label button.add-route-did-row, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.route-did-input-group label button.add-offer-row, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.route-did-input-group label button.add-route-did-row {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  pointer-events: all;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.offer-input-group label button.add-offer-row i, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.offer-input-group label button.add-route-did-row i, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.route-did-input-group label button.add-offer-row i, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .form-group.route-did-input-group label button.add-route-did-row i {
  margin-right: 0px;
  font-size: 12px;
  padding: 0px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(1), .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(1) {
  flex: 0 0 50%;
  width: 50%;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(2), .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(2) {
  flex: 0 0 28%;
  width: 28%;
  display: flex;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(2) input, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(2) input {
  width: 40%;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
  height: 100%;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(2) .w-control, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(2) .w-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  background: #f1f2f6;
  cursor: pointer;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(2) .w-control.plus:hover, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(2) .w-control.plus:hover {
  color: #fff;
  background-color: #20c997;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(2) .w-control.minus:hover, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(2) .w-control.minus:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(2) .w-control.trash:hover, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(2) .w-control.trash:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(3), .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(3) {
  flex: 0 0 15%;
  width: 15%;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(3) input, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(3) input {
  padding: 0px;
  text-align: center;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col select, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col input, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col select, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col input {
  box-shadow: none !important;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col span.select2.select2-container.select2-container--default, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(1) {
  flex: 0 0 40%;
  width: 40%;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(2) {
  flex: 0 0 40%;
  width: 40%;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(3) {
  flex: 0 0 10%;
  width: 10%;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(3) .w-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  background: #f1f2f6;
  height: 100%;
  cursor: pointer;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(3) .w-control.trash:hover, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(3) .w-control.rd-trash:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .type-and-way, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-and-ani, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .auto-optimization {
  display: flex;
  justify-content: space-between;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .type-and-way .form-group, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .route-and-ani .form-group, .step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .auto-optimization .form-group {
  flex: 0 0 49%;
  width: 49%;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .creative-domain-fields.domain-hide .form-group.grayselect:nth-child(1) {
  flex: 0 0 100% !important;
  width: 100% !important;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .creative-domain-fields.domain-hide .form-group.grayselect:nth-child(2) {
  display: none;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .auto-optimization .form-group:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .auto-optimization .form-group:nth-child(1) span {
  font-size: 20px;
  margin-right: 10px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body form .auto-optimization .form-group:nth-child(1) .custom-control.custom-switch {
  margin-bottom: -5px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .tab-body-info-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .tab-body-info-content h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .tab-body-info-content p {
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .tab-body-info-content.success h4 {
  color: #20c997;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .tab-body-info-content.success p {
  margin-bottom: 20px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .tab-body-info-content.processing h4 {
  color: #2c99ff;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .tab-body-info-content.processing p {
  margin-bottom: 20px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .tab-body-info-content.failed h4 {
  color: #ff4d4f;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .tab-body-info-content.failed p.reason {
  margin-bottom: 20px;
}
.step-card.card .card-body .processing-step-warp .right .items-info-tabs .tab-content .tab-body .action_form_loader {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

#campaign-automation-steps.full-view .card-header {
  text-align: center;
  justify-content: center;
  align-items: center;
}
#campaign-automation-steps.full-view .left {
  width: 0px !important;
  overflow: hidden;
  flex: 0 0 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0;
  height: 400px;
}
#campaign-automation-steps.full-view .right {
  flex: 0 0 99%;
  width: 99%;
}
#campaign-automation-steps.full-view .right .select2-container {
  width: 100% !important;
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-body form {
  flex: 0 0 70%;
  width: 70% !important;
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(1) {
  flex: 0 0 calc(61% - 20px);
  width: calc(61% - 20px);
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-body form .offer-list .offer-row .offer-col:nth-child(2) {
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(1) {
  flex: 0 0 calc(50% - 40px);
  width: calc(50% - 40px);
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(2) {
  flex: 0 0 calc(50% - 40px);
  width: calc(50% - 40px);
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(3) {
  flex: 0 0 50px;
  width: 50px;
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-body form .route-did-list .offer-row .offer-col:nth-child(3) span.w-control.rd-trash {
  width: 50px;
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-body form .creative-domain-fields {
  display: flex;
  justify-content: space-between;
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-body form .creative-domain-fields .form-group {
  flex: 0 0 49%;
  width: 49%;
}
#campaign-automation-steps.full-view .right .items-info-tabs .tab-content .tab-header {
  text-align: center;
}

#activitylog-page {
  /* .orderDatatable_actions {
      justify-content: fs
  } */
}
#activitylog-page .total {
  font-size: 13px;
  text-align: center;
}
#activitylog-page .valid {
  font-size: 15px;
  color: #04ac7a;
  background: #b7fae6;
  text-align: center;
  border-radius: 5 px;
}
#activitylog-page .noDataMatch {
  text-align: center;
  color: #222;
  font-weight: 200;
}
#activitylog-page .orderDatatable_actions .fas {
  color: #9299b8ad;
}
#activitylog-page .text-end {
  text-align: end;
}
#activitylog-page .list-delete {
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  #activitylog-page .space-mt-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  #activitylog-page .m-mr-10 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 500px) {
  #activitylog-page .m-ml-20 {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 400px) {
  #activitylog-page .m-ml-20 {
    margin-top: 0px !important;
  }
}
#activitylog-page .ignoreSerchTerme {
  font-size: 11px;
  text-align: center;
  color: #5a5f7d;
}

@media only screen and (max-width: 1057px) {
  .in-mb-20 {
    margin-bottom: 10px !important;
  }

  .m-mr-10 {
    margin-right: 10px !important;
  }
}
#table-invocies {
  margin-top: -33px;
}

#invoice .action-area {
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  #invoice .payment-invoice__btn {
    justify-content: center !important;
  }
  #invoice .btns-mb-20 {
    margin-bottom: 20px;
  }
  #invoice .sent_to_finance {
    text-align: center !important;
    width: auto;
  }
  #invoice .action-area {
    margin-top: 30px;
  }
  #invoice .payment-invoice__body {
    margin: 10px 10px !important;
  }
}
@media only screen and (min-width: 769px) {
  #invoice #invoice_file {
    min-height: 600px;
  }
}
#invoice .pdfobject-container {
  height: 30rem;
  border: 1rem solid rgba(0, 0, 0, 0.1);
}

/* .select2-container--default .select2-selection--single {
    height: 39px;
} */
#table-list-result {
  margin-top: -32px;
}

#lists-page {
  /* .orderDatatable_actions {
                                                                                                                                                                                                                                                                                                  justify-content: fs
                                                                                                                                                                                                                                                                                              } */
}
#lists-page .total {
  font-size: 13px;
  text-align: center;
}
#lists-page .valid {
  font-size: 15px;
  color: #04ac7a;
  background: #b7fae6;
  text-align: center;
  border-radius: 5 px;
}
#lists-page .noDataMatch {
  text-align: center;
  color: #222;
  font-weight: 200;
}
#lists-page .orderDatatable_actions .fas {
  color: #9299b8ad;
}
#lists-page .text-end {
  text-align: end;
}
@media only screen and (max-width: 1019px) {
  #lists-page .space-mt-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  #lists-page .m-mb-0 {
    padding-bottom: 0px;
  }
  #lists-page .m-mr-10 {
    margin-right: 20px;
  }
}
#lists-page .media-badge {
  padding: 1px 4px;
}
#lists-page .validated_at {
  display: block;
  font-size: 12px;
  color: #2366b8;
}
#lists-page .item-info.d-flex.align-items-center.user-belongs-name {
  position: relative;
}
#lists-page i.fas.fa-medal.admin-icon {
  color: #1f2937;
  position: absolute;
  top: 17px;
  left: 3px;
}
#lists-page .btn.claim {
  height: 35px;
}
#lists-page .assign_manager_errorarea {
  text-align: center;
  padding-top: 20px;
}
#lists-page #enriched-badge {
  background: #20c9973d !important;
  color: #027050;
}
#lists-page .dataenrichtooltip-arrow,
#lists-page .red-dataenrichtooltip + .dataenrichtooltip > .dataenrichtooltip-inner {
  background-color: #f00;
}
#lists-page .projectDatatable.project-table .table td:last-child {
  padding-right: 20px;
}
#lists-page .projectDatatable.userDatatable .table td {
  padding: 12px 20px;
}
#lists-page .bulk_update_buttons {
  padding: 10px 5px 10px 20px;
}
#lists-page .projectDatatable.project-table .table td:first-child {
  background: #f8f9fb;
}
#lists-page .orderDatatable_actions .nav-link i {
  font-size: 20px;
  color: #1f2937ba;
}
#lists-page .orderDatatable_actions .dropdown-menu.d-block {
  display: block;
  background: #f4f5f7;
  border: 2px solid #eee;
}
#lists-page .orderDatatable_actions span.copyID.color-text,
#lists-page .orderDatatable_actions span.copyTAG.color-text {
  padding: 0 21.36px;
}
#lists-page .copyTAG {
  font-weight: 600 !important;
  cursor: pointer;
}

.source_li {
  max-width: 250px;
}

.filebtn {
  background: rgba(95, 99, 242, 0.082);
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  color: #5f63f2;
  width: 100%;
  margin-top: 45px;
}

.application-task .application-task-icon {
  margin-right: 16px;
}

@media only screen and (max-width: 1199px) {
  .m-mb-20 {
    margin-bottom: 20px !important;
  }
}
.valdiation_updates {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.v_progress {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  border-radius: 40px;
}

.v_progress p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.v_progress .loader_v {
  position: absolute;
  right: -30px;
  top: 5px;
  font-size: 20px;
}

.v_progress .bar {
  position: absolute;
  border-radius: 40px;
  height: 100%;
  width: 0%;
  background-color: #304ffe;
}

.application-task .application-task-icon {
  margin-right: 16px;
}

@media only screen and (min-width: 769px) {
  .valid_leadtool .tool {
    top: -5px !important;
  }

  .valid_leadtool .tool:after {
    margin-left: -15em !important;
  }

  .mt-pc-50 {
    margin-top: 50px;
  }

  .space-ynpc {
    padding: 0;
    padding-left: 10px;
  }
}
.rule-item .select2-container--default {
  margin: 0 5px !important;
}

.chart_container {
  /* w w w  .j  a  v  a2  s  . co m*/
  width: 90%;
  max-width: 1620px;
  clear: both;
  padding: 1%;
  box-sizing: border-box;
}

.chart_wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  box-sizing: border-box;
}

#chart_carrier,
#list_stat {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .button-group {
    display: block;
  }

  .button-group button {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    width: 100%;
  }

  .flex-wrap-m {
    flex-flow: wrap !important;
  }

  .flex-wrap-m button,
.flex-wrap-m h4 {
    margin-bottom: 15px;
  }

  .copyID {
    margin-bottom: 10px !important;
  }

  .v_progress {
    width: 90% !important;
  }

  .rule-item .select2 {
    margin-bottom: 5px !important;
  }

  .remove_condition_item {
    text-align: center;
    margin-left: 45%;
    margin-top: 0px !important;
  }
}
.btn-primary.view-list-report {
  background: #20c997 !important;
  border-color: #def7f0 !important;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  /*
                                                                                                                                                           max-width: 500px; */
}

.highcharts-data-table caption {
  padding: 0em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

input[type=number] {
  min-width: 50px;
}

.open_edit_item {
  font-size: 15px;
  margin-left: 6px;
  color: #06315a;
}

#errorarea {
  color: red;
  display: flex;
  flex-direction: column;
}

select.swal2-select.right-status {
  border: 1px solid #2225;
}

.ui-datepicker {
  z-index: 999999 !important;
}

span.overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
}

span.overlay img {
  width: 7%;
}

button:disabled {
  opacity: 0.4;
}

.validation_cost_input:disabled,
.cr_date:disabled {
  background: #797a7c3d !important;
}

.table-selling-content {
  display: flex;
  background: #fff;
  padding: 5px 6px;
  border-radius: 6px;
}

.table-selling-content img {
  border-radius: 50%;
  height: 38px;
}

.table-selling-content .box {
  font-size: 11px;
  margin-left: 7px;
}

.table-selling-content .box .title {
  font-weight: 600;
  font-size: 13px;
}

.table-selling-content .box span {
  font-size: 10px;
  margin-top: -5px !important;
  display: block;
}

span#validator {
  position: absolute;
  width: calc(100% - 2.18753rem);
  height: calc(100% - 2.18753rem);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  flex-direction: column;
  background: #fff;
}

span#validator i {
  font-size: 32px;
  margin-bottom: 12px;
}

span#validator span {
  text-align: center;
}

#blacklists-page {
  /* .orderDatatable_actions {
                                                              justify-content: fs
                                                          } */
}
#blacklists-page .total {
  font-size: 13px;
  text-align: center;
}
#blacklists-page .valid {
  font-size: 15px;
  color: #04ac7a;
  background: #b7fae6;
  text-align: center;
  border-radius: 5 px;
}
#blacklists-page .noDataMatch {
  text-align: center;
  color: #222;
  font-weight: 200;
}
#blacklists-page .orderDatatable_actions .fas {
  color: #9299b8ad;
}
#blacklists-page .text-end {
  text-align: end;
}
@media only screen and (max-width: 1019px) {
  #blacklists-page .space-mt-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  #blacklists-page .m-mb-0 {
    padding-bottom: 0px;
  }
  #blacklists-page .m-mr-10 {
    margin-right: 20px;
  }
}
#blacklists-page .media-badge {
  padding: 1px 4px;
}
#blacklists-page .validated_at {
  display: block;
  font-size: 12px;
  color: #2366b8;
}

.rule-item .input-group {
  margin-left: 5px;
  margin-right: 5px;
}

.rule-item .input-group:nth-child(3) {
  width: 30%;
  flex: 0 0 30%;
  margin-left: 5px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
}

.rule-item span.select2.select2-container {
  margin: 0 0px !important;
  height: 48px;
}

.rule-item .input-group:nth-child(3) span.select2.select2-container {
  height: auto;
}

.select-action-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: -5px;
}

.select-action-buttons button.btn {
  width: 45%;
  height: 20px;
}

#internalcomments .card-header,
#public-comments .card-header {
  cursor: pointer;
}

.pub_comments {
  max-height: 450px;
  overflow: hidden auto;
}

.height_auto {
  height: auto !important;
}

.border-none {
  border-width: 0px !important;
}

.special-comment-card .alert-content {
  position: relative;
}

.special-comment-card button.close {
  position: absolute;
  right: 0px;
  top: -24px;
  border: 5px solid #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  line-height: 18px;
}

.filebtn {
  background: rgba(95, 99, 242, 0.082);
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  color: #5f63f2;
  width: 100%;
  margin-top: 45px;
}

.application-task .application-task-icon {
  margin-right: 16px;
}

@media only screen and (max-width: 1199px) {
  .m-mb-20 {
    margin-bottom: 20px !important;
  }
}
.valdiation_updates {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.v_progress {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  border-radius: 40px;
}

.v_progress p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.v_progress .loader_v {
  position: absolute;
  right: -30px;
  top: 5px;
  font-size: 20px;
}

.v_progress .bar {
  position: absolute;
  border-radius: 40px;
  height: 100%;
  width: 0%;
  background-color: #304ffe;
}

.application-task .application-task-icon {
  margin-right: 16px;
}

@media only screen and (min-width: 769px) {
  .valid_leadtool .tool {
    top: -5px !important;
  }

  .valid_leadtool .tool:after {
    margin-left: -15em !important;
  }

  .mt-pc-50 {
    margin-top: 50px;
  }

  .mr-pc-10 {
    margin-right: 10px;
  }

  .space-ynpc {
    padding: 0;
    padding-left: 10px;
  }

  .ml-mob-10 {
    margin-left: 10px;
  }
}
.rule-item .select2-container--default {
  margin: 0 5px !important;
}

.chart_container {
  /* w w w  .j  a  v  a2  s  . co m*/
  width: 90%;
  max-width: 1620px;
  clear: both;
  padding: 1%;
  box-sizing: border-box;
}

.chart_wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  box-sizing: border-box;
}

#chart_carrier,
#list_stat {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .mb-mob-10 {
    margin-bottom: 10px;
  }

  .flex-wrap-m {
    flex-flow: wrap !important;
  }

  .flex-wrap-m button,
.flex-wrap-m h4 {
    margin-bottom: 15px;
  }

  .v_progress {
    width: 90% !important;
  }

  .rule-item .select2 {
    margin-bottom: 5px !important;
  }

  .remove_condition_item {
    text-align: center;
    margin-left: 45%;
    margin-top: 0px !important;
  }

  .details_right_btns_container {
    justify-content: center;
  }

  .details_right_btns_container #export_btn_details {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .details_right_btns_container #export_btn_details {
    width: 100%;
  }

  .details_right_btns {
    margin-bottom: 10px;
  }

  .rule-item .input-group {
    margin-bottom: 10px;
  }

  .rule-item .input-group:nth-child(3) {
    width: 100%;
    flex: 0 0 100%;
  }
}
.btn-primary.view-list-report {
  background: #20c997 !important;
  border-color: #def7f0 !important;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  /*
                                                                                                                       max-width: 500px; */
}

.highcharts-data-table caption {
  padding: 0em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

input[type=number] {
  min-width: 50px;
}

table.dataTable {
  margin: 0 !important;
}

.open_edit_item {
  font-size: 15px;
  margin-left: 6px;
  color: #06315a;
}

#errorarea,
#edit_errorarea {
  color: red;
  display: flex;
  flex-direction: column;
}

select.swal2-select.right-status {
  border: 1px solid #2225;
}

.ui-datepicker {
  z-index: 999999 !important;
}

span.overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
}

span.overlay img {
  width: 7%;
}

button:disabled {
  opacity: 0.4;
}

.validation_cost_input:disabled,
.cr_date:disabled {
  background: #797a7c3d !important;
}

.table-selling-content {
  display: flex;
  background: #fff;
  padding: 5px 6px;
  border-radius: 6px;
}

.table-selling-content img {
  border-radius: 50%;
  height: 44px;
}

.table-selling-content .box {
  font-size: 11px;
  margin-left: 7px;
}

.table-selling-content .box .title {
  font-weight: 600;
  font-size: 13px;
}

.table-selling-content .box span {
  font-size: 10px;
}

.darkprogress {
  background: #d6d6d6 !important;
}

button.btn.add_vertical_open_modal {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.4;
  padding: 3px 6px;
  border-radius: 5px;
  margin: 4px;
}

.refreshListFromNotif {
  font-weight: 500;
  text-decoration: underline;
  color: var(--primary);
}

.revenue-labels .current span:before {
  background: #1f2937 !important;
}

.form-group.footable-filtering-search {
  display: none;
}

#filter-form-container .form-inline {
  justify-content: flex-end;
}

.table-campaigns {
  border: 1px solid #f1f2f6;
  max-height: 289px;
  /* max-width: 300px; */
  overflow-y: auto;
}

.list_status {
  padding: 7px 19px 8px 19px;
  border-radius: 35px;
}

.badge-dot {
  padding: 4px;
  margin-right: 3px !important;
}

.list_status#Processing {
  background: #fa8b0c2e;
}

.list_status#Pending\ Approval {
  background: #f99420ad;
  color: #fff;
}

span.badge-dot.dot-Pending.Approval {
  background: #fa8b0c;
}

.badge-dot.dot-Processing {
  background: #fa8b0c;
}

.list_status#Running,
.list_status#Approved {
  background: #20c99738;
}

.badge-dot.dot-Running,
.badge-dot.dot-Approved {
  background: #20c997;
}

.list_status#Paused {
  background: #fa8b0c2e;
}

.badge-dot.dot-Paused {
  background: #fa8b0c;
}

.list_status#Finished {
  background: #2c99ff61;
}

.badge-dot.dot-Finished {
  background: #2c99ff;
}

.table-top-regions {
  max-width: 100%;
}

#admin_update_data {
  margin-left: 8px;
}

#admin_update_data .syncer {
  cursor: pointer;
}

#admin_update_data .fa-spin {
  cursor: not-allowed;
}

#table_campaigns_length {
  font-size: 13px;
  /* float: right; */
  padding: 5px;
  position: absolute;
  bottom: 6px;
  right: 0;
}

#table_campaigns_length select {
  background: #ffffff;
}

#table_campaigns_length label {
  margin-bottom: 0px !important;
}

#table_campaigns_paginate {
  font-size: 11px;
  margin-bottom: 6px;
  /* position: sticky;
                  bottom: 0;
                  left: 0; */
  /* z-index: 99999999; */
  /* background: #f7f7f8; */
  /* width: 100%; */
  margin: 0;
  padding: 6px;
  margin-top: 27px;
  border-top: 1px solid #eee;
  width: 100%;
  background: #f3f4f6c2;
  padding: 10px 5px;
  text-align: left !important;
}

#table_campaigns_paginate span .paginate_button {
  background: #f9f9f9;
  border: navajowhite;
  /* color: #1f2937 !important; */
}

.table-top-regions .table--default tbody tr td {
  padding-right: 4px !important;
  font-size: 13px;
}

.table-top-regions .table--default tr td:first-child {
  padding-left: 8px;
}

a.paginate_button {
  background: white;
  min-height: 32px;
  font-size: 14px;
  border-radius: 4px !important;
  align-items: center;
  justify-content: center;
  padding: 4.5px 11.75px !important;
  border-width: 1px !important;
  background-color: #ffffff;
  margin: 2.5px;
}

a.paginate_button.current {
  background: #f3615a !important;
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  border: 1px solid #ffffff !important;
}

.dataTables_wrapper .dataTables_length select {
  background-color: white;
}

.test_status {
  margin-top: 6px;
  margin-left: 5px;
  line-height: 25px;
  height: 30px;
  border-radius: 5px;
  padding: 3px 10px 0px 10px;
}

@media only screen and (max-width: 767px) {
  .list_status {
    max-width: 150px;
    margin: 5px auto 0px auto;
    text-align: center;
  }

  .test_status {
    display: block !important;
    max-width: 100px;
    text-align: center;
    margin: 5px auto 0 auto;
  }
}
.atbd-badge-text {
  font-size: 13px;
}

.loader-overlay {
  width: 100%;
  height: 100%;
  background: white;
}

/* .select2-container--default .select2-selection--single {
    height: 39px;
} */
.get_workspace_ .select2-selection--single {
  height: 45px !important;
}

.get_workspace_ .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

@media only screen and (max-width: 768px) {
  .d-block-m {
    display: block !important;
  }

  .m-my-15 {
    margin-top: 10px;
    margin: 10px;
  }

  .m-ml-15 {
    margin-left: 15px;
  }

  #lists_count {
    margin-left: 10px !important;
  }

  .project-top-left {
    margin-bottom: 10px;
  }

  .button-group {
    display: block !important;
  }

  .button-group button {
    margin: 10px auto !important;
  }
}
#get_workspace {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}

.loginas {
  background: #272b41;
}

.loginas svg {
  color: #fff !important;
}

.media-badge {
  padding: 1px 6px;
}

.atbd-spin-dots.spin-lg {
  font-size: 16px;
}

i.fab.fa-hotjar.top-performing {
  color: #f1f2f6;
  position: absolute;
  top: 20px;
  left: 0;
  text-shadow: 0px 1px 7px #f1f2f6a3;
  background: red;
  padding: 4px;
  border-radius: 50%;
  font-size: 10px;
}

.orderDatatable.sellerDatatable .table tbody tr td {
  border-bottom: 1px solid #e3e6ef;
}

#label_sort-country {
  border-left: 1px solid #eee;
}

#partner_profile .bordered_country {
  padding: 5px 10px;
  border: 1px solid #e3e6ef;
  font-size: 11px;
  line-height: 1.2727272727;
  font-weight: 500;
  border-radius: 4px;
  text-transform: uppercase;
}
#partner_profile .loader-overlay {
  width: 100%;
  height: 100%;
  background: white;
}
#partner_profile .opacity_effect {
  opacity: 0.6;
}
#partner_profile .Thead {
  background: #f2f4f7ad;
}
@media only screen and (max-width: 992px) {
  #partner_profile .profile-sider .card {
    max-width: 100%;
    margin: 10px auto 1.5625rem;
  }
}

.fix-placeholder {
  display: flex;
}

.fix-placeholder span.placeholder {
  height: 48px;
  width: 30%;
  background: #f1f2f6;
  border-radius: 5px 0px 0px 5px;
  text-align: center;
  line-height: 40px;
  display: block;
}

.edit-profile__body .form-group.fix-placeholder input {
  width: 70%;
  border-radius: 0px 5px 5px 0px;
  background: #ffffff !important;
}

.image_area {
  position: relative;
}

#crop_modal img {
  display: block;
  max-width: 100%;
}

.preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 10px auto;
  border: 1px solid red;
}

#crop_modal .modal-lg {
  max-width: 650px !important;
}

/* @media only screen and (min-width:768px) {
                                                                                .croppercontainer {
                                                                                    width:100%!important;
                                                                                    position: relative!important;
                                                                                 }
                                                                            } */
@media only screen and (max-width: 992px) {
  #get_workspace {
    margin-left: 0px !important;
    margin-top: 10px;
    padding: 5px 10px 5px 10px !important;
  }
}
@media only screen and (min-width: 991px) {
  .pl-m-0 {
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-lg {
    max-width: 100% !important;
  }

  .croppercontainer {
    max-width: 92% !important;
    padding: 0px;
    margin: 0 auto;
  }
}
.modal-body {
  padding: 0;
}

.overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  width: 100%;
}

.image_area:hover .overlay {
  height: 50%;
  cursor: pointer;
}

.submit-buttons {
  padding: 10px 12px 0 12px;
}

.btn-wide {
  width: 100%;
  margin-bottom: 10px;
}

/*== start of code for tooltips ==*/
.pr {
  position: relative;
}

.zerocost {
  background: #1F2937;
  color: #fff;
  width: 13px;
  height: 13px;
  font-size: 8px;
  text-align: center;
  border-radius: 50%;
  line-height: 12px;
}

#get_workspace {
  cursor: pointer !important;
  min-width: 200px !important;
  font-size: 14px !important;
  margin-left: 10px;
  padding: 12px 10px 4px 10px;
}

.projectDatatable.userDatatable .table th {
  padding: 10px 18px !important;
}

#table-custom-report-partners .projectDatatable.userDatatable .table td {
  padding: 10px 18px !important;
}

.right-0 {
  right: 0;
}

.customeResportsPreview {
  display: none;
  position: absolute;
  top: 47%;
  left: 51%;
  background: #fff;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  /* display: flex; */
  align-items: center;
  z-index: 9999;
  justify-content: center;
  box-shadow: 0px 0px 11px 1px #2221;
}

.customeResportsPreview.loaderAnimation {
  display: flex;
}

.customeResportsPreview i {
  display: none;
}

.customeResportsPreview.loaderAnimation i {
  display: block;
  font-size: 29px;
  color: #272b41;
}

.customeResportsPreview.preview {
  width: 93%;
  height: 90%;
  display: flex;
  box-shadow: 0 0 1000px 70px #2229;
  border-radius: 6px;
}

.customeResportsPreview.preview .table-responsive {
  border-radius: 6px;
  height: 92%;
  overflow-y: scroll;
}

.customeResportsPreview.preview .projectDatatable {
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.footer-save {
  padding: 10px 20px;
  justify-content: end;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 46px;
  background: #2221;
  border-top: 1px solid #eee;
}

.trError {
  border-left: 2px solid red !important;
}

.validationError {
  border: 2px solid red !important;
}

.projectDatatable.project-table .table td:last-child {
  padding-right: 0.75rem;
}

.daterangepicker.ltr.show-calendar.opensleft {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%);
}

.modal-body .daterangepicker {
  width: -moz-max-content;
  width: max-content;
}

#settings-general .projectDatatable.userDatatable .table th {
  padding: 10px 18px !important;
}
#settings-general .projectDatatable.userDatatable .table td {
  padding: 10px 18px !important;
}
#settings-general .right-0 {
  right: 0;
}
#settings-general .form-group {
  margin-bottom: 0px;
}
#settings-general .fix-placeholder {
  display: flex;
}
#settings-general .fix-placeholder span.placeholder {
  height: 42px;
  width: 30%;
  background: #ebebeb;
  border-radius: 5px 0px 0px 5px;
  text-align: center;
  line-height: 40px;
  display: block;
}
#settings-general .fix-placeholder input {
  width: 70%;
  border-radius: 0px 5px 5px 0px;
}
@media only screen and (max-width: 960px) {
  #settings-general .fix-placeholder span.placeholder {
    width: 40%;
  }
  #settings-general .fix-placeholder input {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #settings-general .projectDatatable.project-table .table,
#settings-general .projectDatatable.project-table .table thead,
#settings-general .projectDatatable.project-table .table thead tr,
#settings-general td,
#settings-general .projectDatatable.project-table .table tbody,
#settings-general .projectDatatable.project-table .table tfoot,
#settings-general .projectDatatable.project-table .table tfoot tr {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
  }
  #settings-general .projectDatatable.project-table .table tfoot tr th:first-child {
    display: none;
  }
  #settings-general .projects-tab-content .projectDatatable tbody tr {
    border-bottom: 1px solid #e3e6ef;
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
  }
  #settings-general .projectDatatable.project-table .table td {
    border-bottom: none;
  }
  #settings-general .fix-placeholder span.placeholder {
    width: 40%;
  }
  #settings-general .fix-placeholder input {
    width: 60%;
  }
}
#settings-general .env-names {
  font-size: 13px;
  margin-right: 5px;
}
#settings-general .key-row {
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
#settings-general .keys-available {
  border: 1px solid #eee;
  background: #f8f9fb;
  padding: 20px 15px;
  border-radius: 11px;
}
#settings-general .keys-create {
  border: 1px solid #eee;
  background: #f8f9fb;
  padding: 18px 15px;
  border-radius: 11px;
  margin-top: 10px;
}

#settings-voluum .fix-placeholder {
  display: flex;
}
#settings-voluum .fix-placeholder span.placeholder {
  height: 42px;
  width: 30%;
  background: #f1f2f6;
  border-radius: 5px 0px 0px 5px;
  text-align: center;
  line-height: 40px;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
}
#settings-voluum .fix-placeholder input {
  width: 70%;
  border-radius: 0px 5px 5px 0px;
  background: #ffffff !important;
}
@media only screen and (max-width: 768px) {
  #settings-voluum .save-button {
    width: 100%;
  }
  #settings-voluum .fix-placeholder span.placeholder {
    line-height: 1.3em;
  }
}
#settings-voluum .hide_x {
  display: none;
}
#settings-voluum .daterangepicker {
  z-index: 99999;
}
#settings-voluum .daterangepicker.show-calendar {
  transform: translate(0, -50%);
}

#dash.partnerdash .introjs-tooltip.welcome-tooltip {
  position: fixed;
}
#dash.partnerdash .atbd-skeleton {
  width: 100%;
}
#dash.partnerdash .loading_please_wait {
  opacity: 0;
}
#dash.partnerdash .feature-cards-none {
  display: none !important;
}
#dash.partnerdash .revenue-labels .current span:before {
  background: #1f2937;
}
#dash.partnerdash #update_data {
  display: none;
  margin-left: 8px;
}
#dash.partnerdash #update_data .syncer {
  cursor: pointer;
}
#dash.partnerdash #update_data .fa-spin {
  cursor: not-allowed;
}
#dash.partnerdash .select2-container--default .select2-selection--single {
  height: 39px;
}
#dash.partnerdash .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
#dash.partnerdash .table--default tbody tr:last-child {
  border-bottom: 0px solid #f1f2f6;
}
@media only screen and (min-width: 769px) {
  #dash.partnerdash .application-task-content h4 {
    /* font-size: 20px; */
    margin-top: 1px;
  }
}

#partner-profile {
  /* @media only screen and (min-width:768px) {
                  .croppercontainer {
                      width:100%!important;
                      position: relative!important;
                   }
              } */
}
#partner-profile .vertical_input_wapper .select2-container {
  display: block;
}
#partner-profile .image_area {
  position: relative;
}
#partner-profile #crop_modal img {
  display: block;
  max-width: 100%;
}
#partner-profile .preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 10px auto;
  border: 1px solid red;
}
#partner-profile .modal-lg {
  max-width: 650px !important;
}
@media only screen and (max-width: 767px) {
  #partner-profile .modal-lg {
    max-width: 100% !important;
  }
  #partner-profile .croppercontainer {
    max-width: 92% !important;
    padding: 0px;
    margin: 0 auto;
  }
}
#partner-profile .modal-body {
  padding: 0;
}
#partner-profile .overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  width: 100%;
}
#partner-profile .image_area:hover .overlay {
  height: 50%;
  cursor: pointer;
}
#partner-profile .submit-buttons {
  padding: 10px 12px 0 12px;
}
#partner-profile .btn-wide {
  width: 100%;
  margin-bottom: 10px;
}
#partner-profile .nav .nav-link i {
  margin-right: 7px;
}
#partner-profile .edit-profile .fa {
  cursor: pointer;
}

.public_contents {
  /*== start of code for tooltips ==*/
}
.public_contents .image_area {
  position: relative;
}
.public_contents #crop_modal img {
  display: block;
  max-width: 100%;
}
.public_contents .preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 10px auto;
  border: 1px solid red;
}
.public_contents .modal-lg {
  max-width: 650px !important;
}
@media only screen and (max-width: 767px) {
  .public_contents .modal-lg {
    max-width: 100% !important;
  }
  .public_contents .croppercontainer {
    max-width: 92% !important;
    padding: 0px;
    margin: 0 auto;
  }
  .public_contents .darklogo {
    margin-top: 15px !important;
  }
}
.public_contents .modal-body {
  padding: 0;
}
.public_contents .overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  width: 100%;
}
.public_contents .image_area:hover .overlay {
  height: 50%;
  cursor: pointer;
}
.public_contents .submit-buttons {
  padding: 10px 12px 0 12px;
}
.public_contents .btn-wide {
  width: 100%;
  margin-bottom: 10px;
}
.public_contents .text {
  color: #333;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.public_contents .card-header h1 {
  font-size: 30px;
  line-height: 1.2272727273;
  font-weight: 600;
  padding: 20px 0 0px 0;
}
.public_contents .card-header p {
  font-size: 16px;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-bottom: -10px;
}
.public_contents .darklogo {
  margin-top: 30px;
}
.public_contents .public_contents {
  max-width: 1200px;
  margin: 20px auto 50px auto;
}
.public_contents .pr {
  position: relative;
}
.public_contents .loading_wait_inv {
  bottom: 50%;
  left: 50%;
  position: fixed;
  max-width: 150px;
  border-radius: 5px;
  padding: 6px 25px;
  z-index: 9999;
  font-size: 14px;
}

#campaigns_page .pl-sm-15 {
  padding-left: 15px !important;
}
@media only screen and (max-width: 768px) and (min-width: 592px) {
  #campaigns_page .m-m-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  #campaigns_page .m-mr-15 {
    margin-right: 15px !important;
  }
}

#list_report.partnerreports .revenue-labels .current span:before {
  background: #1f2937 !important;
}
#list_report.partnerreports .form-group.footable-filtering-search {
  display: none;
}
#list_report.partnerreports #filter-form-container .form-inline {
  justify-content: flex-end;
}
#list_report.partnerreports .table-campaigns {
  border: 1px solid #f1f2f6;
  max-height: 289px;
  /* max-width: 300px; */
  overflow-y: auto;
}
#list_report.partnerreports .list_status {
  padding: 7px 19px 8px 19px;
  border-radius: 35px;
}
#list_report.partnerreports .badge-dot {
  padding: 4px;
  margin-right: 3px !important;
}
#list_report.partnerreports .list_status#Processing {
  background: #fa8b0c2e;
}
#list_report.partnerreports .badge-dot.dot-Processing {
  background: #fa8b0c;
}
#list_report.partnerreports .list_status#Running {
  background: #20c99738;
}
#list_report.partnerreports .badge-dot.dot-Running {
  background: #20c997;
}
#list_report.partnerreports .list_status#Paused {
  background: #fa8b0c2e;
}
#list_report.partnerreports .badge-dot.dot-Paused {
  background: #fa8b0c;
}
#list_report.partnerreports .list_status#Finished {
  background: #2c99ff61;
}
#list_report.partnerreports .badge-dot.dot-Finished {
  background: #2c99ff;
}
#list_report.partnerreports .table-top-regions {
  max-width: 100%;
}
#list_report.partnerreports #update_data {
  margin-left: 8px;
}
#list_report.partnerreports #update_data .syncer {
  cursor: pointer;
}
#list_report.partnerreports #update_data .fa-spin {
  cursor: not-allowed;
}
#list_report.partnerreports #table_campaigns_length {
  font-size: 13px;
  /* float: right; */
  padding: 5px;
  position: absolute;
  bottom: 6px;
  right: 0;
}
#list_report.partnerreports #table_campaigns_length select {
  background: #ffffff;
}
#list_report.partnerreports #table_campaigns_length label {
  margin-bottom: 0px !important;
}
#list_report.partnerreports #table_campaigns_paginate {
  font-size: 11px;
  margin-bottom: 6px;
  /* position: sticky;
          bottom: 0;
          left: 0; */
  /* z-index: 99999999; */
  /* background: #f7f7f8; */
  /* width: 100%; */
  margin: 0;
  padding: 6px;
  margin-top: 27px;
  border-top: 1px solid #eee;
  width: 100%;
  background: #f3f4f6c2;
  padding: 10px 5px;
  text-align: left !important;
}
#list_report.partnerreports #table_campaigns_paginate span .paginate_button {
  background: #f9f9f9;
  border: navajowhite;
  /* color: #1f2937 !important; */
}
#list_report.partnerreports .table-top-regions .table--default tbody tr td {
  padding-right: 4px !important;
  font-size: 13px;
}
#list_report.partnerreports .table-top-regions .table--default tr td:first-child {
  padding-left: 8px;
}
#list_report.partnerreports a.paginate_button {
  background: white;
  min-height: 32px;
  font-size: 14px;
  border-radius: 4px !important;
  align-items: center;
  justify-content: center;
  padding: 4.5px 11.75px !important;
  border-width: 1px !important;
  background-color: #ffffff;
  margin: 2.5px;
}
#list_report.partnerreports a.paginate_button.current {
  background: #f3615a !important;
  color: white !important;
}
#list_report.partnerreports .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  border: 1px solid #ffffff !important;
}
#list_report.partnerreports .dataTables_wrapper .dataTables_length select {
  background-color: white;
}
@media only screen and (min-width: 769px) {
  #list_report.partnerreports .application-task-content h4 {
    /* font-size: 20px; */
    margin-top: 1px;
  }
}

#partner-lists-page {
  /* .orderDatatable_actions {
                                                                                                                          justify-content: fs
                                                                                                                      } */
}
@media only screen and (max-width: 767px) {
  #partner-lists-page .m-pl-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 610px) {
  #partner-lists-page .search-m-spacing {
    padding-left: 20px;
  }
}
#partner-lists-page .total {
  font-size: 13px;
  text-align: center;
}
#partner-lists-page .valid {
  font-size: 15px;
  color: #04ac7a;
  background: #b7fae6;
  text-align: center;
  border-radius: 5 px;
}
#partner-lists-page .noDataMatch {
  text-align: center;
  color: #222;
  font-weight: 200;
}
#partner-lists-page .orderDatatable_actions .fas {
  color: #9299b8ad;
}
#partner-lists-page .text-end {
  text-align: end;
}
#partner-lists-page .list-delete {
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#partner-lists-page .select2-container--default .select2-selection--single,
#partner-lists-page .select2-container--default .select2-selection--multiple {
  height: 42px;
}
#partner-lists-page .projectDatatable.userDatatable .table td {
  padding: 12px 20px;
}
#partner-lists-page .projectDatatable.project-table .table td:last-child {
  padding-right: 10px;
}

#list_mapping .comment-display-box {
  text-align: center;
  background: #fff;
  padding: 25px 10px;
  margin-top: 6px;
  border-radius: 5px;
  color: #272b41;
}
#list_mapping .comment-action-buttons {
  margin-top: 8px;
}
#list_mapping a.delete-comment {
  color: #ff4d4f;
  font-size: 12px;
}
#list_mapping a.edit-comment {
  color: #20c997;
  font-size: 12px;
}
#list_mapping button.show-file-comment-button {
  min-width: 165px;
}
#list_mapping button.show-file-comment-button .fas {
  margin-left: 8px;
}
#list_mapping .file-comment-box.active {
  display: flex !important;
}
@media only screen and (min-width: 1315px) {
  #list_mapping .map-flex {
    display: flex;
  }
  #list_mapping .admin-box {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 1314px) {
  #list_mapping .map-flex .input-list__singl {
    margin-bottom: 10px;
  }
  #list_mapping .adm-mb-0 {
    margin-bottom: 0 !important;
  }
  #list_mapping .admin-box {
    padding: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #list_mapping .map-flex .mb-map-0 {
    margin-bottom: 0px !important;
  }
  #list_mapping .select2-mw-100 .select2 {
    margin-bottom: 0px !important;
  }
  #list_mapping .card-footer {
    padding: 10px 5px 10px 5px !important;
  }
  #list_mapping .c_extraa {
    margin-bottom: 20px;
  }
  #list_mapping .file-comment-box {
    margin-bottom: 10px;
  }
  #list_mapping .file-comment-box .alert-big.alert.alert-info {
    margin-top: 0px !important;
  }
  #list_mapping .map-flex .input-list__singl {
    margin-right: 0px;
  }
  #list_mapping .map-flex .input-list__singl:last-child {
    margin-bottom: 0px;
  }
}

.partner-tabs .source_li {
  max-width: 250px;
}
.partner-tabs .filebtn {
  background: rgba(95, 99, 242, 0.082);
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  color: #5f63f2;
  width: 100%;
  margin-top: 45px;
}
.partner-tabs .application-task .application-task-icon {
  margin-right: 16px;
}
@media only screen and (max-width: 1199px) {
  .partner-tabs .m-mb-20 {
    margin-bottom: 20px !important;
  }
}
.partner-tabs .valdiation_updates {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.partner-tabs .v_progress {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  border-radius: 40px;
}
.partner-tabs .v_progress p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.partner-tabs .v_progress .loader_v {
  position: absolute;
  right: -30px;
  top: 5px;
  font-size: 20px;
}
.partner-tabs .v_progress .bar {
  position: absolute;
  border-radius: 40px;
  height: 100%;
  width: 0%;
  background-color: #304ffe;
}
.partner-tabs .application-task .application-task-icon {
  margin-right: 16px;
}
@media only screen and (min-width: 769px) {
  .partner-tabs .valid_leadtool .tool {
    top: -5px !important;
  }
  .partner-tabs .valid_leadtool .tool:after {
    margin-left: -15em !important;
  }
  .partner-tabs .mt-pc-50 {
    margin-top: 50px;
  }
  .partner-tabs .space-ynpc {
    padding: 0;
    padding-left: 10px;
  }
}
.partner-tabs .rule-item .select2-container--default {
  margin: 0 5px !important;
}
.partner-tabs .chart_container {
  /* w w w  .j  a  v  a2  s  . co m*/
  width: 90%;
  max-width: 1620px;
  clear: both;
  padding: 1%;
  box-sizing: border-box;
}
.partner-tabs .chart_wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  box-sizing: border-box;
}
.partner-tabs #chart_carrier,
.partner-tabs #list_stat {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .partner-tabs .flex-wrap-m {
    flex-flow: wrap !important;
  }
  .partner-tabs .flex-wrap-m button,
.partner-tabs .flex-wrap-m h4 {
    margin-bottom: 15px;
  }
  .partner-tabs .copyID {
    text-align: center !important;
    margin-left: 30px !important;
    margin-top: 20px !important;
  }
  .partner-tabs .v_progress {
    width: 90% !important;
  }
  .partner-tabs .rule-item .select2 {
    margin-bottom: 5px !important;
  }
  .partner-tabs .remove_condition_item {
    text-align: center;
    margin-left: 45%;
    margin-top: 0px !important;
  }
}
.partner-tabs .btn-primary.view-list-report {
  background: #20c997 !important;
  border-color: #def7f0 !important;
}
.partner-tabs .highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  /*
                                                                                                                               max-width: 500px; */
}
.partner-tabs .highcharts-data-table caption {
  padding: 0em 0;
  font-size: 1.2em;
  color: #555;
}
.partner-tabs .highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.partner-tabs .highcharts-data-table td,
.partner-tabs .highcharts-data-table th,
.partner-tabs .highcharts-data-table caption {
  padding: 0.5em;
}
.partner-tabs .highcharts-data-table thead tr,
.partner-tabs .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.partner-tabs .highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.partner-tabs input[type=number] {
  min-width: 50px;
}
.partner-tabs table.dataTable {
  margin: 0 !important;
}
.partner-tabs #list_leads_length {
  font-size: 13px;
  /* float: right; */
  padding: 5px;
  position: absolute;
  bottom: 6px;
  right: 0;
}
.partner-tabs #list_leads_length label {
  margin-bottom: 0px !important;
}
.partner-tabs .dataTables_filter {
  display: none;
}
.partner-tabs table.dataTable.compact tbody td {
  padding-left: 9px;
}
.partner-tabs #list_leads_paginate {
  width: 100%;
  background: #f3f4f6c2;
  padding: 10px 5px;
  text-align: left !important;
}
.partner-tabs .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 3px 11px;
  margin-left: 1px;
}
.partner-tabs .dataTables_wrapper .dataTables_processing {
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 47px;
}
.partner-tabs .detailstable .breadcrumb-main {
  margin-bottom: 11px !important;
  margin-top: 11px !important;
}
.partner-tabs a.paginate_button {
  background: white;
  min-height: 32px;
  font-size: 14px;
  border-radius: 4px !important;
  align-items: center;
  justify-content: center;
  padding: 4.5px 11.75px !important;
  border-width: 1px !important;
  background-color: #ffffff;
  margin: 2.5px;
}
.partner-tabs a.paginate_button.current {
  background: #f3615a !important;
  color: white !important;
}
.partner-tabs .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  border: 1px solid #ffffff !important;
}
.partner-tabs .dataTables_wrapper .dataTables_length select {
  background-color: white;
}
.partner-tabs #list_leads td {
  border-bottom: none !important;
  padding: 12px 20px;
}
.partner-tabs .open_edit_item {
  font-size: 15px;
  margin-left: 6px;
  color: #06315a;
}
.partner-tabs #errorarea {
  color: red;
  display: flex;
  flex-direction: column;
}
.partner-tabs select.swal2-select.right-status {
  border: 1px solid #2225;
}
.partner-tabs .ui-datepicker {
  z-index: 999999 !important;
}
.partner-tabs span.overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
}
.partner-tabs span.overlay img {
  width: 7%;
}
.partner-tabs button:disabled {
  opacity: 0.4;
}
.partner-tabs .validation_cost_input:disabled,
.partner-tabs .cr_date:disabled {
  background: #797a7c3d !important;
}
.partner-tabs .table-selling-content {
  display: flex;
  background: #fff;
  padding: 5px 6px;
  border-radius: 6px;
}
.partner-tabs .table-selling-content img {
  border-radius: 50%;
  height: 44px;
}
.partner-tabs .table-selling-content .box {
  font-size: 11px;
  margin-left: 7px;
}
.partner-tabs .table-selling-content .box .title {
  font-weight: 600;
  font-size: 13px;
}
.partner-tabs .table-selling-content .box span {
  font-size: 10px;
}

.logged-as-wrapper {
  background-color: #2c99ff;
  font-size: 14px;
  padding: 5px 5px 5.5px 15px;
  border-radius: 30px;
  color: #ffffff;
}
.logged-as-wrapper .logged_logout {
  background-color: #fa8b0c;
  padding: 3px 11px 5px 10px;
  margin-left: 5px;
  border-radius: 30px;
  transition: all 0.1s;
}
.logged-as-wrapper .fa {
  margin-right: 3px;
}
.logged-as-wrapper a:hover {
  color: #ffffff;
  text-decoration: none;
}
.logged-as-wrapper a:hover .logged_logout {
  background-color: #e67b02;
  transition: all 0.1s;
}

@media screen and (max-width: 650px) {
  .nav-logged-as {
    max-width: 280px;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  .logged-as-wrapper {
    padding: 5px 5px 5px 10px;
    font-size: 12px;
  }

  .logged_text b {
    word-break: break-all;
  }
}
/* START TOOLTIP STYLES */
.tooltipv2 [tooltip] {
  position: relative;
  /* opinion 1 */
}

.tooltipv2 .cursor_pointer {
  margin-top: -5px;
  margin-left: 5px;
}

/* Applies to all tooltips */
.tooltipv2 [tooltip]::before,
.tooltipv2 [tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 1em;
  /* opinion 3 */
  line-height: 1.3em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

.tooltipv2 [tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

.tooltipv2 [tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 20em;
  max-width: 21em;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
.tooltipv2 [tooltip]:hover::before,
.tooltipv2 [tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
.tooltipv2 [tooltip=""]::before,
.tooltipv2 [tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
.tooltipv2 [tooltip]:not([flow])::before,
.tooltipv2 [tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

.tooltipv2 [tooltip]:not([flow])::after,
.tooltipv2 [tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

.tooltipv2 [tooltip]:not([flow])::before,
.tooltipv2 [tooltip]:not([flow])::after,
.tooltipv2 [tooltip][flow^=up]::before,
.tooltipv2 [tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
.tooltipv2 [tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

.tooltipv2 [tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

.tooltipv2 [tooltip][flow^=down]::before,
.tooltipv2 [tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
.tooltipv2 [tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

.tooltipv2 [tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
.tooltipv2 [tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

.tooltipv2 [tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
.tooltipv2 [tooltip]:not([flow]):hover::before,
.tooltipv2 [tooltip]:not([flow]):hover::after,
.tooltipv2 [tooltip][flow^=up]:hover::before,
.tooltipv2 [tooltip][flow^=up]:hover::after,
.tooltipv2 [tooltip][flow^=down]:hover::before,
.tooltipv2 [tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

.tooltipv2 [tooltip][flow^=left]:hover::before,
.tooltipv2 [tooltip][flow^=left]:hover::after,
.tooltipv2 [tooltip][flow^=right]:hover::before,
.tooltipv2 [tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

#list_leads_length, #reporting_tableData_length, #enrich_data_table_length, #email_list_leads_length {
  font-size: 13px;
  padding: 5px;
  position: absolute;
  bottom: 6px;
  right: 0;
}
#list_leads_length label, #reporting_tableData_length label, #enrich_data_table_length label, #email_list_leads_length label {
  margin-bottom: 0px !important;
}

.ajaxDt table.dataTable {
  margin: 0 !important;
}
.ajaxDt .dataTables_filter {
  display: none;
}
.ajaxDt table.dataTable.compact tbody td {
  padding-left: 9px;
}
.ajaxDt .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 3px 11px;
  margin-left: 1px;
}
.ajaxDt .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  border: 1px solid #ffffff !important;
}
.ajaxDt .dataTables_wrapper .dataTables_processing {
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 47px;
}
.ajaxDt .dataTables_wrapper .dataTables_length select {
  background-color: white;
}
.ajaxDt a.paginate_button {
  background: white;
  min-height: 32px;
  font-size: 14px;
  border-radius: 4px !important;
  align-items: center;
  justify-content: center;
  padding: 4.5px 11.75px !important;
  border-width: 1px !important;
  background-color: #ffffff;
  margin: 2.5px;
}
.ajaxDt a.paginate_button.current {
  background: #f3615a !important;
  color: white !important;
}

#list_leads_paginate, #reporting_tableData_paginate, #enrich_data_table_paginate, #email_list_leads_paginate {
  width: 100%;
  background: #f3f4f6c2;
  padding: 10px 5px;
  text-align: left !important;
}

.detailstable .breadcrumb-main {
  margin-bottom: 11px !important;
  margin-top: 11px !important;
}

#list_leads td, #reporting_tableData_paginate td {
  border-bottom: none !important;
  padding: 12px 20px;
}

.filter_holder {
  max-width: 900px;
}

.filter_pill {
  border: 1px solid #8e9aab;
  color: #1E3557;
  padding: 0.25em 0.65em 0.25em 0.65em;
  font-size: 14px;
  border-radius: 999px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #ffffff;
}
.filter_pill .filter_icon {
  margin-right: 5px;
}
.filter_pill .filter_remove {
  margin-left: 5px;
}

.hiddendiv {
  display: none;
}

.filter_label {
  display: none;
}

.submenus {
  position: relative;
  margin-left: 10px;
}

.submenu_main {
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 0;
  width: 200px;
  height: 225px;
  z-index: 9999999;
  border-radius: 10px;
  border: 1px solid #9EA7B6;
  border-color: #8e9aab;
  box-shadow: 0 0 0.7px #0000002b, 0 0 1.8px #0000001f, 0 0 3.4px #0000001a, 0 0 6px #00000016, 0 0 11.3px #00000012, 0 0 27px #0000000c;
}

.submenu_toptitle {
  border-bottom: 1px solid #666666;
  padding: 5px 10px 6px 15px;
}

.submenu_item {
  padding: 2px 20px 5px 20px;
  padding-left: 30px;
  cursor: pointer;
}
.submenu_item:hover {
  background: #e8eaee !important;
}
.submenu_item:focus {
  background: #e8eaee !important;
}

.submenu_item.active_submenu {
  background: #e8eaee !important;
}

.submenu_icon_h {
  padding-top: 2px;
  float: right;
}

.sub_submenu_main {
  position: absolute;
  width: 400px;
  right: -405px;
  top: 0;
}

@media only screen and (max-width: 769px) {
  .submenu_main {
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    top: 5px;
    width: 200px;
    z-index: 99;
  }
}
.automated-title {
  font-size: 80%;
  border-color: purple;
  border: 1px solid;
  border-radius: 2px;
  color: purple;
  padding: 0 3px !important;
}

.filters-row {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filters-row .left-area {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .filters-row .left-area {
    flex-direction: column;
    display: none;
    width: 100%;
  }
}
.filters-row .right-area {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .filters-row .right-area {
    flex-direction: column;
    display: none;
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .filters-row .right-area .project-search {
    width: 100%;
    margin-top: 11px !important;
  }
}
.filters-row .right-area .date-filter.project-search {
  background: #eeeeeea6;
  margin-right: 4px;
}
.filters-row .right-area .date-filter.project-search .user-member__form {
  background: #eeeeeea6;
}
.filters-row .right-area .date-filter.project-search input[type=search] {
  background: #eeeeeea6;
}
.filters-row .filter {
  position: relative;
}
.filters-row .filter:not(:last-of-type) {
  border-right: 1px solid #eee;
}
.filters-row .filter .label {
  width: -moz-max-content;
  width: max-content;
  padding: 12px 18px;
  color: #686678;
  position: relative;
}
@media (max-width: 768px) {
  .filters-row .filter .label {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}
.filters-row .filter .label:hover {
  color: #f3615a;
  transition: all 0.1s;
  box-sizing: border-box;
}
.filters-row .filter .label.active {
  background-color: #f3615a;
  color: #fff;
}
.filters-row .filter .label .text {
  font-weight: 600;
  font-size: 14px;
}
.filters-row .filter .label i {
  font-size: 10px;
  margin-left: 2px;
  transform: translate(0, -1px);
}
.filters-row .filter .controllers-tab {
  position: absolute;
  top: 49px;
  left: 0;
  width: 345px;
  background: #ffff;
  box-shadow: 0px 2px 6px 1px #2222;
  padding: 22px 22px;
  padding-bottom: 10px;
  z-index: 99;
  border-radius: 5px;
}
.filters-row .filter .controllers-tab::after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  transition: all 0.3s ease-in;
}
.filters-row .filter .controllers-tab.start::after {
  top: -20px;
  left: calc(14% - 10px);
}
.filters-row .filter .controllers-tab.center {
  top: -20px;
  left: calc(50% - 10px);
}
.filters-row .filter .controllers-tab.end {
  top: -20px;
  left: calc(50% - 10px);
}
.filters-row .filter .controllers-tab .btn {
  color: #f3615a;
  width: 100%;
}
.filters-row .filter .controllers-tab .checkboxs span.checkbox {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  min-width: 49%;
}
.filters-row .filter .controllers-tab .checkboxs span.checkbox label {
  cursor: pointer;
}
.filters-row .on-mobile-icon {
  display: none;
  border-bottom: 3px solid #eee;
}
@media (max-width: 768px) {
  .filters-row .on-mobile-icon {
    display: block;
    padding: 9px;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }
}

.query-container span.query {
  background: #f3615a9e;
  margin-right: 4px;
  color: #1f2937;
  padding: 3px 9px;
  border-radius: 12px;
  font-size: 13px;
}
.query-container i {
  margin-left: 7px;
  cursor: pointer;
}

.sidebar__menu-group ul.sidebar_nav li.has-child li > a {
  padding-right: 0px;
}

.sidebar.collapsed .sidebar__menu-group .has-child.menu-up ul {
  top: auto;
  bottom: 0px;
}

.my-balance {
  border: 1px solid #1dbf73;
  border-radius: 4px;
  color: #1dbf73;
  font-weight: 600;
  line-height: 120%;
  padding: 2px 6px;
  text-align: center;
}

@media (max-width: 767px) {
  .navbar-right__menu > li .icon-custom {
    padding: 10px 3px;
  }

  .my-balance {
    font-size: 14px;
    padding: 2px 6px 3.5px 6px;
    margin-right: 3px;
  }
}
#list-data-comments-card .mention,
#public-comments .mention,
.content-planning-comments .mention {
  font-weight: bold;
  background: #f1f2f6;
  padding: 2px 6px;
  border-radius: 17px;
}

/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset, ol, ul {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  font-family: inherit;
  line-height: inherit;
}

*, :after, :before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

hr {
  border-top-width: 1px;
}

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role=button], button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

audio, canvas, embed, iframe, img, object, svg, video {
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

* {
  --tw-shadow:0 0 transparent;
  --tw-ring-inset:var(--tw-empty);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow:0 0 transparent;
  --tw-ring-shadow:0 0 transparent;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.left-full {
  left: 100%;
}

.top-0 {
  top: 0;
}

.left-1\/2 {
  left: 50%;
}

.right-full {
  right: 100%;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.-ml-0 {
  margin-left: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-48 {
  height: 12rem;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-12 {
  height: 3rem;
}

.h-screen {
  height: 100vh;
}

.h-8 {
  height: 2rem;
}

.h-40 {
  height: 10rem;
}

.w-2 {
  width: 0.5rem;
}

.w-full {
  width: 100%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-0 {
  width: 0;
}

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-12 {
  width: 3rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.transform {
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.origin-top {
  transform-origin: top;
}

.-translate-x-1\/2 {
  --tw-translate-x:-50%;
}

.-translate-y-10 {
  --tw-translate-y:-2.5rem;
}

.-translate-y-8 {
  --tw-translate-y:-2rem;
}

.translate-y-2 {
  --tw-translate-y:0.5rem;
}

.translate-y-0 {
  --tw-translate-y:0px;
}

.translate-x-1\/2 {
  --tw-translate-x:50%;
}

.translate-y-12 {
  --tw-translate-y:3rem;
}

.translate-y-16 {
  --tw-translate-y:4rem;
}

.scale-75 {
  --tw-scale-x:.75;
  --tw-scale-y:.75;
}
@keyframes bounce {
  0%, to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse:0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse:0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-transparent {
  border-color: transparent;
}

.border-green-600 {
  --tw-border-opacity:1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity:1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity:1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity:1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity:1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-pink-100 {
  --tw-bg-opacity:1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity:1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity:1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity:1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity:1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity:1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity:1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity:1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity:1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity:1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity:1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity:1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(90deg, var(--gradient-color-stops));
}

.from-green-600 {
  --tw-gradient-from:#059669;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-red-600 {
  --tw-gradient-from:#dc2626;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-green-500 {
  --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-red-500 {
  --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.to-green-800 {
  --tw-gradient-to:#065f46;
}

.to-red-800 {
  --tw-gradient-to:#991b1b;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.text-right {
  text-align: right;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-medium {
  font-weight: 500;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-gray-200 {
  --tw-text-opacity:1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity:1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity:1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity:1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity:1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity:1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity:1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity:1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity:1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity:1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity:1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity:1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity:1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity:1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity:1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity:1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity:1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity:1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-lg {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-150, .transition {
  transition-duration: 0.15s;
}

.duration-300 {
  transition-duration: 0.3s;
}

.duration-100 {
  transition-duration: 0.1s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity:1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity:1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity:1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus {
  --tw-text-opacity:1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:translate-y-0 {
    --tw-translate-y:0px;
  }

  .sm\:translate-x-2 {
    --tw-translate-x:0.5rem;
  }

  .sm\:translate-x-0 {
    --tw-translate-x:0px;
  }

  .sm\:scale-100 {
    --tw-scale-x:1;
    --tw-scale-y:1;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:grid {
    display: grid;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.notify, .flash-message-notify {
  z-index: 9999;
}

.notify .bg-gray-800 {
  --tw-bg-opacity:1;
  background-color: rgba(55, 55, 55, var(--tw-bg-opacity));
}
.notify p {
  margin: 0;
}

.flash-message-notify {
  display: none;
}
.flash-message-notify p {
  margin: 0;
}

.notify-msg-error, .notify-msg-success {
  display: none;
}

.flash-message-notify-active {
  display: flex !important;
}

.QRTmp {
  display: flex;
  justify-content: flex-end;
}
.QRTmp .reqMess {
  display: flex;
  align-items: center;
}
.QRTmp .select2.select2-container {
  min-width: 251px;
}
.QRTmp .btn {
  font-size: 10px;
  margin: 0;
  height: 34px;
  margin-right: 7px;
}
.QRTmp .input-list__singl {
  text-align: left;
}
.QRTmp .input-list__singl .select2-selection.select2-selection--single {
  height: 34px;
}
.QRTmp .input-list__singl .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 18px;
  right: -12px;
}

.insight_card .card-header {
  position: relative;
}
.insight_card .insights_controll .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ebedf6;
  padding: 2px 20px;
  border-radius: 21px;
}
.insight_card .insights_controll .heading i {
  margin-left: 5px;
  font-size: 1.2rem;
}
.insight_card .insights_controll .heading i.fa-times {
  margin-left: 17px !important;
  color: #e90000;
}
.insight_card .insights_controll ul {
  position: absolute;
  top: 124%;
  right: 2%;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  background: #eff1f7;
  padding: 10px 23px;
  border-radius: 13px;
  z-index: 99;
}

.phones-charts > div:first-of-type,
.emails-charts > div:first-of-type {
  flex-wrap: wrap;
}
.phones-charts .chart_container,
.emails-charts .chart_container {
  width: 50% !important;
  max-width: 50% !important;
  clear: both;
  padding: 1%;
  box-sizing: border-box;
  /* overflow: hidden; */
  float: 1;
  /* flex: 1; */
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  display: flex;
}

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.introjs-showElement {
  z-index: 9999999 !important;
}

tr.introjs-showElement > td {
  z-index: 9999999 !important;
  position: relative;
}

tr.introjs-showElement > th {
  z-index: 9999999 !important;
  position: relative;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}

.introjs-relativePosition {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer * {
  box-sizing: content-box;
}

.introjs-helperLayer :before {
  box-sizing: content-box;
}

.introjs-helperLayer :after {
  box-sizing: content-box;
}

.introjs-tooltipReferenceLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer * {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
}

.introjs-helperNumberLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  color: #9e9e9e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute;
}

.introjs-arrow.top {
  top: -10px;
  left: 10px;
  border-bottom-color: #fff;
}

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: #fff;
}

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
}

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: #fff;
}

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: #fff;
}

.introjs-arrow.bottom {
  bottom: -10px;
  left: 10px;
  border-top-color: #fff;
}

.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: #fff;
}

.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
}

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: #fff;
}

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: #fff;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #fff;
  min-width: 250px;
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  transition: opacity 0.1s ease-out;
}

.introjs-tooltiptext {
  padding: 20px;
}

.introjs-dontShowAgain {
  padding-left: 20px;
  padding-right: 20px;
}

.introjs-dontShowAgain input {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  display: inline;
  width: 10px;
  height: 10px;
}

.introjs-dontShowAgain label {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0 5px;
  padding: 0;
  background-color: #fff;
  color: #616161;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.introjs-tooltip-title {
  font-size: 18px;
  width: 90%;
  min-height: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.5;
}

.introjs-tooltip-header {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  min-height: 1.5em;
}

.introjs-tooltipbuttons {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  text-align: right;
  white-space: nowrap;
}

.introjs-tooltipbuttons:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  padding: 0.5rem 1rem;
  border: 1px solid #bdbdbd;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font-size: 14px;
  color: #424242;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #f4f4f4;
  border-radius: 0.2em;
  zoom: 1;
  display: inline;
}

.introjs-button:hover {
  outline: 0;
  text-decoration: none;
  border-color: #9e9e9e;
  background-color: #e0e0e0;
  color: #212121;
}

.introjs-button:focus {
  outline: 0;
  text-decoration: none;
  background-color: #eee;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
  border: 1px solid #616161;
  color: #212121;
}

.introjs-button:active {
  outline: 0;
  text-decoration: none;
  background-color: #e0e0e0;
  border-color: #9e9e9e;
  color: #212121;
}

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #616161;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.introjs-skipbutton:focus, .introjs-skipbutton:hover {
  color: #212121;
  outline: 0;
  text-decoration: none;
}

.introjs-prevbutton {
  float: left;
}

.introjs-nextbutton {
  float: right;
}

.introjs-disabled {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-disabled:focus, .introjs-disabled:hover {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block;
}

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.introjs-bullets ul li a {
  transition: width 0.1s ease-in;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.introjs-bullets ul li a:focus, .introjs-bullets ul li a:hover {
  width: 15px;
  background: #999;
  text-decoration: none;
  outline: 0;
}

.introjs-bullets ul li a.active {
  width: 15px;
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px;
  border-radius: 4px;
  background-color: #e0e0e0;
}

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: 0 0;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.introjs-hint:focus {
  border: 0;
  outline: 0;
}

.introjs-hint:hover > .introjs-hint-pulse {
  background-color: rgba(60, 60, 60, 0.57);
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

@keyframes introjspulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  transition: all 0.2s ease-out;
  animation: introjspulse 2s infinite;
}

.introjs-hint-no-anim .introjs-hint-pulse {
  animation: none;
}

.introjs-hint-dot {
  box-sizing: content-box;
  background: 0 0;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 1;
  opacity: 0;
}

/*# sourceMappingURL=introjs.css.map */
